Geändert:

* NEUER KERNEL 2.4.31 --> 2.4.32... EXPERIMENTAL!!!
  * Fix für mldonkey...
  * Bootsplash-Patch gefixt. Unsinnige Sache entfernt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@238 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-06 20:07:18 +00:00
parent 712d859c80
commit 43f8b5f17a
8 changed files with 1459 additions and 1469 deletions

View File

@@ -330,7 +330,7 @@
(* The directory where temporary files should be put *)
temp_directory = /var/log/mldonkey/temp
temp_directory = "/var/log/mldonkey/temp"
(* New directories in incoming_directories are created with these rights *)
create_dir_mask = 755

File diff suppressed because it is too large Load Diff

View File

@@ -112,9 +112,6 @@
* inetutils-1.4.2
* ipac-ng-1.31
* ipaddr-1.2
* ipfire-logs-2006-08-02-19:12.tgz
* ipfire-logs-2006-08-02-23:31.tgz
* ipfire-logs-2006-08-02-23:33.tgz
* iproute2-2.4.7-now-ss010824
* iptables-1.3.5
* iptstate-1.4
@@ -140,6 +137,7 @@
* libwww-perl-5.803
* libxml2-2.6.22
* linux-2.4.31
* linux-2.4.32
* linux-atm-2.4.1
* logrotate-3.7
* logwatch-6.1.2
@@ -199,6 +197,7 @@
* razor-agents-2.81
* rp-pppoe-3.5
* rrdtool-1.0.49
* samba-3.0.22
* samba-3.0.23a
* sata300_sataii150_tx_series_linux2.4_open_source_1.00.0.15
* screen-4.0.2

View File

@@ -1,2 +0,0 @@
eagle-usb-2.3.2.tar.tar
pchar_1.4.orig.tar.gz

View File

@@ -26,7 +26,7 @@
include Config
VER = 2.4.31
VER = 2.4.32
THISAPP = linux-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -73,17 +73,16 @@ iptables-1.3.5.tar.bz2 = $(URL_IPFIRE)/iptables-1.3.5.tar.bz2
kbc_option_2420.patch = $(URL_IPFIRE)/kbc_option_2420.patch
net4801.kernel.patch_2.4.31 = $(URL_IPFIRE)/net4801.kernel.patch_2.4.31
netfilter-layer7-v2.1.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.1.tar.gz
#bootsplash-3.0.7-2.4.31-vanilla.diff = $(URL_IPFIRE)/bootsplash-3.0.7-2.4.31-vanilla.diff
bootsplash-3.0.7-2.4.31-vanilla.diff = $(URL_IPFIRE)/bootsplash-3.0.7-2.4.31-vanilla.diff
$(DL_FILE)_MD5 = ea3f99fc82617886059d58d0644dab26
$(DL_FILE)_MD5 = f01163f627f47030a50dab6976df2eb7
openswan-1.0.10rc2.tar.gz_MD5 = 20d51ff963da78f826f4e0f0ebc4bcef
patch-o-matic-ng-20060206.tar.bz2_MD5 = eca9893afb753e331caddfe63142b566
iptables-1.3.5.tar.bz2_MD5 = 00fb916fa8040ca992a5ace56d905ea5
kbc_option_2420.patch_MD5 = 6d37870344f7fcf97ace1fbf43323c60
net4801.kernel.patch_2.4.31_MD5 = c7d64e3caedb2f2b10e1c11db7f73a04
netfilter-layer7-v2.1.tar.gz_MD5 = 551626a158c2a2cbfd937d27ecc7fac1
bootsplash-3.0.7-2.4.31-vanilla.diff = 767c263d1d28827d51abc83945e4b893
#bootsplash-3.0.7-2.4.31-vanilla.diff = 767c263d1d28827d51abc83945e4b893
install : $(TARGET)

View File

@@ -889,7 +889,7 @@ ipfirepackages() {
ipfiredist spamassassin
ipfiredist web-cyradm
ipfiredist xampp
ipfiredist xinetd
# ipfiredist xinetd
test -d $BASEDIR/packages || mkdir $BASEDIR/packages
mv -f $LFS/install/packages/*.{tar.gz,md5} $BASEDIR/packages >> $LOGFILE 2>&1
rm -rf $BASEDIR/build/install/packages/*

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,3 @@
diff -ruN linux-2.4.31/Makefile linux-2.4.31-bs/Makefile
--- linux-2.4.31/Makefile 2005-04-04 02:42:20.000000000 +0100
+++ linux-2.4.31-bs/Makefile 2005-05-18 12:16:16.000000000 +0100
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 31
-EXTRAVERSION =
+EXTRAVERSION =
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
diff -ruN linux-2.4.31/drivers/char/console.c linux-2.4.31-bs/drivers/char/console.c
--- linux-2.4.31/drivers/char/console.c 2005-01-19 14:09:44.000000000 +0000
+++ linux-2.4.31-bs/drivers/char/console.c 2005-05-05 22:20:15.000000000 +0100