tinyproxy: update to 1.10.0.
This commit is contained in:
parent
f509c3ad06
commit
a7cd409585
1 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'tinyproxy'
|
# Template file for 'tinyproxy'
|
||||||
pkgname=tinyproxy
|
pkgname=tinyproxy
|
||||||
version=1.8.4
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-transparent --localstatedir=/var tinyproxy_cv_regex_broken=no"
|
||||||
hostmakedepends="asciidoc"
|
hostmakedepends="asciidoc"
|
||||||
short_desc="Small, efficient HTTP/SSL proxy daemon"
|
short_desc="Small, efficient HTTP/SSL proxy daemon"
|
||||||
maintainer="Enno Boland <g@s01.de>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://tinyproxy.github.io/"
|
homepage="https://tinyproxy.github.io/"
|
||||||
distfiles="https://github.com/tinyproxy/$pkgname/releases/download/$version/$pkgname-$version.tar.xz"
|
distfiles="https://github.com/tinyproxy/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a41f4ddf0243fc517469cf444c8400e1d2edc909794acda7839f1d644e8a5000
|
checksum=59be87689c415ba0d9c9bc6babbdd3df3b372d60b21e526b118d722dbc995682
|
||||||
configure_args="--enable-transparent --localstatedir=/var tinyproxy_cv_regex_broken=no"
|
|
||||||
system_accounts="_tinyproxy"
|
system_accounts="_tinyproxy"
|
||||||
|
conf_files="/etc/tinyproxy/tinyproxy.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i $DESTDIR/etc/tinyproxy.conf \
|
sed -i $DESTDIR/etc/tinyproxy/tinyproxy.conf \
|
||||||
-e 's/^User .*/User _tinyproxy/' \
|
-e 's/^User .*/User _tinyproxy/' \
|
||||||
-e 's/^Group .*/Group _tinyproxy/'
|
-e 's/^Group .*/Group _tinyproxy/'
|
||||||
vsv tinyproxy
|
vsv tinyproxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue