pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-PDF-API2 Update to 2.031



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd172a0a9012
branches:  trunk
changeset: 359236:cd172a0a9012
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Mar 04 11:48:09 2017 +0000

description:
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).

diffstat:

 textproc/p5-PDF-API2/Makefile |   4 ++--
 textproc/p5-PDF-API2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fd8b08a8175e -r cd172a0a9012 textproc/p5-PDF-API2/Makefile
--- a/textproc/p5-PDF-API2/Makefile     Sat Mar 04 11:08:01 2017 +0000
+++ b/textproc/p5-PDF-API2/Makefile     Sat Mar 04 11:48:09 2017 +0000
@@ -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/}
diff -r fd8b08a8175e -r cd172a0a9012 textproc/p5-PDF-API2/distinfo
--- a/textproc/p5-PDF-API2/distinfo     Sat Mar 04 11:08:01 2017 +0000
+++ b/textproc/p5-PDF-API2/distinfo     Sat Mar 04 11:48:09 2017 +0000
@@ -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