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).
This commit is contained in:
wen 2021-07-28 14:09:14 +00:00
parent 964d2da19f
commit aa113526be
2 changed files with 7 additions and 8 deletions

View file

@ -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/}

View file

@ -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