squid: update to 3.5.8.
This commit is contained in:
parent
203900bb78
commit
5a98763418
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'squid'
|
# Template file for 'squid'
|
||||||
pkgname=squid
|
pkgname=squid
|
||||||
version=3.5.7
|
version=3.5.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
@ -16,8 +16,8 @@ configure_args="
|
||||||
--enable-auth-ntlm
|
--enable-auth-ntlm
|
||||||
--enable-auth-digest
|
--enable-auth-digest
|
||||||
--enable-auth-negotiate
|
--enable-auth-negotiate
|
||||||
--enable-removal-policies="lru,heap"
|
--enable-removal-policies=lru,heap
|
||||||
--enable-storeio="aufs,ufs,diskd"
|
--enable-storeio=aufs,ufs,diskd
|
||||||
--enable-delay-pools
|
--enable-delay-pools
|
||||||
--enable-arp-acl
|
--enable-arp-acl
|
||||||
--with-openssl=/usr
|
--with-openssl=/usr
|
||||||
|
@ -57,8 +57,8 @@ short_desc="Caching proxy for the Web"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.squid-cache.org/"
|
homepage="http://www.squid-cache.org/"
|
||||||
distfiles="http://www.squid-cache.org/Versions/v${version%%.*}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.fu-berlin.de/unix/www/${pkgname}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b7dcec8c5cb7f5687aff4256a7522f670c310a350cc9e9c0f29f3fd9cf88d017
|
checksum=f402a21d4fae8b3e9df13683dc530366e4b1753df21e91c05a0a9514a1abfc62
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue