From: Christian Schmidt Date: Sun, 13 Apr 2008 16:03:31 +0000 (+0200) Subject: Updated samba and corrected squidclamav X-Git-Tag: v2.3-beta1~113 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=e1dd675f1381114e838b247a50cbf3338795b31d Updated samba and corrected squidclamav --- diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 0cfd4d16da..b0d3fa3b35 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -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 @@ -236,7 +238,7 @@ * 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 @@ -248,7 +250,7 @@ * 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 diff --git a/lfs/samba b/lfs/samba index 2b308f5f15..51bff29e57 100644 --- 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) diff --git a/lfs/squidclamav b/lfs/squidclamav index 544f04ecc4..38f40e681f 100644 --- a/lfs/squidclamav +++ b/lfs/squidclamav @@ -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)