[Lunar-commits] CVS: moonbase/libs/neon DETAILS,1.1.1.1,1.2
Auke Kok
sofar at lunar-linux.org
Wed May 26 15:09:50 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/neon
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27738
Modified Files:
DETAILS
Log Message:
Security bump (yeah right, no updates for 2 years?)
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/neon/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ DETAILS 26 May 2004 15:09:47 -0000 1.2
@@ -1,25 +1,27 @@
- MODULE=neon
- VERSION=0.21.0
+ MODULE=neon
+ VERSION=0.24.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.webdav.org/$MODULE/$SOURCE
+ SOURCE_URL=http://www.webdav.org/$MODULE/$SOURCE
WEB_SITE=http://www.webdav.org
ENTERED=20020526
- UPDATED=20020526
- SHORT="neon is an HTTP and WebDAV client library, with a C interface"
+ UPDATED=20040526
+ SHORT="WebDAV client library, with a C interface"
cat << EOF
neon is an HTTP and WebDAV client library, with a C interface. Featuring:
-
- * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc)
- * Low-level interface to HTTP request handling, to allow implementing new methods easily.
- * persistent connections
- * RFC2617 basic and digest authentication (including auth-int, md5-sess)
- * Proxy support (including basic/digest authentication)
- * SSL/TLS support using OpenSSL (including client certificate support)
- * Generic WebDAV 207 XML response handling mechanism
- * XML parsing using the expat or libxml parsers
- * Easy generation of error messages from 207 error responses
- * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
- * WebDAV metadata support: set and remove properties, query any set of properties (PROPPATCH/PROPFIND).
- * autoconf macros supplied for easily embedding neon directly inside an application source tree.
+ * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc)
+ * Low-level interface to HTTP request handling, to allow implementing
+ new methods easily.
+ * persistent connections
+ * RFC2617 basic and digest authentication (including auth-int, md5-sess)
+ * Proxy support (including basic/digest authentication)
+ * SSL/TLS support using OpenSSL (including client certificate support)
+ * Generic WebDAV 207 XML response handling mechanism
+ * XML parsing using the expat or libxml parsers
+ * Easy generation of error messages from 207 error responses
+ * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
+ * WebDAV metadata support: set and remove properties, query any set of
+ properties (PROPPATCH/PROPFIND).
+ * autoconf macros supplied for easily embedding neon directly inside an
+ application source tree.
EOF
More information about the Lunar-commits
mailing list