summaryrefslogtreecommitdiff
path: root/www/neon/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-03-11 21:01:31 +0000
committeradam <adam@pkgsrc.org>2007-03-11 21:01:31 +0000
commit6b3f4ff097ca06d5f902984aef0d27e25f0dcea0 (patch)
treee4164c6879e3d5818dc0752c0c9b8eb8e828e46e /www/neon/buildlink3.mk
parent21c637d7161d021695cdef93467aea7b07c3c342 (diff)
downloadpkgsrc-6b3f4ff097ca06d5f902984aef0d27e25f0dcea0.tar.gz
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 (limited to 'www/neon/buildlink3.mk')
-rw-r--r--www/neon/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/neon/buildlink3.mk b/www/neon/buildlink3.mk
index ef3a581c3fb..aafaa03bb44 100644
--- a/www/neon/buildlink3.mk
+++ b/www/neon/buildlink3.mk
@@ -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_PACKAGES+= neon
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