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 Apr 16 17:18:57 UTC 2021

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

Log Message:
qpdf: Update to 10.3.1

Changelog:

10.3.1
This is qpdf version 10.3.1. It contains just one bug fix from
10.3.0 which could cause perfectly valid files to fail to go through
page splitting if their document-level form dictionary had a
particular characteristic. There is also code to better handle
future such problems if any are still lurking.

10.3.0
This is qpdf version 10.3.0. This release includes a few minor
fixes and some rework of the form field handling code from 10.2.0.
It turns out the code in 10.2.0 was not complete and didn't handle
several import cases including resolving conflicts when merging
the same fields more than once or fields with conflicting names
and defaults from multiple files.

10.2.0
This is qpdf version 10.2.0. This release includes several enhancements
to the API and CLI including better handling of form fields with
page splitting and merging, support for file attachments, an added
way to read a password from stdin, several enhancements to form
field and annotation helpers, and rewritten support for name and
number trees. This release also requires a C++-14 compiler. I have
no plans to require anything newer than C++-14 in the foreseeable
future. There are also a few bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/qpdf/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/qpdf/PLIST
cvs rdiff -u -r1.33 -r1.34 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.42 pkgsrc/print/qpdf/Makefile:1.43
--- pkgsrc/print/qpdf/Makefile:1.42     Fri Jan  8 19:29:48 2021
+++ pkgsrc/print/qpdf/Makefile  Fri Apr 16 17:18:57 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2021/01/08 19:29:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2021/04/16 17:18:57 ryoon Exp $
 
-DISTNAME=      qpdf-10.1.0
+DISTNAME=      qpdf-10.3.1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 

Index: pkgsrc/print/qpdf/PLIST
diff -u pkgsrc/print/qpdf/PLIST:1.11 pkgsrc/print/qpdf/PLIST:1.12
--- pkgsrc/print/qpdf/PLIST:1.11        Fri Jan  8 19:29:48 2021
+++ pkgsrc/print/qpdf/PLIST     Fri Apr 16 17:18:57 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/08 19:29:48 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/04/16 17:18:57 ryoon Exp $
 bin/fix-qdf
 bin/qpdf
 bin/zlib-flate
@@ -28,8 +28,12 @@ include/qpdf/QPDFAnnotationObjectHelper.
 include/qpdf/QPDFCryptoImpl.hh
 include/qpdf/QPDFCryptoProvider.hh
 include/qpdf/QPDFDocumentHelper.hh
+include/qpdf/QPDFEFStreamObjectHelper.hh
+include/qpdf/QPDFEmbeddedFileDocumentHelper.hh
 include/qpdf/QPDFExc.hh
+include/qpdf/QPDFFileSpecObjectHelper.hh
 include/qpdf/QPDFFormFieldObjectHelper.hh
+include/qpdf/QPDFMatrix.hh
 include/qpdf/QPDFNameTreeObjectHelper.hh
 include/qpdf/QPDFNumberTreeObjectHelper.hh
 include/qpdf/QPDFObjGen.hh

Index: pkgsrc/print/qpdf/distinfo
diff -u pkgsrc/print/qpdf/distinfo:1.33 pkgsrc/print/qpdf/distinfo:1.34
--- pkgsrc/print/qpdf/distinfo:1.33     Fri Jan  8 19:29:48 2021
+++ pkgsrc/print/qpdf/distinfo  Fri Apr 16 17:18:57 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2021/01/08 19:29:48 ryoon Exp $
+$NetBSD: distinfo,v 1.34 2021/04/16 17:18:57 ryoon Exp $
 
-SHA1 (qpdf-10.1.0.tar.gz) = a30dd265ad8f74a49a0c26f3a4054b4f652b1cbd
-RMD160 (qpdf-10.1.0.tar.gz) = 8d20c952e323800174533b3cb7a6c42860d530fe
-SHA512 (qpdf-10.1.0.tar.gz) = f9b22d89fc62e430e6232c840ad74d220ac9eb09d7f2dfe2c42c1c943d35b5fd25e2abec9970ac19ad7ad25dc3d95c74e68e50bad395abf815cf71c432233106
-Size (qpdf-10.1.0.tar.gz) = 18528427 bytes
+SHA1 (qpdf-10.3.1.tar.gz) = 36a4d60a330e658b2a525f20636080b73a9c6b4e
+RMD160 (qpdf-10.3.1.tar.gz) = a12681a1733f09189077bcdcbd6733258a99f6aa
+SHA512 (qpdf-10.3.1.tar.gz) = def94fe09770e67fe13bd3fc946667fc2935e7c448eb43602e15218e5b50f452e4f4152411f818115620e67934890c37203663537ac77ed1fcd4317e01a6d623
+Size (qpdf-10.3.1.tar.gz) = 18956768 bytes
 SHA1 (patch-libqpdf.pc.in) = f592899487bb958a01931afbe4ddf3c749ea103e
 SHA1 (patch-make_libtool.mk) = bb639bd38ceec45fef03899a0a6d17a2aeb7717e



Home | Main Index | Thread Index | Old Index