mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
privoxy: update to 3.0.33.
This commit is contained in:
parent
dc0aac3d27
commit
e95fc0dcaf
2 changed files with 16 additions and 12 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec logger -t privoxy
|
exec vlogger -t privoxy
|
||||||
|
|
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'privoxy'
|
# Template file for 'privoxy'
|
||||||
pkgname=privoxy
|
pkgname=privoxy
|
||||||
version=3.0.32
|
version=3.0.33
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-stable"
|
wrksrc="${pkgname}-${version}-stable"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/privoxy --enable-compression --enable-dynamic-pcre --sbindir=/usr/bin"
|
configure_args="
|
||||||
|
--sysconfdir=/etc/privoxy
|
||||||
|
--enable-compression
|
||||||
|
--enable-dynamic-pcre
|
||||||
|
--sbindir=/usr/bin"
|
||||||
make_install_args="STRIP="
|
make_install_args="STRIP="
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/privoxy/config
|
/etc/privoxy/config
|
||||||
/etc/privoxy/default.action
|
/etc/privoxy/default.action
|
||||||
/etc/privoxy/match-all.action
|
/etc/privoxy/match-all.action
|
||||||
/etc/privoxy/user.filter
|
/etc/privoxy/user.filter
|
||||||
/etc/privoxy/trust
|
/etc/privoxy/trust
|
||||||
/etc/privoxy/default.filter
|
/etc/privoxy/default.filter
|
||||||
/etc/privoxy/user.action"
|
/etc/privoxy/user.action"
|
||||||
hostmakedepends="autoconf"
|
hostmakedepends="autoconf"
|
||||||
makedepends="pcre-devel zlib-devel"
|
makedepends="pcre-devel zlib-devel"
|
||||||
short_desc="Non-caching web proxy with advanced filtering capabilities"
|
short_desc="Non-caching web proxy with advanced filtering capabilities"
|
||||||
|
@ -21,14 +25,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.privoxy.org/"
|
homepage="http://www.privoxy.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ijbswa/${pkgname}-${version}-stable-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/ijbswa/${pkgname}-${version}-stable-src.tar.gz"
|
||||||
checksum=c61de4008c62445ec18f1f270407cbf2372eaba93beaccdc9e3238bb2defeed7
|
checksum=04b104e70dac61561b9dd110684b250fafc8c13dbe437a60fae18ddd9a881fae
|
||||||
system_accounts="privoxy"
|
system_accounts="privoxy"
|
||||||
privoxy_homedir="/etc/privoxy"
|
privoxy_homedir="/etc/privoxy"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
|
|
||||||
sed -e 's|^confdir .*|confdir /etc/privoxy|' \
|
vsed -e 's|^confdir .*|confdir /etc/privoxy|' \
|
||||||
-e 's|^logdir .*|logdir /var/log/privoxy|' \
|
-e 's|^logdir .*|logdir /var/log/privoxy|' \
|
||||||
-e 's|^\(logfile .*\)|# \1|' \
|
-e 's|^\(logfile .*\)|# \1|' \
|
||||||
-i config
|
-i config
|
||||||
|
|
Loading…
Add table
Reference in a new issue