summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-08-04 13:18:28 +0000
committerSimone Rota <sip@crux.nu>2008-08-04 13:18:28 +0000
commitb7494970dc67ef4f119258105701df8ef90ff7fd (patch)
tree8435a91ce65e1fe7921d31ba014ea481465f2948
parent6124af8cc181d736e946a2eddcf1b678a32b0ff1 (diff)
downloadopt-b7494970dc67ef4f119258105701df8ef90ff7fd.tar.gz
opt-b7494970dc67ef4f119258105701df8ef90ff7fd.tar.xz
neon: updated to 0.28.2 (thanks jue)
-rw-r--r--neon/.footprint12
-rw-r--r--neon/.md5sum2
-rw-r--r--neon/Pkgfile7
3 files changed, 13 insertions, 8 deletions
diff --git a/neon/.footprint b/neon/.footprint
index 41e4669ce..e3faf4985 100644
--- a/neon/.footprint
+++ b/neon/.footprint
@@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/include/neon/
-rw-r--r-- root/root usr/include/neon/ne_i18n.h
-rw-r--r-- root/root usr/include/neon/ne_locks.h
-rw-r--r-- root/root usr/include/neon/ne_md5.h
+-rw-r--r-- root/root usr/include/neon/ne_pkcs11.h
-rw-r--r-- root/root usr/include/neon/ne_props.h
-rw-r--r-- root/root usr/include/neon/ne_redirect.h
-rw-r--r-- root/root usr/include/neon/ne_request.h
@@ -27,9 +28,9 @@ drwxr-xr-x root/root usr/include/neon/
-rw-r--r-- root/root usr/include/neon/ne_xmlreq.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libneon.la
-lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.26.0.4
-lrwxrwxrwx root/root usr/lib/libneon.so.26 -> libneon.so.26.0.4
--rwxr-xr-x root/root usr/lib/libneon.so.26.0.4
+lrwxrwxrwx root/root usr/lib/libneon.so -> libneon.so.27.1.2
+lrwxrwxrwx root/root usr/lib/libneon.so.27 -> libneon.so.27.1.2
+-rwxr-xr-x root/root usr/lib/libneon.so.27.1.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/neon.pc
drwxr-xr-x root/root usr/man/
@@ -58,9 +59,11 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/ne_close_connection.3.gz
-rw-r--r-- root/root usr/man/man3/ne_forget_auth.3.gz
-rw-r--r-- root/root usr/man/man3/ne_get_error.3.gz
+-rw-r--r-- root/root usr/man/man3/ne_get_request_flag.3.gz
-rw-r--r-- root/root usr/man/man3/ne_get_response_header.3.gz
-rw-r--r-- root/root usr/man/man3/ne_get_scheme.3.gz
-rw-r--r-- root/root usr/man/man3/ne_get_server_hostport.3.gz
+-rw-r--r-- root/root usr/man/man3/ne_get_session_flag.3.gz
-rw-r--r-- root/root usr/man/man3/ne_get_status.3.gz
-rw-r--r-- root/root usr/man/man3/ne_has_support.3.gz
-rw-r--r-- root/root usr/man/man3/ne_i18n_init.3.gz
@@ -88,8 +91,9 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/ne_set_request_body_buffer.3.gz
-rw-r--r-- root/root usr/man/man3/ne_set_request_body_fd.3.gz
-rw-r--r-- root/root usr/man/man3/ne_set_request_body_fd64.3.gz
--rw-r--r-- root/root usr/man/man3/ne_set_request_expect100.3.gz
+-rw-r--r-- root/root usr/man/man3/ne_set_request_flag.3.gz
-rw-r--r-- root/root usr/man/man3/ne_set_server_auth.3.gz
+-rw-r--r-- root/root usr/man/man3/ne_set_session_flag.3.gz
-rw-r--r-- root/root usr/man/man3/ne_set_useragent.3.gz
-rw-r--r-- root/root usr/man/man3/ne_shave.3.gz
-rw-r--r-- root/root usr/man/man3/ne_sock_exit.3.gz
diff --git a/neon/.md5sum b/neon/.md5sum
index 7d7ad479b..259343b7b 100644
--- a/neon/.md5sum
+++ b/neon/.md5sum
@@ -1 +1 @@
-2d11fff51ffa856fc6b5d4bd801d6cc4 neon-0.26.4.tar.gz
+b99b3f44e8507ae2d17362f1b34aaf02 neon-0.28.2.tar.gz
diff --git a/neon/Pkgfile b/neon/Pkgfile
index acccbf4bf..0d71a8be5 100644
--- a/neon/Pkgfile
+++ b/neon/Pkgfile
@@ -4,20 +4,21 @@
# Depends on: openssl expat
name=neon
-version=0.26.4
+version=0.28.2
release=1
source=(http://www.webdav.org/neon/neon-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
+ --mandir=/usr/man \
--with-ssl \
--with-expat \
--enable-shared \
--disable-static \
- --disable-debug
+ --disable-debug
make
make DESTDIR=$PKG install
-
+
rm -rf $PKG/usr/share/
}

Generated by cgit