From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] qpdf: Updarte to version 11.9.1 Date: Sun, 24 Nov 2024 13:27:09 +0100 Message-ID: <20241124122715.7506-4-adolf.belka@ipfire.org> In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1141958776461008754==" List-Id: --===============1141958776461008754== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 11.9.0 to 11.9.1 - Update of rootfile - Changelog 11.9.1 * Rewrite a recursive function to be iterative in linearization to enable more complex files to be linearized, especially on Windows. * Avoid non-standard use of `std::basic_string_view`. Contribution from Zoe Clifford. Signed-off-by: Adolf Belka --- config/rootfiles/common/qpdf | 2 +- lfs/qpdf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/qpdf b/config/rootfiles/common/qpdf index 322845aa0..bd788b3d2 100644 --- a/config/rootfiles/common/qpdf +++ b/config/rootfiles/common/qpdf @@ -78,7 +78,7 @@ usr/bin/qpdf #usr/lib/cmake/qpdf/qpdfConfigVersion.cmake #usr/lib/libqpdf.so usr/lib/libqpdf.so.29 -usr/lib/libqpdf.so.29.9.0 +usr/lib/libqpdf.so.29.9.1 #usr/lib/pkgconfig/libqpdf.pc #usr/share/doc/qpdf #usr/share/doc/qpdf/README-doc.txt diff --git a/lfs/qpdf b/lfs/qpdf index fabb4565b..9859258bc 100644 --- a/lfs/qpdf +++ b/lfs/qpdf @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 11.9.0 +VER =3D 11.9.1 =20 THISAPP =3D qpdf-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 3f79bef4b8d276cb73db1a08eb72cc67dec803c942c5e6f5322ecf= c2fb017c7169aebb6b0790f1789970c86f4c8790465d0315ff8b355dd7e395a02192a605cb +$(DL_FILE)_BLAKE2 =3D fa845e04d6044c70e1864a8eee9831774218a2fa6de74fed1efc22= f0cc4982b7e41b2a7d6f0c794941eac08ba65d2196d72399514c376e2774c754f074560c43 =20 install : $(TARGET) =20 --=20 2.47.0 --===============1141958776461008754==--