pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: update to 21.07.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc5c0ae0afd4
branches:  trunk
changeset: 455962:fc5c0ae0afd4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 15 11:31:25 2021 +0000

description:
poppler: update to 21.07.0.

Release 21.07.0:
        core:
         * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
         * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
         * CairoOutputDev: Fix memory leak on broken files
         * Minor code improvements

        build system:
         * set C standard to 11 without extensions

diffstat:

 print/poppler/Makefile.common                       |   4 +-
 print/poppler/distinfo                              |  11 ++++-----
 print/poppler/patches/patch-qt5_src_poppler-page.cc |  22 ---------------------
 3 files changed, 7 insertions(+), 30 deletions(-)

diffs (61 lines):

diff -r d10b5a906a68 -r fc5c0ae0afd4 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Thu Jul 15 10:56:30 2021 +0000
+++ b/print/poppler/Makefile.common     Thu Jul 15 11:31:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.123 2021/06/10 10:59:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.124 2021/07/15 11:31:25 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=  21.06.1
+POPPLER_VERS=  21.07.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r d10b5a906a68 -r fc5c0ae0afd4 print/poppler/distinfo
--- a/print/poppler/distinfo    Thu Jul 15 10:56:30 2021 +0000
+++ b/print/poppler/distinfo    Thu Jul 15 11:31:25 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.152 2021/06/10 10:59:29 wiz Exp $
+$NetBSD: distinfo,v 1.153 2021/07/15 11:31:25 wiz Exp $
 
-SHA1 (poppler-21.06.1.tar.xz) = e971e9bcf638ca9a1ed8703acbe5622c5dffd2df
-RMD160 (poppler-21.06.1.tar.xz) = 7ccf23babd1c73329264fa3bdfe9c75edd9a4c25
-SHA512 (poppler-21.06.1.tar.xz) = 6e447d09421b7729d83a59a24deaaaea15103240cac0eaf41ddcdd64ac2c8f08a6902b95d56bbbcfd9e229054bd0a4f1769ea05c7e20691bc8f995e3f959f0e9
-Size (poppler-21.06.1.tar.xz) = 1708344 bytes
+SHA1 (poppler-21.07.0.tar.xz) = 3d59954880389103fa2a30027a992de9450008ab
+RMD160 (poppler-21.07.0.tar.xz) = b0dafbc1e0a748c056bfccbe510f74b2d2a66c2f
+SHA512 (poppler-21.07.0.tar.xz) = ce1d8a5dd4a300a24aa71aea4919262e108ce1717dee04863da41de0962e4c0067e9c703c190386bd66d9c4ef54d04513cc8509f4beaf76e996576912d2583e8
+Size (poppler-21.07.0.tar.xz) = 1709664 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
-SHA1 (patch-qt5_src_poppler-page.cc) = e9f83a7c9d529acb5e3f6db5f112fb6c7eb2800b
diff -r d10b5a906a68 -r fc5c0ae0afd4 print/poppler/patches/patch-qt5_src_poppler-page.cc
--- a/print/poppler/patches/patch-qt5_src_poppler-page.cc       Thu Jul 15 10:56:30 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-qt5_src_poppler-page.cc,v 1.2 2020/11/20 19:08:05 wiz Exp $
-
-conditionalise defining splash related class
-
---- qt5/src/poppler-page.cc.orig       2020-11-01 18:32:52.000000000 +0000
-+++ qt5/src/poppler-page.cc
-@@ -105,6 +105,7 @@ public:
-     QVariant payload;
- };
- 
-+#if defined(HAVE_SPLASH)
- class Qt5SplashOutputDev : public SplashOutputDev, public OutputDevCallbackHelper
- {
- public:
-@@ -165,6 +166,7 @@ public:
- private:
-     bool ignorePaperColor;
- };
-+#endif
- 
- Qt5SplashOutputDev::~Qt5SplashOutputDev() = default;
- 



Home | Main Index | Thread Index | Old Index