Skip to content

Commit

Permalink
Update to 2.047
Browse files Browse the repository at this point in the history
Upstream changes:
2.047     2024-05-18

    - Fixed implementation of GH-77.

    - Added $pdf->standard_fonts() and $pdf->is_standard_font($name) (initial
      patch by Johan Vromans).


2.046     2024-05-14

    - [GH-74] Fixed documentation error saying that stroke_color and fill_color
      can be chained.

    - Crash instead of freezing if a PDF trailer's Prev keys result in a loop or
      if multiple trailers use the same object ID and generation number.

    - [GH-70] Fix off-by-one error when adding a page at the beginning of a PDF.

    - [GH-77] Significantly improve performance when adding many pages to a PDF.
  • Loading branch information
wen committed May 26, 2024
1 parent 8f683db commit efdc792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-PDF-API2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.57 2024/01/07 13:03:15 wen Exp $
# $NetBSD: Makefile,v 1.58 2024/05/26 12:40:36 wen Exp $

DISTNAME= PDF-API2-2.045
DISTNAME= PDF-API2-2.047
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-PDF-API2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.30 2024/01/07 13:03:15 wen Exp $
$NetBSD: distinfo,v 1.31 2024/05/26 12:40:36 wen Exp $

BLAKE2s (PDF-API2-2.045.tar.gz) = 8fd651c59a021a4aa19c43acb1051d91750f2de869508b1b00b93ef01de00232
SHA512 (PDF-API2-2.045.tar.gz) = 86d71cec6ce9e7798948513b6408de404ec30e0022e8852a94e9ad602d4bc2f12285ec19f560c940c0e5303816748bdeaad604b9b53181252e9ea2ead1365be0
Size (PDF-API2-2.045.tar.gz) = 3595544 bytes
BLAKE2s (PDF-API2-2.047.tar.gz) = b910f834c0c0eea5ab8a408e60d5555314f45f66d8127ed1533ce3441ebfd857
SHA512 (PDF-API2-2.047.tar.gz) = 8e3fed9adbd96c15a052ccf78ec516bcf5735b0da95f7259cbbfa8c5486af56daa36bd9fe759821fa2d908cb63e46d993f38a1b2402ecc6c2f93a32d6ead8a9a
Size (PDF-API2-2.047.tar.gz) = 3596588 bytes

0 comments on commit efdc792

Please sign in to comment.