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:           Wed Jul 28 14:09:15 UTC 2021

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

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/p5-PDF-API2/Makefile
cvs rdiff -u -r1.23 -r1.24 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.50 pkgsrc/textproc/p5-PDF-API2/Makefile:1.51
--- pkgsrc/textproc/p5-PDF-API2/Makefile:1.50   Mon May 24 19:54:33 2021
+++ pkgsrc/textproc/p5-PDF-API2/Makefile        Wed Jul 28 14:09:14 2021
@@ -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/}
 

Index: pkgsrc/textproc/p5-PDF-API2/distinfo
diff -u pkgsrc/textproc/p5-PDF-API2/distinfo:1.23 pkgsrc/textproc/p5-PDF-API2/distinfo:1.24
--- pkgsrc/textproc/p5-PDF-API2/distinfo:1.23   Sat Mar 27 23:31:07 2021
+++ pkgsrc/textproc/p5-PDF-API2/distinfo        Wed Jul 28 14:09:14 2021
@@ -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