pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  2 21:23:21 UTC 2018

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo

Log Message:
poppler: update to 0.68.0.

Release 0.68.0
        core:
         * Add Reason and Location to SignatureInfo. Bug #107299
         * Fix memory misuse on signature handling
         * Fix security issues found by oss-fuzz
         * Don't give a warning when Marked value is false. Bug #107430

        qt5:
         * Add Reason and Location to SignatureInfo. Bug #107299

        cpp:
         * Add rotation() to text_box. Bug #106562
         * Fix build with MSVC

        utils:
         * pdftoppm: Add -jpegopt optimize option support
         * pdftocairo: Add -jpegopt optimize option support
         * pdftohtml: Add option to not round coordinates
         * pdftohtml: Fix possible crash. Bug #107316

        build system:
         * Use OpenJpeg cmake config file instead of pkgconfig
         * Remove wchar_t- on MSVC


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.130 -r1.131 pkgsrc/print/poppler/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.100 pkgsrc/print/poppler/Makefile.common:1.101
--- pkgsrc/print/poppler/Makefile.common:1.100  Thu Aug 16 13:49:52 2018
+++ pkgsrc/print/poppler/Makefile.common        Sun Sep  2 21:23:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.100 2018/08/16 13:49:52 wiz Exp $
+# $NetBSD: Makefile.common,v 1.101 2018/09/02 21:23:21 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=          0.67.0
+POPPLER_VERS=          0.68.0
 DISTNAME=              poppler-${POPPLER_VERS}
 CATEGORIES=            print
 MASTER_SITES=          https://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.14 pkgsrc/print/poppler/PLIST:1.15
--- pkgsrc/print/poppler/PLIST:1.14     Thu Aug 16 13:49:52 2018
+++ pkgsrc/print/poppler/PLIST  Sun Sep  2 21:23:21 2018
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.14 2018/08/16 13:49:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/09/02 21:23:21 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.78
-lib/libpoppler.so.78.0.0
+lib/libpoppler.so.79
+lib/libpoppler.so.79.0.0
 lib/pkgconfig/poppler-splash.pc
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.130 pkgsrc/print/poppler/distinfo:1.131
--- pkgsrc/print/poppler/distinfo:1.130 Thu Aug 16 13:49:52 2018
+++ pkgsrc/print/poppler/distinfo       Sun Sep  2 21:23:21 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.130 2018/08/16 13:49:52 wiz Exp $
+$NetBSD: distinfo,v 1.131 2018/09/02 21:23:21 wiz Exp $
 
-SHA1 (poppler-0.67.0.tar.xz) = f9c8e8205a3ddfb6bb4bff2e356dac2409c88218
-RMD160 (poppler-0.67.0.tar.xz) = b92dd9e16341b2c975b1357f492669c86ec781a9
-SHA512 (poppler-0.67.0.tar.xz) = 36584c62970ae0ae7807687f9c0523560ae92ac323949be8916a0e8dc6e691633e55cdd76c6026253c337aed8a4b43a7759a3de74c9ec606654f65379fb0f206
-Size (poppler-0.67.0.tar.xz) = 1459412 bytes
+SHA1 (poppler-0.68.0.tar.xz) = 191fccc0c6babb6dde9fcd2e6c12bacf31b53158
+RMD160 (poppler-0.68.0.tar.xz) = d6a91f51307fb773969cdb5b9d7c4a8a6523e399
+SHA512 (poppler-0.68.0.tar.xz) = 98449ab96db1d17901ec44b1a71b0375ac83d0f13e059b83afb452939a3ae6375c4667ae029fa333fad3eed2d8315e5f1208f34d3548c5530f0ecc7a5841c27a
+Size (poppler-0.68.0.tar.xz) = 1461052 bytes
 SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa
 SHA1 (patch-poppler_CMap.cc) = d37745ea4cbeae76ad43c4ac74e942531f7b7dd8



Home | Main Index | Thread Index | Old Index