mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
squid: update to 3.5.26.
This commit is contained in:
parent
3cc0ad102a
commit
7db91455a2
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'squid'
|
# Template file for 'squid'
|
||||||
pkgname=squid
|
pkgname=squid
|
||||||
version=3.5.25
|
version=3.5.26
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
@ -52,6 +52,7 @@ conf_files="/etc/squid/squid.conf
|
||||||
/etc/squid/cachemgr.conf
|
/etc/squid/cachemgr.conf
|
||||||
/etc/squid/mime.conf"
|
/etc/squid/mime.conf"
|
||||||
system_accounts="squid"
|
system_accounts="squid"
|
||||||
|
#example changelog="http://www.squid-cache.org/Versions/v3/3.5/changesets/"
|
||||||
make_dirs="/var/log/squid 750 squid squid
|
make_dirs="/var/log/squid 750 squid squid
|
||||||
/var/cache/squid 750 squid squid"
|
/var/cache/squid 750 squid squid"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
|
@ -63,7 +64,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.squid-cache.org/"
|
homepage="http://www.squid-cache.org/"
|
||||||
distfiles="ftp://ftp.fu-berlin.de/unix/www/${pkgname}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="ftp://ftp.fu-berlin.de/unix/www/${pkgname}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=28959254c32b8cd87e9599b6beb97352cf0638524e0f5ac3e1754f08462f3585
|
checksum=baa1eecb7d6e18881f4455060d80ee7cb95ae7e2695fdccf7e21ccc8f879a982
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod u+s \
|
chmod u+s \
|
||||||
|
|
Loading…
Add table
Reference in a new issue