From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2068E1382C5 for ; Sun, 18 Apr 2021 01:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78F17E0815; Sun, 18 Apr 2021 01:38:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50F7FE0815 for ; Sun, 18 Apr 2021 01:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CAD7335E2E for ; Sun, 18 Apr 2021 01:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44EC8706 for ; Sun, 18 Apr 2021 01:38:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618709903.a54298ad9cd0f92c370573c087ad77e432e692ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch X-VCS-Directories: dev-libs/libxml2/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a54298ad9cd0f92c370573c087ad77e432e692ab X-VCS-Branch: master Date: Sun, 18 Apr 2021 01:38:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71323198-e8c0-43e6-b1ed-83cfe52f77af X-Archives-Hash: aadc197e9ea965dd4453ebf2d8964e83 commit: a54298ad9cd0f92c370573c087ad77e432e692ab Author: Sam James gentoo org> AuthorDate: Sat Apr 17 04:57:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 01:38:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54298ad dev-libs/libxml2: tidy up patches Signed-off-by: Sam James gentoo.org> dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch | 7 ------- dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch | 8 -------- dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch | 5 ----- dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch | 8 -------- dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch | 7 +++---- 5 files changed, 3 insertions(+), 32 deletions(-) diff --git a/dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch b/dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch index e405feb37c3..c979c841477 100644 --- a/dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch +++ b/dev-libs/libxml2/files/libxml2-2.9.10-remove-TRUE.patch @@ -10,11 +10,6 @@ icu-68.1 removed macro definitions for TRUE and FALSE Signed-off-by: Lars Wendler --- - encoding.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/encoding.c b/encoding.c -index ad4d8a63..ea1fa99e 100644 --- a/encoding.c +++ b/encoding.c @@ -1958,7 +1958,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler *handler, unsigned char *out, @@ -27,5 +22,3 @@ index ad4d8a63..ea1fa99e 100644 #endif /* LIBXML_ICU_ENABLED */ else { -- -2.29.2 - diff --git a/dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch b/dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch index 179f3a8c384..205b26b54f8 100644 --- a/dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch +++ b/dev-libs/libxml2/files/libxml2-2.9.10-xmllint-utf8.patch @@ -12,12 +12,6 @@ Thanks to @SuhwanSong and the Agency for Defense Development (ADD) for the report. Fixes #178. ---- - xmllint.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/xmllint.c b/xmllint.c -index f6a8e463..c647486f 100644 --- a/xmllint.c +++ b/xmllint.c @@ -528,6 +528,12 @@ static void @@ -34,5 +28,3 @@ index f6a8e463..c647486f 100644 if (result) { xmlGenericError(xmlGenericErrorContext, "%s", result); -- -GitLab - diff --git a/dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch b/dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch index 14dd5bc7342..7c5557f9915 100644 --- a/dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch +++ b/dev-libs/libxml2/files/libxml2-2.9.2-python-ABIFLAG.patch @@ -1,8 +1,3 @@ - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 14ac0a8..f787b12 100644 --- a/configure.ac +++ b/configure.ac @@ -844,7 +844,7 @@ if test "$with_python" != "no" ; then diff --git a/dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch b/dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch index fcc441d05de..1e269c3387b 100644 --- a/dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch +++ b/dev-libs/libxml2/files/libxml2-2.9.8-out-of-tree-test.patch @@ -9,12 +9,6 @@ When building out of tree, the relative path this test uses doesn't work. Resolve the path relative to the test script itself instead. Url: https://bugs.gentoo.org/565576 ---- - python/tests/reader5.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/python/tests/reader5.py b/python/tests/reader5.py -index 82d0daea474a..da5355ffc4c6 100755 --- a/python/tests/reader5.py +++ b/python/tests/reader5.py @@ -4,6 +4,7 @@ @@ -36,5 +30,3 @@ index 82d0daea474a..da5355ffc4c6 100755 reader = input.newTextReader("REC") res="" -- -2.19.1 - diff --git a/dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch b/dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch index e87dcdedf88..db20221afe4 100644 --- a/dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch +++ b/dev-libs/libxml2/files/libxml2-2.9.8-python3-unicode-errors.patch @@ -1,7 +1,6 @@ -Index: libxml2-2.9.5/python/libxml.c -=================================================================== ---- libxml2-2.9.5.orig/python/libxml.c -+++ libxml2-2.9.5/python/libxml.c +https://bugs.gentoo.org/745162 +--- a/python/libxml.c ++++ b/python/libxml.c @@ -1620,6 +1620,7 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNU PyObject *message; PyObject *result;