diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-03 13:19:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-03 13:19:00 +0000 |
commit | a2a084b5c4688454dbcd7220add7f2f39835c9ae (patch) | |
tree | 4eeddb7b01464026b26bd593366b795d47f3d862 /textproc | |
parent | 2cc9685c52af208872b6b3c4392b388c697f5e20 (diff) | |
download | pkgsrc-a2a084b5c4688454dbcd7220add7f2f39835c9ae.tar.gz |
Update to 2.6.28:
2.6.28: Apr 17 2007:
- Documentation: comment fixes (Markus Keim), xpath comments fixes too
(James Dennett)
- Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
(Usamah Malik), various regexp bug fixes (DV and William), path conversion
on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
principal node of axis bug, HTML serialization of some codepoint
(Steven Rainwater), user data propagation in XInclude (Michael Day),
standalone and XML decl detection (Michael Day), Python id ouptut
for some id, fix the big python string memory leak, URI parsing fixes
(Stéphane Bidoul and William), long comments parsing bug (William),
concurrent threads initialization (Ted Phelps), invalid char
in text XInclude (William), XPath memory leak (William), tab in
python problems (Andreas Hanke), XPath node comparison error
(Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
XML Schemas attribute group (William), HTML parsing problem (William),
fix char 0x2d in regexps (William), regexp quantifier range with
min occurs of 0 (William), HTML script/style parsing (Mike Day)
- Improvement: make xmlTextReaderSetup() public
- Compilation and postability: fix a missing include problem (William),
__ss_familly on AIX again (Björn Wiberg), compilation without zlib
(Michael Day), catalog patch for Win32 (Christian Ehrlicher),
Windows CE fixes (Andreas Stricke)
- Various CVS to SVN infrastructure changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 3 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index f187a17283c..b49e697377e 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2006/11/03 06:56:23 joerg Exp $ +# $NetBSD: Makefile,v 1.85 2007/05/03 13:19:00 wiz Exp $ -DISTNAME= libxml2-2.6.27 +DISTNAME= libxml2-2.6.28 CATEGORIES= textproc MASTER_SITES= ftp://xmlsoft.org/libxml2/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index a6abce527f0..2cba794345e 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2006/10/30 20:57:30 drochner Exp $ +@comment $NetBSD: PLIST,v 1.40 2007/05/03 13:19:00 wiz Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -67,6 +67,7 @@ share/doc/libxml2/examples.xml share/doc/libxml2/examples.xsl share/doc/libxml2/html/book1.html share/doc/libxml2/html/home.png +share/doc/libxml2/html/index.html share/doc/libxml2/html/left.png share/doc/libxml2/html/libxml-DOCBparser.html share/doc/libxml2/html/libxml-HTMLparser.html diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index e5a17aaf108..32c46ab041e 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.60 2006/10/30 20:57:30 drochner Exp $ +$NetBSD: distinfo,v 1.61 2007/05/03 13:19:00 wiz Exp $ -SHA1 (libxml2-2.6.27.tar.gz) = 875ac4d3b5829f2edf0222f6c96b76b46ec72374 -RMD160 (libxml2-2.6.27.tar.gz) = 795efee7c91484eb11dd0b275744057d2c82719d -Size (libxml2-2.6.27.tar.gz) = 4590835 bytes +SHA1 (libxml2-2.6.28.tar.gz) = 7642a52799efde2e0163d322b2aee8cd9f583268 +RMD160 (libxml2-2.6.28.tar.gz) = 65d0c2cef5ce40751bd72bb54462d9122558fa17 +Size (libxml2-2.6.28.tar.gz) = 4716025 bytes SHA1 (patch-aa) = 67cfa73ad1f105b69d6a424e636f6bb816d15878 SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3 SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e |