diff options
author | recht <recht@pkgsrc.org> | 2004-10-31 10:40:50 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-10-31 10:40:50 +0000 |
commit | 69650be0be38d3cf2d7277290872dce68a5d2d0c (patch) | |
tree | 859097c1711546e03c5e73d1bf468b3ab4f8cfeb /textproc | |
parent | b146de4a3ada784d7a14537b93114960a81586c6 (diff) | |
download | pkgsrc-69650be0be38d3cf2d7277290872dce68a5d2d0c.tar.gz |
update to libxml2-2.6.15
changes:
* security fixes on the nanoftp and nanohttp modules
For details see:
http://www.securityfocus.com/archive/1/379383/2004-10-24/2004-10-30/0
* build fixes:
- xmllint detection bug in configure
- building outside the source tree (Thomas Fitzsimmons)
* bug fixes:
- HTML parser on broken ASCII chars in names (William)
- Python paths (Malcolm Tredinnick)
- xmlHasNsProp and default namespace (William)
- saving to python file objects (Malcolm Tredinnick)
- DTD lookup fix (Malcolm)
- save back <group> in catalogs (William)
- tree build fixes (DV and Rob Richards)
- Schemas memory bug
- structured error handler on Python 64bits
- thread local memory deallocation
- memory leak reported by Volker Roth
- xmlValidateDtd in the presence of an internal subset
- entities and _private problem (William)
- xmlBuildRelativeURI error (William).
* improvements:
- better XInclude error reports (William)
- tree debugging module and tests
- convenience functions at the Reader API (Graham Bennett)
- add support for PI in the HTML parser.
Update BUILDLINK_RECOMMENDED to 2.6.15 for the security fix.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/buildlink3.mk | 3 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 10 | ||||
-rw-r--r-- | textproc/libxml2/patches/patch-aa | 6 | ||||
-rw-r--r-- | textproc/libxml2/patches/patch-ab | 6 |
5 files changed, 15 insertions, 14 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 87ab861b1bb..755a6c17f5b 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2004/10/21 05:28:17 xtraeme Exp $ +# $NetBSD: Makefile,v 1.62 2004/10/31 10:40:50 recht Exp $ -DISTNAME= libxml2-2.6.14 +DISTNAME= libxml2-2.6.15 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/libxml2/buildlink3.mk b/textproc/libxml2/buildlink3.mk index 92d7415537c..681cd5a9d0f 100644 --- a/textproc/libxml2/buildlink3.mk +++ b/textproc/libxml2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/03/18 09:12:15 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/10/31 10:40:50 recht Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBXML2_BUILDLINK3_MK:= ${LIBXML2_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libxml2 .if !empty(LIBXML2_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.2 +BUILDLINK_RECOMMENDED.libxml2+= libxml2>=2.6.15 BUILDLINK_PKGSRCDIR.libxml2?= ../../textproc/libxml2 .endif # LIBXML2_BUILDLINK3_MK diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index c022f426596..14c382f1a68 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2004/10/21 05:28:17 xtraeme Exp $ +$NetBSD: distinfo,v 1.44 2004/10/31 10:40:50 recht Exp $ -SHA1 (libxml2-2.6.14.tar.bz2) = d74874983bee7115b519283345e44d989303d644 -Size (libxml2-2.6.14.tar.bz2) = 2905027 bytes -SHA1 (patch-aa) = 79ca42b0b78dda1581eb567fd02c77cbd500fe10 -SHA1 (patch-ab) = 90def7e936411ee7a28a51050e43a55d85526935 +SHA1 (libxml2-2.6.15.tar.bz2) = 35073f715cf438dc049917a0e2860111ce39c4e3 +Size (libxml2-2.6.15.tar.bz2) = 2912736 bytes +SHA1 (patch-aa) = 9a9af22986347ba197494ff558c97cdbf8136f0d +SHA1 (patch-ab) = c6e4a6cd980da9d8e7f6b83c4b9283c71a28f4fc diff --git a/textproc/libxml2/patches/patch-aa b/textproc/libxml2/patches/patch-aa index e31c28722ba..ce5da9a626a 100644 --- a/textproc/libxml2/patches/patch-aa +++ b/textproc/libxml2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.17 2004/08/04 11:19:31 wiz Exp $ +$NetBSD: patch-aa,v 1.18 2004/10/31 10:40:50 recht Exp $ ---- Makefile.in.orig 2004-07-05 19:46:31.000000000 +0200 +--- Makefile.in.orig Wed Oct 27 19:39:10 2004 +++ Makefile.in -@@ -521,7 +521,7 @@ pkgconfig_DATA = libxml-2.0.pc +@@ -530,7 +530,7 @@ pkgconfig_DATA = libxml-2.0.pc # BASE_DIR = $(datadir)/doc DOC_MODULE = libxml2-$(VERSION) diff --git a/textproc/libxml2/patches/patch-ab b/textproc/libxml2/patches/patch-ab index eb8ba17005b..e574603ccf0 100644 --- a/textproc/libxml2/patches/patch-ab +++ b/textproc/libxml2/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.9 2004/08/04 11:20:00 wiz Exp $ +$NetBSD: patch-ab,v 1.10 2004/10/31 10:40:51 recht Exp $ ---- configure.orig 2004-07-05 19:35:47.000000000 +0200 +--- configure.orig Wed Oct 27 18:56:12 2004 +++ configure -@@ -26250,7 +26250,7 @@ fi +@@ -26380,7 +26380,7 @@ fi fi |