Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4a81acb49a4238a577649398cfc895229a709b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4a81acb49a4238a577649398cfc895229a709b0)
  • Date: Mon, 23 Oct 2017 21:52:08 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/squid/BUILD | 1 +
http/squid/CONFIGURE | 5 ++++-
http/squid/HISTORY | 2 ++
http/squid/INSTALL | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit e4a81acb49a4238a577649398cfc895229a709b0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

squid: Allow building addtional storage filesystems (rock, diskd, aufs)

Don't recursively chown cache, unless you want Sorcery owning my local
cache

diff --git a/http/squid/BUILD b/http/squid/BUILD
index 052ed82..24b5bfe 100755
--- a/http/squid/BUILD
+++ b/http/squid/BUILD
@@ -21,6 +21,7 @@ SQUID_AUTH_NTLM='' &&
--enable-auth-basic="$SQUID_AUTH_BASIC" \
--enable-digest-auth-helpers="$SQUID_AUTH_DIGEST" \
--enable-ntlm-auth-helpers="$SQUID_AUTH_NTLM" \
+ --enable-storeio="ufs ${SQUID_STOREIO}" \
$SQUID_ARP_ACL \
$OPTS &&


diff --git a/http/squid/CONFIGURE b/http/squid/CONFIGURE
index 42f4260..7763a59 100755
--- a/http/squid/CONFIGURE
+++ b/http/squid/CONFIGURE
@@ -1 +1,4 @@
-config_query_option SQUID_ARP_ACL "Enable arp based ACLs" y
"--enable-arp-acl" ""
+. $GRIMOIRE/config_query_multi.function &&
+
+config_query_option SQUID_ARP_ACL "Enable arp based ACLs" y
"--enable-arp-acl" "" &&
+config_query_multi SQUID_STOREIO "Build which Storage IO (ufs default)?"
aufs diskd rock
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index 2058db6..334652b 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,5 +1,7 @@
2017-10-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated stable to 3.5.27
+ * BUILD, CONFIGURE: Allow building addtional storage filesystems
(rock, diskd, aufs)
+ * INSTALL: Don't recursively chown cachedir, unless you want Sorcery
owning my local cache

2017-08-07 David C. Haley <khoralin AT gmail.com>
* DETAILS: Removed signature-related lines
diff --git a/http/squid/INSTALL b/http/squid/INSTALL
index 9c9b0d4..933db66 100755
--- a/http/squid/INSTALL
+++ b/http/squid/INSTALL
@@ -1,6 +1,6 @@
make install &&

-chown -R nobody.nogroup ${INSTALL_ROOT}/var/cache/squid &&
+chown nobody.nogroup
${INSTALL_ROOT}/var/cache/squid/{cache,cache/squid,logs,run,run/squid} &&

if ! [ -x ${INSTALL_ROOT}/var/log/squid ]; then
mkdir -p ${INSTALL_ROOT}/var/log/squid &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4a81acb49a4238a577649398cfc895229a709b0), Eric Sandall, 10/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page