pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/neon Changes 0.26.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/166085622643
branches:  trunk
changeset: 526472:166085622643
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 11 21:01:31 2007 +0000

description:
Changes 0.26.3:
* Fix buffer under-read in URI parser (Laszlo Boszormenyi, CVE-2007-0157)
* Fix regression in handling of "attempt" argument passed to auth callbacks;
  ensure the value only increments for each invocation of the callback
* Fix handling of "nextnonce" parameter in Digest authentication

Changes 0.26.2:
* Fix error reported for LOCK responses lacking a Lock-Token header.
* Use Libs.private in neon.pc for newer versions of pkg-config.
* Build fix for platforms without libintl.h.
* Build fixes for MinGW.
* Build fix for h_errno detection on HP-UX 10.
* Win32: enable debugging; build fixes with some SDKs.

Changes 0.26.1:
* Build fixes for Win32 (D.J. Heap) and OS X.
* Add Simplified Chinese translation

Changes in release 0.26.0:
* Added internationalization support:
* Added support for GnuTLS
* Changes and additions to URI support:
* Changed results callbacks for ne_lock_discover, PROPFIND interfaces:
* Added functions which give control over authentication protocol use:
* Added ne_unhook_* functions to remove hooks
* Added ne_set_session_flags()/ne_get_session_flags() functions:
* Added ne_set_request_flags()/ne_get_request_flags() functions:
* Change ne_md5.h interface to make struct ne_md5_ctx opaque:
* Fixed ne_get_range(), added ne_get_range64()
* Removed NE_FREE() macro from ne_alloc.h
* Added ne_strcasecmp(), ne_strncasecmp(), ne_tolower() functions
* Changed ne_sock_init()/ne_sock_exit() such that ne_sock_exit()
* Added "--enable-threadsafe-ssl=posix" configure flag, to enable
* The manual is now licensed under the GPL rather than the GFDL

diffstat:

 www/neon/Makefile      |  23 ++++++++++-------------
 www/neon/PLIST         |  29 +++++++++++++++--------------
 www/neon/buildlink3.mk |   6 +++---
 www/neon/distinfo      |   8 ++++----
 4 files changed, 32 insertions(+), 34 deletions(-)

diffs (159 lines):

diff -r b18fc3595d34 -r 166085622643 www/neon/Makefile
--- a/www/neon/Makefile Sun Mar 11 21:01:05 2007 +0000
+++ b/www/neon/Makefile Sun Mar 11 21:01:31 2007 +0000
@@ -1,26 +1,24 @@
-# $NetBSD: Makefile,v 1.38 2006/11/03 19:16:41 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2007/03/11 21:01:31 adam Exp $
 
-DISTNAME=              neon-0.25.5
-PKGREVISION=           2
-CATEGORIES=            www
-MASTER_SITES=          http://www.webdav.org/neon/
+DISTNAME=      neon-0.26.3
+CATEGORIES=    www
+MASTER_SITES=  http://www.webdav.org/neon/
 
-MAINTAINER=            epg%NetBSD.org@localhost
-HOMEPAGE=              http://www.webdav.org/neon/
-COMMENT=               HTTP and WebDAV client library
+MAINTAINER=    epg%NetBSD.org@localhost
+HOMEPAGE=      http://www.webdav.org/neon/
+COMMENT=       HTTP and WebDAV client library
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
-PKGCONFIG_OVERRIDE=    neon.pc.in
-
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-shared
+CONFIGURE_ARGS+=       --with-expat
 CONFIGURE_ARGS+=       --with-ssl=yes
-CONFIGURE_ARGS+=       --with-expat
-CONFIGURE_ARGS+=       --enable-shared
 
+PKGCONFIG_OVERRIDE=    neon.pc.in
 TEST_TARGET=           check
 
 .include "options.mk"
@@ -28,5 +26,4 @@
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r b18fc3595d34 -r 166085622643 www/neon/PLIST
--- a/www/neon/PLIST    Sun Mar 11 21:01:05 2007 +0000
+++ b/www/neon/PLIST    Sun Mar 11 21:01:31 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2006/01/02 21:01:59 epg Exp $
+@comment $NetBSD: PLIST,v 1.16 2007/03/11 21:01:31 adam Exp $
 bin/neon-config
 include/neon/ne_207.h
 include/neon/ne_acl.h
@@ -51,6 +51,8 @@
 man/man3/ne_get_scheme.3
 man/man3/ne_get_server_hostport.3
 man/man3/ne_get_status.3
+man/man3/ne_has_support.3
+man/man3/ne_i18n_init.3
 man/man3/ne_iaddr_cmp.3
 man/man3/ne_iaddr_free.3
 man/man3/ne_iaddr_make.3
@@ -74,10 +76,12 @@
 man/man3/ne_set_read_timeout.3
 man/man3/ne_set_request_body_buffer.3
 man/man3/ne_set_request_body_fd.3
+man/man3/ne_set_request_body_fd64.3
 man/man3/ne_set_request_expect100.3
 man/man3/ne_set_server_auth.3
 man/man3/ne_set_useragent.3
 man/man3/ne_shave.3
