Bug 266749 - print/pdftk: Update to 3.3.3
Summary: print/pdftk: Update to 3.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL: https://gitlab.com/pdftk-java/pdftk/-...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-02 09:44 UTC by Andreas Bilke
Modified: 2022-10-02 15:35 UTC (History)
1 user (show)

See Also:


Attachments
Update to 3.3.3 (1.23 KB, patch)
2022-10-02 09:44 UTC, Andreas Bilke
andreas: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Bilke 2022-10-02 09:44:59 UTC
Created attachment 236989 [details]
Update to 3.3.3
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-02 15:33:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4033c82f202e67e08dc5371d57be45dad20a24e7

commit 4033c82f202e67e08dc5371d57be45dad20a24e7
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2022-10-02 15:29:25 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-10-02 15:29:25 +0000

    print/pdftk: Update to 3.3.3

    - Support UTF-8 encoded FDF files
    - Preserve external links originating from stamps
    - Fix crash reading invalid bookmarks
    - Detect invalid parent entries in root form fields
    - Fix crash reading invalid XFDF forms
    - Fix crashes with non-conforming inputs

    Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.3/CHANGELOG.md#333-2022-09-22

    PR:             266749
    MFH:            2022Q4

 print/pdftk/Makefile | 5 ++---
 print/pdftk/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-02 15:34:30 UTC
A commit in branch 2022Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7db76f0f9f987a4a1a22b19a42c9930ebc1b698d

commit 7db76f0f9f987a4a1a22b19a42c9930ebc1b698d
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2022-10-02 15:29:25 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-10-02 15:33:50 +0000

    print/pdftk: Update to 3.3.3

    - Support UTF-8 encoded FDF files
    - Preserve external links originating from stamps
    - Fix crash reading invalid bookmarks
    - Detect invalid parent entries in root form fields
    - Fix crash reading invalid XFDF forms
    - Fix crashes with non-conforming inputs

    Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.3/CHANGELOG.md#333-2022-09-22

    PR:             266749
    MFH:            2022Q4
    (cherry picked from commit 4033c82f202e67e08dc5371d57be45dad20a24e7)

 print/pdftk/Makefile | 5 ++---
 print/pdftk/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
Comment 3 Rainer Hurling freebsd_committer freebsd_triage 2022-10-02 15:35:57 UTC
Committed on main and 2022Q4, because of the fixes. Thanks :)