Skip to content

Commit

Permalink
libxml2: update to 2.9.12
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
alarixnia committed May 23, 2021
1 parent 3ea3562 commit a5d3dc5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 193 deletions.
3 changes: 1 addition & 2 deletions textproc/libxml2/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions textproc/libxml2/Makefile.common
Original file line number Diff line number Diff line change
@@ -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= [email protected]
HOMEPAGE= http://xmlsoft.org/
Expand Down
10 changes: 5 additions & 5 deletions textproc/libxml2/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
38 changes: 0 additions & 38 deletions textproc/libxml2/patches/patch-parser.c

This file was deleted.

52 changes: 0 additions & 52 deletions textproc/libxml2/patches/patch-python-types.c

This file was deleted.

51 changes: 0 additions & 51 deletions textproc/libxml2/patches/patch-python_libxml.c

This file was deleted.

39 changes: 0 additions & 39 deletions textproc/libxml2/patches/patch-xmlschemas.c

This file was deleted.

3 changes: 1 addition & 2 deletions textproc/py-libxml2/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit a5d3dc5

Please sign in to comment.