diff options
author | recht <recht@pkgsrc.org> | 2008-05-22 16:03:10 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2008-05-22 16:03:10 +0000 |
commit | 9dbf98c1c109fae667a289dc5c8dec32246b9d48 (patch) | |
tree | ae9eb8c075f5b4b57c6a51e0819f2faac777decf /textproc/libxslt | |
parent | b4c16a4282ea20ee4b05dcdd6d5c4e8b3510db40 (diff) | |
download | pkgsrc-9dbf98c1c109fae667a289dc5c8dec32246b9d48.tar.gz |
update to libxslt 1.2.4
fixes the security issue reported in:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767
http://secunia.com/advisories/30315/
http://bugzilla.gnome.org/show_bug.cgi?id=527297
1.1.24: May 13 20088:
- Documentation: man page fix (Vincent Lefevre).
- Bug fixes: pattern bug fix, key initialization problems, exclusion of
unknown namespaced element on top of stylesheets, python generator
syntactic cleanup (Martin)
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/PLIST | 3 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 0b84cf1ae78..e8d7890faa1 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2008/04/18 20:43:55 bjs Exp $ +# $NetBSD: Makefile,v 1.81 2008/05/22 16:03:10 recht Exp $ -DISTNAME= libxslt-1.1.23 +DISTNAME= libxslt-1.1.24 CATEGORIES= textproc MASTER_SITES+= ftp://xmlsoft.org/libxslt/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} diff --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST index d49b797dfdf..4983e100001 100644 --- a/textproc/libxslt/PLIST +++ b/textproc/libxslt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2006/10/30 21:03:21 drochner Exp $ +@comment $NetBSD: PLIST,v 1.37 2008/05/22 16:03:10 recht Exp $ bin/xslt-config bin/xsltproc include/libexslt/exslt.h @@ -47,6 +47,7 @@ share/doc/libxslt/APIchunk9.html share/doc/libxslt/APIchunk10.html share/doc/libxslt/APIchunk11.html share/doc/libxslt/APIchunk12.html +share/doc/libxslt/APIchunk13.html share/doc/libxslt/APIconstructors.html share/doc/libxslt/APIfiles.html share/doc/libxslt/APIfunctions.html diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index ed9f72df6b5..20f858bf63a 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2008/04/18 20:43:55 bjs Exp $ +$NetBSD: distinfo,v 1.49 2008/05/22 16:03:10 recht Exp $ -SHA1 (libxslt-1.1.23.tar.gz) = 9b6bb279808893643d9116e514eafecb22eff76c -RMD160 (libxslt-1.1.23.tar.gz) = fcecbaddd9b35e4d5e44670f6bd6d9d5fff327bc -Size (libxslt-1.1.23.tar.gz) = 2791463 bytes +SHA1 (libxslt-1.1.24.tar.gz) = b5402e24abff5545ed76f6a55049cbebc664bd58 +RMD160 (libxslt-1.1.24.tar.gz) = 41e7721eeed722c45310877d045422b47ab32973 +Size (libxslt-1.1.24.tar.gz) = 3363961 bytes SHA1 (patch-aa) = 7351945ab86addef9b5a69be887252fc0b3c1aa5 SHA1 (patch-ae) = ea154e23704cbd73e3199271e2d0d4a80b2832e8 |