chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ee5453c
)
squid: update to 3.5.27 and --enable-delay-pools
author
vishalbiswas
<vshlbiswas@ymail.com>
Sun, 19 Nov 2017 03:57:34 +0000
(09:27 +0530)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 19 Nov 2017 09:01:48 +0000
(10:01 +0100)
packages/squid/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/squid/build.sh
b/packages/squid/build.sh
index a6ab7ce607e383873456514a474a7ddc376481de..b192e0dda81c7dea7b7a1f7c487a17a8e59e2fd3 100644
(file)
--- a/
packages/squid/build.sh
+++ b/
packages/squid/build.sh
@@
-1,15
+1,15
@@
TERMUX_PKG_HOMEPAGE=http://www.squid-cache.org
TERMUX_PKG_DESCRIPTION="Full-featured Web proxy cache server"
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_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
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
--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
--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
--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 () {
"
termux_step_pre_configure () {