From: maniacikarus Date: Wed, 19 Dec 2007 18:47:45 +0000 (+0000) Subject: Update Clamav and Cups build might fail because of gcc bug X-Git-Tag: v2.3-beta1~238 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=5f9d5a42679e880ac67f157e8d4e8bca6c4aed64 Update Clamav and Cups build might fail because of gcc bug git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1126 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/config/rootfiles/core/2/files b/config/rootfiles/core/2/files index 215ab11127..d7b4d2f255 100644 --- a/config/rootfiles/core/2/files +++ b/config/rootfiles/core/2/files @@ -1,4 +1,5 @@ srv/web/ipfire/cgi-bin/qos.cgi +srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/index.cgi var/ipfire/qos/bin/makeqosscripts.pl diff --git a/lfs/clamav b/lfs/clamav index 17b428e8d5..859170a3e9 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ include Config -VER = 0.91.2 +VER = 0.92 THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2a7265d17cfa80c32858978f16a3f47b +$(DL_FILE)_MD5 = e500651858a9187a87025c8a5c23969c install : $(TARGET) diff --git a/lfs/cups b/lfs/cups index c65f379be2..4c3813f4ab 100644 --- a/lfs/cups +++ b/lfs/cups @@ -24,7 +24,7 @@ include Config -VER = 1.2.12 +VER = 1.3.5 THISAPP = cups-$(VER) DL_FILE = $(THISAPP)-source.tar.bz2 @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d410658468384b5ba5d04a808f6157fe +$(DL_FILE)_MD5 = 355705c528e9a8d0d439da15454d79a6 install : $(TARGET) diff --git a/src/paks/clamav/update.sh b/src/paks/clamav/update.sh index 800823ef50..89c40d0d7c 100644 --- a/src/paks/clamav/update.sh +++ b/src/paks/clamav/update.sh @@ -22,3 +22,5 @@ ############################################################################ # . /opt/pakfire/lib/functions.sh +./uninstall.sh +./install.sh