From af3e82361762c5df20403056e00e5f8dcc91a17a Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Mon, 7 Aug 2006 06:45:18 +0000 Subject: [PATCH] curl: update to 7.15.5 --- curl/.footprint | 2 ++ curl/.md5sum | 2 +- 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)