pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-PDF-API2



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Mar  4 11:48:09 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-PDF-API2: Makefile distinfo

Log Message:
Update to 2.031

Upstream changes:
2.031     2017-01-26

    - Fix use of cache files when reading streams: temp files will now
      be used any time a stream is larger than 16MB (by default).
      Formerly, due to a bug, they would only be created when a 4kB
      chunk of a stream increased to 16kB or more after being
      decompressed.

    - Numbers, booleans, and null values can now be read from object
      streams.

    - Update to [RT #113290]: Objects inside a large object stream are
      now read without loading the entire object stream into memory.

    - DEPRECATION: The low-level new_api methods have been deprecated
      in favor of calling new directly.  If your code uses
      new_api($api2, ...), replace it with new($api2->{'pdf'}, ...).

    - [RT #118352] Don't crash when adding an annotation to a page
      that has an existing annotations array stored as an indirect
      object (reported by Johan Vromans).

    - [RT #118717] Die with an informative error if a file can't be
      opened during open() or saveas() (reported by Johan Vromans).


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/p5-PDF-API2/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-PDF-API2/distinfo

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

Modified files:

Index: pkgsrc/textproc/p5-PDF-API2/Makefile
diff -u pkgsrc/textproc/p5-PDF-API2/Makefile:1.39 pkgsrc/textproc/p5-PDF-API2/Makefile:1.40
--- pkgsrc/textproc/p5-PDF-API2/Makefile:1.39   Sat Oct 15 07:35:31 2016
+++ pkgsrc/textproc/p5-PDF-API2/Makefile        Sat Mar  4 11:48:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2016/10/15 07:35:31 wen Exp $
+# $NetBSD: Makefile,v 1.40 2017/03/04 11:48:09 wen Exp $
 
-DISTNAME=      PDF-API2-2.030
+DISTNAME=      PDF-API2-2.031
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}

Index: pkgsrc/textproc/p5-PDF-API2/distinfo
diff -u pkgsrc/textproc/p5-PDF-API2/distinfo:1.18 pkgsrc/textproc/p5-PDF-API2/distinfo:1.19
--- pkgsrc/textproc/p5-PDF-API2/distinfo:1.18   Sat Oct 15 07:35:31 2016
+++ pkgsrc/textproc/p5-PDF-API2/distinfo        Sat Mar  4 11:48:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/10/15 07:35:31 wen Exp $
+$NetBSD: distinfo,v 1.19 2017/03/04 11:48:09 wen Exp $
 
-SHA1 (PDF-API2-2.030.tar.gz) = 98768b4d00bb92de2ea8aaeec85232435dcd0364
-RMD160 (PDF-API2-2.030.tar.gz) = bd4f66fb19aedc19435f9ac77e044027434849bd
-SHA512 (PDF-API2-2.030.tar.gz) = 8ec2b14bcbc0c6b6d506469b28f6346c3eda5bc6e1cf5a52836545bb121fc1c66363aaa486403246cd502a6305e540530a44f7bf4762e130c84eebb7d8374856
-Size (PDF-API2-2.030.tar.gz) = 3502793 bytes
+SHA1 (PDF-API2-2.031.tar.gz) = 413fe87c384f91c5fe8d8cd6a2b3f5368f393957
+RMD160 (PDF-API2-2.031.tar.gz) = a0f97b010cace5920020fe68d34fd81350fe0656
+SHA512 (PDF-API2-2.031.tar.gz) = 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6
+Size (PDF-API2-2.031.tar.gz) = 3507672 bytes



Home | Main Index | Thread Index | Old Index