summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-07-03 06:22:29 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-07-03 06:22:29 +0000
commitef1b74859e64c8db4fff33409850b5ea81c070a8 (patch)
tree0dcfecc68dff697e10c07b7624af33dc1894c3b6 /curl
parentd9313be2fc1d13b3f7a30e27c617676d962d884d (diff)
downloadcore-ef1b74859e64c8db4fff33409850b5ea81c070a8.tar.gz
core-ef1b74859e64c8db4fff33409850b5ea81c070a8.tar.xz
curl: update to 7.15.4
Diffstat (limited to 'curl')
-rw-r--r--curl/.footprint5
-rw-r--r--curl/.md5sum2
-rw-r--r--curl/Pkgfile6
3 files changed, 10 insertions, 3 deletions
diff --git a/curl/.footprint b/curl/.footprint
index 46ea6b5b..ce02c8d7 100644
--- a/curl/.footprint
+++ b/curl/.footprint
@@ -26,12 +26,14 @@ drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/curl_easy_cleanup.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_duphandle.3.gz
+-rw-r--r-- root/root usr/man/man3/curl_easy_escape.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_getinfo.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_init.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_perform.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_reset.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_setopt.3.gz
-rw-r--r-- root/root usr/man/man3/curl_easy_strerror.3.gz
+-rw-r--r-- root/root usr/man/man3/curl_easy_unescape.3.gz
-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
@@ -49,7 +51,10 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/curl_multi_init.3.gz
-rw-r--r-- root/root usr/man/man3/curl_multi_perform.3.gz
-rw-r--r-- root/root usr/man/man3/curl_multi_remove_handle.3.gz
+-rw-r--r-- root/root usr/man/man3/curl_multi_setopt.3.gz
+-rw-r--r-- root/root usr/man/man3/curl_multi_socket.3.gz
-rw-r--r-- root/root usr/man/man3/curl_multi_strerror.3.gz
+-rw-r--r-- root/root usr/man/man3/curl_multi_timeout.3.gz
-rw-r--r-- root/root usr/man/man3/curl_share_cleanup.3.gz
-rw-r--r-- root/root usr/man/man3/curl_share_init.3.gz
-rw-r--r-- root/root usr/man/man3/curl_share_setopt.3.gz
diff --git a/curl/.md5sum b/curl/.md5sum
index d07714e2..6d80130b 100644
--- a/curl/.md5sum
+++ b/curl/.md5sum
@@ -1 +1 @@
-d71b2ee8febfde2c7dc30a43638ec0d9 curl-7.15.3.tar.bz2
+d9345a55c8bc67eafcd37fa1b728e00e curl-7.15.4.tar.bz2
diff --git a/curl/Pkgfile b/curl/Pkgfile
index 954f9e7a..fb71c93e 100644
--- a/curl/Pkgfile
+++ b/curl/Pkgfile
@@ -4,13 +4,15 @@
# Depends: openssl
name=curl
-version=7.15.3
+version=7.15.4
release=1
source=(http://curl.haxx.se/download/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr --enable-ipv6
+ ./configure --prefix=/usr \
+ --enable-ipv6 \
+ --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info

Generated by cgit