This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 1c94d079236ec2a9471752dd09bcd084ed6e2c4b (commit) via 487880cb6829ce9ef3a31c8df110c90864e3ec12 (commit) via f19e720dbf75be4b6f8fa42634d6f56176a200e8 (commit) from ff305ff7c276789edda0e606dceaa9fd5d715ec6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1c94d079236ec2a9471752dd09bcd084ed6e2c4b Merge: ff305ff 487880c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 6 22:17:03 2011 +0100
Merge commit 'ms/squid-LFS'
commit 487880cb6829ce9ef3a31c8df110c90864e3ec12 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 3 13:00:41 2011 +0100
core 46: Add squid update.
commit f19e720dbf75be4b6f8fa42634d6f56176a200e8 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 3 12:47:43 2011 +0100
squid: Enable LFS.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/{44 => 46}/filelists/squid | 0 config/rootfiles/core/46/update.sh | 1 + lfs/squid | 3 ++- 3 files changed, 3 insertions(+), 1 deletions(-) copy config/rootfiles/core/{44 => 46}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/46/filelists/squid b/config/rootfiles/core/46/filelists/squid new file mode 120000 index 0000000..2dc8372 --- /dev/null +++ b/config/rootfiles/core/46/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/46/update.sh b/config/rootfiles/core/46/update.sh index f178d10..fd52ac7 100644 --- a/config/rootfiles/core/46/update.sh +++ b/config/rootfiles/core/46/update.sh @@ -36,6 +36,7 @@ extract_files
# #Start services +/etc/init.d/squid restart
# #Update Language cache diff --git a/lfs/squid b/lfs/squid index 9bb8b50..16df621 100644 --- a/lfs/squid +++ b/lfs/squid @@ -87,7 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-referer-log \ --enable-snmp \ --with-pthreads --with-dl \ - --with-maxfd="16384" + --with-maxfd="16384" \ + --with-large-files
cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree