pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/qpdf qpdf: Update to 10.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f33c6ee52c2
branches:  trunk
changeset: 450446:6f33c6ee52c2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Apr 16 17:18:57 2021 +0000

description:
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.

diffstat:

 print/qpdf/Makefile |   4 ++--
 print/qpdf/PLIST    |   6 +++++-
 print/qpdf/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r be7caeb30f29 -r 6f33c6ee52c2 print/qpdf/Makefile
--- a/print/qpdf/Makefile       Fri Apr 16 16:20:47 2021 +0000
+++ b/print/qpdf/Makefile       Fri Apr 16 17:18:57 2021 +0000
@@ -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/}
 
diff -r be7caeb30f29 -r 6f33c6ee52c2 print/qpdf/PLIST
--- a/print/qpdf/PLIST  Fri Apr 16 16:20:47 2021 +0000
+++ b/print/qpdf/PLIST  Fri Apr 16 17:18:57 2021 +0000
@@ -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/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
diff -r be7caeb30f29 -r 6f33c6ee52c2 print/qpdf/distinfo
--- a/print/qpdf/distinfo       Fri Apr 16 16:20:47 2021 +0000
+++ b/print/qpdf/distinfo       Fri Apr 16 17:18:57 2021 +0000
@@ -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