From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Fri, 15 Dec 2023 05:15:44 +0000 (UTC) [thread overview]
Message-ID: <1702617288.fdfebdd0fc39c0cae50825223dad9edcfc6fa4e4.sam@gentoo> (raw)
commit: fdfebdd0fc39c0cae50825223dad9edcfc6fa4e4
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Dec 15 03:59:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 05:14:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfebdd0
app-text/podofo: add 0.10.3, drop 0.10.2
The .3 point release includes some important bugfixes including:
- a fix for a performance regression
- data loss for certain encrypted PDFs
- the libxml2 fix which was previously backported here
Bug: https://bugs.gentoo.org/919929
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34289
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/podofo/Manifest | 3 +--
app-text/podofo/{podofo-0.10.2.ebuild => podofo-0.10.3.ebuild} | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-text/podofo/Manifest b/app-text/podofo/Manifest
index ad4bfbe4c18e..ca377eb20e35 100644
--- a/app-text/podofo/Manifest
+++ b/app-text/podofo/Manifest
@@ -1,6 +1,5 @@
DIST podofo-0.10.1-test-resources.tar.gz 4228392 BLAKE2B 95526d145a18976d5b9f782dfcac15e17bc4ef20a22ca5892905a19193ad88c2855cb8551886754c334f6ca666b9b74fe9a3b5c89ce774fa24e579f563be57c6 SHA512 4cb33e5a6050ef745cda42b7fdf53fee9f45d4d488555b79c9cdd6680c5265065aac92ad3d72ea0b75eee9a73098f920a3dd61b7728db6d2171888cbc83c6d55
DIST podofo-0.10.1.tar.gz 1690279 BLAKE2B 0fc161c467ffce07c1b2cb1a2124ffddc6c18189b5c8b31dc1212921637601a667cd2b0d6f1269214bd0fe47e8853367283e3053813d45aed01589f0dfb1c29b SHA512 cbbd183cd940345f9b077b7da140414c27badc70fdf754e2f3c6f0e51c25072de46d7fe312b014c0eab359bd03e9dca0283260db00f079c5014e268d5c5ef5c9
-DIST podofo-0.10.2-libxml2-2.12.patch 1353 BLAKE2B 73ba1f94eaf6ec5b3896218dcdf385ca933795dbcc2b637b5dc7cf463b9a942d9fe777949c0c947583bd1dfca6b0f1e1b8fd7d11c2a3f6f51cea33063656b8e4 SHA512 8ea5d60e94568f1a34793453b9055e333b3d3587caec5919256ef1ad6843b66259fa26c6af35286947ddde6151452dd97837e7699c1bb3b2ba7641f6fcd61340
-DIST podofo-0.10.2.tar.gz 1690362 BLAKE2B 5ca1fb276d10fa85320d5cbe2c90dd3175ffbca24be860d57ad3c3958ac1f16e20642d615f68b8845511a1605b0af4c10a16cb66aa0092fa21ef02b363df23b0 SHA512 b5b7d4236a1f15b4eeee9d24210015b983910e88efa4727dd551f58b4d39cf7566314513b99099f54835b90a209cbf8231e04d19b63019223113abe6520fc932
+DIST podofo-0.10.3.tar.gz 1691469 BLAKE2B 986b5e8d5d8d77a21e38b99a08ad0d898c375695072a9795c57715049da2ecb8c15dd8717e5939a37fa94a8b48424b1f7a037fc452f0fde9856e9a840e350913 SHA512 80fa86ff7f256a69b963451ef741e49c56447084b26481e52d1a079940102b5d51d9ff1c43952bba22bae61d95c8c44eacc08f55cd18999aec6c563f615b2cf5
DIST podofo-0.9.8-bug-888463.patch 1269 BLAKE2B 632e9326112eecb484a15a532fc218263eab081acaf2af2bc1cc3d1020347846ce9ce82147d9d2fa9b42d690270b01b68eaf621cfbbdcfce041b8d651754c08e SHA512 9b0764d8697fad57107647a620f6dbe5d8025628faf02b1d6839d3f975216b16a58ccc115f58809aa4e31fb6b4b487b1490eedf468ddc8b90e494f68d8e50dc6
DIST podofo-0.9.8.tar.gz 1012918 BLAKE2B 5d343128bcf06dbb8ef1d70b32f580a800726c33e4c14c86a6c7df0278a34b2d96cba7975c00d32e792596ca3cb54fa66fee262b49a240cd52e31646947b943e SHA512 b220322114450f1656c73d325f5172bc4cec0b1913e98b4eb2455f8ed7394bcaa47438d41003c9678937ef44d411e135431ddd6784f83d3663337d471baa02b1
diff --git a/app-text/podofo/podofo-0.10.2.ebuild b/app-text/podofo/podofo-0.10.3.ebuild
similarity index 92%
rename from app-text/podofo/podofo-0.10.2.ebuild
rename to app-text/podofo/podofo-0.10.3.ebuild
index 67a3c96f2b8d..730c3b449d93 100644
--- a/app-text/podofo/podofo-0.10.2.ebuild
+++ b/app-text/podofo/podofo-0.10.3.ebuild
@@ -9,7 +9,6 @@ DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format"
HOMEPAGE="https://github.com/podofo/podofo"
# testsuite resources require separate download. Reported at https://github.com/podofo/podofo/issues/102
SRC_URI="https://github.com/podofo/podofo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/podofo/podofo/commit/5f4df41c552cb2357ff6fefdbe277b072a4c1c4a.patch -> ${P}-libxml2-2.12.patch
test? (
https://github.com/podofo/podofo-resources/archive/4afe5c3fdb543a4347681b2e52252f1b10f12f24.tar.gz
-> podofo-0.10.1-test-resources.tar.gz
@@ -38,8 +37,6 @@ BDEPEND="
test? ( fontconfig? ( media-fonts/liberation-fonts ) )
"
-PATCHES=("${DISTDIR}/${P}-libxml2-2.12.patch")
-
src_prepare() {
cmake_src_prepare
if use test; then
next reply other threads:[~2023-12-15 5:15 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-15 5:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-22 6:59 [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/ Viorel Munteanu
2024-01-05 18:16 Arthur Zamarin
2024-01-05 18:16 Arthur Zamarin
2024-01-05 8:13 Sam James
2023-12-21 0:07 Ionen Wolkens
2023-12-15 6:31 Sam James
2023-12-15 4:40 Sam James
2023-12-15 4:40 Sam James
2023-12-15 4:39 Sam James
2023-12-15 4:39 Sam James
2023-12-05 5:57 Zac Medico
2023-10-29 3:36 Sam James
2023-09-25 2:43 Zac Medico
2023-09-25 2:43 Zac Medico
2023-09-22 8:24 Joonas Niilola
2023-09-22 8:24 Joonas Niilola
2023-09-21 6:17 Zac Medico
2023-01-22 6:38 Sam James
2023-01-22 6:38 Sam James
2023-01-22 6:38 Sam James
2023-01-22 6:38 Sam James
2022-12-26 18:15 Zac Medico
2022-12-26 17:55 Zac Medico
2022-10-17 22:19 Sam James
2022-09-05 19:18 Zac Medico
2022-02-27 16:57 Sam James
2022-02-27 16:51 Zac Medico
2022-02-26 19:52 Zac Medico
2021-06-18 21:07 David Seifert
2021-05-02 19:31 Mikle Kolyada
2021-05-02 15:07 Mikle Kolyada
2021-03-25 23:31 Conrad Kostecki
2020-12-03 22:58 Marek Szuba
2020-08-01 7:55 Sergei Trofimovich
2020-07-28 22:05 Zac Medico
2020-07-28 21:25 Sergei Trofimovich
2020-07-18 0:29 Sam James
2020-07-17 23:25 Sam James
2020-07-17 12:09 Sam James
2020-07-17 10:25 Sam James
2020-06-29 4:41 Zac Medico
2020-06-29 4:38 Zac Medico
2020-06-10 6:31 Zac Medico
2020-06-06 0:27 Zac Medico
2020-02-18 20:06 Andreas Sturmlechner
2019-06-28 20:49 Sergei Trofimovich
2019-05-20 10:58 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-12 22:03 Sergei Trofimovich
2019-01-06 10:04 Zac Medico
2018-07-26 17:21 Zac Medico
2017-11-12 6:12 Zac Medico
2017-10-16 8:36 Zac Medico
2017-07-03 23:17 Zac Medico
2017-06-10 19:25 Zac Medico
2017-05-23 16:49 Zac Medico
2017-05-21 22:58 Zac Medico
2017-05-18 6:43 Zac Medico
2017-05-18 5:01 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16 8:01 Agostino Sarubbo
2017-05-16 5:00 Jeroen Roovers
2017-05-15 14:17 Agostino Sarubbo
2017-05-12 10:06 Zac Medico
2017-05-12 10:02 Zac Medico
2017-05-12 9:56 Zac Medico
2017-05-10 20:07 Zac Medico
2017-05-01 19:11 Zac Medico
2017-05-01 17:10 Zac Medico
2017-02-07 17:39 Zac Medico
2016-07-24 0:23 Zac Medico
2016-05-11 22:42 Anthony G. Basile
2015-09-13 23:40 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702617288.fdfebdd0fc39c0cae50825223dad9edcfc6fa4e4.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox