You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-09-24 13:12:13
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1578 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: forgott name Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.39 retrieving revision 1.807.2.40 diff -u -d -r1.807.2.39 -r1.807.2.40 --- CHANGES 24 Sep 2004 13:11:03 -0000 1.807.2.39 +++ CHANGES 24 Sep 2004 13:12:03 -0000 1.807.2.40 @@ -22,7 +22,7 @@ # 1.2rc2 -- compile modutils only with support for 32 bit (required for building on AMD Opteron) +- compile modutils only with support for 32 bit (required for building on AMD Opteron) (Frank Pieczynski) - don't install hostname from coreutils package, use the one from net-tools - bind chroot jail was missing /etc/localtime - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) |
From: Heiko Z. <smi...@us...> - 2004-09-24 13:11:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1421/scripts Modified Files: Tag: rel-1-2-patches modutils Log Message: compile modutils only with support for 32 bit (required for building on AMD Opteron) Index: modutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/modutils,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -u -d -r1.16.2.1 -r1.16.2.2 --- modutils 20 Jul 2004 00:43:28 -0000 1.16.2.1 +++ modutils 24 Sep 2004 13:11:10 -0000 1.16.2.2 @@ -26,7 +26,7 @@ case $1 in build ) - ./configure || exit 1 + ./configure --enable-common-i386=no || exit 1 # Parallel jobs does not work ($PMAKE) make all || exit 1 strip_debug |
From: Heiko Z. <smi...@us...> - 2004-09-24 13:11:19
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1421 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: compile modutils only with support for 32 bit (required for building on AMD Opteron) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.38 retrieving revision 1.807.2.39 diff -u -d -r1.807.2.38 -r1.807.2.39 --- CHANGES 23 Sep 2004 02:52:22 -0000 1.807.2.38 +++ CHANGES 24 Sep 2004 13:11:03 -0000 1.807.2.39 @@ -22,6 +22,7 @@ # 1.2rc2 +- compile modutils only with support for 32 bit (required for building on AMD Opteron) - don't install hostname from coreutils package, use the one from net-tools - bind chroot jail was missing /etc/localtime - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:51:45
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24258/scripts Modified Files: popt Log Message: oops, undo last change Index: popt =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/popt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- popt 23 Sep 2004 21:50:01 -0000 1.7 +++ popt 23 Sep 2004 21:51:36 -0000 1.8 @@ -23,9 +23,6 @@ # source functions and config source $MYDIR/settings -# disabled for now -exit 0 - case $1 in build ) ./configure --prefix=/usr --disable-nls || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:11
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735/scripts/configuration Modified Files: linux.config prepare.config Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- prepare.config 11 Apr 2004 00:21:57 -0000 1.14 +++ prepare.config 23 Sep 2004 21:50:02 -0000 1.15 @@ -28,9 +28,9 @@ test -z "$CONFIG_INITRD_FS" && CONFIG_INITRD_FS=CRAMFS menu_add "Build Configuration" list "InitRD Filesystem" CONFIG_INITRD_FS CRAMFS EXT2 -if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - menu_add "Build Configuration|Processor and Memory" list "Variable HZ" CONFIG_VHZ OFF 100 200 250 400 500 750 800 1000 -fi +#if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then +# menu_add "Build Configuration|Processor and Memory" list "Variable HZ" CONFIG_VHZ OFF 100 200 250 400 500 750 800 1000 +#fi if [ "$CONFIG_KERNEL_CPU" = "686" -o "$CONFIG_KERNEL_CPU" = "VIAC3_2" ]; then menu_add "Build Configuration|Processor and Memory" list "PSCHED_CLOCK_SOURCE" CONFIG_PSCHED_CLOCK_SOURCE PSCHED_GETTIMEOFDAY PSCHED_JIFFIES PSCHED_CPU Index: linux.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/linux.config,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- linux.config 30 Aug 2004 18:07:07 -0000 1.13 +++ linux.config 23 Sep 2004 21:50:02 -0000 1.14 @@ -7,9 +7,9 @@ test -z "$CONFIG_LINUX_POWER_MGMT" && CONFIG_LINUX_POWER_MGMT=OFF test -z "$CONFIG_LINUX_NR_CPUS" && CONFIG_LINUX_NR_CPUS=4 -test -z "$CONFIG_LINUX_VERSION" && CONFIG_LINUX_VERSION=2.4 +test -z "$CONFIG_LINUX_VERSION" && CONFIG_LINUX_VERSION=2.6 menu_add "Build Configuration|Processor and Memory" bool "Symmetric multi-processing support" CONFIG_LINUX_SMP menu_add "Build Configuration|Processor and Memory" list "Maximum number of CPUs" CONFIG_LINUX_NR_CPUS 2 4 8 16 32 -menu_add "Build Configuration" list "Kernel Version" CONFIG_LINUX_VERSION 2.4 2.6 +menu_add "Build Configuration" list "Kernel Version" CONFIG_LINUX_VERSION 2.6 test "$CONFIG_LINUX_VERSION" = "2.6" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM ACPI -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM +#test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:11
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735/scripts/config/linux-2.6 Modified Files: config_linux Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- config_linux 10 Sep 2004 23:16:25 -0000 1.19 +++ config_linux 23 Sep 2004 21:50:01 -0000 1.20 @@ -1950,3 +1950,14 @@ CONFIG_W1_SMEM=m CONFIG_FB_MODE_HELPERS=y CONFIG_FB_I810=n +CONFIG_CPU_FREQ_GOV_ONDEMAND=n +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MD_RAID10=m +CONFIG_NET_ACT_GACT=m +CONFIG_GACT_PROB=y +CONFIG_USB_SUSPEND=y +CONFIG_CRYPTO_WHIRLPOOL=m +CONFIG_LOCALVERSION="" +CONFIG_FRANDOM=m |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:10
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735/scripts/config Modified Files: patch-o-matic.exclude Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: patch-o-matic.exclude =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/patch-o-matic.exclude,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- patch-o-matic.exclude 10 Sep 2004 23:16:25 -0000 1.5 +++ patch-o-matic.exclude 23 Sep 2004 21:50:01 -0000 1.6 @@ -106,3 +106,4 @@ base/set #pending/helper-locking_fix #pending/ip_queue_nonlinear_skbs +extra/CLUSTERIP |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735 Modified Files: CHANGES md5sum.lst Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.861 retrieving revision 1.862 diff -u -d -r1.861 -r1.862 --- CHANGES 22 Sep 2004 13:10:49 -0000 1.861 +++ CHANGES 23 Sep 2004 21:50:00 -0000 1.862 @@ -22,6 +22,12 @@ # 1.3.2 +- updated popt to v1.7 +- don't install hostname from coreutils package, use the one from net-tools +- added frandom patch to kernel +- added ssp guard functions + frandom support to glibc +- removed support for kernel 2.4 from build system +- updated gcc-protector to v3.4.1-1 - bind chroot jail was missing /etc/localtime - added patches for 2.4.27 kernel to fix gcc 3.4 problems - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.149 retrieving revision 1.150 diff -u -d -r1.149 -r1.150 --- md5sum.lst 21 Sep 2004 19:06:22 -0000 1.149 +++ md5sum.lst 23 Sep 2004 21:50:00 -0000 1.150 @@ -30,7 +30,6 @@ 9d9b482aa666b0988c66a04f93de4ca8 src/perl-ext/libnet-1.18.tar.gz 8e3361f5682e0deea59f349b17c5ec1c src/perl-ext/libwww-perl-5.800.tar.gz b3107452e2bb4d74d4b9892d61d50137 src/perl-ext/perl-ldap-0.31.tar.gz -d8c2662914b21c20c8cbf94692de9ebc src/2.4.21-include.tar.bz2 e75bbaf1be835e43f3f86f3893ed5130 src/IMQ-iptables-1.2.9.diff.bz2 987006ed2bcb48b50772bdff4dfc3327 src/LPRng-3.8.27.tgz 6af76e856319a2366b291251a47c8038 src/LVM2.2.00.22.tgz @@ -73,6 +72,7 @@ 90e6755ff66c1e8919e8d7af5db0fffa src/compartment-gcc33.diff.bz2 055c3cfa75c783bdaaa294d7895584c5 src/compartment-no-close-fd.diff.bz2 172ee3c315af93d3385ddfbeb843c53f src/coreutils-5.2.1.tar.bz2 +3fe2590960d7139c9affa3d884f95612 src/coreutils-patches.tar.bz2 e02859af1bbbbd73fcbf757acb57e0a4 src/cpio-2.5.tar.gz c53247d26e769d154a810a498dd0322c src/cpqarrayd-2.0.tar.gz 97456d1da7da7140324116fb55b7957e src/cron-3.0.1-suse.tar.bz2 @@ -123,6 +123,7 @@ a0aa323568862e23fdbc6473ce6a01b5 src/fwlogwatch-1.0.tar.bz2 a116eec17e7ba085febb74c7758823bd src/gawk-3.1.3.tar.bz2 2fada3a3effd2fd791df09df1f1534b3 src/gcc-3.4.2.tar.bz2 +17f0c58be78c6dd8a3528fe2f769b0b2 src/gcc-ssp-3.4.1-1.tar.bz2 14bf0b840b309ae8a29934a7a0743fd3 src/gd-2.0.28.tar.gz 1d1b1d5c0245b1c00aff92da751e9aa1 src/gdbm-1.8.3.tar.gz eb3db4185f21185a89ae6f7cba49c404 src/gdchart0.11.4dev.tar.gz @@ -131,6 +132,7 @@ 8de833b81238a0b4354970f1248a9e25 src/glib-2.5.2.tar.bz2 ec29bf73a4fd0897dcaf564fa8ae4c4c src/glibc-2.3.4-20040828.tar.bz2 0bbdaa8a491a56ab4e2f18bb2c8086d4 src/glibc-patches.tar.bz2 +d6a2a794df4a87fa92d77f24209c21c2 src/glibc-ssp.tar.bz2 65598b329290cdc1fcb73b6b18891baf src/gmp-4.1.3.tar.bz2 770309df3d631d6c94dfb3a95a9be25e src/gnugk-2.0.8.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 @@ -138,10 +140,7 @@ 3f4d8d524a55e35a7d06166f4f51f299 src/gradm-2.0.1.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz -8a7a504ac83d6a3277e6ee0eada54ee8 src/grsecurity-2.0.1-2.4.27.patch.bz2 b4e569a7822f60f450028d790abb4de1 src/grsecurity-2.0.1-2.6.7.patch.bz2 -b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 -6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 4ca8e4363d5f1980f2c63b7f5cdbe0d1 src/grub-0.95.tar.gz 3d6c191dfd2bf307014b421c12dc8469 src/gzip-1.3.5.tar.gz 12f278dc740cb0543abc0737549f6400 src/hdparm-5.6.tar.gz @@ -190,8 +189,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -2a692a126cb651fe39d50fcfdfb88994 src/kernel-patches-2.4.tar.bz2 -fd89c6ddfc2f08e282d0ceca07508c8f src/kernel-patches-2.6.tar.bz2 +c9bad9910792842e6438f52eaf13e3c0 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz @@ -216,8 +214,6 @@ 75655870fb7bb661e6fbd57cbfe81bb2 src/libusb-0.1.8.tar.gz c391173a26ec7c2ac702b54d06420fdb src/libxml2-2.6.11.tar.gz bf106f06c12d679055b51cd50c599317 src/libxslt-1.1.8.tar.gz -e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 -59a2e6fde1d110e2ffa20351ac8b4d9e src/linux-2.4.27.tar.bz2 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 9517ca999e822b898fbdc7e72796b1aa src/linux-2.6.8.1.tar.bz2 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz @@ -282,8 +278,7 @@ 587171c4e15a40adde8aa1b3d77328e9 src/opt-3.19.tar.gz 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -62aa5fc7cb82149adab01afba2ee6c02 src/patch-o-matic-ng-20040910.tar.bz2 -38a43b5a59d06f39f014262b69583ad8 src/pax-linux-2.4.26-200406252135.patch.bz2 +6b07dd71fe3af18062f0a6c7b59a97de src/patch-o-matic-ng-20040921.tar.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz @@ -294,7 +289,7 @@ d3211ebd4d2fbbc9c78235666ed355ac src/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz b12042826ddba29fba3ae5a2eac3c391 src/php-5.0.1.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz -734b375abdcc6bf70541d0bef8147449 src/popt-1.6.4.tar.gz +5988e7aeb0ae4dac8d83561265984cc9 src/popt-1.7.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz 73f823d66f0e8525b77cb45d94fb90c8 src/portmap_5-2.diff.gz 781e16ed4487c4caa082c6fef09ead4f src/portmap_5.orig.tar.gz @@ -310,8 +305,6 @@ 134704f59307cfd3d6b1270a1aab62a4 src/prism54firmware.tar.bz2 27658d0a69040aca05a65b9888599d50 src/procinfo-18.tar.gz 5389800bf413e70365d982bac9438d31 src/procps-3.2.3.tar.gz -b62b5856753294821c4cea8bd28ffe1d src/protector-3.3-7.tar.gz -5db6cb16c361476f4bcb48df16793243 src/protector-3.4-2.tar.gz c62b09ad5129e2f7e4611019d1d3d4b8 src/psmisc-21.5.tar.gz 58d5c0a6bfbdaada2226c215102affa7 src/pwlib-v1_8_0-src.tar.gz 89724b5edaa0c7ab93f06ad2e2311d0e src/python-ldap-2.0.2.tar.gz @@ -377,14 +370,9 @@ 1afca3128e21994042f34bcb91b4ea48 src/unrarsrc-3.2.3.tar.gz 8a25712aac642430d87d21491f7c6bd1 src/unzip551.tar.gz 99b9c46bc8f1577f8ea8516f531e9dc4 src/usb.ids.bz2 -2e8d4e13ea386592109ad3f5eb7e481f src/usbat-02.20031116.tar.gz -f6ceb3328c80e8e83349c458a0331991 src/usbat02-kernel-Makefile.diff.bz2 -d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 05157bed61af65749f02713c10b8ef26 src/usbutils-0.11.tar.gz e742bb1ea3a17662ece2ff8cf99a69f6 src/util-linux-2.12b.diff.bz2 2e96fd7efa1ff477502e91c31572d51b src/util-linux-2.12b.tar.gz -a6e98f81c3fc129b8343f4d90ee0e8af src/vhz-j64-2.4.23.patch.bz2 -b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 1edd81324b4ffc0702c9ff289a342d91 src/vlan.1.8.tar.gz dec2837d33fbc1f96f77014d01739126 src/vobcopy-0.5.13.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735/scripts Modified Files: binutils coreutils gcc glibc popt Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: coreutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/coreutils,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- coreutils 28 Feb 2004 16:15:24 -0000 1.8 +++ coreutils 23 Sep 2004 21:50:01 -0000 1.9 @@ -25,14 +25,14 @@ case $1 in build ) - #if [ ! -f devil-linux-patches.done ]; then - # for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null ) - # do - # echo applying patch: $PATCH - # patch -p1 -i $PATCH || exit 1 - # done - # touch devil-linux-patches.done - #fi + if [ ! -f devil-linux-patches.done ]; then + for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null ) + do + echo applying patch: $PATCH + patch -p1 -i $PATCH || exit 1 + done + touch devil-linux-patches.done + fi ./configure --prefix= --disable-nls --without-included-regex || exit 1 make $PMAKE || exit 1 strip_debug Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- glibc 21 Sep 2004 22:51:36 -0000 1.34 +++ glibc 23 Sep 2004 21:50:01 -0000 1.35 @@ -49,6 +49,19 @@ done touch devil-linux-glibc-patches.done fi + + if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then + if [ ! -f devil-linux-glibc-ssp-patches.done ]; then + cp -v ../glibc-ssp/ssp.c sysdeps/unix/sysv/linux/ || exit 1 + for PATCH in $(ls ../glibc-ssp/*patch) + do + echo applying patch: $PATCH + patch -i $PATCH -p1 || exit 1 + done + touch devil-linux-glibc-ssp-patches.done + fi + fi + rm -rf ../glibc-build mkdir ../glibc-build || exit 1 cd ../glibc-build || exit 1 Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- gcc 20 Sep 2004 22:14:08 -0000 1.24 +++ gcc 23 Sep 2004 21:50:01 -0000 1.25 @@ -9,7 +9,7 @@ ### BEGIN INIT INFO # Provides: gcc -# Required-Start: distcc prepare binutils +# Required-Start: distcc prepare glibc_stage1 binutils # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -30,14 +30,13 @@ if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then if [ ! -e ./.done_patch_protector ]; then cd gcc - patch -p1 -i $WORKDIR/protector.dif || exit 1 - cp -rf $WORKDIR/gcc/* . || exit 1 - patch -p1 -i $WORKDIR/protectonly.dif || exit 1 + patch -p1 -i $WORKDIR/gcc-ssp/gcc_3_4_1.dif || exit 1 + cp -rf $WORKDIR/gcc-ssp/gcc/* . || exit 1 cd .. touch ./.done_patch_protector - if [ ! -f devil-linux-kernel-protector-patch.done ]; then - touch devil-linux-kernel-protector-patch.done + if [ ! -f $KERNELDIR/devil-linux-kernel-protector-patch.done ]; then + touch $KERNELDIR/devil-linux-kernel-protector-patch.done if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then bzcat $DL_DIR/src/linux-2.4.*-protector-1.patch.bz2 | patch -p1 -d $KERNELDIR || exit 1 else @@ -67,7 +66,7 @@ # --enable-threads=posix --with-slibdir=/lib --enable-__cxa_atexit --enable-clocale=gnu \ # --enable-languages=c,c++,objc --disable-nls $CONF_HOST || exit 1 ../gcc-3*/configure --prefix=/usr \ - --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ + --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-stack-protector \ --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ $CONF_HOST || exit 1 make MAKE="make $PMAKE" $PMAKE bootstrap || exit 1 Index: binutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/binutils,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- binutils 11 Jan 2004 14:43:04 -0000 1.9 +++ binutils 23 Sep 2004 21:50:00 -0000 1.10 @@ -9,7 +9,7 @@ ### BEGIN INIT INFO # Provides: binutils -# Required-Start: prepare distcc +# Required-Start: prepare distcc glibc_stage1 # Required-Stop: # Default-Start: 1 2 # Default-Stop: Index: popt =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/popt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- popt 11 Jan 2004 14:43:05 -0000 1.6 +++ popt 23 Sep 2004 21:50:01 -0000 1.7 @@ -23,6 +23,9 @@ # source functions and config source $MYDIR/settings +# disabled for now +exit 0 + case $1 in build ) ./configure --prefix=/usr --disable-nls || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-09-23 02:52:31
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6364/scripts Modified Files: Tag: rel-1-2-patches coreutils Log Message: don't install hostname from coreutils package, use the one from net-tools Index: coreutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/coreutils,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -d -r1.8 -r1.8.2.1 --- coreutils 28 Feb 2004 16:15:24 -0000 1.8 +++ coreutils 23 Sep 2004 02:52:23 -0000 1.8.2.1 @@ -25,14 +25,14 @@ case $1 in build ) - #if [ ! -f devil-linux-patches.done ]; then - # for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null ) - # do - # echo applying patch: $PATCH - # patch -p1 -i $PATCH || exit 1 - # done - # touch devil-linux-patches.done - #fi + if [ ! -f devil-linux-patches.done ]; then + for PATCH in $(ls $WORKDIR/coreutils-patches/* 2> /dev/null ) + do + echo applying patch: $PATCH + patch -p1 -i $PATCH || exit 1 + done + touch devil-linux-patches.done + fi ./configure --prefix= --disable-nls --without-included-regex || exit 1 make $PMAKE || exit 1 strip_debug |
From: Heiko Z. <smi...@us...> - 2004-09-23 02:52:31
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6364 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: don't install hostname from coreutils package, use the one from net-tools Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.37 retrieving revision 1.807.2.38 diff -u -d -r1.807.2.37 -r1.807.2.38 --- CHANGES 22 Sep 2004 13:11:26 -0000 1.807.2.37 +++ CHANGES 23 Sep 2004 02:52:22 -0000 1.807.2.38 @@ -22,6 +22,7 @@ # 1.2rc2 +- don't install hostname from coreutils package, use the one from net-tools - bind chroot jail was missing /etc/localtime - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.26 retrieving revision 1.102.2.27 diff -u -d -r1.102.2.26 -r1.102.2.27 --- md5sum.lst 8 Sep 2004 19:40:39 -0000 1.102.2.26 +++ md5sum.lst 23 Sep 2004 02:52:22 -0000 1.102.2.27 @@ -62,6 +62,7 @@ 90e6755ff66c1e8919e8d7af5db0fffa src/compartment-gcc33.diff.bz2 055c3cfa75c783bdaaa294d7895584c5 src/compartment-no-close-fd.diff.bz2 172ee3c315af93d3385ddfbeb843c53f src/coreutils-5.2.1.tar.bz2 +3fe2590960d7139c9affa3d884f95612 src/coreutils-patches.tar.bz2 e02859af1bbbbd73fcbf757acb57e0a4 src/cpio-2.5.tar.gz c53247d26e769d154a810a498dd0322c src/cpqarrayd-2.0.tar.gz 5c356f45bde4233a9b2a5ae78ae4e9e1 src/cramfs-1.1.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-09-22 14:46:12
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17482/configuration Modified Files: glibc.config Log Message: auto-select linuxthread for kernel 2.4 and nptl for kernel 2.6 Index: glibc.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/glibc.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- glibc.config 10 Feb 2004 00:52:03 -0000 1.2 +++ glibc.config 22 Sep 2004 14:46:03 -0000 1.3 @@ -5,4 +5,3 @@ # http://www.devil-linux.org menu_add "Build Configuration|Size Optimization" bool "Do not include locales and i18n" CONFIG_NO_LOCALE -menu_add "Build Configuration" bool "Native POSIX Thread Library instead of the standard GNU linuxthreads (EXPERIMENTAL)" CONFIG_GLIBC_NPTL |
From: Heiko Z. <smi...@us...> - 2004-09-22 14:46:12
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17482 Modified Files: settings Log Message: auto-select linuxthread for kernel 2.4 and nptl for kernel 2.6 Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- settings 23 Jan 2004 01:04:18 -0000 1.41 +++ settings 22 Sep 2004 14:46:03 -0000 1.42 @@ -84,3 +84,6 @@ BUTTON_EXIT="' Exit '" BUTTON_EXIT_SUB="' Back '" BUTTON_HELP="' Help '" + +test "$CONFIG_LINUX_VERSION" = "2.6" && CONFIG_GLIBC_NPTL=y +test "$CONFIG_LINUX_VERSION" = "2.4" && CONFIG_GLIBC_NPTL=n |
From: Heiko Z. <smi...@us...> - 2004-09-22 13:11:35
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/jail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30663/config/etc/sysconfig/jail Modified Files: Tag: rel-1-2-patches ISC_BIND Log Message: bind chroot jail was missing /etc/localtime Index: ISC_BIND =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/jail/ISC_BIND,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -d -r1.9 -r1.9.2.1 --- ISC_BIND 26 Dec 2003 14:46:55 -0000 1.9 +++ ISC_BIND 22 Sep 2004 13:11:26 -0000 1.9.2.1 @@ -27,6 +27,7 @@ DEV urandom c 1 9 0.0 644 # files and directories to copy +COPY /etc/localtime COPY /etc/named COPY /etc/named.conf COPY /etc/ld.so.* |
From: Heiko Z. <smi...@us...> - 2004-09-22 13:11:35
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30663 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: bind chroot jail was missing /etc/localtime Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.36 retrieving revision 1.807.2.37 diff -u -d -r1.807.2.36 -r1.807.2.37 --- CHANGES 20 Sep 2004 18:33:10 -0000 1.807.2.36 +++ CHANGES 22 Sep 2004 13:11:26 -0000 1.807.2.37 @@ -22,6 +22,7 @@ # 1.2rc2 +- bind chroot jail was missing /etc/localtime - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) |
From: Heiko Z. <smi...@us...> - 2004-09-22 13:10:58
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/jail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30486/config/etc/sysconfig/jail Modified Files: ISC_BIND Log Message: bind chroot jail was missing /etc/localtime Index: ISC_BIND =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/jail/ISC_BIND,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ISC_BIND 26 Dec 2003 14:46:55 -0000 1.9 +++ ISC_BIND 22 Sep 2004 13:10:49 -0000 1.10 @@ -27,6 +27,7 @@ DEV urandom c 1 9 0.0 644 # files and directories to copy +COPY /etc/localtime COPY /etc/named COPY /etc/named.conf COPY /etc/ld.so.* |
From: Heiko Z. <smi...@us...> - 2004-09-22 13:10:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30486 Modified Files: CHANGES Log Message: bind chroot jail was missing /etc/localtime Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.860 retrieving revision 1.861 diff -u -d -r1.860 -r1.861 --- CHANGES 21 Sep 2004 19:06:21 -0000 1.860 +++ CHANGES 22 Sep 2004 13:10:49 -0000 1.861 @@ -22,6 +22,7 @@ # 1.3.2 +- bind chroot jail was missing /etc/localtime - added patches for 2.4.27 kernel to fix gcc 3.4 problems - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) |
From: Heiko Z. <smi...@us...> - 2004-09-21 23:23:56
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22008/config Modified Files: config_busybox Log Message: disabled a few options to fix compile problems with new build system Index: config_busybox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_busybox,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- config_busybox 21 Aug 2004 19:17:47 -0000 1.21 +++ config_busybox 21 Sep 2004 23:23:47 -0000 1.22 @@ -235,7 +235,7 @@ # # Login/Password Management Utilities # -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set @@ -348,7 +348,7 @@ # CONFIG_ASH_MATH_SUPPORT_64 is not set CONFIG_ASH_GETOPTS=y CONFIG_ASH_CMDCMD=y -CONFIG_ASH_MAIL=y +# CONFIG_ASH_MAIL is not set CONFIG_ASH_OPTIMIZE_FOR_SIZE=y CONFIG_ASH_RANDOM_SUPPORT=y # CONFIG_HUSH is not set @@ -360,12 +360,7 @@ # # CONFIG_FEATURE_SH_EXTRA_QUIET is not set CONFIG_FEATURE_SH_STANDALONE_SHELL=y -CONFIG_FEATURE_COMMAND_EDITING=y -CONFIG_FEATURE_COMMAND_HISTORY=15 -CONFIG_FEATURE_COMMAND_SAVEHISTORY=y -CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y -CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION=y -CONFIG_FEATURE_SH_FANCY_PROMPT=y +# CONFIG_FEATURE_COMMAND_EDITING is not set # # System Logging Utilities |
From: Heiko Z. <smi...@us...> - 2004-09-21 22:51:45
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14559 Modified Files: glibc Log Message: fixed small typo Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- glibc 21 Sep 2004 19:06:22 -0000 1.33 +++ glibc 21 Sep 2004 22:51:36 -0000 1.34 @@ -31,7 +31,7 @@ ADDON=nptl else #tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 - ADDON=linuxthread + ADDON=linuxthreads fi if [ ! -f devil-linux-glibc-debian-patches.done ]; then for PATCH in $(grep -v ^# ../glibc-patches/0list) |
From: Heiko Z. <smi...@us...> - 2004-09-21 19:06:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29639/scripts Modified Files: glibc Log Message: added soem patches forkernel 2.4 and gcc 3.4 Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- glibc 10 Sep 2004 23:16:24 -0000 1.32 +++ glibc 21 Sep 2004 19:06:22 -0000 1.33 @@ -25,6 +25,7 @@ case $1 in build ) + touch /etc/ld.so.conf if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then #tar -xjf $DL_DIR/src/nptl-*.tar.bz2 || exit 1 ADDON=nptl @@ -69,6 +70,14 @@ # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 #make localedata/install-locales || exit 1 + + # copy it manually, otherwise we fail with a segmentation fault + #rm -rf $WORKDIR/tmp || exit 1 + #mkdir -p $WORKDIR/tmp/etc || exit 1 + #make install install_root=$WORKDIR/tmp || exit 1 + #cp -vfdpR $WORKDIR/tmp/* / || exit 1 + #rm -rf $WORKDIR/tmp || exit 1 + ;; install ) |
From: Heiko Z. <smi...@us...> - 2004-09-21 19:06:31
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29639 Modified Files: CHANGES md5sum.lst Log Message: added soem patches forkernel 2.4 and gcc 3.4 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.859 retrieving revision 1.860 diff -u -d -r1.859 -r1.860 --- CHANGES 20 Sep 2004 12:59:43 -0000 1.859 +++ CHANGES 21 Sep 2004 19:06:21 -0000 1.860 @@ -22,6 +22,7 @@ # 1.3.2 +- added patches for 2.4.27 kernel to fix gcc 3.4 problems - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) - fixed ntop (Roland Pabel) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.148 retrieving revision 1.149 diff -u -d -r1.148 -r1.149 --- md5sum.lst 18 Sep 2004 20:25:05 -0000 1.148 +++ md5sum.lst 21 Sep 2004 19:06:22 -0000 1.149 @@ -190,7 +190,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -a62ff6c839489f1eccbfd758c0b6aefd src/kernel-patches-2.4.tar.bz2 +2a692a126cb651fe39d50fcfdfb88994 src/kernel-patches-2.4.tar.bz2 fd89c6ddfc2f08e282d0ceca07508c8f src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz |
From: Heiko Z. <smi...@us...> - 2004-09-20 22:14:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19360 Modified Files: gcc Log Message: compilation of gcc was disabled Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- gcc 10 Sep 2004 23:16:24 -0000 1.23 +++ gcc 20 Sep 2004 22:14:08 -0000 1.24 @@ -27,7 +27,6 @@ case $1 in build ) - exit 0 if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then if [ ! -e ./.done_patch_protector ]; then cd gcc |
From: Heiko Z. <smi...@us...> - 2004-09-20 18:33:22
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503/scripts/config Modified Files: Tag: rel-1-2-patches VERSION Log Message: - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.14.2.3 retrieving revision 1.14.2.4 diff -u -d -r1.14.2.3 -r1.14.2.4 --- VERSION 11 Sep 2004 00:54:51 -0000 1.14.2.3 +++ VERSION 20 Sep 2004 18:33:10 -0000 1.14.2.4 @@ -1 +1 @@ -1.2rc1 +1.2rc2 |
From: Heiko Z. <smi...@us...> - 2004-09-20 18:33:20
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503/scripts/scripts Modified Files: Tag: rel-1-2-patches dnsmasq ez-ipupdate gpm lcd4linux noip_updater Log Message: - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) Index: gpm =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/gpm,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- gpm 8 Mar 2004 18:50:34 -0000 1.1 +++ gpm 20 Sep 2004 18:33:11 -0000 1.1.2.1 @@ -11,8 +11,8 @@ # Provides: gpm # Required-Start: $network $syslog # Required-Stop: $network $syslog -# Default-Start: -# Default-Stop: +# Default-Start: 3 5 +# Default-Stop: 0 1 6 # Description: starts something ### END INIT INFO Index: dnsmasq =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/dnsmasq,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- dnsmasq 22 Apr 2004 15:11:03 -0000 1.1 +++ dnsmasq 20 Sep 2004 18:33:11 -0000 1.1.2.1 @@ -11,8 +11,8 @@ # Provides: dnsmasq # Required-Start: $network $syslog # Required-Stop: $network $syslog -# Default-Start: -# Default-Stop: +# Default-Start: 3 5 +# Default-Stop: 0 1 6 # Description: starts dnsmasq ### END INIT INFO Index: noip_updater =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/noip_updater,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- noip_updater 30 Dec 2003 20:40:15 -0000 1.1 +++ noip_updater 20 Sep 2004 18:33:11 -0000 1.1.2.1 @@ -11,8 +11,8 @@ # Provides: noip_updater # Required-Start: $network $syslog # Required-Stop: $network $syslog -# Default-Start: -# Default-Stop: +# Default-Start: 3 5 +# Default-Stop: 0 1 6 # Description: starts noip_updater ### END INIT INFO Index: lcd4linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/lcd4linux,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- lcd4linux 26 Apr 2004 23:22:04 -0000 1.1 +++ lcd4linux 20 Sep 2004 18:33:11 -0000 1.1.2.1 @@ -4,8 +4,8 @@ # Provides: lcd4linux # Required-Start: $network $syslog # Required-Stop: $network $syslog -# Default-Start: -# Default-Stop: +# Default-Start: 3 5 +# Default-Stop: 0 1 6 # Description: starts LCD4Linux ### END INIT INFO @@ -46,6 +46,11 @@ case "$1" in start) + if [ "`grep "^Port /dev/parport" $CONFIGFILE`" -a ! "`lsmod | grep ^ppdev`" ]; then + echo -n "Loadding kernel module ppdev: " + modprobe ppdev >/dev/null + evaluate_retval + fi echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; Index: ez-ipupdate =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ez-ipupdate,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- ez-ipupdate 16 Jun 2004 02:29:42 -0000 1.1.2.1 +++ ez-ipupdate 20 Sep 2004 18:33:11 -0000 1.1.2.2 @@ -4,8 +4,8 @@ # Provides: ez-ipupdate # Required-Start: $network $syslog $named # Required-Stop: $network $syslog -# Default-Start: -# Default-Stop: +# Default-Start: 3 5 +# Default-Stop: 0 1 6 # Description: starts ez-ipupdate ### END INIT INFO |
From: Heiko Z. <smi...@us...> - 2004-09-20 18:33:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503/scripts Modified Files: Tag: rel-1-2-patches lcd4linux Log Message: - some init script where missing the Default-Start/Stop information (Heiko Zuerker + Zsiros Zolt) - lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt) Index: lcd4linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lcd4linux,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- lcd4linux 27 Apr 2004 11:24:34 -0000 1.3 +++ lcd4linux 20 Sep 2004 18:33:10 -0000 1.3.2.1 @@ -44,6 +44,14 @@ cp -dpR lcd4linux.conf.sample $ETCDIR/etc/lcd4linux || exit 1 chmod 600 $ETCDIR/etc/lcd4linux/* || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + cp $MYDIR/scripts/lcd4linux $ETCDIR/etc/init.d || exit 1 + + echo "# Start $MYNAME?" >> $CONFIGFILE + echo "START_$MYNAME=no" >> $CONFIGFILE + echo >> $CONFIGFILE + + echo "HELP_$MYNAME=\"$MYNAME is used to display information on a LCD Display\"" >> $SOFTWAREHELP fi ;; |