pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 update to libxml2-2.6.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7310710ef284
branches:  trunk
changeset: 482634:7310710ef284
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Oct 31 10:40:50 2004 +0000

description:
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:

 textproc/libxml2/Makefile         |   4 ++--
 textproc/libxml2/buildlink3.mk    |   3 ++-
 textproc/libxml2/distinfo         |  10 +++++-----
 textproc/libxml2/patches/patch-aa |   6 +++---
 textproc/libxml2/patches/patch-ab |   6 +++---
 5 files changed, 15 insertions(+), 14 deletions(-)

diffs (74 lines):

diff -r 33f1dc5519a5 -r 7310710ef284 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Sun Oct 31 10:15:14 2004 +0000
+++ b/textproc/libxml2/Makefile Sun Oct 31 10:40:50 2004 +0000
@@ -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 -r 33f1dc5519a5 -r 7310710ef284 textproc/libxml2/buildlink3.mk
--- a/textproc/libxml2/buildlink3.mk    Sun Oct 31 10:15:14 2004 +0000
+++ b/textproc/libxml2/buildlink3.mk    Sun Oct 31 10:40:50 2004 +0000
@@ -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 @@
 
 .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 -r 33f1dc5519a5 -r 7310710ef284 textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Sun Oct 31 10:15:14 2004 +0000
+++ b/textproc/libxml2/distinfo Sun Oct 31 10:40:50 2004 +0000
@@ -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 -r 33f1dc5519a5 -r 7310710ef284 textproc/libxml2/patches/patch-aa
--- a/textproc/libxml2/patches/patch-aa Sun Oct 31 10:15:14 2004 +0000
+++ b/textproc/libxml2/patches/patch-aa Sun Oct 31 10:40:50 2004 +0000
@@ -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 -r 33f1dc5519a5 -r 7310710ef284 textproc/libxml2/patches/patch-ab
--- a/textproc/libxml2/patches/patch-ab Sun Oct 31 10:15:14 2004 +0000
+++ b/textproc/libxml2/patches/patch-ab Sun Oct 31 10:40:50 2004 +0000
@@ -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
  
  



Home | Main Index | Thread Index | Old Index