]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Updated samba and corrected squidclamav
authorChristian Schmidt <maniacikarus@ipfire.org>
Sun, 13 Apr 2008 16:03:31 +0000 (18:03 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Sun, 13 Apr 2008 16:03:31 +0000 (18:03 +0200)
doc/packages-list.txt
lfs/samba
lfs/squidclamav

index 0cfd4d16dabd5ce8a4c8911db6e4d7ee627a8414..b0d3fa3b35fac047c99d616e77425e0de1ae4ffd 100644 (file)
@@ -42,6 +42,7 @@
 * automake-1.9.6
 * backup-ipfire
 * bash-3.1
+* bc-1.06
 * beep-1.2.2
 * bind-9.3.2
 * binutils-2.16.1
@@ -57,6 +58,7 @@
 * cdrtools-2.01
 * centerim-4.22.1
 * clamav-0.92.1
+* cmake-2.4.8
 * collectd-4.3.0
 * coreutils-5.96
 * cpio-2.6
 * rrdtool-1.2.15
 * rsync-2.6.9
 * rtorrent-0.7.9
-* samba-3.0.28
+* samba-3.0.28a
 * sane-1.0.19
 * sane-1.0.19-kmod
 * screen-4.0.3
 * smartmontools-5.36
 * snort-2.6.1.4
 * sox-12.18.1
-* spandsp-0.0.3pre24
+* spandsp-0.0.4pre15
 * squashfs3.2-r2
 * squid-2.6.STABLE19
 * squid-graph-3.2
index 2b308f5f155d3101001f08010c9cb98115a5901b..51bff29e5703103dc7820ee19382e64e88e1041a 100644 (file)
--- a/lfs/samba
+++ b/lfs/samba
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.0.28
+VER        = 3.0.28a
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       = "cups cyrus-sasl"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8761cd7c02833d959fbebd4f69895075
+$(DL_FILE)_MD5 = 59754cb0c19da6e65c42d0a163c5885a
 
 install : $(TARGET)
 
index 544f04ecc484f4e1cdb941fca2534dba6b1481cb..38f40e681f478fd8e45291311c37d0f80d23d5dc 100644 (file)
@@ -81,5 +81,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
        install -v -m 755  $(DIR_CONF)/squidclamav/squidclamav.conf /etc/squidclamav.conf
        install -v -m 644 $(DIR_SRC)/config/backup/includes/squidclamav /var/ipfire/backup/addons/includes/squidclamav
+       chmod 755 /srv/web/ipfire/html/clwarn.cgi
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)