Created attachment 271475 [details] www/privoxy: Update to 4.2.0 The attached patch updates www/privoxy to 4.2.0. Quoting the announcement: | Privoxy 4.2.0 fixes a couple of bugs and brings general improvements | such as support for elliptic-curve keys. | | Two potential security problems have been reported and addressed. The full announcement is available at: https://lists.privoxy.org/pipermail/privoxy-announce/2026-June/000013.html Port-specific change: - The Privoxy tools come with proper man pages now so install them when the PRIVOXY_TOOLS option is enabled.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9cc3d36733d5f4f0ce5ae4f6b3ce02ca868384c commit c9cc3d36733d5f4f0ce5ae4f6b3ce02ca868384c Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2026-06-02 15:23:33 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-06-04 13:28:33 +0000 www/privoxy: Update 4.1.0 => 4.2.0 Privoxy 4.2.0 fixes a couple of bugs and brings general improvements such as support for elliptic-curve keys. Two potential security problems have been reported and addressed. Changelog: https://lists.privoxy.org/pipermail/privoxy-announce/2026-June/000013.html Port changes: - The Privoxy tools come with proper man pages now so install them when the tools are enabled. PR: 295848 Reported by: Fabian Keil <fk@fabiankeil.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q2 www/privoxy/Makefile | 6 ++++-- www/privoxy/distinfo | 6 +++--- www/privoxy/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-)
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dcd601cc311ce0857b0c07047ccf566717f0d77 commit 4dcd601cc311ce0857b0c07047ccf566717f0d77 Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2026-06-02 15:23:33 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-06-04 13:29:25 +0000 www/privoxy: Update 4.1.0 => 4.2.0 Privoxy 4.2.0 fixes a couple of bugs and brings general improvements such as support for elliptic-curve keys. Two potential security problems have been reported and addressed. Changelog: https://lists.privoxy.org/pipermail/privoxy-announce/2026-June/000013.html Port changes: - The Privoxy tools come with proper man pages now so install them when the tools are enabled. PR: 295848 Reported by: Fabian Keil <fk@fabiankeil.de> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q2 (cherry picked from commit c9cc3d36733d5f4f0ce5ae4f6b3ce02ca868384c) www/privoxy/Makefile | 6 ++++-- www/privoxy/distinfo | 6 +++--- www/privoxy/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-)
Hi, Thanks for your submission! Build tested in Poudriere on 14.4-RELEASE-amd64-main-764f561c18b5 and it seems OK. Committed, thanks.