commit: 931fd6e34ae8cfb45c30a745d9d34063645a02bb Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Oct 30 12:17:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 30 13:37:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931fd6e3
sci-libs/gdal: add patch context + scrub Fixes: bf9a55a0b2aa54536d72952938f14161b90fb4f1 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44385 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/files/gdal-3.11.4-poppler-25.10.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-libs/gdal/files/gdal-3.11.4-poppler-25.10.patch b/sci-libs/gdal/files/gdal-3.11.4-poppler-25.10.patch index 6e46949209ca..b13371f9698d 100644 --- a/sci-libs/gdal/files/gdal-3.11.4-poppler-25.10.patch +++ b/sci-libs/gdal/files/gdal-3.11.4-poppler-25.10.patch @@ -1,3 +1,7 @@ +https://github.com/OSGeo/gdal/pull/13175 +https://github.com/OSGeo/gdal/issues/13173 +https://github.com/OSGeo/gdal/commit/a716a6cd5ffd779b30950f046fce91878fc97b9d + From a716a6cd5ffd779b30950f046fce91878fc97b9d Mon Sep 17 00:00:00 2001 From: Even Rouault <[email protected]> Date: Sun, 5 Oct 2025 00:50:51 +0200 @@ -5,12 +9,6 @@ Subject: [PATCH] Add compatibility with Poppler 25.10 (support for older versions kept) Fixes #13173 ---- - frmts/pdf/pdfobject.cpp | 12 +++++++++++- - 1 file changed, 11 insertions(+), 1 deletion(-) - -diff --git a/frmts/pdf/pdfobject.cpp b/frmts/pdf/pdfobject.cpp -index d8ded01d3e4b..2c5c44ba04d9 100644 --- a/frmts/pdf/pdfobject.cpp +++ b/frmts/pdf/pdfobject.cpp @@ -1437,7 +1437,12 @@ int64_t GDALPDFStreamPoppler::GetLength(int64_t nMaxSize)
