head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.13.18.17.58; author wiz; state Exp; branches; next ; commitid 1ClUROtF84rnpvRG; desc @@ 1.1 log @privoxy: update to 4.2.0. Provided by Stepan Ipatov in pkgsrc-wip. 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. @ text @$NetBSD$ Replace hardcoded paths with paths configured by pkgsrc. --- tools/uagen.pl.orig 2026-08-12 13:09:18.065429443 +0000 +++ tools/uagen.pl @@@@ -41,8 +41,8 @@@@ use constant { UAGEN_VERSION => 'uagen 1.2.7', - UAGEN_LOGFILE => '/var/log/uagen.log', - ACTION_FILE => '/etc/privoxy/user-agent.action', + UAGEN_LOGFILE => '@@VARBASE@@/log/uagen.log', + ACTION_FILE => '@@PKG_SYSCONFDIR@@/user-agent.action', MOZILLA_PREFS_FILE => '', SILENT => 0, NO_LOGGING => 0, @@@@ -477,7 +477,7 @@@@ used by many Mozilla browsers. =head1 OPTIONS B<--action-file> I Privoxy action file to write the -generated actions into. Default is /etc/privoxy/user-agent.action. +generated actions into. Default is @@PKG_SYSCONFDIR@@/user-agent.action. B<--action-injection> Don't generate a new action file from scratch, but read an old one and just replace the action values. Useful @