maintenance update to 7.19.5
This commit is contained in:
parent
acdab6bf88
commit
ec1e0c8d9a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.66 2009/03/06 15:04:12 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.67 2009/05/21 19:58:02 naddy Exp $
|
||||
|
||||
COMMENT= get files from FTP, Gopher, HTTP or HTTPS servers
|
||||
|
||||
DISTNAME= curl-7.19.4
|
||||
SHARED_LIBS += curl 13.1 # .5.1
|
||||
DISTNAME= curl-7.19.5
|
||||
SHARED_LIBS += curl 13.2 # .5.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (curl-7.19.4.tar.gz) = OkrD4bDkFFASldAUD6RPuQ==
|
||||
RMD160 (curl-7.19.4.tar.gz) = 2sCoPQUFQ7ZW8xI7HiZg4fPrJWA=
|
||||
SHA1 (curl-7.19.4.tar.gz) = Vs8Dy9TpzQywSAGzNdEXb2kXTSA=
|
||||
SHA256 (curl-7.19.4.tar.gz) = y5jzW7C3zm4Fm3tj1PG3hiRM9l/NmcJ7BHLKs9NEQ8U=
|
||||
SIZE (curl-7.19.4.tar.gz) = 2951613
|
||||
MD5 (curl-7.19.5.tar.gz) = cdm9eFGztBcINXH75QzMng==
|
||||
RMD160 (curl-7.19.5.tar.gz) = vruhz+JAi10ziHhkUO4g4BDCK7c=
|
||||
SHA1 (curl-7.19.5.tar.gz) = 6z3AeHBjZEy/ICMR+fKQZNHWAOo=
|
||||
SHA256 (curl-7.19.5.tar.gz) = IYcSnt9RSVmP3488TZ1zyv7ME2N2q9LIKGDLl8R1MBE=
|
||||
SIZE (curl-7.19.5.tar.gz) = 2934401
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_libtest_Makefile_in,v 1.4 2009/01/21 21:17:27 naddy Exp $
|
||||
--- tests/libtest/Makefile.in.orig Tue Jan 13 13:05:13 2009
|
||||
+++ tests/libtest/Makefile.in Wed Jan 21 16:57:02 2009
|
||||
@@ -308,7 +308,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
|
||||
$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) $
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tests_server_Makefile_in,v 1.4 2009/01/21 21:17:27 naddy Exp $
|
||||
--- tests/server/Makefile.in.orig Tue Jan 13 13:05:13 2009
|
||||
+++ tests/server/Makefile.in Wed Jan 21 16:57:02 2009
|
||||
@@ -86,7 +86,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
|
||||
$OpenBSD: patch-tests_server_Makefile_in,v 1.5 2009/05/21 19:58:02 naddy Exp $
|
||||
--- tests/server/Makefile.in.orig Sat May 16 23:09:37 2009
|
||||
+++ tests/server/Makefile.in Thu May 21 17:46:05 2009
|
||||
@@ -87,7 +87,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2008/10/15 19:36:43 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.22 2009/05/21 19:58:02 naddy Exp $
|
||||
@bin bin/curl
|
||||
bin/curl-config
|
||||
include/curl/
|
||||
@ -52,6 +52,7 @@ lib/pkgconfig/libcurl.pc
|
||||
@man man/man3/curl_multi_remove_handle.3
|
||||
@man man/man3/curl_multi_setopt.3
|
||||
@man man/man3/curl_multi_socket.3
|
||||
@man man/man3/curl_multi_socket_action.3
|
||||
@man man/man3/curl_multi_strerror.3
|
||||
@man man/man3/curl_multi_timeout.3
|
||||
@man man/man3/curl_share_cleanup.3
|
||||
|
Loading…
Reference in New Issue
Block a user