pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Dec  1 17:24:09 UTC 2023

Modified Files:
        pkgsrc/print/qpdf: Makefile PLIST distinfo

Log Message:
qpdf: Update to 11.6.3

Changelog:
11.6.3: October 15, 2023

        Bug fixes:

            Fix a bug in which qpdf could potentially discard a character in a binary string if that character was preceded by an octal escaped string with fewer than three digits. This bug was 
introduced in the 11.0.0 release. The bug would not apply to content streams with default settings.

            The linearization specification precludes linearized files that require offets past the 4 GB mark. A bug in qpdf was preventing it from working when offsets had to pass the 2 GB mark. 
This has been corrected.

11.6.2: October 7, 2023

        Bug fixes:

            Fix a very old bug that could cause qpdf to call an internal finish function twice on certain stream decoding errors. With certain incorrect input files, this could cause qpdf to call 
gnutls or openssl 1 in a way that could cause them to crash.

        Development changes:

            Control some .idea files for JetBrains CLion. We will be iterating on making it easier to work with qpdf in CLion in coming releases.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/qpdf/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/qpdf/PLIST
cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/qpdf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.57 pkgsrc/print/qpdf/Makefile:1.58
--- pkgsrc/print/qpdf/Makefile:1.57     Tue Oct 24 22:10:44 2023
+++ pkgsrc/print/qpdf/Makefile  Fri Dec  1 17:24:09 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/10/24 22:10:44 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/12/01 17:24:09 ryoon Exp $
 
-DISTNAME=      qpdf-11.6.1
-PKGREVISION=   1
+DISTNAME=      qpdf-11.6.3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 

Index: pkgsrc/print/qpdf/PLIST
diff -u pkgsrc/print/qpdf/PLIST:1.17 pkgsrc/print/qpdf/PLIST:1.18
--- pkgsrc/print/qpdf/PLIST:1.17        Thu Sep 28 21:39:51 2023
+++ pkgsrc/print/qpdf/PLIST     Fri Dec  1 17:24:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2023/09/28 21:39:51 joerg Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/12/01 17:24:09 ryoon Exp $
 bin/fix-qdf
 bin/qpdf
 bin/zlib-flate
@@ -77,7 +77,7 @@ lib/cmake/qpdf/qpdfConfigVersion.cmake
 lib/libqpdf.a
 lib/libqpdf.so
 lib/libqpdf.so.29
-lib/libqpdf.so.29.6.1
+lib/libqpdf.so.29.6.3
 lib/pkgconfig/libqpdf.pc
 man/man1/fix-qdf.1
 man/man1/qpdf.1

Index: pkgsrc/print/qpdf/distinfo
diff -u pkgsrc/print/qpdf/distinfo:1.43 pkgsrc/print/qpdf/distinfo:1.44
--- pkgsrc/print/qpdf/distinfo:1.43     Thu Sep 28 21:39:51 2023
+++ pkgsrc/print/qpdf/distinfo  Fri Dec  1 17:24:09 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2023/09/28 21:39:51 joerg Exp $
+$NetBSD: distinfo,v 1.44 2023/12/01 17:24:09 ryoon Exp $
 
-BLAKE2s (qpdf-11.6.1.tar.gz) = ac0af8ff8b402740797d79067f016ba03ab7c9fe6fbae51c6cd823df950508ee
-SHA512 (qpdf-11.6.1.tar.gz) = a3ce1a531331a6f7e33244d598118f9463f92f0466fd1f2aa3dcdc6dc2c1db0811d00e5ff16ad33ccc81a702ff8dbec719f56194f944de1e00f5e6cc8ed17a69
-Size (qpdf-11.6.1.tar.gz) = 18646767 bytes
+BLAKE2s (qpdf-11.6.3.tar.gz) = 3e3f51dd675f2e95f9695b2a0380f61cc185f0c50b47b4526bbf8eb18036e0be
+SHA512 (qpdf-11.6.3.tar.gz) = afc1d130e10bb527a7425ce39f6d93245c3d9b08002d104fdf0e909b586f80174fa2eed863794f10b76bab86a064b904eebca89902212accc45a68f9430c122e
+Size (qpdf-11.6.3.tar.gz) = 18660605 bytes
 SHA1 (patch-libqpdf.pc.in) = 594c009942d3d0ae54388aed669e07fec030c0bc



Home | Main Index | Thread Index | Old Index