qpdf: Update to 10.1.0
Changelog: 10.1.0 This is qpdf version 10.1.0. This release includes several enhancements to the API including increased support for form XObjects and addition of user-providable stream filter decoders. There are also several enhancements to the C API including functions to work with objects. There are also a few bug fixes and performance enhancements. 10.0.4 This is qpdf version 10.0.4. This includes a few fixes to integer overflow conditions. 10.0.3 This is qpdf version 10.0.3. One of the fixes in 10.0.2 introduced a new bug, which is fixed in 10.0.3.
This commit is contained in:
parent
ddd6715011
commit
57d3f1c638
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.41 2020/12/31 20:04:13 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2021/01/08 19:29:48 ryoon Exp $
|
||||
|
||||
DISTNAME= qpdf-10.0.2
|
||||
DISTNAME= qpdf-10.1.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2019/12/04 13:05:20 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2021/01/08 19:29:48 ryoon Exp $
|
||||
bin/fix-qdf
|
||||
bin/qpdf
|
||||
bin/zlib-flate
|
||||
|
@ -41,6 +41,7 @@ include/qpdf/QPDFOutlineObjectHelper.hh
|
|||
include/qpdf/QPDFPageDocumentHelper.hh
|
||||
include/qpdf/QPDFPageLabelDocumentHelper.hh
|
||||
include/qpdf/QPDFPageObjectHelper.hh
|
||||
include/qpdf/QPDFStreamFilter.hh
|
||||
include/qpdf/QPDFSystemError.hh
|
||||
include/qpdf/QPDFTokenizer.hh
|
||||
include/qpdf/QPDFWriter.hh
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.32 2020/12/24 20:35:25 yhardy Exp $
|
||||
$NetBSD: distinfo,v 1.33 2021/01/08 19:29:48 ryoon Exp $
|
||||
|
||||
SHA1 (qpdf-10.0.2.tar.gz) = cc9b75a217562a9daecb42a4f613063b5b91aa34
|
||||
RMD160 (qpdf-10.0.2.tar.gz) = 188774ac119437e4d926d720c8619a78e11c73fa
|
||||
SHA512 (qpdf-10.0.2.tar.gz) = f1eec57dc76d0300296a1ec2f2d04bea8a75395ac480b37953d0da6924f96d13a258e4523893ef4e2ee89965686ae48f320886bc95120640fd3103cc3aed7032
|
||||
Size (qpdf-10.0.2.tar.gz) = 18458344 bytes
|
||||
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 (patch-libqpdf.pc.in) = f592899487bb958a01931afbe4ddf3c749ea103e
|
||||
SHA1 (patch-make_libtool.mk) = bb639bd38ceec45fef03899a0a6d17a2aeb7717e
|
||||
|
|
Loading…
Reference in a new issue