291 lines
9.2 KiB
Text
291 lines
9.2 KiB
Text
# ChangeLog for dev-libs/libxml2
|
||
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
|
||
# (auto-generated from git log)
|
||
|
||
*libxml2-2.9.2-r1 (09 Aug 2015)
|
||
|
||
09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
|
||
+files/libxml2-2.7.1-catalog_path.patch,
|
||
+files/libxml2-2.8.0_rc1-winnt.patch,
|
||
+files/libxml2-2.9.2-constant-memory.patch,
|
||
+files/libxml2-2.9.2-cross-compile.patch,
|
||
+files/libxml2-2.9.2-icu-pkgconfig.patch,
|
||
+files/libxml2-2.9.2-missing-entities.patch,
|
||
+files/libxml2-2.9.2-revert-missing-initialization.patch,
|
||
+files/libxml2-2.9.2-threads-declarations.patch,
|
||
+files/libxml2-2.9.2-timsort.patch, +libxml2-2.9.2-r1.ebuild, +metadata.xml:
|
||
proj/gentoo: Initial commit
|
||
|
||
This commit represents a new era for Gentoo:
|
||
Storing the gentoo-x86 tree in Git, as converted from CVS.
|
||
|
||
This commit is the start of the NEW history.
|
||
Any historical data is intended to be grafted onto this point.
|
||
|
||
Creation process:
|
||
1. Take final CVS checkout snapshot
|
||
2. Remove ALL ChangeLog* files
|
||
3. Transform all Manifests to thin
|
||
4. Remove empty Manifests
|
||
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
|
||
5.1. Do not touch files with -kb/-ko keyword flags.
|
||
|
||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
||
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
|
||
tests
|
||
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
|
||
project
|
||
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
|
||
developer, wrote Git features for the migration
|
||
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
|
||
cvs2svn
|
||
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
|
||
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
|
||
work in migration
|
||
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
|
||
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
|
||
the bikeshed
|
||
|
||
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
|
||
Use https by default
|
||
|
||
Convert all URLs for sites supporting encrypted connections from http to
|
||
https
|
||
|
||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||
|
||
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
|
||
Revert DOCTYPE SYSTEM https changes in metadata.xml
|
||
|
||
repoman does not yet accept the https version.
|
||
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
|
||
|
||
Bug: https://bugs.gentoo.org/552720
|
||
|
||
21 Oct 2015; Justin Lecher <jlec@gentoo.org> libxml2-2.9.2-r1.ebuild,
|
||
metadata.xml:
|
||
Add python3.5 support
|
||
|
||
Package-Manager: portage-2.2.23
|
||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||
|
||
31 Oct 2015; Mike Frysinger <vapier@gentoo.org>
|
||
+files/libxml2-2.9.2-disable-tests.patch, libxml2-2.9.2-r1.ebuild:
|
||
disable building of useless programs
|
||
|
||
These aren't used during build or install, so disable them.
|
||
|
||
*libxml2-2.9.2-r2 (09 Nov 2015)
|
||
|
||
09 Nov 2015; Gilles Dartiguelongue <eva@gentoo.org>
|
||
+files/libxml2-2.9.2-cve-2015-7941-1.patch,
|
||
+files/libxml2-2.9.2-cve-2015-7941-2.patch,
|
||
+files/libxml2-2.9.2-cve-2015-8035.patch,
|
||
files/libxml2-2.9.2-disable-tests.patch,
|
||
+files/libxml2-2.9.2-fix-lzma.patch,
|
||
+files/libxml2-2.9.2-overflow-conditional-sections-1.patch,
|
||
+files/libxml2-2.9.2-overflow-conditional-sections-2.patch,
|
||
+files/libxml2-2.9.2-unclosed-comments.patch, +libxml2-2.9.2-r2.ebuild:
|
||
apply several security patches
|
||
|
||
Security bugs: #560524, #564240 and #564776.
|
||
Also fix incorrect lzma support, bug #530386 and fix handling of
|
||
documentation and examples with USE=python, bug #533324.
|
||
|
||
https://bugs.gentoo.org/show_bug.cgi?id=530386
|
||
https://bugs.gentoo.org/show_bug.cgi?id=533324
|
||
https://bugs.gentoo.org/show_bug.cgi?id=560524
|
||
https://bugs.gentoo.org/show_bug.cgi?id=564240
|
||
https://bugs.gentoo.org/show_bug.cgi?id=564776
|
||
|
||
Package-Manager: portage-2.2.23
|
||
|
||
*libxml2-2.9.2-r3 (09 Nov 2015)
|
||
|
||
09 Nov 2015; Gilles Dartiguelongue <eva@gentoo.org>
|
||
-libxml2-2.9.2-r2.ebuild, +libxml2-2.9.2-r3.ebuild:
|
||
re-add missing call to eprefixify
|
||
|
||
Package-Manager: portage-2.2.23
|
||
|
||
*libxml2-2.9.2-r4 (10 Nov 2015)
|
||
|
||
10 Nov 2015; Gilles Dartiguelongue <eva@gentoo.org>
|
||
-libxml2-2.9.2-r3.ebuild, +libxml2-2.9.2-r4.ebuild:
|
||
fix python module installation, bug #565310
|
||
|
||
Package-Manager: portage-2.2.24
|
||
|
||
11 Nov 2015; Agostino Sarubbo <ago@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
amd64 stable wrt bug #560524
|
||
|
||
Package-Manager: portage-2.2.20.1
|
||
RepoMan-Options: --include-arches="amd64"
|
||
|
||
11 Nov 2015; Agostino Sarubbo <ago@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
x86 stable wrt bug #560524
|
||
|
||
Package-Manager: portage-2.2.20.1
|
||
RepoMan-Options: --include-arches="x86"
|
||
|
||
12 Nov 2015; Jeroen Roovers <jer@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
Stable for PPC64 (bug #560524).
|
||
|
||
Package-Manager: portage-2.2.24
|
||
RepoMan-Options: --ignore-arches
|
||
|
||
12 Nov 2015; Jeroen Roovers <jer@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
Stable for HPPA (bug #560524).
|
||
|
||
Package-Manager: portage-2.2.24
|
||
RepoMan-Options: --ignore-arches
|
||
|
||
12 Nov 2015; Agostino Sarubbo <ago@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
ppc stable wrt bug #560524
|
||
|
||
Package-Manager: portage-2.2.20.1
|
||
RepoMan-Options: --include-arches="ppc"
|
||
|
||
15 Nov 2015; Matt Turner <mattst88@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
alpha stable, bug 560524.
|
||
|
||
15 Nov 2015; Markus Meier <maekke@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
arm stable, bug #560524
|
||
|
||
Package-Manager: portage-2.2.24
|
||
RepoMan-Options: --include-arches="arm"
|
||
|
||
18 Nov 2015; Sergey Popov <pinkbyte@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
s390 stable
|
||
|
||
Gentoo-Bug: 560524
|
||
|
||
Package-Manager: portage-2.2.23
|
||
|
||
18 Nov 2015; Agostino Sarubbo <ago@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
ia64 stable wrt bug #560524
|
||
|
||
Package-Manager: portage-2.2.20.1
|
||
RepoMan-Options: --include-arches="ia64"
|
||
|
||
29 Nov 2015; Justin Lecher <jlec@gentoo.org>
|
||
+files/libxml2-2.9.2-python-ABIFLAG.patch, libxml2-2.9.2-r4.ebuild:
|
||
Fix python ABI detection
|
||
|
||
Gentoo recently moved closer to upstream in terms of naming python
|
||
with regards to the build ABI. This patch adopts the buildsystem
|
||
to this change
|
||
|
||
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567066
|
||
|
||
Package-Manager: portage-2.2.25
|
||
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
||
|
||
25 Dec 2015; Mikle Kolyada <zlogene@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
sparc stable wrt bug #560524
|
||
|
||
Package-Manager: portage-2.2.24
|
||
|
||
*libxml2-2.9.3 (11 Jan 2016)
|
||
|
||
11 Jan 2016; Pacho Ramos <pacho@gentoo.org> +libxml2-2.9.3.ebuild:
|
||
Version bump
|
||
|
||
Package-Manager: portage-2.2.26
|
||
|
||
11 Jan 2016; Pacho Ramos <pacho@gentoo.org> -libxml2-2.9.2-r1.ebuild:
|
||
Drop old
|
||
|
||
Package-Manager: portage-2.2.26
|
||
|
||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||
Replace all herds with appropriate projects (GLEP 67)
|
||
|
||
Replace all uses of herd with appropriate project maintainers, or no
|
||
maintainers in case of herds requested to be disbanded.
|
||
|
||
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
|
||
Set appropriate maintainer types in metadata.xml (GLEP 67)
|
||
|
||
17 Feb 2016; Steev Klimaszewski <steev@gentoo.org> libxml2-2.9.2-r4.ebuild:
|
||
Mark 2.9.2-r4 stable for arm64
|
||
|
||
Somehow this wasn't stabled, even though gettext deps on it and that is
|
||
stable for arm64.
|
||
Tests pass on Cortex A53
|
||
|
||
Package-Manager: portage-2.2.27
|
||
|
||
21 Feb 2016; Pacho Ramos <pacho@gentoo.org> libxml2-2.9.3.ebuild:
|
||
amd64 stable, bug 566378
|
||
|
||
Package-Manager: portage-2.2.27
|
||
RepoMan-Options: --include-arches="amd64"
|
||
|
||
06 Mar 2016; Mikle Kolyada <zlogene@gentoo.org> libxml2-2.9.3.ebuild:
|
||
x86 stable wrt bug #427546
|
||
|
||
Package-Manager: portage-2.2.26
|
||
|
||
07 Apr 2016; Jeroen Roovers <jer@gentoo.org> libxml2-2.9.3.ebuild:
|
||
Stable for HPPA PPC64 (bug #566378).
|
||
|
||
Package-Manager: portage-2.2.28
|
||
RepoMan-Options: --ignore-arches
|
||
|
||
03 May 2016; Markus Meier <maekke@gentoo.org> libxml2-2.9.3.ebuild:
|
||
arm stable, bug #566378
|
||
|
||
Package-Manager: portage-2.2.28
|
||
RepoMan-Options: --include-arches="arm"
|
||
|
||
*libxml2-2.9.4 (29 May 2016)
|
||
|
||
29 May 2016; Pacho Ramos <pacho@gentoo.org>
|
||
files/libxml2-2.7.1-catalog_path.patch, +libxml2-2.9.4.ebuild:
|
||
Version bump
|
||
|
||
Package-Manager: portage-2.3.0_rc1
|
||
|
||
07 Jun 2016; Tobias Klausmann <klausman@gentoo.org> libxml2-2.9.4.ebuild:
|
||
2.9.4-r0: add alpha keyword
|
||
|
||
Gentoo-Bug: 584468
|
||
|
||
Package-Manager: portage-2.3.0_rc1
|
||
|
||
08 Jun 2016; Markus Meier <maekke@gentoo.org> libxml2-2.9.4.ebuild:
|
||
arm stable, bug #584468
|
||
|
||
Package-Manager: portage-2.3.0_rc1
|
||
RepoMan-Options: --include-arches="arm"
|
||
|
||
11 Jun 2016; Pacho Ramos <pacho@gentoo.org> libxml2-2.9.4.ebuild:
|
||
amd64 stable, bug 584468
|
||
|
||
Package-Manager: portage-2.3.0_rc1
|
||
RepoMan-Options: --include-arches="amd64"
|
||
|
||
11 Jun 2016; Pacho Ramos <pacho@gentoo.org> libxml2-2.9.4.ebuild:
|
||
x86 stable, bug 584468
|
||
|
||
Package-Manager: portage-2.3.0_rc1
|
||
RepoMan-Options: --include-arches="x86"
|
||
|
||
09 Jul 2016; Pacho Ramos <pacho@gentoo.org> libxml2-2.9.4.ebuild:
|
||
ppc stable, bug 584468
|
||
|
||
Package-Manager: portage-2.3.0
|
||
RepoMan-Options: --include-arches="ppc"
|
||
|
||
30 Jul 2016; Jeroen Roovers <jer@gentoo.org> libxml2-2.9.4.ebuild:
|
||
Stable for HPPA PPC64 (bug #584468).
|
||
|
||
Package-Manager: portage-2.3.0
|
||
RepoMan-Options: --ignore-arches
|
||
|
||
04 Sep 2016; Fabian Groffen <grobian@gentoo.org> libxml2-2.9.4.ebuild:
|
||
fix linking of python modules on Darwin
|
||
|
||
Package-Manager: portage-2.2.28
|
||
|