pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Feb 18 07:27:22 UTC 2026

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

Log Message:
Update to 0.43

Upstream changes:
0.43 Thu Jan 23 2026
     - Fix prTTFont/prEnd crash from orphaned docProxy (GitHub #24)
       DESTROY was releasing TTFont0 objects still owned by DocProxy,
       corrupting their uid and crashing write_objects().
     - prInitVars now properly resets docProxy state
0.42 Thu Jan 22 2026
     - Add provides and no_index to META for proper PAUSE indexing
     - Add LICENSE, SECURITY.md, CONTRIBUTING.md
     - Address CPANTS Kwalitee experimental metrics
0.41 Thu Jan 22 2026
     - Add GitHub Issues bugtracker to distribution metadata
     - Add IO::String to TEST_REQUIRES
0.40 Thu Jan 22 2026
     Bug fixes:
     120459     Uses deprecated defined(%hash) - breaks Perl 5.24+
     120346     Parsing of refs is too strict
     120401     Reads the entire contents when extracting a single page
     130152     sprintf with undefined objekt values should not warn
     171691     IO::String untie - prFile() fails after IO::String write
     83185      crossrefObj non-numeric argument warning from hex strings
     168975     prForm() should accept IO::String objects as file input
     131484     Document GhostScript usage for stream concatenation
     GitHub#8   prDocForm crash on undefined links array reference
     Internal improvements:
     - Root object finding patch (from ver_0.40 branch)
     - strict compatibility fixes (variable declarations)
     - Added regression test suite (t/regression.t)
     Thanks to all who contributed patches for these fixes!


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/p5-PDF-Reuse/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-PDF-Reuse/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-Reuse/Makefile
diff -u pkgsrc/textproc/p5-PDF-Reuse/Makefile:1.23 pkgsrc/textproc/p5-PDF-Reuse/Makefile:1.24
--- pkgsrc/textproc/p5-PDF-Reuse/Makefile:1.23  Fri Jul  4 08:48:19 2025
+++ pkgsrc/textproc/p5-PDF-Reuse/Makefile       Wed Feb 18 07:27:22 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2025/07/04 08:48:19 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/02/18 07:27:22 wen Exp $
 
-DISTNAME=      PDF-Reuse-0.39
+DISTNAME=      PDF-Reuse-0.43
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   9
 CATEGORIES=    textproc print perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=PDF/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CN/CNIGHS/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/PDF-Reuse

Index: pkgsrc/textproc/p5-PDF-Reuse/distinfo
diff -u pkgsrc/textproc/p5-PDF-Reuse/distinfo:1.6 pkgsrc/textproc/p5-PDF-Reuse/distinfo:1.7
--- pkgsrc/textproc/p5-PDF-Reuse/distinfo:1.6   Tue Oct 26 11:22:32 2021
+++ pkgsrc/textproc/p5-PDF-Reuse/distinfo       Wed Feb 18 07:27:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:22:32 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/02/18 07:27:22 wen Exp $
 
-BLAKE2s (PDF-Reuse-0.39.tar.gz) = 2e5dd682d8ac075b644e20280f3a513208fa2e8736fda94d59a5f9a77b2641a2
-SHA512 (PDF-Reuse-0.39.tar.gz) = b9c570788990a5e21963577b2227e0a0d50ab7be87c7fa1bfcf2d6ff994c12a260fe6777eaf4ff95447e18d2ccaee6f55813df29aa4c205ddbe89529e9f9b60c
-Size (PDF-Reuse-0.39.tar.gz) = 64884 bytes
+BLAKE2s (PDF-Reuse-0.43.tar.gz) = d6b03890cd5e1151666a28582ce9d2c842fc708c8860e9f40ffa04d73afbeb44
+SHA512 (PDF-Reuse-0.43.tar.gz) = f00a96a96715d2d24e2e6455c790ffe49ca42990721cd2d1f677cc0793fdaceb7614b438ef683d3e9c31742792944a461f94aeeb328f55b04431234d3fb661fa
+Size (PDF-Reuse-0.43.tar.gz) = 69523 bytes



Home | Main Index | Thread Index | Old Index