squid: update to 6.1
This commit is contained in:
parent
f1b861a0dc
commit
9c34736556
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/aLbWfjSoDn+CG7BaSi44qz+MnIfaXoXP3C/ekJRqUX6MxQasx/IF2rstadzAOwDAaDwS049ylhfDTc1eq5yEQo=
|
||||
SHA256 (Pkgfile) = c14dcd1c1a31b9f62985314d0d4f97971fa74adab1505aef0ec92966ce246817
|
||||
RWSE3ohX2g5d/b6XXDEAMfV7Gc4UTBB+p71Z0ONZGHfrtDm8RqP1iWyv/Xt6BTWbn+xtCvwy6NAjeOFgpODsUFUeVl3jDiUukAg=
|
||||
SHA256 (Pkgfile) = b6ecc805c5b300879cd3839b3bca22b74f014819277d3a411df6897ed66b6d00
|
||||
SHA256 (.footprint) = 86ef6433e602fb7ce136697b81c5c3b04185d777ab56d06011fc72e4aa9dd653
|
||||
SHA256 (squid-5.9.tar.xz) = 3fe5c2007da2757446af91b6ef974f154b208120a9a39396ea681e5c4abb04b5
|
||||
SHA256 (squid-6.1.tar.xz) = 6b029096cf531fc7bf83a305efeb0fdb2628cd42a4d20a61e0ab22e85a39c4e7
|
||||
SHA256 (squid) = c807a9373705537b648c38ed456ab016cc2fd7d40e6d47c20611931437588d96
|
||||
|
@ -4,16 +4,15 @@
|
||||
# Depends on: db linux-pam libcap libnsl libtirpc libtool expat libxml2
|
||||
|
||||
name=squid
|
||||
version=5.9
|
||||
version=6.1
|
||||
release=1
|
||||
source=(http://www.squid-cache.org/Versions/v5/$name-$version.tar.xz
|
||||
source=(http://www.squid-cache.org/Versions/v6/$name-$version.tar.xz
|
||||
squid)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
sed '/DEFAULT_STATEDIR/s/$(localstatedir)//' -i src/ipc/Makefile.in
|
||||
export CXXFLAGS="$CXXFLAGS -Wno-error"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
@ -33,8 +32,7 @@ build() {
|
||||
--with-aufs-threads=16 \
|
||||
--disable-auto-locale \
|
||||
--disable-arch-native \
|
||||
--without-{mit,heimdal}-krb5 \
|
||||
--without-{nettle,gnutls}
|
||||
--without-{mit,heimdal}-krb5
|
||||
|
||||
make all
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user