Skip to content

Commit

Permalink
squid: version bumped to 3.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Sep 3, 2015
1 parent d37112c commit b1a2aeb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
45 changes: 21 additions & 24 deletions web/squid/BUILD
@@ -1,32 +1,29 @@
(
# if module_installed ppp; then
# sedit "s:/etc/resolv.conf:/etc/ppp/resolv.conf:" src/dns_internal.c
# fi

# if module_installed ppp; then
# sedit "s:/etc/resolv.conf:/etc/ppp/resolv.conf:" \
# src/dns_internal.c
# fi

sedit "s:\$(DEFAULT_LOG_PREFIX)/squid\.pid:/var/run/squid\.pid:" src/Makefile.in &&

sedit "s:\$(DEFAULT_LOG_PREFIX)/squid\.pid:/var/run/squid\.pid:" src/Makefile.in &&
set -x &&

set -x &&
./configure --prefix=/usr \
--sysconfdir=/etc/squid \
--localstatedir=/var/cache/squid \
--enable-async-io \
--enable-snmp \
--enable-gnuregex \
--enable-linux-netfilter \
$OPTS &&

./configure --prefix=/usr \
--sysconfdir=/etc/squid \
--localstatedir=/var/cache/squid \
--enable-async-io \
--enable-snmp \
--enable-gnuregex \
--enable-linux-netfilter \
$OPTS &&
set +x &&
default_make &&
set +x &&

if [ -e /etc/init.d/squid.sh ]; then
rm -f /etc/init.d/squid.sh
rm -f /etc/rc?.d/???squid.sh
fi &&
default_make &&

devoke_installwatch &&
chown -R nobody.nogroup /var/cache/squid
if [ -e /etc/init.d/squid.sh ]; then
rm -f /etc/init.d/squid.sh
rm -f /etc/rc?.d/???squid.sh
fi &&

) > $C_FIFO 2>&1
devoke_installwatch &&
chown -R nobody.nogroup /var/cache/squid
2 changes: 1 addition & 1 deletion web/squid/DEPENDS
@@ -1 +1 @@
optional_depends "openssl" "--enable-ssl" "--disable-ssl" "for https and ftps"
optional_depends openssl "--enable-ssl" "--disable-ssl" "for https and ftps"
6 changes: 3 additions & 3 deletions web/squid/DETAILS
@@ -1,11 +1,11 @@
MODULE=squid
VERSION=3.5.7
VERSION=3.5.8
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://www.squid-cache.org/Versions/v3/${VERSION%.*}/
SOURCE_VFY=sha256:ec6f861bddee007b1dd320667a26ddc9ff76847bbe4cbb59c0134588e65c8699
SOURCE_VFY=sha256:f402a21d4fae8b3e9df13683dc530366e4b1753df21e91c05a0a9514a1abfc62
WEB_SITE=http://www.squid-cache.org
ENTERED=20011214
UPDATED=20150803
UPDATED=20150903
SHORT="A full-featured Web proxy cache"

cat << EOF
Expand Down

0 comments on commit b1a2aeb

Please sign in to comment.