pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 23 19:31:47 UTC 2021

Modified Files:
        pkgsrc/textproc/libxml2: Makefile Makefile.common distinfo
        pkgsrc/textproc/py-libxml2: Makefile
Removed Files:
        pkgsrc/textproc/libxml2/patches: patch-parser.c patch-python-types.c
            patch-python_libxml.c patch-xmlschemas.c

Log Message:
libxml2: update to 2.9.12

2.9.12:
"Brown paper bag release, some recently added sources were missing from
the 2.9.11 tarball."

2.9.11:
"Prompted by CVE-2021-3541, but this includes an awful lot of serious bug
fixes by Nick and others."


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/libxml2/Makefile.common
cvs rdiff -u -r1.134 -r1.135 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -u -r1.7 -r0 pkgsrc/textproc/libxml2/patches/patch-parser.c
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/libxml2/patches/patch-python-types.c \
    pkgsrc/textproc/libxml2/patches/patch-xmlschemas.c
cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/libxml2/patches/patch-python_libxml.c
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/py-libxml2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libxml2/Makefile
diff -u pkgsrc/textproc/libxml2/Makefile:1.158 pkgsrc/textproc/libxml2/Makefile:1.159
--- pkgsrc/textproc/libxml2/Makefile:1.158      Wed Apr 21 11:40:41 2021
+++ pkgsrc/textproc/libxml2/Makefile    Sun May 23 19:31:47 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.158 2021/04/21 11:40:41 adam Exp $
+# $NetBSD: Makefile,v 1.159 2021/05/23 19:31:47 nia Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
-PKGREVISION=   4
 
 COMMENT=       XML parser library from the GNOME project
 LICENSE=       modified-bsd

Index: pkgsrc/textproc/libxml2/Makefile.common
diff -u pkgsrc/textproc/libxml2/Makefile.common:1.13 pkgsrc/textproc/libxml2/Makefile.common:1.14
--- pkgsrc/textproc/libxml2/Makefile.common:1.13        Wed Nov  6 13:19:43 2019
+++ pkgsrc/textproc/libxml2/Makefile.common     Sun May 23 19:31:47 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile.common,v 1.13 2019/11/06 13:19:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2021/05/23 19:31:47 nia Exp $
 #
 # used by textproc/libxml2/Makefile
 # used by textproc/py-libxml2/Makefile
 
-DISTNAME=      libxml2-2.9.10
+DISTNAME=      libxml2-2.9.12
 CATEGORIES=    textproc
-MASTER_SITES=  ftp://xmlsoft.org/libxml2/
-MASTER_SITES+= http://xmlsoft.org/sources/
+MASTER_SITES=  http://xmlsoft.org/sources/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://xmlsoft.org/

Index: pkgsrc/textproc/libxml2/distinfo
diff -u pkgsrc/textproc/libxml2/distinfo:1.134 pkgsrc/textproc/libxml2/distinfo:1.135
--- pkgsrc/textproc/libxml2/distinfo:1.134      Sun Nov  8 23:31:44 2020
+++ pkgsrc/textproc/libxml2/distinfo    Sun May 23 19:31:47 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.134 2020/11/08 23:31:44 js Exp $
+$NetBSD: distinfo,v 1.135 2021/05/23 19:31:47 nia Exp $
 
-SHA1 (libxml2-2.9.10.tar.gz) = db6592ec9ca9708c4e71bf6bfd907bbb5cd40644
-RMD160 (libxml2-2.9.10.tar.gz) = 455f81e1f121c63dac96802de7f83ce4483f1afe
-SHA512 (libxml2-2.9.10.tar.gz) = 0adfd12bfde89cbd6296ba6e66b6bed4edb814a74b4265bda34d95c41d9d92c696ee7adb0c737aaf9cc6e10426a31a35079b2a23d26c074e299858da12c072ed
-Size (libxml2-2.9.10.tar.gz) = 5624761 bytes
+SHA1 (libxml2-2.9.12.tar.gz) = 339fe5bb2a7d0c13f068c26d8f7cd194c13f9a2a
+RMD160 (libxml2-2.9.12.tar.gz) = 766b9460b9e62b8152f431747c30c88c868c0c7e
+SHA512 (libxml2-2.9.12.tar.gz) = df1c6486e80f0fcf3c506f3599bcfb94b620c00d0b5d26831bc983daa78d58ec58b5057b1ec7c1a26c694f40199c6234ee2a6dcabf65abfa10c447cb5705abbd
+Size (libxml2-2.9.12.tar.gz) = 5681632 bytes
 SHA1 (patch-Makefile.in) = e687eaa9805b855b0c8a944ec5c597bd34954472
 SHA1 (patch-catalog.c) = 34afe787f6012b460a85be993048e133907a1621
 SHA1 (patch-configure) = f6e9f08377a537657df08deee17a5cc66c60b808

Index: pkgsrc/textproc/py-libxml2/Makefile
diff -u pkgsrc/textproc/py-libxml2/Makefile:1.67 pkgsrc/textproc/py-libxml2/Makefile:1.68
--- pkgsrc/textproc/py-libxml2/Makefile:1.67    Wed Apr 21 11:42:48 2021
+++ pkgsrc/textproc/py-libxml2/Makefile Sun May 23 19:31:47 2021
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.67 2021/04/21 11:42:48 adam Exp $
+# $NetBSD: Makefile,v 1.68 2021/05/23 19:31:47 nia Exp $
 
-PKGREVISION= 3
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}



Home | Main Index | Thread Index | Old Index