+man/man3/ne_sock_exit.3
 man/man3/ne_sock_init.3
 man/man3/ne_ssl_cert_cmp.3
 man/man3/ne_ssl_cert_export.3
@@ -109,23 +113,10 @@
 man/man3/ne_xml_create.3
 man/man3/ne_xml_destroy.3
 man/man3/neon.3
-share/doc/${PKGNAME}/html/apas01.html
-share/doc/${PKGNAME}/html/apas02.html
-share/doc/${PKGNAME}/html/apas03.html
-share/doc/${PKGNAME}/html/apas04.html
-share/doc/${PKGNAME}/html/apas05.html
-share/doc/${PKGNAME}/html/apas06.html
-share/doc/${PKGNAME}/html/apas07.html
-share/doc/${PKGNAME}/html/apas08.html
-share/doc/${PKGNAME}/html/apas09.html
-share/doc/${PKGNAME}/html/apas10.html
-share/doc/${PKGNAME}/html/apas11.html
-share/doc/${PKGNAME}/html/apas12.html
 share/doc/${PKGNAME}/html/api.html
 share/doc/${PKGNAME}/html/biblio.html
 share/doc/${PKGNAME}/html/compliance.html
 share/doc/${PKGNAME}/html/features.html
-share/doc/${PKGNAME}/html/gfdl.html
 share/doc/${PKGNAME}/html/index.html
 share/doc/${PKGNAME}/html/intro.html
 share/doc/${PKGNAME}/html/ref.html
@@ -140,7 +131,9 @@
 share/doc/${PKGNAME}/html/refclicert.html
 share/doc/${PKGNAME}/html/refconfig.html
 share/doc/${PKGNAME}/html/referr.html
+share/doc/${PKGNAME}/html/reffeat.html
 share/doc/${PKGNAME}/html/refgetst.html
+share/doc/${PKGNAME}/html/refi18n.html
 share/doc/${PKGNAME}/html/refiaddr.html
 share/doc/${PKGNAME}/html/refneon.html
 share/doc/${PKGNAME}/html/refopts.html
@@ -164,6 +157,14 @@
 share/doc/${PKGNAME}/html/refxml.html
 share/doc/${PKGNAME}/html/using.html
 share/doc/${PKGNAME}/html/xml.html
+share/locale/cs/LC_MESSAGES/neon.mo
+share/locale/de/LC_MESSAGES/neon.mo
+share/locale/fr/LC_MESSAGES/neon.mo
+share/locale/ja/LC_MESSAGES/neon.mo
+share/locale/nn/LC_MESSAGES/neon.mo
+share/locale/ru/LC_MESSAGES/neon.mo
+share/locale/tr/LC_MESSAGES/neon.mo
+share/locale/zh/LC_MESSAGES/neon.mo
 @dirrm share/doc/${PKGNAME}/html
 @dirrm share/doc/${PKGNAME}
 @dirrm include/neon
diff -r b18fc3595d34 -r 166085622643 www/neon/buildlink3.mk
--- a/www/neon/buildlink3.mk    Sun Mar 11 21:01:05 2007 +0000
+++ b/www/neon/buildlink3.mk    Sun Mar 11 21:01:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:11:12 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2007/03/11 21:01:31 adam Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 NEON_BUILDLINK3_MK:=   ${NEON_BUILDLINK3_MK}+
@@ -12,8 +12,8 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}neon
 
 .if !empty(NEON_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.neon+=   neon>=0.24.4
-BUILDLINK_ABI_DEPENDS.neon+=   neon>=0.25.5nb2
+BUILDLINK_API_DEPENDS.neon+=   neon>=0.26.0
+BUILDLINK_ABI_DEPENDS.neon+=   neon>=0.26.0
 BUILDLINK_PKGSRCDIR.neon?=     ../../www/neon
 .endif # NEON_BUILDLINK3_MK
 
diff -r b18fc3595d34 -r 166085622643 www/neon/distinfo
--- a/www/neon/distinfo Sun Mar 11 21:01:05 2007 +0000
+++ b/www/neon/distinfo Sun Mar 11 21:01:31 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/01/23 03:19:42 epg Exp $
+$NetBSD: distinfo,v 1.17 2007/03/11 21:01:31 adam Exp $
 
-SHA1 (neon-0.25.5.tar.gz) = cc1f1483231811035166a524f0ae1d73517771ec
-RMD160 (neon-0.25.5.tar.gz) = 88dce64e6e81b275502b073388d25244b3608600
-Size (neon-0.25.5.tar.gz) = 736201 bytes
+SHA1 (neon-0.26.3.tar.gz) = 8f3191cc6fe0aee5323dac58b03362cddc5d80d0
+RMD160 (neon-0.26.3.tar.gz) = df2410c898341587ca43f52cc0874a18820e72d1
+Size (neon-0.26.3.tar.gz) = 789289 bytes



Home | Main Index | Thread Index | Old Index