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 1bafa730906d270cf848026699001fbe59e2202e (commit) via 05e86e80c6d64d26b7be2f3597bea629365dfa21 (commit) from 831a579e39c62a254d2b6f5f540011e2d22e836e (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 1bafa730906d270cf848026699001fbe59e2202e Author: Christian Schmidt maniacikarus@ipfire.org Date: Wed Jan 20 07:35:32 2010 +0100
Applied the latest patches to squidGuard to prevent buffter overflows.
commit 05e86e80c6d64d26b7be2f3597bea629365dfa21 Author: Christian Schmidt maniacikarus@ipfire.org Date: Wed Jan 20 07:34:21 2010 +0100
Updated samba to current stable.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/35/filelists/files | 1 + doc/packages-list.txt | 4 ++-- lfs/samba | 6 +++--- lfs/squidguard | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/35/filelists/files b/config/rootfiles/core/35/filelists/files index 15fca78..c9d1fa6 100644 --- a/config/rootfiles/core/35/filelists/files +++ b/config/rootfiles/core/35/filelists/files @@ -13,3 +13,4 @@ lib/modules/2.6.27.42-ipfire-xen/kernel/net/ieee80211/ieee80211_crypt_tkip.off lib/modules/2.6.27.42-ipfire-xen/kernel/net/ieee80211/ieee80211_crypt_wep.off srv/web/ipfire/cgi-bin/outgoingfw.cgi var/ipfire/outgoing/bin/outgoingfw.pl +usr/bin/squidGuard diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 91c833b..29c1f90 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -295,7 +295,7 @@ * rssdler-0.4.0a * rsync-3.0.6 * rtorrent-0.8.6 -* samba-3.3.9 +* samba-3.3.10 * sane-1.0.19 * screen-4.0.3 * sdparm-1.01 @@ -312,7 +312,7 @@ * sqlite-3.6.10 * squashfs3.4 * squid-2.7.STABLE7 -* squidGuard-1.4 +* squidGuard-1.4.1 * squidclamav-4.1 * sshfs-fuse-2.2 * sslh-1.6i diff --git a/lfs/samba b/lfs/samba index e856747..b09d67b 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 3.3.9 +VER = 3.3.10
THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 21 +PAK_VER = 22
DEPS = "cups cyrus-sasl"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d99c3ccc3066d1c6a0dba4de02aad24b +$(DL_FILE)_MD5 = 84645ff5f0fb213e2371e629507dc8bb
install : $(TARGET)
diff --git a/lfs/squidguard b/lfs/squidguard index 97e0fc2..5b2656c 100644 --- a/lfs/squidguard +++ b/lfs/squidguard @@ -24,7 +24,7 @@
include Config
-VER = 1.4 +VER = 1.4.1
THISAPP = squidGuard-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = de834150998c1386c30feae196f16b06 +$(DL_FILE)_MD5 = 9ae7b62a63631bb2dd1f474cf2bbe4dc
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree