squid: update to 3.5.27 and --enable-delay-pools
authorvishalbiswas <vshlbiswas@ymail.com>
Sun, 19 Nov 2017 03:57:34 +0000 (09:27 +0530)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 19 Nov 2017 09:01:48 +0000 (10:01 +0100)
packages/squid/build.sh

index a6ab7ce..b192e0d 100644 (file)
@@ -1,15 +1,15 @@
 TERMUX_PKG_HOMEPAGE=http://www.squid-cache.org
 TERMUX_PKG_DESCRIPTION="Full-featured Web proxy cache server"
-TERMUX_PKG_VERSION=3.5.26
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_VERSION=3.5.27
 TERMUX_PKG_DEPENDS="libcrypt, openssl, libnettle, libltdl"
 TERMUX_PKG_SRCURL=http://www.squid-cache.org/Versions/v3/3.5/squid-${TERMUX_PKG_VERSION}.tar.xz
-TERMUX_PKG_SHA256=baa1eecb7d6e18881f4455060d80ee7cb95ae7e2695fdccf7e21ccc8f879a982
+TERMUX_PKG_SHA256=5ddb4367f2dc635921f9ca7a59d8b87edb0412fa203d1543393ac3c7f9fef0ec
 TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
 # disk-io requires msgctl and store-io requires disk-io
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
 ac_cv_lib_sasl2_sasl_errstring=no
 ac_cv_dbopen_libdb=no
+squid_cv_gnu_atomics=yes
 --disable-external-acl-helpers
 --disable-strict-error-checking
 --disable-disk-io
@@ -24,11 +24,11 @@ ac_cv_dbopen_libdb=no
 --with-size-optimizations
 --without-libxml2
 --without-gnutls
+--enable-delay-pools
 --libexecdir=$TERMUX_PREFIX/libexec/squid
 --sysconfdir=$TERMUX_PREFIX/etc/squid
 --datarootdir=$TERMUX_PREFIX/share/squid
 --mandir=$TERMUX_PREFIX/share/man
-squid_cv_gnu_atomics=yes
 "
 
 termux_step_pre_configure () {