]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Applied the latest patches to squidGuard to prevent buffter overflows.
authorChristian Schmidt <maniacikarus@ipfire.org>
Wed, 20 Jan 2010 06:35:32 +0000 (07:35 +0100)
committerChristian Schmidt <maniacikarus@ipfire.org>
Wed, 20 Jan 2010 06:35:32 +0000 (07:35 +0100)
config/rootfiles/core/35/filelists/files
doc/packages-list.txt
lfs/squidguard

index 15fca784311ea4f3e2f5aa030d6e52b31e574d01..c9d1fa6f929222bd58377769b16854439580e7ba 100644 (file)
@@ -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
 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
index 91c833b038447f80de7e5ae1a69f5b422f64f722..29c1f9098624c4b6c8cd810fdf457dabba6d1719 100644 (file)
 * rssdler-0.4.0a
 * rsync-3.0.6
 * rtorrent-0.8.6
 * 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
 * sane-1.0.19
 * screen-4.0.3
 * sdparm-1.01
 * sqlite-3.6.10
 * squashfs3.4
 * squid-2.7.STABLE7
 * 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
 * squidclamav-4.1
 * sshfs-fuse-2.2
 * sslh-1.6i
index 97e0fc222ac4cf5e8602fa98c4532fb0b4a19b88..5b2656ca95b9ba4fe7ca1d1f2a2263c72f1c06ab 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 1.4
+VER        = 1.4.1
 
 THISAPP    = squidGuard-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = squidGuard-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = de834150998c1386c30feae196f16b06
+$(DL_FILE)_MD5 = 9ae7b62a63631bb2dd1f474cf2bbe4dc
 
 install : $(TARGET)
 
 
 install : $(TARGET)