Skip to content

Commit

Permalink
update to 7.15.5: various bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weisgerber committed Sep 19, 2006
1 parent eb3f1a3 commit 3bda6ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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.53 2006/06/20 17:37:42 naddy Exp $
# $OpenBSD: Makefile,v 1.54 2006/09/19 14:33:13 naddy Exp $

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

DISTNAME= curl-7.15.4
SHARED_LIBS= curl 3.4
DISTNAME= curl-7.15.5
SHARED_LIBS= curl 4.0
CATEGORIES= net
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
Expand Down
8 changes: 4 additions & 4 deletions net/curl/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MD5 (curl-7.15.4.tar.gz) = 345f407f85bcb36075bc298afe1de953
RMD160 (curl-7.15.4.tar.gz) = f1a2f1b8d3e69f4b5e97200fce07bcfb30172228
SHA1 (curl-7.15.4.tar.gz) = 93337c9431d2e080d3652fba000bf2b1009cdcf3
SIZE (curl-7.15.4.tar.gz) = 1870439
MD5 (curl-7.15.5.tar.gz) = 61997c0d852d38c3a85b445f4fc02892
RMD160 (curl-7.15.5.tar.gz) = a70eab5d489596cfc0333546e2b881c2c253fd07
SHA1 (curl-7.15.5.tar.gz) = 32586c893e7d9246284af38d8d0f5082e83959af
SIZE (curl-7.15.5.tar.gz) = 1897973
4 changes: 3 additions & 1 deletion net/curl/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2006/06/20 17:37:42 naddy Exp $
@comment $OpenBSD: PLIST,v 1.18 2006/09/19 14:33:13 naddy Exp $
bin/curl
bin/curl-config
include/curl/
Expand Down Expand Up @@ -28,6 +28,7 @@ lib/pkgconfig/libcurl.pc
@man man/man3/curl_escape.3
@man man/man3/curl_formadd.3
@man man/man3/curl_formfree.3
@man man/man3/curl_formget.3
@man man/man3/curl_free.3
@man man/man3/curl_getdate.3
@man man/man3/curl_getenv.3
Expand All @@ -36,6 +37,7 @@ lib/pkgconfig/libcurl.pc
@man man/man3/curl_global_init_mem.3
@man man/man3/curl_mprintf.3
@man man/man3/curl_multi_add_handle.3
@man man/man3/curl_multi_assign.3
@man man/man3/curl_multi_cleanup.3
@man man/man3/curl_multi_fdset.3
@man man/man3/curl_multi_info_read.3
Expand Down

0 comments on commit 3bda6ef

Please sign in to comment.