diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-08-07 06:45:18 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-08-07 06:45:18 +0000 |
commit | af3e82361762c5df20403056e00e5f8dcc91a17a (patch) | |
tree | 66d89bdbc94c4e2bfefeb0e39bf88189bf10d6c6 /curl | |
parent | 54bd14d41e08a24838c5ef3d020c729cc5bcf528 (diff) | |
download | core-af3e82361762c5df20403056e00e5f8dcc91a17a.tar.gz core-af3e82361762c5df20403056e00e5f8dcc91a17a.tar.xz |
curl: update to 7.15.5
Diffstat (limited to 'curl')
-rw-r--r-- | curl/.footprint | 2 | ||||
-rw-r--r-- | curl/.md5sum | 2 | ||||
-rw-r--r-- | curl/Pkgfile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/curl/.footprint b/curl/.footprint index ce02c8d7..4314bce2 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -37,6 +37,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/curl_escape.3.gz -rw-r--r-- root/root usr/man/man3/curl_formadd.3.gz -rw-r--r-- root/root usr/man/man3/curl_formfree.3.gz +-rw-r--r-- root/root usr/man/man3/curl_formget.3.gz -rw-r--r-- root/root usr/man/man3/curl_free.3.gz -rw-r--r-- root/root usr/man/man3/curl_getdate.3.gz -rw-r--r-- root/root usr/man/man3/curl_getenv.3.gz @@ -45,6 +46,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/curl_global_init_mem.3.gz -rw-r--r-- root/root usr/man/man3/curl_mprintf.3.gz -rw-r--r-- root/root usr/man/man3/curl_multi_add_handle.3.gz +-rw-r--r-- root/root usr/man/man3/curl_multi_assign.3.gz -rw-r--r-- root/root usr/man/man3/curl_multi_cleanup.3.gz -rw-r--r-- root/root usr/man/man3/curl_multi_fdset.3.gz -rw-r--r-- root/root usr/man/man3/curl_multi_info_read.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index 6d80130b..fc94577e 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -d9345a55c8bc67eafcd37fa1b728e00e curl-7.15.4.tar.bz2 +594142c7d53bbdd988e8cef6354eeeff curl-7.15.5.tar.bz2 diff --git a/curl/Pkgfile b/curl/Pkgfile index fb71c93e..ab3133e3 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends: openssl name=curl -version=7.15.4 +version=7.15.5 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.bz2) |