pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: adam
Date: Mon May 22 08:40:10 UTC 2017
Modified Files:
pkgsrc/print/poppler: Makefile.common distinfo
pkgsrc/print/poppler-includes: Makefile
Log Message:
Changes 0.55.0:
core:
* Fix abort in files with broken Decode arrays.
* Fix memory leak (and probably logic bug) parsing broken XRef entries.
* Fix memory leak when reconstructing broken files.
* Minor optimization
* Fix regression in GfxIndexedColorSpace::mapColorToBase.
* Fix memory leak in error condition
cpp:
* Return nullptr if the page at index can't be fetched.
build system:
* Fail by default if libjpeg is not available
* Fail by default if libopenjpeg2/1 is not available
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.114 -r1.115 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/poppler-includes/Makefile
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.84 pkgsrc/print/poppler/Makefile.common:1.85
--- pkgsrc/print/poppler/Makefile.common:1.84 Tue May 2 13:27:59 2017
+++ pkgsrc/print/poppler/Makefile.common Mon May 22 08:40:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.84 2017/05/02 13:27:59 wiz Exp $
+# $NetBSD: Makefile.common,v 1.85 2017/05/22 08:40:10 adam Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
# used by print/poppler-qt5/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 0.54.0
+POPPLER_VERS= 0.55.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/
Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.114 pkgsrc/print/poppler/distinfo:1.115
--- pkgsrc/print/poppler/distinfo:1.114 Tue May 2 13:27:59 2017
+++ pkgsrc/print/poppler/distinfo Mon May 22 08:40:10 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.114 2017/05/02 13:27:59 wiz Exp $
+$NetBSD: distinfo,v 1.115 2017/05/22 08:40:10 adam Exp $
-SHA1 (poppler-0.54.0.tar.xz) = 53de8e3ee2853da8b40bc665c0411ed0dee16c49
-RMD160 (poppler-0.54.0.tar.xz) = 0ceb382e2623d8d1edfe9aa6dadb898fe092ae4f
-SHA512 (poppler-0.54.0.tar.xz) = 1967cebdcc24c6a4ffc2ebea6940fafe315040afe5c8d797521897fe6ba851704af0e90122d3213d10d1dede7594b14198e6592c0666f4091e866c10cd104b43
-Size (poppler-0.54.0.tar.xz) = 1698392 bytes
+SHA1 (poppler-0.55.0.tar.xz) = 19f8a6b2a5f292c7837ba38d3948ef01c14ca36f
+RMD160 (poppler-0.55.0.tar.xz) = c2c541521a14188d3d882b478d639350b0934252
+SHA512 (poppler-0.55.0.tar.xz) = ea3008f2945da862236fcc64d320367e04e3c71d4cc5e996e0c50ac49457e5e42eb06af92486fe7f15c04f07a88367f5344f8dc76549c57c4a19e2fbb60f55d6
+Size (poppler-0.55.0.tar.xz) = 1700440 bytes
SHA1 (patch-aa) = f97ea3f4d381c189fc81552d91a50cd62bd0c1a1
SHA1 (patch-ab) = 791c4ffd9488d5c261398cabe323d6c112b3744e
SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff
Index: pkgsrc/print/poppler-includes/Makefile
diff -u pkgsrc/print/poppler-includes/Makefile:1.17 pkgsrc/print/poppler-includes/Makefile:1.18
--- pkgsrc/print/poppler-includes/Makefile:1.17 Tue Jul 22 12:14:36 2014
+++ pkgsrc/print/poppler-includes/Makefile Mon May 22 08:40:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/07/22 12:14:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/22 08:40:10 adam Exp $
.include "../../print/poppler/Makefile.common"
@@ -34,4 +34,5 @@ do-install:
BUILDLINK_DEPMETHOD.fontconfig= build
.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index