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.041



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8177a26c4192
branches:  trunk
changeset: 456420:8177a26c4192
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Jul 28 14:09:14 2021 +0000

description:
Update to 2.041

Upstream changes:
2.041     2021-07-27

    - Bug reports should now be made at GitHub Issues rather than RT.

    - Rename openpage to open_page in PDF::API2.  The old name is deprecated.

    - [RT #136648] Fix when writing PDFs containing cross-reference streams
      (reported by Chris Papademetrious, fix by Vadim Repin from RT #117184).

    - [RT #44877] GIFs containing comments or plain-text representations will no
      longer result in an error (reported by Chris Czub).

    - [RT #132844] Fix corruption when a PGM image is included (reported by Jeff
      Ratcliffe, fix by Vadim Repin).

    - Expand PNM support to include all image types.

    - [RT #131657] Disable recursion warnings while releasing (destroying) PDF
      indirect objects, which can be highly-interconnected (reported by Leon
      Winter).

    - [RT #41971] Fix when attempting to read an existing PDF's outlines
      (reported by Damyan Ivanov, fix based on a patch by Vadim Repin).


2.040     2021-04-13

    - Fix open() followed by stringify() resulting in a corrupt (mostly-empty)
      PDF, which was broken by changes in 2.039 (reported by Gareth Tunley).

    - [RT #134993] Calling open($filename) followed by saveas($same_filename)
      instead of update() resulted in a corrupt PDF in 2.039, which no longer
      reads the entire file into memory on open (reported by Marco Pessotto).

    - [RT #134957] Fix encoding of \n in a PDF string containing non-printable
      characters (reported by Stuart Henderson).

    - [RT #133131] Fix endianness of 64-bit numbers in cross-reference stream
      widths array (reported by Christopher Papademetrious, fix by Vadim Repin).

diffstat:

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

diffs (29 lines):

diff -r c6740678fe70 -r 8177a26c4192 textproc/p5-PDF-API2/Makefile
--- a/textproc/p5-PDF-API2/Makefile     Wed Jul 28 14:04:36 2021 +0000
+++ b/textproc/p5-PDF-API2/Makefile     Wed Jul 28 14:09:14 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2021/05/24 19:54:33 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2021/07/28 14:09:14 wen Exp $
 
-DISTNAME=      PDF-API2-2.039
+DISTNAME=      PDF-API2-2.041
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
 
diff -r c6740678fe70 -r 8177a26c4192 textproc/p5-PDF-API2/distinfo
--- a/textproc/p5-PDF-API2/distinfo     Wed Jul 28 14:04:36 2021 +0000
+++ b/textproc/p5-PDF-API2/distinfo     Wed Jul 28 14:09:14 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2021/03/27 23:31:07 wen Exp $
+$NetBSD: distinfo,v 1.24 2021/07/28 14:09:14 wen Exp $
 
-SHA1 (PDF-API2-2.039.tar.gz) = cc77dc7f52b5056d6081d4e8e5967bf5149a1fcd
-RMD160 (PDF-API2-2.039.tar.gz) = 595aebf6a826ae60921b9ac2a8d8245d787d9a6e
-SHA512 (PDF-API2-2.039.tar.gz) = cfff319a1254fd5e32e1b15ae32f9bccc8f91a4b12da99b065984b1549b0c03ca8600a73f8d36dcb1f8619d9ad9172ee9db5a4639905f488e31bf6801ed77f4f
-Size (PDF-API2-2.039.tar.gz) = 3564330 bytes
+SHA1 (PDF-API2-2.041.tar.gz) = 1423d22a4620d99c0074def06d3a9b3e91c086b2
+RMD160 (PDF-API2-2.041.tar.gz) = cbf62e23a42d7f1a09fee2083ce4f5eb7559081a
+SHA512 (PDF-API2-2.041.tar.gz) = f3b98fccb86e85a1954d370805e098b8a8c94bcc3e44a060ec58fb2079ba5165b4483451c575265525d27aee45a9a85e8bc800cf26e207f6b9183daa0c88c7cb
+Size (PDF-API2-2.041.tar.gz) = 3568568 bytes



Home | Main Index | Thread Index | Old Index