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:           Tue Nov  8 10:51:01 UTC 2016

Modified Files:
        pkgsrc/print/poppler: Makefile.common buildlink3.mk distinfo

Log Message:
Updated poppler to 0.48.0.

Release 0.48.0
        core:
         * Fix crashes and memory leaks in invalid files.
         * Small memory usage improvements.
         * TextOutputDev: Remove null characters from PDF text. Bug #97144
         * TextOutputDev: Break words on all whitespace characters. Bug #97399
         * Fix UTF16 decoding of document outline title. Bug #97156
         * Add functions for named destination name in name-tree/dict

        glib:
         * Increase glib requirement to 2.41

Release 0.47.0
        core:
         * Fix abort on documents where the docinfo obj is not a dict. Bug #97134
         * Check for XRefEntry existing before using it. Bug #97005
         * Fix memory leak on PDFDoc::setDocInfoStringEntry() with empty string
         * Don't presume that DocInfo is a dictionary in XRef::createDocInfoIfNoneExists()

        build system:
         * configure: Work with non gnu greps


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/poppler/buildlink3.mk
cvs rdiff -u -r1.110 -r1.111 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.80 pkgsrc/print/poppler/Makefile.common:1.81
--- pkgsrc/print/poppler/Makefile.common:1.80   Mon Aug  1 14:11:12 2016
+++ pkgsrc/print/poppler/Makefile.common        Tue Nov  8 10:51:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.80 2016/08/01 14:11:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.81 2016/11/08 10:51:01 wiz 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.46.0
+POPPLER_VERS=          0.48.0
 DISTNAME=              poppler-${POPPLER_VERS}
 CATEGORIES=            print
 MASTER_SITES=          http://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/buildlink3.mk
diff -u pkgsrc/print/poppler/buildlink3.mk:1.50 pkgsrc/print/poppler/buildlink3.mk:1.51
--- pkgsrc/print/poppler/buildlink3.mk:1.50     Mon Aug  1 14:23:55 2016
+++ pkgsrc/print/poppler/buildlink3.mk  Tue Nov  8 10:51:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.50 2016/08/01 14:23:55 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.51 2016/11/08 10:51:01 wiz Exp $
 
 BUILDLINK_TREE+=       poppler
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        poppler
 POPPLER_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.poppler+=        poppler>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler+=        poppler>=0.46.0
+BUILDLINK_ABI_DEPENDS.poppler+=        poppler>=0.48.0
 BUILDLINK_PKGSRCDIR.poppler?=  ../../print/poppler
 
 .include "../../graphics/lcms2/buildlink3.mk"

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.110 pkgsrc/print/poppler/distinfo:1.111
--- pkgsrc/print/poppler/distinfo:1.110 Mon Aug  1 14:11:12 2016
+++ pkgsrc/print/poppler/distinfo       Tue Nov  8 10:51:01 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.110 2016/08/01 14:11:12 wiz Exp $
+$NetBSD: distinfo,v 1.111 2016/11/08 10:51:01 wiz Exp $
 
-SHA1 (poppler-0.46.0.tar.xz) = 210b12c2474d3d3f1bb3db5792fe057e69b945ed
-RMD160 (poppler-0.46.0.tar.xz) = 5c6cb4d4d5b7cfb5badc47243ee78a33db2a35ed
-SHA512 (poppler-0.46.0.tar.xz) = c303875ae8082e8cd0332ecff82e52678393d0015d092aee6fec3cc191218f155aca049ce43996c255122f550aae53ed019bb7855291d117d0b9e25ab83e9caf
-Size (poppler-0.46.0.tar.xz) = 1680940 bytes
+SHA1 (poppler-0.48.0.tar.xz) = d635f326c28d87feee2d6012a4819c44c21154f0
+RMD160 (poppler-0.48.0.tar.xz) = 7541ef7aa43cdb8ac0b45b218f7f9c4eae43b6d9
+SHA512 (poppler-0.48.0.tar.xz) = 20db22ab071479ba46f1a59b5bb5b2b5ba65da7d81037241b9aeb11234eaca007900b0368ffeb7a3b983807b1c39735ffabe9719f5856075d3a286461830a0d5
+Size (poppler-0.48.0.tar.xz) = 1684164 bytes
 SHA1 (patch-aa) = f97ea3f4d381c189fc81552d91a50cd62bd0c1a1
 SHA1 (patch-ab) = 791c4ffd9488d5c261398cabe323d6c112b3744e
 SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff



Home | Main Index | Thread Index | Old Index