mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
Applied the latest patches to squidGuard to prevent buffter overflows.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user