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. --- man/privoxy.8.orig 2026-06-02 15:06:25.000000000 +0000 +++ man/privoxy.8 @@@@ -122,7 +122,7 @@@@ be used for locally defined exceptions t \fImatch-all.action\fR and \fIdefault.action\fR, and \fIuser.filter\fR for locally defined filters. These are well commented. On Unix and Unix-like systems, these are located in -\fI/etc/privoxy/\fR by default. +\fI@@PKG_SYSCONFDIR@@/\fR by default. .PP \fBPrivoxy\fR uses the concept of \fBactions\fR in order to manipulate the data stream between the browser and remote sites. @@@@ -145,16 +145,16 @@@@ features and notes on upgrading. .SH "FILES" .nf - \fI/usr/sbin/privoxy\fR - \fI/etc/privoxy/config\fR - \fI/etc/privoxy/match-all.action\fR - \fI/etc/privoxy/default.action\fR - \fI/etc/privoxy/user.action\fR - \fI/etc/privoxy/default.filter\fR - \fI/etc/privoxy/user.filter\fR - \fI/etc/privoxy/trust\fR - \fI/etc/privoxy/templates/*\fR - \fI/var/log/privoxy/logfile\fR + \fI@@PREFIX@@/sbin/privoxy\fR + \fI@@PKG_SYSCONFDIR@@/config\fR + \fI@@PKG_SYSCONFDIR@@/match-all.action\fR + \fI@@PKG_SYSCONFDIR@@/default.action\fR + \fI@@PKG_SYSCONFDIR@@/user.action\fR + \fI@@PKG_SYSCONFDIR@@/default.filter\fR + \fI@@PKG_SYSCONFDIR@@/user.filter\fR + \fI@@PKG_SYSCONFDIR@@/trust\fR + \fI@@PKG_SYSCONFDIR@@/templates/*\fR + \fI@@PRIVOXY_LOGDIR@@/logfile\fR .fi .PP Various other files should be included, but may vary depending on platform @