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-12-24 17:04:04
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690/scripts Modified Files: build.sh dhcp eagle-usb glibc iptables net-tools util-linux Log Message: more updates to get gcc3.4 and glibc 2.3.4 working Index: iptables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptables,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- iptables 12 Dec 2004 21:48:08 -0000 1.27 +++ iptables 24 Dec 2004 17:03:50 -0000 1.28 @@ -40,6 +40,7 @@ replace_str Makefile "/usr/local" "/usr" # parallel build failes, do not use $PMAKE make all COPT_FLAGS="$FLAGS" KERNEL_DIR=$KERNELDIR || exit 1 + strip_debug # install it, so other programs can use it make install install-devel || exit 1 Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- build.sh 13 Dec 2004 23:58:51 -0000 1.89 +++ build.sh 24 Dec 2004 17:03:50 -0000 1.90 @@ -20,9 +20,11 @@ # we need to set this again, because it got overwritten #MYDIR=$(pwd) -# make sure /proc is mounted correct -umount /proc +# make sure all the needed mounts are done mount -t proc none /proc +mount -t sysfs none /sys +#mkdir -p /dev/pts +#mount -f -t devpts none /dev/pts # make sure /tmp has the correct rights chmod 1777 /tmp Index: net-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-tools,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- net-tools 21 Dec 2004 03:05:40 -0000 1.17 +++ net-tools 24 Dec 2004 17:03:50 -0000 1.18 @@ -29,15 +29,20 @@ zcat $DL_DIR/src/net-tools*.diff.gz | patch -p1 || exit 1 touch net_tools_patch fi - cp $MYDIR/config/config_net-tools.h ./config.h - cp $MYDIR/config/config_net-tools.make ./config.make # get hostname back, this one is much more powefull then the one from coreutils replace_str Makefile "# hostname" "hostname" replace_str Makefile "# \$(INSTALL" " \$(INSTALL" - + + cp $MYDIR/config/config_net-tools.h ./config.h + cp $MYDIR/config/config_net-tools.make ./config.make + cp $MYDIR/config/config_net-tools.make ./config.status + # parallel build fails - do not use $PMAKE make all || exit 1 + + # install it, so other programs won't bitch about missing binaries + make install || exit 1 ;; install ) Index: eagle-usb =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/eagle-usb,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- eagle-usb 12 Dec 2004 21:48:08 -0000 1.7 +++ eagle-usb 24 Dec 2004 17:03:50 -0000 1.8 @@ -12,7 +12,7 @@ ### BEGIN INIT INFO # Provides: eagle-usb -# Required-Start: $basebuildtools $libs linux +# Required-Start: $basebuildtools $libs linux net-tools # Required-Stop: # Default-Start: 1 2 # Default-Stop: Index: dhcp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dhcp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- dhcp 13 Dec 2004 17:11:43 -0000 1.23 +++ dhcp 24 Dec 2004 17:03:50 -0000 1.24 @@ -28,6 +28,10 @@ case $1 in build ) if [ "$CONFIG_ISC_DHCP" = "y" ]; then + if [ ! -f .dl_patch_done ]; then + bzcat $DL_DIR/src/dhcp-3.0.1-fix_gcc_3.4.3_compile_error-1.patch.bz2 | patch -p1 || exit 1 + touch .dl_patch_done + fi # correct pathnames cat > site.conf <<-EOF USERBINDIR = $TMPDIR/usr/bin Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- glibc 12 Dec 2004 21:48:08 -0000 1.41 +++ glibc 24 Dec 2004 17:03:50 -0000 1.42 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: glibc -# Required-Start: $basebuildtools +# Required-Start: $basebuildtools perl_stage1 glibc_stage1 # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -28,10 +28,10 @@ touch /etc/ld.so.conf #if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then #tar -xjf $DL_DIR/src/nptl-*.tar.bz2 || exit 1 - #ADDON=nptl + ADDON=nptl #else - tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 - ADDON=linuxthreads + #tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 + #ADDON=linuxthreads #fi if [ ! -f devil-linux-glibc-debian-patches.done ]; then for PATCH in $(grep -v ^# ../glibc-patches/0list) @@ -78,8 +78,9 @@ # this seems to cause problems, try again when we upgrade to a new glibc #KVER="2.4.22" + export LD_ASSUME_KERNEL=2.2.5 ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons=$ADDON --libexecdir=/usr/bin \ - -without-cvs --with-tls --without-__thread || exit 1 + -without-cvs --with-tls --with-__thread || exit 1 # --enable-kernel=$KVER # -without-cvs --with-tls --with-__thread || exit 1 # use this one for nptl Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- util-linux 12 Dec 2004 21:48:09 -0000 1.29 +++ util-linux 24 Dec 2004 17:03:50 -0000 1.30 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: util-linux -# Required-Start: $basebuildtools $libs loop-AES +# Required-Start: $basebuildtools zlib ncurses glibc loop-AES # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -33,7 +33,7 @@ fi # (from LFS) GCC-3.4.1 miscompiles sfdisk if the default optimisation level is used. The following command prevents the problematic optimisation pass from being used. - #sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile + sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile ./configure || exit 1 replace_str defines.h "#define ENABLE_NLS" "" @@ -42,9 +42,10 @@ else make $PMAKE HAVE_SLN=yes HAVE_KILL=yes ADD_RAW=yes DISABLE_NLS=yes || exit 1 fi - # we need some of the tools later, so let's install it - make HAVE_SLN=yes HAVE_KILL=yes ADD_RAW=yes DISABLE_NLS=yes install || strip_debug + + # we need some of the tools later, so let's install it + make HAVE_SLN=yes HAVE_KILL=yes ADD_RAW=yes DISABLE_NLS=yes install || exit 1 ;; install ) |
From: Heiko Z. <smi...@us...> - 2004-12-24 17:04:02
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690/scripts/config Modified Files: config_net-tools.h config_net-tools.make patch-o-matic.exclude Log Message: more updates to get gcc3.4 and glibc 2.3.4 working Index: config_net-tools.h =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_net-tools.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config_net-tools.h 15 Jan 2004 15:09:29 -0000 1.2 +++ config_net-tools.h 24 Dec 2004 17:03:51 -0000 1.3 @@ -28,13 +28,13 @@ */ #define HAVE_AFUNIX 1 #define HAVE_AFINET 1 -#define HAVE_AFINET6 1 -#define HAVE_AFIPX 0 -#define HAVE_AFATALK 0 -#define HAVE_AFAX25 0 -#define HAVE_AFNETROM 0 +#define HAVE_AFINET6 0 +#define HAVE_AFIPX 1 +#define HAVE_AFATALK 1 +#define HAVE_AFAX25 1 +#define HAVE_AFNETROM 1 #define HAVE_AFROSE 0 -#define HAVE_AFX25 0 +#define HAVE_AFX25 1 #define HAVE_AFECONET 0 #define HAVE_AFDECnet 0 #define HAVE_AFASH 0 @@ -45,22 +45,22 @@ * */ #define HAVE_HWETHER 1 -#define HAVE_HWARC 0 +#define HAVE_HWARC 1 #define HAVE_HWSLIP 1 #define HAVE_HWPPP 1 #define HAVE_HWTUNNEL 1 -#define HAVE_HWSTRIP 0 +#define HAVE_HWSTRIP 1 #define HAVE_HWTR 1 -#define HAVE_HWAX25 0 +#define HAVE_HWAX25 1 #define HAVE_HWROSE 0 -#define HAVE_HWNETROM 0 -#define HAVE_HWX25 0 +#define HAVE_HWNETROM 1 +#define HAVE_HWX25 1 #define HAVE_HWFR 1 -#define HAVE_HWSIT 1 -#define HAVE_HWFDDI 1 -#define HAVE_HWHIPPI 1 +#define HAVE_HWSIT 0 +#define HAVE_HWFDDI 0 +#define HAVE_HWHIPPI 0 #define HAVE_HWASH 0 -#define HAVE_HWHDLCLAPB 1 +#define HAVE_HWHDLCLAPB 0 #define HAVE_HWIRDA 1 #define HAVE_HWEC 0 #define HAVE_HWEUI64 0 @@ -71,5 +71,5 @@ * */ #define HAVE_FW_MASQUERADE 0 -#define HAVE_IP_TOOLS 1 -#define HAVE_MII 1 +#define HAVE_IP_TOOLS 0 +#define HAVE_MII 0 Index: patch-o-matic.exclude =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/patch-o-matic.exclude,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- patch-o-matic.exclude 12 Nov 2004 01:23:57 -0000 1.7 +++ patch-o-matic.exclude 24 Dec 2004 17:03:51 -0000 1.8 @@ -108,3 +108,4 @@ #pending/ip_queue_nonlinear_skbs extra/CLUSTERIP extra/msnp-conntrack-nat +base/hashlimit Index: config_net-tools.make =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_net-tools.make,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config_net-tools.make 15 Jan 2004 15:09:29 -0000 1.2 +++ config_net-tools.make 24 Dec 2004 17:03:51 -0000 1.3 @@ -1,36 +1,36 @@ # I18N=0 HAVE_AFUNIX=1 HAVE_AFINET=1 -HAVE_AFINET6=1 -# HAVE_AFIPX=0 -# HAVE_AFATALK=0 -# HAVE_AFAX25=0 -# HAVE_AFNETROM=0 +# HAVE_AFINET6=0 +HAVE_AFIPX=1 +HAVE_AFATALK=1 +HAVE_AFAX25=1 +HAVE_AFNETROM=1 # HAVE_AFROSE=0 -# HAVE_AFX25=0 +HAVE_AFX25=1 # HAVE_AFECONET=0 # HAVE_AFDECnet=0 # HAVE_AFASH=0 HAVE_HWETHER=1 -# HAVE_HWARC=0 +HAVE_HWARC=1 HAVE_HWSLIP=1 HAVE_HWPPP=1 HAVE_HWTUNNEL=1 -# HAVE_HWSTRIP=0 +HAVE_HWSTRIP=1 HAVE_HWTR=1 -# HAVE_HWAX25=0 +HAVE_HWAX25=1 # HAVE_HWROSE=0 -# HAVE_HWNETROM=0 -# HAVE_HWX25=0 +HAVE_HWNETROM=1 +HAVE_HWX25=1 HAVE_HWFR=1 -HAVE_HWSIT=1 -HAVE_HWFDDI=1 -HAVE_HWHIPPI=1 +# HAVE_HWSIT=0 +# HAVE_HWFDDI=0 +# HAVE_HWHIPPI=0 # HAVE_HWASH=0 -HAVE_HWHDLCLAPB=1 +# HAVE_HWHDLCLAPB=0 HAVE_HWIRDA=1 # HAVE_HWEC=0 # HAVE_HWEUI64=0 # HAVE_FW_MASQUERADE=0 -HAVE_IP_TOOLS=1 -HAVE_MII=1 +# HAVE_IP_TOOLS=0 +# HAVE_MII=0 |
From: Heiko Z. <smi...@us...> - 2004-12-24 17:03:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690 Modified Files: md5sum.lst Log Message: more updates to get gcc3.4 and glibc 2.3.4 working Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.155 retrieving revision 1.156 diff -u -d -r1.155 -r1.156 --- md5sum.lst 19 Dec 2004 02:03:31 -0000 1.155 +++ md5sum.lst 24 Dec 2004 17:03:49 -0000 1.156 @@ -83,10 +83,11 @@ 268ead27f4ac39bcfe17d9e38e0f2977 src/cyrus-sasl-2.1.20.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz -032306021f6a66ef060260acd39da3dd src/dar-2.1.4.tar.gz +a17d83137a66cea5803a787bb615cd23 src/dar-cvs-20041213.tar.bz2 cbc77517c9278cdb47613ce8cb55779f src/db-4.2.52.tar.gz e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 a7a97c469f22e3ec2cdcb5aae5603f3f src/device-mapper.1.00.19.tgz +061a8a7099bb0e2b05279ee649426321 src/dhcp-3.0.1-fix_gcc_3.4.3_compile_error-1.patch.bz2 44f72d16a12acc3fbe09703157aa42d2 src/dhcp-3.0.1.tar.gz dd627a121e43835bead3ffef5b1a72fd src/dhcpcd-1.3.22-pl4.tar.gz de491252e0329e67aed27d1d01eed120 src/dialog_0.9b-20030308.orig.tar.gz @@ -121,20 +122,17 @@ 52cd220295c09577753f5261b18f0b16 src/frox-0.7.17.tar.bz2 a0aa323568862e23fdbc6473ce6a01b5 src/fwlogwatch-1.0.tar.bz2 a116eec17e7ba085febb74c7758823bd src/gawk-3.1.3.tar.bz2 -fd0111ff25e29a8d4864eeb51ef42101 src/gcc-3.3.1-no_fixincludes-2.patch.bz2 -1df0644b1109cbc6e31fe5f3a4ffcac2 src/gcc-3.3.1-suppress-libiberty.patch.bz2 -51956a5ad3350538a7fd0cadd223afd6 src/gcc-3.3.2-et_dyn-specs.bz2 -5accc936717bd51ffc046fc9eb653e15 src/gcc-3.3.2-pie-1.diff.bz2 -65999f654102f5438ac8562d13a6eced src/gcc-3.3.2.tar.bz2 +351772e119d9b757d85d41f2eca147e0 src/gcc-3.4.3-no_fixincludes-1.patch.bz2 +a45a35e102d6a6402110e92d8124db07 src/gcc-3.4.3-posix-1.patch.bz2 +e744b30c834360fccac41eb7269a3011 src/gcc-3.4.3.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 994a954a9d837bf4780a992441d4b8db src/glib-1.2.10-gcc34-1.patch.bz2 6fe30dad87c77b91b632def29dd69ef9 src/glib-1.2.10.tar.gz eff6fec89455addf8b0dee5a19e343be src/glib-2.4.7.tar.bz2 -ede969aad568f48083e413384f20753c src/glibc-2.3.2.tar.bz2 -894b8969cfbdf787c73e139782167607 src/glibc-linuxthreads-2.3.2.tar.bz2 -60bd8402892f120f77727c0ef8f6ffda src/glibc-patches.tar.bz2 +508188d136cbc32935637c17398d7748 src/glibc-2.3.4-20040701.tar.bz2 +bf4237fb3247563212576d3ae3ed80c2 src/glibc-patches.tar.bz2 d6a2a794df4a87fa92d77f24209c21c2 src/glibc-ssp.tar.bz2 65598b329290cdc1fcb73b6b18891baf src/gmp-4.1.3.tar.bz2 f900d05d9c7b02c53c4e8eb5299e9d29 src/gnugk-2.2.0.tgz @@ -178,7 +176,7 @@ 969832f3a42fc25b44045d73ea483f18 src/ipcalc.tar.bz2 4079036ec0283341d37f96ce9ae1a932 src/iproute2-2.6.9-ss040831.tar.gz c573fc723df04e90085a6a95b1da5b7e src/iproute2-2.6.9_ss040831-remove_db-1.patch.bz2 -43f2d19eab30e254846626c21fc355be src/ipsec-tools-0.4b1.tar.gz +057e3b64bd60f5af85c2dfba8c8a0347 src/ipsec-tools-0.5.beta2.tar.bz2 0a5f5f226e41ce408a895bec995e8c05 src/iptables-1.2.11.tar.bz2 7ff0bc933a0a57a4ca9e2b0443307539 src/iptraf-2.7.0.tar.gz 0fc7ce5e6803b18c73dcaadb4be2edd0 src/iptstate-1.3.tar.gz @@ -225,11 +223,7 @@ 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz 95cdb083b4d16e2419a2c78b35f608d0 src/lm_sensors-2.8.8.tar.gz 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 -85e61b2b5774cd836ff03c3341e96ea4 src/logrotate-3.6.6-conf.dif.bz2 -6ee90bd5e8979c058ed0587fc1892caf src/logrotate-3.6.6-dateext.dif.bz2 -ddc7c767f850229ffb885aa2deb737a3 src/logrotate-3.6.6-maxage.dif.bz2 -b57ab463a89c0ce9fee3140d036795ef src/logrotate-3.6.6-moveout.dif.bz2 -fc5caa5f96f9b291f5cb7230e433f6c9 src/logrotate-3.6.6.tar.bz2 +552639142e163745f6bcd4f1f3816d8a src/logrotate-3.7.1.tar.gz f90188b0fede61fab371093e32382ab9 src/longhaul-1.2.tar.gz 1de89f3967b8fa74b5f98bc0fb099de2 src/loop-AES-v2.2d.tar.bz2 094805059be9f363c258c8c808330e08 src/lsof_4.66_src.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-12-21 04:21:09
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20653/config/etc Modified Files: securetty Log Message: use absolute path names for securetty, otherwise it fails after the udev changes use the default udev config for now Index: securetty =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/securetty,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- securetty 17 Sep 2001 00:29:48 -0000 1.1.1.1 +++ securetty 21 Dec 2004 04:20:29 -0000 1.2 @@ -2,16 +2,19 @@ # See securetty(5) and login(1). # # Include ttyp0, ttyp1, etc to allow telnet access. *NOT RECOMMENDED* -tty1 -tty2 -tty3 -tty4 -tty5 -tty6 -tty7 -tty8 -ttyp0 -ttyp1 -ttyp2 -ttyp3 -ttyp4 +/shm/dev/tty1 +/shm/dev/tty2 +/shm/dev/tty3 +/shm/dev/tty4 +/shm/dev/tty5 +/shm/dev/tty6 +/shm/dev/tty7 +/shm/dev/tty8 +/shm/dev/vc/1 +/shm/dev/vc/2 +/shm/dev/vc/3 +/shm/dev/vc/4 +/shm/dev/vc/5 +/shm/dev/vc/6 +/shm/dev/vc/7 +/shm/dev/vc/8 |
From: Heiko Z. <smi...@us...> - 2004-12-21 04:21:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20653/scripts Modified Files: udev Log Message: use absolute path names for securetty, otherwise it fails after the udev changes use the default udev config for now Index: udev =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/udev,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- udev 21 Dec 2004 03:05:40 -0000 1.2 +++ udev 21 Dec 2004 04:20:30 -0000 1.3 @@ -54,10 +54,10 @@ cp -dpv extras/*.sh $DIR/etc/udev/scripts/ || exit 1 cp -dpv extras/*.conf $DIR/etc/udev/ || exit 1 chmod 770 $DIR/etc/udev/scripts/* || exit 1 - rm $DIR/etc/udev/rules.d/* - rm $DIR/etc/udev/permissions.d/* - cp -dpv etc/udev/gentoo/*.rules $DIR/etc/udev/rules.d/ || exit 1 - cp -dpv etc/udev/gentoo/*.permissions $DIR/etc/udev/permissions.d/ || exit 1 + #rm $DIR/etc/udev/rules.d/* + #rm $DIR/etc/udev/permissions.d/* + #cp -dpv etc/udev/gentoo/*.rules $DIR/etc/udev/rules.d/ || exit 1 + #cp -dpv etc/udev/gentoo/*.permissions $DIR/etc/udev/permissions.d/ || exit 1 replace_str $DIR/etc/udev/udev.conf "udev_log=\"yes\"" "udev_log=\"no\"" rm $DIR/etc/udev/*.old done |
From: Heiko Z. <smi...@us...> - 2004-12-21 03:05:51
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7110/scripts Modified Files: create_cd_dirs net-tools udev Log Message: hostname was missing (again) more changes to get udev working Index: net-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-tools,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- net-tools 14 Dec 2004 02:28:38 -0000 1.16 +++ net-tools 21 Dec 2004 03:05:40 -0000 1.17 @@ -34,6 +34,7 @@ # get hostname back, this one is much more powefull then the one from coreutils replace_str Makefile "# hostname" "hostname" + replace_str Makefile "# \$(INSTALL" " \$(INSTALL" # parallel build fails - do not use $PMAKE make all || exit 1 Index: udev =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/udev,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- udev 20 Dec 2004 02:28:14 -0000 1.1 +++ udev 21 Dec 2004 03:05:40 -0000 1.2 @@ -58,6 +58,8 @@ rm $DIR/etc/udev/permissions.d/* cp -dpv etc/udev/gentoo/*.rules $DIR/etc/udev/rules.d/ || exit 1 cp -dpv etc/udev/gentoo/*.permissions $DIR/etc/udev/permissions.d/ || exit 1 + replace_str $DIR/etc/udev/udev.conf "udev_log=\"yes\"" "udev_log=\"no\"" + rm $DIR/etc/udev/*.old done cp -dpv $(pwd)/DL-static/sbin/udev $INITRDDIR/sbin/ || exit 1 ln -sf udev $INITRDDIR/sbin/udevstart || exit 1 Index: create_cd_dirs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/create_cd_dirs,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- create_cd_dirs 11 Mar 2004 01:47:28 -0000 1.27 +++ create_cd_dirs 21 Dec 2004 03:05:40 -0000 1.28 @@ -51,7 +51,7 @@ ln -s . $INITRDDIR/usr ln -s /shm/etc $INITRDDIR/etc - DIRS='bin boot cdrom dev/pts floppy initrd lib mnt proc sbin var home' + DIRS='bin boot cdrom floppy initrd lib mnt proc sbin var home' mk_dir $CDDIR $DIRS test "$CONFIG_LINUX_VERSION" = "2.6" && mk_dir $CDDIR sys @@ -66,6 +66,7 @@ mkdir -p $CDDOCDIR # create links + ln -sf ../shm/dev $CDDIR/dev ln -sf var/tmp $CDDIR/tmp ln -sf /shm/etc $CDDIR/etc ln -sf /shm/root $CDDIR/root |
From: Heiko Z. <smi...@us...> - 2004-12-21 03:05:51
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7110/scripts/scripts Modified Files: pre_init Log Message: hostname was missing (again) more changes to get udev working Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- pre_init 14 Nov 2004 22:27:20 -0000 1.22 +++ pre_init 21 Dec 2004 03:05:40 -0000 1.23 @@ -54,7 +54,7 @@ umount /initrd -l&> /dev/null echo "Freeing InitRD memory" -freeramdisk /dev/rd/0 +freeramdisk /dev/ram0 # do some more cleanup echo "Preparing and cleaning shmfs" @@ -131,9 +131,6 @@ fi fi -echo "Initializing devfs" -/sbin/devfsd /dev - # now start the real init program shift 2 # get rid of DL_CONFIG_SRC, DL_CONFIG_FILE exec /sbin/init $@ |
From: Heiko Z. <smi...@us...> - 2004-12-21 03:05:51
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7110/config/etc/initrd Modified Files: linuxrc Log Message: hostname was missing (again) more changes to get udev working Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- linuxrc 20 Dec 2004 02:28:13 -0000 1.72 +++ linuxrc 21 Dec 2004 03:05:39 -0000 1.73 @@ -192,8 +192,6 @@ /sbin/udevstart echo "/sbin/udev" > /proc/sys/kernel/hotplug -/bin/sh - #echo "waiting until usb-storage driver has initialized all devices ..." #sleep 10 @@ -351,14 +349,16 @@ # kill our klogd kill `ps ax | grep klogd | cut -f 1 -d 0` 2> /dev/null -# mount shared memory filesystem +# create the devices we need +mkdir -p /shm/dev/ +mknod /shm/dev/console c 5 1 +mknod /shm/dev/null c 1 3 +mknod /shm/dev/ram0 b 1 0 + echo "Mounting SHM FS on /cdrom/shm" mount -n -o bind /shm /cdrom/shm umount /shm -echo "Mounting DEV FS on /cdrom/dev" -mount -n -t devfs none /cdrom/dev - # unmount usb umount /proc/bus/usb |
From: Heiko Z. <smi...@us...> - 2004-12-21 03:05:48
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7110/config/etc/init.d Modified Files: boot Log Message: hostname was missing (again) more changes to get udev working Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- boot 10 Sep 2004 23:16:01 -0000 1.25 +++ boot 21 Dec 2004 03:05:39 -0000 1.26 @@ -31,21 +31,16 @@ echo -n "Mounting base Filesystems : " $GREEN mount -n -t proc proc /proc && echo -e -n " proc " -mount -t devpts devpts /dev/pts && echo -e -n " devpts " -# Kernel dependent mounts -case `uname -r` in - 2.4.*) # Kernel 2.4.* - mount -n -t usbdevfs none /proc/bus/usb && echo -e -n " usbdevfs " - ;; - 2.6.*) # Kernel 2.6.* - mount -n -t sysfs sys /sys && echo -e -n " sysfs " - ;; -esac +mount -n -t sysfs sys /sys && echo -e -n " sysfs " $NORMAL rm -f /etc/mtab cat /proc/mounts > /etc/mtab print_status success +echo -n "Creating devices in /dev" +/sbin/udevstart +print_status success + if [ -f /proc/sys/kernel/sysrq ]; then echo -n "Enabling magic SysRq" echo "1" > /proc/sys/kernel/sysrq @@ -62,10 +57,6 @@ evaluate_retval fi -#echo -n "Running ldconfig" -#ldconfig 2>&1 >/dev/null -#evaluate_retval - if [ "$ENABLE_APM" = "yes" ]; then modprobe apm power_off=1 fi |
From: Heiko Z. <smi...@us...> - 2004-12-20 02:28:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22044/scripts Modified Files: build-iso busybox Added Files: udev Removed Files: devfsd Log Message: more changes to get udev working removed devfsd and support for its device names Index: busybox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/busybox,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- busybox 11 Jan 2004 14:43:04 -0000 1.22 +++ busybox 20 Dec 2004 02:28:14 -0000 1.23 @@ -36,6 +36,7 @@ install ) cp busybox $INITRDDIR/bin || exit 1 + ln -sf busybox $INITRDDIR/bin/cat || exit 1 ln -sf busybox $INITRDDIR/bin/sh || exit 1 ln -sf busybox $INITRDDIR/bin/modprobe || exit 1 ln -sf busybox $INITRDDIR/bin/sed || exit 1 --- devfsd DELETED --- Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- build-iso 18 Dec 2004 16:46:29 -0000 1.69 +++ build-iso 20 Dec 2004 02:28:14 -0000 1.70 @@ -273,10 +273,10 @@ BOOT_OPTION_RAMDISK="ramdisk_blocksize=4096" fi if [ "$CONFIG_INITRD_FS" = "EXT2" ]; then - BOOT_OPTION_RAMDISK="ro ramdisk_size=$ISIZE" + BOOT_OPTION_RAMDISK="rw ramdisk_size=$ISIZE" fi - #original: DEFAULT /boot/vmlinuz root=/dev/ram1 initrd=/boot/initrd.gz [ro ramdisk=$ISIZE][ramdisk_blocksize=4096] + #original: DEFAULT /boot/vmlinuz root=/dev/ram1 initrd=/boot/initrd.gz [rw ramdisk=$ISIZE][ramdisk_blocksize=4096] BOOT_OPTIONS_DL="root=/dev/ram0 initrd=/boot/initrd.gz init=/linuxrc $BOOT_OPTION_RAMDISK" cat > $CDDIR/isolinux.cfg <<-EOF default $BOOT_OPTION_DEFAULT --- NEW FILE: udev --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/udev,v $ # $Revision: 1.1 $ # $Date: 2004/12/20 02:28:14 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: udev # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) ln -sf $KERNELDIR/include/linux klibc || exit 1 # lets first build the static version we need for the initrd make clean || exit 1 make $PMAKE all USE_LOG=false udevdir=/dev LDFLAGS=--static || exit 1 strip_debug TMPDIR=$(pwd)/DL-static rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 make install DESTDIR=$TMPDIR udevdir=/dev || exit 1 # now create the dynamic version for the final OS make clean || exit 1 make $PMAKE all udevdir=/dev || exit 1 strip_debug TMPDIR=$(pwd)/DL-dynamic rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 make install DESTDIR=$TMPDIR udevdir=/dev || exit 1 ;; install ) for DIR in DL-dynamic #DL-static do mkdir -p $DIR/etc/udev/scripts || exit 1 cp -dpv extras/*.sh $DIR/etc/udev/scripts/ || exit 1 cp -dpv extras/*.conf $DIR/etc/udev/ || exit 1 chmod 770 $DIR/etc/udev/scripts/* || exit 1 rm $DIR/etc/udev/rules.d/* rm $DIR/etc/udev/permissions.d/* cp -dpv etc/udev/gentoo/*.rules $DIR/etc/udev/rules.d/ || exit 1 cp -dpv etc/udev/gentoo/*.permissions $DIR/etc/udev/permissions.d/ || exit 1 done cp -dpv $(pwd)/DL-static/sbin/udev $INITRDDIR/sbin/ || exit 1 ln -sf udev $INITRDDIR/sbin/udevstart || exit 1 tar -C $(pwd)/DL-static/ -czf $INITRDDIR/udev-cfg.tar.gz etc TMPDIR=$(pwd)/DL-dynamic copy_docs $TMPDIR rm -rf $TMPDIR/usr/{man,info} || exit 1 cp -dpvR $TMPDIR/etc/* $ETCDIR/etc || exit 1 cp -dpvR $TMPDIR/{sbin,usr} $CDDIR/ || exit 1 #cp dnsmasq.conf.example $ETCDIR/etc/ || exit 1 #cp $MYDIR/scripts/dnsmasq $ETCDIR/etc/init.d/ || exit 1 ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-12-20 02:28:23
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22044/config/etc/initrd Modified Files: linuxrc mount_cdrom Log Message: more changes to get udev working removed devfsd and support for its device names Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- linuxrc 18 Dec 2004 23:32:00 -0000 1.71 +++ linuxrc 20 Dec 2004 02:28:13 -0000 1.72 @@ -163,31 +163,40 @@ # get version info DLVERSION=$(cat VERSION) +echo "Mounting required file systems" + # mount proc mount -n -t proc none /proc +# mount proc +mount -n -t sysfs none /sys + # mount usb mount -n -t usbdevfs none /proc/bus/usb echo Kernel $(uname -r) # mount shared memory filesystem with a limit of 40GB (for now) -echo "Mounting SHM FS on /shm" mount -n -t shm shmfs /shm 2> /dev/null || mount -n -t tmpfs none /shm # get rid of modprobe warnings mkdir -p /shm/etc -echo "waiting until usb-storage driver has initialized all devices ..." -sleep 15 - -#grep usb-storage /proc/bus/usb/devices - echo -e "Loading loop-AES module"; modprobe loop 2> /dev/null +echo -e "Unpacking udev configuration" +tar -xzf /udev-cfg.tar.gz -C /shm + +echo -e "Creating devices in /dev" +/sbin/udevstart +echo "/sbin/udev" > /proc/sys/kernel/hotplug + /bin/sh +#echo "waiting until usb-storage driver has initialized all devices ..." +#sleep 10 + # save loaded config DL_CONFIG_SOURCE="" DL_CONFIG_FILE="" @@ -207,15 +216,15 @@ fi # generate the device list we need to search for the configuration information -CDROM_IDE=`find /dev/ide/ -name "cd*" 2> /dev/null` -CDROM_SCSI=`find /dev/scsi/ -name "cd*" 2> /dev/null` -PARTITIONS_IDE=`find /dev/ide/ -name "part*" 2> /dev/null` -PARTITIONS_SCSI=`find /dev/scsi/ -name "part*" 2> /dev/null` -DISCS_SCSI=`find /dev/scsi/ -name "disc" 2> /dev/null` -FLOPPIES=`find /dev/floppy/ -name "?" 2> /dev/null` -CONFIG_SRC_LIST="$PARTITIONS_SCSI $PARTITIONS_IDE $DISCS_SCSI $CDROM_IDE $CDROM_SCSI $FLOPPIES" +DEVICES_IDE=`find /dev -name "hd*" 2> /dev/null` +CDROM_SCSI=`find /dev -name "sr*" 2> /dev/null` +DISCS_SCSI=`find /dev -name "sd*" 2> /dev/null` +FLOPPIES=`find /dev -name "fd*" 2> /dev/null` +CONFIG_SRC_LIST="$DEVICES_IDE $DISCS_SCSI $CDROM_SCSI $FLOPPIES" CONFIG_FILE="etc.tar.bz2" +CDROMS=$(grep -i "drive name" /proc/sys/dev/cdrom/info) + until [ "$DL_CONFIG_SOURCE" != "" ] ; do if [ "$CONFIG_USER" != "" ]; then parse_config_cmdline $CONFIG_USER && continue @@ -232,7 +241,8 @@ if mount -n -t auto $CFG_SRC /floppy >/dev/null 2>&1 ; then umount /floppy # in case user swaps floppy when we are accepting input # offer to copy the configuration file if device is not a CD - if [ ! "${CFG_SRC##/*/}" = "cd" ];then + IS_CDROM=$(echo $CDROMS | grep "${CFG_SRC##/*/}" ) + if [ -z "$IS_CDROM" ];then beep; $YELLOW echo -e "\n*** Found empty configuration media. ***" @@ -261,6 +271,8 @@ fi done + /bin/sh + beep; sleep 1; beep; sleep 1; beep; $RED echo -e "Please insert Configuration Media and press 'ENTER'" Index: mount_cdrom =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/mount_cdrom,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- mount_cdrom 17 May 2004 23:05:35 -0000 1.25 +++ mount_cdrom 20 Dec 2004 02:28:13 -0000 1.26 @@ -22,15 +22,9 @@ fi # generate list of cdroms from devfs -CDROM_IDE=`find /dev/ide/ -name "cd*" 2> /dev/null` -CDROM_SCSI=`find /dev/scsi/ -name "cd*" 2> /dev/null` -CDROMS="$CDROM_IDE $CDROM_SCSI" - -if [ "$3" != "silent" ]; then - $GREEN - echo "Search list: $CDROMS" - $NORMAL -fi +DEVICES_IDE=`find /dev -name "hd*" 2> /dev/null` +CDROM_SCSI=`find /dev -name "sr*" 2> /dev/null` +CDROMS="$DEVICES_IDE $CDROM_SCSI" for disk in $CDROMS do @@ -58,10 +52,10 @@ done # ok let's check all partitions if we find the bootcd.iso & the file DEVIL-LINUX -PARTITIONS_IDE=`find /dev/ide/ -name "part*" 2> /dev/null` -PARTITIONS_SCSI=`find /dev/scsi/ -name "part*" 2> /dev/null` -PARTITIONS="$PARTITIONS_IDE $PARTITIONS_SCSI" -for disk in $PARTITIONS +DEVICES_IDE=`find /dev -name "hd*" 2> /dev/null` +DISCS_SCSI=`find /dev -name "sd*" 2> /dev/null` +DISCS="$DEVICES_IDE $DISCS_SCSI" +for disk in $DISCS do echo -n "checking $disk " if mount -n -t auto -o rw,noatime $disk /mnt 2> /dev/null; then |
From: Heiko Z. <smi...@us...> - 2004-12-20 02:28:23
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22044 Modified Files: CHANGES LINKS Log Message: more changes to get udev working removed devfsd and support for its device names Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.874 retrieving revision 1.875 diff -u -d -r1.874 -r1.875 --- CHANGES 19 Dec 2004 02:03:31 -0000 1.874 +++ CHANGES 20 Dec 2004 02:28:02 -0000 1.875 @@ -33,7 +33,7 @@ - updated sg3_utils to 1.11 - updated squid to 2.5.STABLE7 - enabled sasl2, ldap, mysql and postgresql support for dovecot -- added udev v30 +- added udev v50 - removed devfsd - build system: allow parallel execution of build scripts to speed up compile - build system: made all install scripts thread safe Index: LINKS =================================================================== RCS file: /cvsroot/devil-linux/build/LINKS,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- LINKS 22 Aug 2004 21:01:57 -0000 1.20 +++ LINKS 20 Dec 2004 02:28:13 -0000 1.21 @@ -84,3 +84,7 @@ GCC Stack Smashing Protector http://www.research.ibm.com/trl/projects/security/ssp/ + +Writing udev rules + http://reactivated.net/udevrules.php + |
From: Heiko Z. <smi...@us...> - 2004-12-19 16:18:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22152 Modified Files: bzip2 Log Message: cleanup afterwards Index: bzip2 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bzip2,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- bzip2 12 Dec 2004 21:48:08 -0000 1.12 +++ bzip2 19 Dec 2004 16:17:51 -0000 1.13 @@ -69,6 +69,7 @@ rm -rf $TMPDIR/usr/include || exit 1 rm -rf $TMPDIR/usr/lib/*.a || exit 1 cp -dpR $TMPDIR/* $CDDIR/ || exit 1 + rm -rf $TMPDIR ;; * ) |
From: Heiko Z. <smi...@us...> - 2004-12-19 02:03:43
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24865 Modified Files: CHANGES md5sum.lst Log Message: - updated Mail-SpamAssassin to 3.0.2 - updated dnsmasq to 2.19 - updated dovecot to 0.99.12.1 - updated mtr to 0.65 - updated php to 4.3.10 - updated razor-agents to 2.67 - updated sagator to 0.5.4 - updated samba to 3.0.10 - updated sg3_utils to 1.11 - updated squid to 2.5.STABLE7 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.873 retrieving revision 1.874 diff -u -d -r1.873 -r1.874 --- CHANGES 18 Dec 2004 23:31:58 -0000 1.873 +++ CHANGES 19 Dec 2004 02:03:31 -0000 1.874 @@ -22,6 +22,16 @@ # 1.3.2 +- updated Mail-SpamAssassin to 3.0.2 +- updated dnsmasq to 2.19 +- updated dovecot to 0.99.12.1 +- updated mtr to 0.65 +- updated php to 4.3.10 +- updated razor-agents to 2.67 +- updated sagator to 0.5.4 +- updated samba to 3.0.10 +- updated sg3_utils to 1.11 +- updated squid to 2.5.STABLE7 - enabled sasl2, ldap, mysql and postgresql support for dovecot - added udev v30 - removed devfsd Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.154 retrieving revision 1.155 diff -u -d -r1.154 -r1.155 --- md5sum.lst 12 Dec 2004 05:18:25 -0000 1.154 +++ md5sum.lst 19 Dec 2004 02:03:31 -0000 1.155 @@ -35,7 +35,7 @@ 287ed36505eca25ceda7c48c3dfed42c src/LVM2.2.00.25.tgz 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz -83f60f97c823d9b8df19309247fe33eb src/Mail-SpamAssassin-3.0.1.tar.bz2 +b373bc48c4f50b70cb784f40d88868bf src/Mail-SpamAssassin-3.0.2.tar.bz2 a2c089faa2726c142419c03472fc4063 src/Python-2.3.4.tar.bz2 7e13778c38addfcdabf2cef291b78bcc src/acl-2.2.23.src.tar.gz 9c2156ce75e39675300e0c3a358018a5 src/alsa-driver-1.0.2.tar.bz2 @@ -86,7 +86,6 @@ 032306021f6a66ef060260acd39da3dd src/dar-2.1.4.tar.gz cbc77517c9278cdb47613ce8cb55779f src/db-4.2.52.tar.gz e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 -44c6394b8e2e8feaf453aeddc8a3ee69 src/devfsd-v1.3.25.tar.gz a7a97c469f22e3ec2cdcb5aae5603f3f src/device-mapper.1.00.19.tgz 44f72d16a12acc3fbe09703157aa42d2 src/dhcp-3.0.1.tar.gz dd627a121e43835bead3ffef5b1a72fd src/dhcpcd-1.3.22-pl4.tar.gz @@ -96,11 +95,11 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -c66ded2740975cf05040934ed4427f6a src/dnsmasq-2.17.tar.gz +ee5806a372febec2035b574bd81c5d06 src/dnsmasq-2.19.tar.gz 3db1f5dc6bb72c2504ae37c37947e03f src/dosfstools-2.10-kernel-2.6-1.patch.bz2 af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz -05090ad784540b96c84f32080ada9f97 src/dovecot-0.99.11.tar.gz +08c3952cf6cc0d87e0239cccd9faf4b5 src/dovecot-0.99.12.1.tar.gz d192f412995f4361aecfc8a3b47e96b5 src/e100-3.0.27.tar.gz 1bf69d2042b32d7e17158e6bfd188236 src/e1000-5.3.19.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz @@ -161,7 +160,7 @@ 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 19f27ddd2dda4b2d26a559a4f0f402a7 src/id3lib-3.8.3.tar.gz 68afc3827cf01501dfb22949f901f1d8 src/id3v2-0.1.11.tar.gz -0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z +0ecf9815d903c70047bda33c36033815 src/imap-2004b.RC1.tar.Z 477e1cfdebe4efd9cb4dfbab8772300b src/inetutils-1.4.2-fix_installation-1.patch.bz2 0f3c6b58f424f6689cffdc6610cd3f90 src/inetutils-1.4.2-kernel_headers-1.patch.bz2 5dac06a5b09da20cf81d6fa0ca265a47 src/inetutils-1.4.2-ping-1.patch.bz2 @@ -258,7 +257,7 @@ bddcad0290630e4521b4d72cbc75d9dd src/mt-st-0.8.tar.gz 7dfaef9449c6654d4dec042475f134e2 src/mtools-3.9.9-20040505.diff.gz 6928ab4d6958118cde2060aee130b9e2 src/mtools-3.9.9.tar.bz2 -7f7ecb50fc37fedb13135a5ef80fda7d src/mtr-0.54.tar.gz +32de3cb8f0763e352124ff4fd74690ab src/mtr-0.65.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz 4a0da771fad034a6d6feb7811ec39ffb src/mysql-4.0.20-nptl-1.patch.bz2 0a3dae16519afa5e59d8b9e252181243 src/mysql-4.0.21.tar.gz @@ -294,7 +293,7 @@ 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz 49baa8d7d29b4a9713c06edeb81e6b1b src/perl-5.8.5.tar.gz d3211ebd4d2fbbc9c78235666ed355ac src/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz -579f82f3d6a61b669183b2ebce357a1e src/php-5.0.2.tar.bz2 +fd26455febdddee0977ce226b9108d9c src/php-5.0.3.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz 5988e7aeb0ae4dac8d83561265984cc9 src/popt-1.7.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz @@ -322,7 +321,7 @@ d69870f4a9732ed2fe072952ee7f1462 src/quota-3.12.tar.gz 26ea468b2323e44cf827ae5f84d18dc8 src/radvd-0.7.2.tar.gz c0d208ebd4c311ceabe465b7adfef792 src/raidtools-20010914.tar.gz -8509389ef86594d56a796e556ef83681 src/razor-agents-2.61.tar.gz +0118b6030ea261ea85e73a55cc7eac8e src/razor-agents-2.67.tar.gz 9b3bc8f10e522456a90f98c87afa45e3 src/rcs-5.7-no_root_check.diff.bz2 cd709ab8a284c87048f95f76f5f69374 src/rcs-5.7.tar.bz2 9a39d15f1ed592883f8c6671e8c13120 src/readline-5.0.tar.gz @@ -331,21 +330,21 @@ b0c3093d2f0d850760e59ac1db9bf152 src/rpm-4.0.4.tar.gz fbe492dbf3d68abb1d86c2322e7ed44a src/rrdtool-1.0.49.tar.gz bcacd9a9108a9e4760832212ec3d658d src/rsync-2.6.2.tar.gz -1e538931fcca5ed9e7484ff0d7188238 src/sagator-0.5.3.tar.bz2 -9cf2bcef71509a81687dec8732545400 src/samba-3.0.9.tar.gz +87cf9bfee4d0d57d0d2fba1cafcce88e src/sagator-0.5.4.tar.bz2 +b19fd86d3c11a1b43f75a5988cd9ceeb src/samba-3.0.10.tar.gz c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz 928f0e06422f414091917401f1a834d0 src/sed-4.1.2.tar.gz 952fadd9f76e128ee9a4be350a647713 src/ser-0.8.12_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz -b1ed372d2c2ef5ffc43f5511a5882186 src/sg3_utils-1.10.tgz +c12b37816ec233bbedd2367f967721ba src/sg3_utils-1.11.tgz 3ca79b02c0aaa82128f4c32cb68ffe4f src/shadow-4.0.6.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz cc0e988b57168429b81b40cbe7f68a26 src/shorewall-2.0.6.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz 6194278217e4e3f733b046256a31f0e6 src/snort-2.2.0.tar.gz -7fd964ac27b43b613d6b981cc702a29e src/squid-2.5.STABLE6.tar.bz2 +bf63e34906c68d716896eec0351108dc src/squid-2.5.STABLE7.tar.bz2 28c9a2dd535b0316bbaae8e37ef4e5fa src/squidguard-1.2.0.tar.gz 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 3f64c431a2585e04b9a2e1e958a8b68c src/squidguard_1.2.0-5.diff.gz @@ -374,6 +373,7 @@ b042ade24576937621b013795c226cf7 src/uClibc-0.9.19.tar.bz2 ddc8272157bef5701b11e7a0789064ca src/ucspi-tcp-0.88.errno.patch.bz2 39b619147db54687c4a583a7a94c9163 src/ucspi-tcp-0.88.tar.gz +eefa5f012ae66ac5adc7d9d7a6a5a6fc src/udev-050.tar.bz2 b8f93446d52cd1e48323fa49f10a790c src/unarj_2.43-3.diff.gz 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz 1afca3128e21994042f34bcb91b4ea48 src/unrarsrc-3.2.3.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-12-19 02:03:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24693/scripts Modified Files: Tag: rel-1-2-patches dovecot Log Message: - updated Mail-SpamAssassin to 3.0.2 - updated dnsmasq to 2.19 - updated dovecot to 0.99.12.1 - updated mtr to 0.65 - updated php to 4.3.10 - updated razor-agents to 2.67 - updated sagator to 0.5.4 - updated samba to 3.0.10 - updated sg3_utils to 1.11 - updated squid to 2.5.STABLE7 Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -d -r1.11 -r1.11.2.1 --- dovecot 11 Jan 2004 14:43:04 -0000 1.11 +++ dovecot 19 Dec 2004 02:03:01 -0000 1.11.2.1 @@ -27,7 +27,20 @@ case $1 in build ) if [ "$CONFIG_DOVECOT" = "y" ]; then - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl || exit 1 + CONF_OPTIONS="" + if [ "$CONFIG_CYRUS_SASL" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-cyrus-sasl2" + fi + if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-ldap" + fi + if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-mysql" + fi + if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-pgsql" + fi + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl $CONF_OPTIONS || exit 1 make $PMAKE all || exit 1 strip_debug fi |
From: Heiko Z. <smi...@us...> - 2004-12-19 02:03:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24693 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - updated Mail-SpamAssassin to 3.0.2 - updated dnsmasq to 2.19 - updated dovecot to 0.99.12.1 - updated mtr to 0.65 - updated php to 4.3.10 - updated razor-agents to 2.67 - updated sagator to 0.5.4 - updated samba to 3.0.10 - updated sg3_utils to 1.11 - updated squid to 2.5.STABLE7 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.64 retrieving revision 1.807.2.65 diff -u -d -r1.807.2.64 -r1.807.2.65 --- CHANGES 8 Dec 2004 18:18:55 -0000 1.807.2.64 +++ CHANGES 19 Dec 2004 02:03:00 -0000 1.807.2.65 @@ -22,6 +22,17 @@ # 1.2.2 +- enabled sasl2, ldap, mysql and postgresql support for dovecot +- updated Mail-SpamAssassin to 3.0.2 +- updated dnsmasq to 2.19 +- updated dovecot to 0.99.12.1 +- updated mtr to 0.65 +- updated php to 4.3.10 +- updated razor-agents to 2.67 +- updated sagator to 0.5.4 +- updated samba to 3.0.10 +- updated sg3_utils to 1.11 +- updated squid to 2.5.STABLE7 - fixed traceroute bindfix patch (bs) - fixed motion init.d start script (bs) - jail script now handles syslogd on stop (Peter Jannesen / Heiko) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.38 retrieving revision 1.102.2.39 diff -u -d -r1.102.2.38 -r1.102.2.39 --- md5sum.lst 12 Dec 2004 01:06:33 -0000 1.102.2.38 +++ md5sum.lst 19 Dec 2004 02:03:00 -0000 1.102.2.39 @@ -26,7 +26,7 @@ ed973eda318f3685ad317afb9a54c571 src/LVM2.2.00.08.tgz 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz -83f60f97c823d9b8df19309247fe33eb src/Mail-SpamAssassin-3.0.1.tar.bz2 +b373bc48c4f50b70cb784f40d88868bf src/Mail-SpamAssassin-3.0.2.tar.bz2 a2c089faa2726c142419c03472fc4063 src/Python-2.3.4.tar.bz2 c448c1bee6014bc48a386c222d357873 src/acl-2.2.22.src.tar.gz 9c2156ce75e39675300e0c3a358018a5 src/alsa-driver-1.0.2.tar.bz2 @@ -86,10 +86,10 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -7a3d4864c97ebf484cd4e76487ad5e3c src/dnsmasq-2.18.tar.gz +ee5806a372febec2035b574bd81c5d06 src/dnsmasq-2.19.tar.gz af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz -6e5f32be84901bf0f8c027f4a5a999ad src/dovecot-0.99.10.7.tar.gz +08c3952cf6cc0d87e0239cccd9faf4b5 src/dovecot-0.99.12.1.tar.gz d192f412995f4361aecfc8a3b47e96b5 src/e100-3.0.27.tar.gz 1bf69d2042b32d7e17158e6bfd188236 src/e1000-5.3.19.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz @@ -235,7 +235,7 @@ 03be341b2aa50da54225109ca26ae800 src/mpeg_encode.patch1.bz2 bddcad0290630e4521b4d72cbc75d9dd src/mt-st-0.8.tar.gz 6928ab4d6958118cde2060aee130b9e2 src/mtools-3.9.9.tar.bz2 -7f7ecb50fc37fedb13135a5ef80fda7d src/mtr-0.54.tar.gz +32de3cb8f0763e352124ff4fd74690ab src/mtr-0.65.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz 0a3dae16519afa5e59d8b9e252181243 src/mysql-4.0.21.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 @@ -273,7 +273,7 @@ 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz 3eb135afd0114f4e1acdd4ad6b8fd947 src/perl-5.8.4.tar.bz2 d3211ebd4d2fbbc9c78235666ed355ac src/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz -b799bbb330da60324d972641baab693c src/php-4.3.9.tar.bz2 +7e56824dae9679c59a8234eb848aa542 src/php-4.3.10.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz 734b375abdcc6bf70541d0bef8147449 src/popt-1.6.4.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz @@ -300,7 +300,7 @@ d69870f4a9732ed2fe072952ee7f1462 src/quota-3.12.tar.gz 26ea468b2323e44cf827ae5f84d18dc8 src/radvd-0.7.2.tar.gz c0d208ebd4c311ceabe465b7adfef792 src/raidtools-20010914.tar.gz -8509389ef86594d56a796e556ef83681 src/razor-agents-2.61.tar.gz +0118b6030ea261ea85e73a55cc7eac8e src/razor-agents-2.67.tar.gz 9b3bc8f10e522456a90f98c87afa45e3 src/rcs-5.7-no_root_check.diff.bz2 cd709ab8a284c87048f95f76f5f69374 src/rcs-5.7.tar.bz2 7c5b1d2909821d5c1a7fe8904f1bb714 src/readline-4.2a.tar.gz @@ -310,8 +310,8 @@ fbe492dbf3d68abb1d86c2322e7ed44a src/rrdtool-1.0.49.tar.gz 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz bcacd9a9108a9e4760832212ec3d658d src/rsync-2.6.2.tar.gz -1e538931fcca5ed9e7484ff0d7188238 src/sagator-0.5.3.tar.bz2 -9cf2bcef71509a81687dec8732545400 src/samba-3.0.9.tar.gz +87cf9bfee4d0d57d0d2fba1cafcce88e src/sagator-0.5.4.tar.bz2 +b19fd86d3c11a1b43f75a5988cd9ceeb src/samba-3.0.10.tar.gz c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz @@ -319,13 +319,13 @@ 928f0e06422f414091917401f1a834d0 src/sed-4.1.2.tar.gz 952fadd9f76e128ee9a4be350a647713 src/ser-0.8.12_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz -b1ed372d2c2ef5ffc43f5511a5882186 src/sg3_utils-1.10.tgz +c12b37816ec233bbedd2367f967721ba src/sg3_utils-1.11.tgz 3ca79b02c0aaa82128f4c32cb68ffe4f src/shadow-4.0.6.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz cc0e988b57168429b81b40cbe7f68a26 src/shorewall-2.0.6.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz 6194278217e4e3f733b046256a31f0e6 src/snort-2.2.0.tar.gz -7fd964ac27b43b613d6b981cc702a29e src/squid-2.5.STABLE6.tar.bz2 +bf63e34906c68d716896eec0351108dc src/squid-2.5.STABLE7.tar.bz2 28c9a2dd535b0316bbaae8e37ef4e5fa src/squidguard-1.2.0.tar.gz 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 3f64c431a2585e04b9a2e1e958a8b68c src/squidguard_1.2.0-5.diff.gz |
From: Heiko Z. <smi...@us...> - 2004-12-19 01:47:37
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21795 Modified Files: config_linux Log Message: added some missing options Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- config_linux 19 Dec 2004 00:04:31 -0000 1.24 +++ config_linux 19 Dec 2004 01:47:27 -0000 1.25 @@ -93,6 +93,7 @@ CONFIG_X86_INTEL_USERCOPY=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET=n # CONFIG_PREEMPT is not set CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y @@ -1455,6 +1456,12 @@ CONFIG_FONTS=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y +CONFIG_FONT_6x11=n +CONFIG_FONT_PEARL_8x8=n +CONFIG_FONT_ACORN_8x8=n +CONFIG_FONT_MINI_4x6=n +CONFIG_FONT_SUN8x16=n +CONFIG_FONT_SUN12x22=n # # Logo configuration |
From: Heiko Z. <smi...@us...> - 2004-12-19 00:04:40
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1093 Modified Files: config_linux Log Message: get the vesa display modes working again Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- config_linux 18 Dec 2004 23:32:02 -0000 1.23 +++ config_linux 19 Dec 2004 00:04:31 -0000 1.24 @@ -1451,7 +1451,10 @@ CONFIG_VGA_CONSOLE=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y # # Logo configuration @@ -1704,7 +1707,7 @@ CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y -CONFIG_DEVFS_FS=y +CONFIG_DEVFS_FS=n CONFIG_DEVFS_MOUNT=n # CONFIG_DEVFS_DEBUG is not set CONFIG_DEVPTS_FS_XATTR=y |
From: Heiko Z. <smi...@us...> - 2004-12-19 00:00:36
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32544 Modified Files: Tag: rel-1-2-patches config_linux Log Message: get vesa modes working again Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.15.2.1 retrieving revision 1.15.2.2 diff -u -d -r1.15.2.1 -r1.15.2.2 --- config_linux 15 Jun 2004 02:59:44 -0000 1.15.2.1 +++ config_linux 19 Dec 2004 00:00:20 -0000 1.15.2.2 @@ -1444,7 +1444,10 @@ CONFIG_VGA_CONSOLE=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y # # Logo configuration |
From: Heiko Z. <smi...@us...> - 2004-12-18 23:32:38
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27135 Modified Files: CHANGES Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.872 retrieving revision 1.873 diff -u -d -r1.872 -r1.873 --- CHANGES 12 Dec 2004 21:48:07 -0000 1.872 +++ CHANGES 18 Dec 2004 23:31:58 -0000 1.873 @@ -22,6 +22,9 @@ # 1.3.2 +- enabled sasl2, ldap, mysql and postgresql support for dovecot +- added udev v30 +- removed devfsd - build system: allow parallel execution of build scripts to speed up compile - build system: made all install scripts thread safe - higher vesa display resolutions now work |
From: Heiko Z. <smi...@us...> - 2004-12-18 23:32:14
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27135/scripts/config/linux-2.6 Modified Files: config_linux Log Message: Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- config_linux 27 Nov 2004 18:20:58 -0000 1.22 +++ config_linux 18 Dec 2004 23:32:02 -0000 1.23 @@ -1705,7 +1705,7 @@ CONFIG_PROC_KCORE=y CONFIG_SYSFS=y CONFIG_DEVFS_FS=y -CONFIG_DEVFS_MOUNT=y +CONFIG_DEVFS_MOUNT=n # CONFIG_DEVFS_DEBUG is not set CONFIG_DEVPTS_FS_XATTR=y CONFIG_DEVPTS_FS_SECURITY=y |
From: Heiko Z. <smi...@us...> - 2004-12-18 23:32:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27135/scripts Modified Files: dovecot Log Message: Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- dovecot 12 Dec 2004 21:48:08 -0000 1.12 +++ dovecot 18 Dec 2004 23:32:01 -0000 1.13 @@ -27,7 +27,20 @@ case $1 in build ) if [ "$CONFIG_DOVECOT" = "y" ]; then - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl || exit 1 + CONF_OPTIONS="" + if [ "$CONFIG_CYRUS_SASL" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-cyrus-sasl2" + fi + if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-ldap" + fi + if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-mysql" + fi + if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then + CONF_OPTIONS="$CONF_OPTIONS --with-pgsql" + fi + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl $CONF_OPTIONS || exit 1 make $PMAKE all || exit 1 strip_debug fi |
From: Heiko Z. <smi...@us...> - 2004-12-18 23:32:10
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27135/config/etc/initrd Modified Files: linuxrc Log Message: Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- linuxrc 17 May 2004 23:05:35 -0000 1.70 +++ linuxrc 18 Dec 2004 23:32:00 -0000 1.71 @@ -186,6 +186,8 @@ echo -e "Loading loop-AES module"; modprobe loop 2> /dev/null +/bin/sh + # save loaded config DL_CONFIG_SOURCE="" DL_CONFIG_FILE="" |
From: Heiko Z. <smi...@us...> - 2004-12-18 16:46:39
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3186/scripts Modified Files: build-iso settings Log Message: get back the pmake for now, it looks like it was more a problem of devfs also make sure mkisofs doesn't fail, when CONFIG_PMAKE is not defined Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- build-iso 5 Sep 2004 15:22:36 -0000 1.68 +++ build-iso 18 Dec 2004 16:46:29 -0000 1.69 @@ -31,7 +31,6 @@ case $1 in iso ) - # we need to set aside a few loop devices. I chose (in reverse order of their appearance) # -- loop1 for the boot image # -- loop2 for the ram disk image @@ -91,7 +90,9 @@ if [ "$CONFIG_ZISOFS" = "y" ]; then echo creating compressed ISO filesystem test -d $CDDIR.z && rm -rf $CDDIR.z - mkzftree -z 9 -p $CONFIG_PMAKE $CDDIR $CDDIR.z || exit 1 + PMAKE="" + test -n "$CONFIG_PMAKE" && PMAKE="-p $CONFIG_PMAKE" + mkzftree -z 9 $PMAKE $CDDIR $CDDIR.z || exit 1 MKISOFS_PARAM="$MKISOFS_PARAM -z" # now we need to restore the files which shouldn't be compressed Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- settings 13 Dec 2004 19:06:31 -0000 1.46 +++ settings 18 Dec 2004 16:46:29 -0000 1.47 @@ -43,7 +43,7 @@ fi PMAKE="" -#test -n "$CONFIG_PMAKE" && PMAKE="-j$CONFIG_PMAKE" +test -n "$CONFIG_PMAKE" && PMAKE="-j$CONFIG_PMAKE" test -n "$CONFIG_PARALLEL_JOBS" || CONFIG_PARALLEL_JOBS=1 CONF_HOST="i$CONFIG_CPU-pc-linux-gnu" |
From: Heiko Z. <smi...@us...> - 2004-12-18 16:46:39
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3186/scripts/configuration Modified Files: prepare.config Log Message: get back the pmake for now, it looks like it was more a problem of devfs also make sure mkisofs doesn't fail, when CONFIG_PMAKE is not defined Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- prepare.config 13 Dec 2004 02:03:50 -0000 1.17 +++ prepare.config 18 Dec 2004 16:46:30 -0000 1.18 @@ -17,8 +17,8 @@ menu_add "Build Configuration|Processor and Memory" bool "Highmem Support" CONFIG_HIGHMEM test "$CONFIG_KERNEL_CPU" = "VIAC3_2" && menu_add "Build Configuration|Processor and Memory" bool "Longhaul fix (EXPERIMENTAL)" CONFIG_LONGHAUL -#test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 -#menu_add "Build Configuration" list "Parallel Compile Jobs" CONFIG_PMAKE 1 2 +test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 +menu_add "Build Configuration" list "Parallel Compile Jobs" CONFIG_PMAKE 1 2 test -z "$CONFIG_PARALLEL_JOBS" && CONFIG_PARALLEL_JOBS=1 menu_add "Build Configuration" list "Parallel Jobs" CONFIG_PARALLEL_JOBS 1 2 3 4 5 6 7 8 9 10 |