diff options
author | wen <wen> | 2014-02-22 08:57:04 +0000 |
---|---|---|
committer | wen <wen> | 2014-02-22 08:57:04 +0000 |
commit | f0c00e966dadf83dbc86b2a399fdb73347ee83c1 (patch) | |
tree | 9c56d6838f39fdc98efc20122dd2f2e10b0873f3 /textproc | |
parent | f0b3f07d71cab42fc65a67147cbfe9942555b783 (diff) | |
download | pkgsrc-f0c00e966dadf83dbc86b2a399fdb73347ee83c1.tar.gz |
Update to 2.021
Upstream changes:
2.021 2014-02-20
- Fixed numerous bugs in the string parsing code, including the
one reported in [RT #63918] by Frank Doepper.
- [RT #41049] Rewrote literal string parsing to prevent a stack
overflow due to an inefficient regex (reported by Sergei
Fetisov).
- [RT #91822] Fix compression of GIF images to ensure that output
codes don't exceed 12 bits (reported by Vadim Repin).
- The RunLengthDecode filter didn't actually work. Its code has
been rewritten and now passes basic encoding and decoding tests.
- Fix Code128 barcode switching from Code C to Code B in certain
cases (reported by Doru Petrescu).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 5185995c8a1..30a01e8b6d3 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2013/12/09 14:17:53 obache Exp $ +# $NetBSD: Makefile,v 1.30 2014/02/22 08:57:04 wen Exp $ -DISTNAME= PDF-API2-2.020 +DISTNAME= PDF-API2-2.021 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/} diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index 443208ef7f3..722512059c3 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/01/23 01:30:02 wen Exp $ +$NetBSD: distinfo,v 1.12 2014/02/22 08:57:04 wen Exp $ -SHA1 (PDF-API2-2.020.tar.gz) = c2879d6412b1e0e58b79fe2f7894d39ed1422b68 -RMD160 (PDF-API2-2.020.tar.gz) = 6c81f141abd1f5392df2a794df84b47f1c832715 -Size (PDF-API2-2.020.tar.gz) = 3515968 bytes +SHA1 (PDF-API2-2.021.tar.gz) = 0fefd25e18fd4c3883de6af17bea98b7d115c7d2 +RMD160 (PDF-API2-2.021.tar.gz) = 928d6d7591233471e66e983cee225be3476dd9ac +Size (PDF-API2-2.021.tar.gz) = 3518746 bytes |