]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
updated squid
authormaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 27 Feb 2008 17:36:46 +0000 (17:36 +0000)
committermaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 27 Feb 2008 17:36:46 +0000 (17:36 +0000)
added igmpproxy
updated hdparm
added recent changes to core9

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1239 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/cfgroot/graphs.pl
config/rootfiles/core/9/files
config/rootfiles/packages/igmpproxy [new file with mode: 0644]
doc/packages-list.txt
lfs/hdparm
lfs/igmpproxy [new file with mode: 0644]
lfs/squid
make.sh

index 4a24e7585f6ae43c9fda2b19f433cb3dd96ffc85..9de45f944044cbc30b71ccd967408f26a688a393 100644 (file)
@@ -419,7 +419,7 @@ sub updatelqgraph {
                                "AREA:r2".$color{"color14"}."A0:70-150 ms",
                                "AREA:r1".$color{"color17"}."A0:30-70 ms",
                                "AREA:r0".$color{"color12"}."A0:<30 ms\\j",
-                               "COMMENT:".sprintf("%15s",$Lang::tr{'maximal'}),
+                               "COMMENT:".sprintf("%-15s",$Lang::tr{'maximal'}),
                                "COMMENT:".sprintf("%15s",$Lang::tr{'average'}),
                                "COMMENT:".sprintf("%15s",$Lang::tr{'minimal'}),
                                "COMMENT:".sprintf("%15s",$Lang::tr{'current'})."\\j",
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e1872ac99be1470e8d355d6376c9cecf47928d6e 100644 (file)
@@ -0,0 +1,9 @@
+sbin/hdparm
+usr/lib/collectd
+usr/sbin/collectd
+usr/sbin/collectdmon
+etc/init.d/networking/red
+etc/squid
+usr/lib/squid
+usr/sbin/squid
+var/ipfire/graphs.pl
diff --git a/config/rootfiles/packages/igmpproxy b/config/rootfiles/packages/igmpproxy
new file mode 100644 (file)
index 0000000..5ab13a8
--- /dev/null
@@ -0,0 +1,4 @@
+etc/igmpproxy.conf
+usr/local/bin/igmpproxy
+#usr/share/man/man5/igmpproxy.conf.5
+#usr/share/man/man8/igmpproxy.8
index 52feb95748f566be1a6036d095b5abbb261c7d80..f8ba6e427fabcf9c74d388b355cf9eafd6e275fc 100644 (file)
 * guardian-ipfire
 * gzip-1.3.5
 * hddtemp-0.3-beta14
-* hdparm-8.4
+* hdparm-8.5
+* hdparm-8.6
 * hplip-2.7.10
 * htop-0.7
 * httpd-2.2.6
 * iana-etc-2.10
 * icecast-2.3.1
 * icegenerator-0.5.5-pre2
+* igmpproxy-src-0.1-beta2
 * inetutils-1.4.2
-* ip1000a-2.10c
 * ipac-ng-1.31
 * ipaddr-1.2
 * ipfireseeder-1.00
 * sox-12.18.1
 * spandsp-0.0.3pre24
 * squashfs3.2-r2
-* squid-2.6.STABLE16
+* squid-2.6.STABLE18
 * squid-graph-3.2
 * squidGuard-1.3
 * subversion-1.4.4
index 9b4902900c99a9b1331582c042d0b90fc6c645dc..f8fd28e9b7557f28e56d39c2f7f8e34d2f23ad77 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.4
+VER        = 8.6
 
 THISAPP    = hdparm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f29945ce67796253157dc3a8041131fb
+$(DL_FILE)_MD5 = 237fbceeeba6318b987983fd858994df
 
 install : $(TARGET)
 
diff --git a/lfs/igmpproxy b/lfs/igmpproxy
new file mode 100644 (file)
index 0000000..4633282
--- /dev/null
@@ -0,0 +1,83 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+VER        = 0.1-beta2
+
+THISAPP    = igmpproxy-src-$(VER)
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = $(URL_IPFIRE)
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = igmpproxy
+PAK_VER    = 1
+
+DEPS       = ""
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = 2a5a59480f44d4b14077a6b5319e9940
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+dist: 
+       @$(PAK)
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+       @$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+       @$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+       @$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_SRC)/$(PROG)/src && make $(MAKETUNING)
+       cd $(DIR_SRC)/$(PROG)/src && make install
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)
index cb6319aedf99d8620bafe161a5f126c8b6b43ceb..e195a7da76831867f2f4f75bf9cc499e5bf36f3b 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.6.STABLE16
+VER        = 2.6.STABLE18
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 849bee6f269e6c773f215fd4b41de0e3
+$(DL_FILE)_MD5 = eb49bc06ea1a40421b6f1ac9e76d1757
 
 install : $(TARGET)
 
diff --git a/make.sh b/make.sh
index d65dad0c71d0efe82fe512c354181de15ac7ba7b..873f472b05904a1c89dadccd15b28d2acb90f321 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -536,6 +536,7 @@ buildipfire() {
   ipfiremake tcptrack
   ipfiremake teamspeak
   ipfiremake elinks
+  ipfiremake igmpproxy
   
 }