Skip to content

Commit

Permalink
update to 7.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weisgerber committed Nov 10, 2009
1 parent 05d4faa commit a5f165d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions net/curl/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.68 2009/08/16 17:54:21 naddy Exp $
# $OpenBSD: Makefile,v 1.69 2009/11/10 19:13:49 naddy Exp $

COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers

DISTNAME= curl-7.19.6
SHARED_LIBS += curl 14.0 # .5.1
DISTNAME= curl-7.19.7
SHARED_LIBS += curl 14.1 # .5.1
CATEGORIES= net
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
Expand Down
10 changes: 5 additions & 5 deletions net/curl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MD5 (curl-7.19.6.tar.gz) = ZiXenULRuNOvNy0yQaV2/Q==
RMD160 (curl-7.19.6.tar.gz) = ZVZbTA1BJMOSl+jDvHGSq1zoxrI=
SHA1 (curl-7.19.6.tar.gz) = Mn7kLjyb1XkkiCaw4AxmxHN8Qt0=
SHA256 (curl-7.19.6.tar.gz) = IRuL8LYzkGq0aq3mmsFiQvjbICbly4AnMvd9n6LTboc=
SIZE (curl-7.19.6.tar.gz) = 3001938
MD5 (curl-7.19.7.tar.gz) = 7LLjfkXJkz4qljyr4DZwqw==
RMD160 (curl-7.19.7.tar.gz) = R9PYWqf9SdjCQmPNOgddfua93f4=
SHA1 (curl-7.19.7.tar.gz) = Rp17+EmtavzuinKBFG5f5RZ9Es8=
SHA256 (curl-7.19.7.tar.gz) = mNJHQG0rXvdiHXpUdd/PSINrK0VOIslUz7s3nm27RMc=
SIZE (curl-7.19.7.tar.gz) = 3013744
14 changes: 7 additions & 7 deletions net/curl/patches/patch-docs_examples_Makefile_in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$OpenBSD: patch-docs_examples_Makefile_in,v 1.4 2009/01/21 21:17:27 naddy Exp $
--- docs/examples/Makefile.in.orig Tue Jan 13 13:05:11 2009
+++ docs/examples/Makefile.in Wed Jan 21 16:57:02 2009
@@ -196,7 +196,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
$OpenBSD: patch-docs_examples_Makefile_in,v 1.5 2009/11/10 19:13:49 naddy Exp $
--- docs/examples/Makefile.in.orig Wed Nov 4 13:26:11 2009
+++ docs/examples/Makefile.in Tue Nov 10 00:47:51 2009
@@ -205,7 +205,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c cookie_interface.c \
debug.c fileupload.c fopen.c ftpget.c ftpgetresp.c ftpupload.c \
getinfo.c getinmemory.c http-post.c httpcustomheader.c \
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c chkspeed.c \
cookie_interface.c debug.c fileupload.c fopen.c ftpget.c \
ftpgetinfo.c ftpgetresp.c ftpupload.c getinfo.c getinmemory.c \
8 changes: 4 additions & 4 deletions net/curl/patches/patch-tests_libtest_Makefile_in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$OpenBSD: patch-tests_libtest_Makefile_in,v 1.5 2009/05/21 19:58:02 naddy Exp $
--- tests/libtest/Makefile.in.orig Sat May 16 23:09:37 2009
+++ tests/libtest/Makefile.in Thu May 21 17:46:05 2009
@@ -318,7 +318,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
$OpenBSD: patch-tests_libtest_Makefile_in,v 1.6 2009/11/10 19:13:49 naddy Exp $
--- tests/libtest/Makefile.in.orig Wed Nov 4 13:26:12 2009
+++ tests/libtest/Makefile.in Tue Nov 10 00:46:28 2009
@@ -328,7 +328,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Expand Down

0 comments on commit a5f165d

Please sign in to comment.