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: <smi...@us...> - 2003-12-28 05:25:41
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv404 Modified Files: CHANGES Log Message: comment Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.616 retrieving revision 1.617 diff -u -d -r1.616 -r1.617 --- CHANGES 27 Dec 2003 14:38:27 -0000 1.616 +++ CHANGES 27 Dec 2003 22:14:18 -0000 1.617 @@ -22,6 +22,7 @@ # 1.1.1 +- compiled almost all executables as ET_DYN - added new functions to build system: disable_et_dyn () & enable_et_dyn () - added support for compiling all executables as ET_DYN - upgrade-config now correctly sets directory permissions and owner/group |
From: <smi...@us...> - 2003-12-28 05:19:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv30656/scripts Modified Files: rpm util-linux Log Message: disabled et_dyn Index: rpm =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rpm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- rpm 13 Oct 2003 17:36:09 -0000 1.9 +++ rpm 27 Dec 2003 22:00:47 -0000 1.10 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_RPM" = "y" ]; then + disable_et_dyn ./configure --prefix=/usr --disable-nls --without-python --without-apidocs --without-dmalloc || exit 1 make $PMAKE all || exit 1 strip_debug Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- util-linux 24 Dec 2003 19:43:46 -0000 1.15 +++ util-linux 27 Dec 2003 22:00:48 -0000 1.16 @@ -26,6 +26,7 @@ case $1 in build ) + disable_et_dyn bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 ./configure || exit 1 replace_str defines.h "#define ENABLE_NLS" "" |
From: <smi...@us...> - 2003-12-28 04:59:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv28554 Modified Files: libtool Log Message: undo last change Index: libtool =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libtool,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- libtool 28 Dec 2003 00:58:07 -0000 1.4 +++ libtool 28 Dec 2003 01:45:30 -0000 1.5 @@ -26,9 +26,7 @@ case $1 in build ) - disable_et_dyn ./configure --prefix=/usr || exit 1 - enable_et_dyn make $PMAKE || exit 1 make install || exit 1 strip_debug |
From: <smi...@us...> - 2003-12-28 02:29:56
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv10445 Modified Files: reiserfsprogs watchdog Log Message: ET_DYN needs to be disabled for install section too Index: reiserfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/reiserfsprogs,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- reiserfsprogs 27 Dec 2003 19:55:18 -0000 1.10 +++ reiserfsprogs 27 Dec 2003 23:24:20 -0000 1.11 @@ -33,6 +33,7 @@ ;; install ) + disable_et_dyn rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 Index: watchdog =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/watchdog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- watchdog 27 Dec 2003 20:34:26 -0000 1.11 +++ watchdog 27 Dec 2003 23:24:21 -0000 1.12 @@ -40,6 +40,7 @@ install ) if [ "$CONFIG_WATCHDOG" = "y" ]; then + disable_et_dyn rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/sbin || exit 1 mkdir -p $WORKDIR/tmp/etc || exit 1 |
From: <smi...@us...> - 2003-12-27 22:49:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18621/scripts Modified Files: vsftpd watchdog Log Message: disabled ET_DYN Index: vsftpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vsftpd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- vsftpd 13 Oct 2003 17:36:09 -0000 1.7 +++ vsftpd 27 Dec 2003 20:34:25 -0000 1.8 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_VSFTPD" = "y" ]; then + disable_et_dyn make $PMAKE || exit 1 strip_debug fi Index: watchdog =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/watchdog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- watchdog 13 Oct 2003 17:36:09 -0000 1.10 +++ watchdog 27 Dec 2003 20:34:26 -0000 1.11 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_WATCHDOG" = "y" ]; then + disable_et_dyn bzcat $DL_DIR/src/watchdog-errno.patch.bz2 | patch -p1 || exit 1 cat $MYDIR/config/config_watchdog >> $KERNELDIR/.config || exit 1 ./configure --prefix=/usr --localstatedir=/var --disable-nfs --with-linelength=256|| exit 1 |
From: <smi...@us...> - 2003-12-27 20:23:26
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv15524 Modified Files: sg3_utils Log Message: disabled ET_DYN Index: sg3_utils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sg3_utils,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- sg3_utils 13 Oct 2003 17:36:09 -0000 1.7 +++ sg3_utils 27 Dec 2003 20:13:59 -0000 1.8 @@ -28,6 +28,7 @@ case $1 in build ) if [ "$CONFIG_SG3_UTILS" = "y" ]; then + disable_et_dyn make $PMAKE all || exit 1 strip_debug fi |
From: <smi...@us...> - 2003-12-27 17:20:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv22211/scripts Modified Files: raidtools Log Message: disabled compilation as ET_DYN Index: raidtools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/raidtools,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- raidtools 13 Oct 2003 17:36:09 -0000 1.12 +++ raidtools 27 Dec 2003 17:20:16 -0000 1.13 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_RAIDTOOLS" = "y" ]; then + disable_et_dyn ./configure --prefix= || exit 1 make $PMAKE all || exit 1 strip_debug |
From: <smi...@us...> - 2003-12-27 14:51:18
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv30209/scripts Modified Files: functions Log Message: don't check for directories, check for files ;-) Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- functions 27 Dec 2003 14:38:27 -0000 1.45 +++ functions 27 Dec 2003 14:51:14 -0000 1.46 @@ -396,19 +396,15 @@ } function disable_et_dyn () { - if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then - GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) - if [ -d $GCCSPECDIR/specs.orig ]; then - ln -sf specs.orig $GCCSPECDIR/specs || exit 1 - fi + GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) + if [ -e $GCCSPECDIR/specs.orig ]; then + ln -sf specs.orig $GCCSPECDIR/specs || exit 1 fi } function enable_et_dyn () { - if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then - GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) - if [ -d $GCCSPECDIR/specs.et_dyn ]; then - ln -sf specs.et_dyn $GCCSPECDIR/specs || exit 1 - fi + GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) + if [ -e $GCCSPECDIR/specs.et_dyn ]; then + ln -sf specs.et_dyn $GCCSPECDIR/specs || exit 1 fi } |
From: <smi...@us...> - 2003-12-27 14:40:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv28778/scripts Modified Files: build.sh lilo Log Message: corrected typo Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- build.sh 27 Dec 2003 14:38:27 -0000 1.65 +++ build.sh 27 Dec 2003 14:40:50 -0000 1.66 @@ -287,7 +287,7 @@ fi # (re-)enable the compilation as ET_DYN in case a script disabled it - enable_et_dyn () + enable_et_dyn echo t1=$(date +"%s") Index: lilo =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lilo,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- lilo 27 Dec 2003 14:38:27 -0000 1.6 +++ lilo 27 Dec 2003 14:40:50 -0000 1.7 @@ -26,7 +26,7 @@ case $1 in build ) - disable_et_dyn () + disable_et_dyn make $PMAKE || exit 1 strip_debug ;; |
From: <smi...@us...> - 2003-12-27 14:38:30
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv28471/scripts Modified Files: build.sh functions lilo Log Message: - added new functions to build system: disable_et_dyn () & enable_et_dyn () Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- build.sh 22 Dec 2003 21:59:24 -0000 1.64 +++ build.sh 27 Dec 2003 14:38:27 -0000 1.65 @@ -285,6 +285,10 @@ pushd $SOURCEDIR > /dev/null echo -n " (in $SOURCEDIR)" fi + + # (re-)enable the compilation as ET_DYN in case a script disabled it + enable_et_dyn () + echo t1=$(date +"%s") Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- functions 23 Dec 2003 14:10:36 -0000 1.44 +++ functions 27 Dec 2003 14:38:27 -0000 1.45 @@ -394,3 +394,21 @@ return 1 fi } + +function disable_et_dyn () { + if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then + GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) + if [ -d $GCCSPECDIR/specs.orig ]; then + ln -sf specs.orig $GCCSPECDIR/specs || exit 1 + fi + fi +} + +function enable_et_dyn () { + if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then + GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) + if [ -d $GCCSPECDIR/specs.et_dyn ]; then + ln -sf specs.et_dyn $GCCSPECDIR/specs || exit 1 + fi + fi +} Index: lilo =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lilo,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- lilo 13 Oct 2003 17:36:08 -0000 1.5 +++ lilo 27 Dec 2003 14:38:27 -0000 1.6 @@ -26,6 +26,7 @@ case $1 in build ) + disable_et_dyn () make $PMAKE || exit 1 strip_debug ;; |
From: <smi...@us...> - 2003-12-27 14:38:30
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv28471 Modified Files: CHANGES Log Message: - added new functions to build system: disable_et_dyn () & enable_et_dyn () Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.615 retrieving revision 1.616 diff -u -d -r1.615 -r1.616 --- CHANGES 27 Dec 2003 02:52:51 -0000 1.615 +++ CHANGES 27 Dec 2003 14:38:27 -0000 1.616 @@ -22,6 +22,7 @@ # 1.1.1 +- added new functions to build system: disable_et_dyn () & enable_et_dyn () - added support for compiling all executables as ET_DYN - upgrade-config now correctly sets directory permissions and owner/group - added l2tpd v0.69 (Heiko + Martin Glazer) |
From: <smi...@us...> - 2003-12-27 03:46:48
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv6294/scripts/configuration Modified Files: gcc.config Log Message: only show ET_DYN when grsecurity is enabled Index: gcc.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/gcc.config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gcc.config 27 Dec 2003 02:52:51 -0000 1.5 +++ gcc.config 27 Dec 2003 03:17:17 -0000 1.6 @@ -7,4 +7,7 @@ menu_add "System|Programming" bool "GCC3" CONFIG_GCC3 menu_add "Build Configuration|Security" bool "GCC Stack Smashing Protector" CONFIG_GCC_STACK_PROTECTOR menu_add "Build Configuration|Security" bool "GCC enable Position Independent Executables" CONFIG_GCC_PIE -menu_add "Build Configuration|Security" bool "GCC compile programs as ET_DYN (EXPERIMENTAL)" CONFIG_GCC_ET_DYN \ No newline at end of file +if [ "$CONFIG_GRSECURITY" = "y" ]; then + menu_add "Build Configuration|Security" bool "GCC compile programs as ET_DYN (EXPERIMENTAL)" CONFIG_GCC_ET_DYN +fi + |
From: <smi...@us...> - 2003-12-27 02:52:55
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1:/tmp/cvs-serv3585/scripts/configuration/help Modified Files: gcc.help Log Message: - added support for compiling all executables as ET_DYN Index: gcc.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/gcc.help,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gcc.help 24 Dec 2003 23:14:37 -0000 1.2 +++ gcc.help 27 Dec 2003 02:52:51 -0000 1.3 @@ -9,3 +9,26 @@ CONFIG_GCC_STACK_PROTECTOR This is a C and C++ security extension for GCC. + +CONFIG_GCC_ET_DYN + Makes use of the Address Space Layout Randomization feature of PAX. + + Quotes out of the README file: + + One of the features of PaX is Address Space Layout Randomization (ASLR) + that allows the kernel to randomize the addresses of various areas in + the task's address space. While most of ASLR requires no changes in + userland, randomizing the main executable's base address presents a + challenge as traditionally such ELF executables of the ET_EXEC kind + do not contain enough relocation information. Nevertheless, PaX provides + two ways to solve this problem: RANDEXEC and RANDMMAP. + + RANDMMAP on the other hand works on ELF files of the ET_DYN kind which is + normally used for dynamically linkable libraries. This approach has none + of the drawbacks that plague RANDEXEC because such ET_DYN ELF files have + enough relocation information and the dynamic linker has no problem with + relocating them (and there is no performance penalty at runtime), nor is + there a chance for false positive attack detections as none is done in the + first place. This means that protecting against the return-to-libc style + attack (in case the information about the randomization can leak to the + attacker) requires other approaches, which is not discussed here. |
From: <smi...@us...> - 2003-12-27 02:52:54
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv3585/scripts/configuration Modified Files: gcc.config Log Message: - added support for compiling all executables as ET_DYN Index: gcc.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/gcc.config,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gcc.config 24 Dec 2003 23:14:37 -0000 1.4 +++ gcc.config 27 Dec 2003 02:52:51 -0000 1.5 @@ -7,3 +7,4 @@ menu_add "System|Programming" bool "GCC3" CONFIG_GCC3 menu_add "Build Configuration|Security" bool "GCC Stack Smashing Protector" CONFIG_GCC_STACK_PROTECTOR menu_add "Build Configuration|Security" bool "GCC enable Position Independent Executables" CONFIG_GCC_PIE +menu_add "Build Configuration|Security" bool "GCC compile programs as ET_DYN (EXPERIMENTAL)" CONFIG_GCC_ET_DYN \ No newline at end of file |
From: <smi...@us...> - 2003-12-27 02:52:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv3585/scripts Modified Files: gcc Log Message: - added support for compiling all executables as ET_DYN Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- gcc 24 Dec 2003 23:14:36 -0000 1.12 +++ gcc 27 Dec 2003 02:52:51 -0000 1.13 @@ -37,6 +37,7 @@ touch ./.done_patch_protector fi fi + if [ "$CONFIG_GCC_PIE" = "y" ]; then if [ ! -e ./.done_patch_pie ]; then bzcat $DL_DIR/src/gcc-3.3.2-pie-1.diff.bz2 | patch -p1 || exit 1 @@ -60,6 +61,25 @@ # install it, so we use the same version everywhere make install-no-fixedincludes || exit 1 + + if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then + pushd $(find_src_dir et_dyn) > /dev/null + cd linux || exit 1 + GLIBC=$(find_src_dir glibc) + GLIBC=${GLIBC##*/} + cp $GLIBC/*.S . || exit 1 + make || exit 1 + GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) + cp crt1S.o $GCCSPECDIR || exit 1 + popd > /dev/null + GCCVER=${GCCSPECDIR##*/} + test ! -f $GCCSPECDIR/specs.orig && cp $GCCSPECDIR/specs $GCCSPECDIR/specs.orig + echo $GCCSPECDIR/ + bzcat $DL_DIR/src/gcc-$GCCVER-et_dyn-specs.bz2 > $GCCSPECDIR/specs.et_dyn || exit 1 + ln -sf specs.orig $GCCSPECDIR/specs || exit 1 + ln -sf specs.et_dyn $GCCSPECDIR/specs || exit 1 + fi + ;; install ) |
From: <smi...@us...> - 2003-12-27 02:52:54
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv3585 Modified Files: CHANGES Log Message: - added support for compiling all executables as ET_DYN Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.614 retrieving revision 1.615 diff -u -d -r1.614 -r1.615 --- CHANGES 26 Dec 2003 19:39:26 -0000 1.614 +++ CHANGES 27 Dec 2003 02:52:51 -0000 1.615 @@ -22,6 +22,7 @@ # 1.1.1 +- added support for compiling all executables as ET_DYN - upgrade-config now correctly sets directory permissions and owner/group - added l2tpd v0.69 (Heiko + Martin Glazer) - set the timeout for the dhcp client to 60 seconds |
From: <bl...@us...> - 2003-12-26 23:57:56
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv11583/scripts Modified Files: alsa-driver alsa-lib alsa-utils alsaplayer Log Message: Added CVS info in scripts. Index: alsa-driver =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-driver,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- alsa-driver 23 Nov 2003 00:55:30 -0000 1.7 +++ alsa-driver 26 Dec 2003 23:57:53 -0000 1.8 @@ -1,4 +1,10 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ +# +# http://www.devil-linux.org +# # ALSA modules added by Diego Torres <dt...@co...> # you need the next line, otherwise script won't be executed !!! Index: alsa-lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-lib,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- alsa-lib 2 Dec 2003 16:13:41 -0000 1.5 +++ alsa-lib 26 Dec 2003 23:57:53 -0000 1.6 @@ -1,4 +1,10 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ +# +# http://www.devil-linux.org +# # ALSA modules added by Diego Torres <dt...@co...> # you need the next line, otherwise script won't be executed !!! Index: alsa-utils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-utils,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- alsa-utils 7 Dec 2003 16:18:54 -0000 1.4 +++ alsa-utils 26 Dec 2003 23:57:53 -0000 1.5 @@ -1,4 +1,10 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ +# +# http://www.devil-linux.org +# # ALSA modules added by Diego Torres <dt...@co...> # you need the next line, otherwise script won't be executed !!! Index: alsaplayer =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsaplayer,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- alsaplayer 7 Dec 2003 16:18:54 -0000 1.1 +++ alsaplayer 26 Dec 2003 23:57:53 -0000 1.2 @@ -1,4 +1,10 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ +# +# http://www.devil-linux.org +# # ALSA_PLAYER added by Diego Torres <rap...@an...> # you need the next line, otherwise script won't be executed !!! |
From: <smi...@us...> - 2003-12-26 23:50:30
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv10602/scripts/scripts Modified Files: mysqld Log Message: added some more intelligence to init script Index: mysqld =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/mysqld,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mysqld 23 Dec 2003 02:29:26 -0000 1.4 +++ mysqld 26 Dec 2003 23:50:27 -0000 1.5 @@ -51,8 +51,35 @@ $DAEMON $PARAMETER &> /dev/null & ;; stop) - echo "Shutting down $NAME: " - kill $(cat $PIDFILE) + echo -n "Shutting down $NAME: " + if [ -f $PIDFILE ]; then + kill $(cat $PIDFILE) + sleep 1 + + getpids $DAEMON + + if [ -n "$pidlist" ]; then + echo + echo -n "Waiting for MySQLd to shutdown" + fi + + i=60 + while [ -n "$pidlist" ] && [ $i -gt 0 ] ; do + echo -n "." + sleep 5 + i=$[$i-5] + getpids $DAEMON + done + + if [ -n "$pidlist" ]; then + print_status failure + else + print_status success + fi + else + print_status warning + echo "Service doesn't seem to be running" + fi ;; restart) $0 stop |
From: <smi...@us...> - 2003-12-26 19:51:50
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv6845/scripts/scripts Modified Files: Tag: rel-1-0-patches upgrade-config Log Message: - upgrade-config now correctly sets directory permissions and owner/group Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -u -d -r1.6.2.2 -r1.6.2.3 --- upgrade-config 23 Dec 2003 17:17:39 -0000 1.6.2.2 +++ upgrade-config 26 Dec 2003 19:51:46 -0000 1.6.2.3 @@ -174,9 +174,12 @@ for f in $(cat $RESULT) do eval p=$f - d="$(dirname newconfig/$p)" - [ ! -d $d ] && mkdir -p $d - # echo cp -af $p newconfig/$p + d="$(dirname $p)" + if [ ! -d newconfig/$d ]; then + mkdir -p newconfig/$d + chmod --reference /$d newconfig/$d + chown --reference /$d newconfig/$d + fi echo "keeping file: $p" | tee -a $LOGF cp -af $p newconfig/$p done @@ -187,8 +190,13 @@ echo >> $LOGF for f in $(find /etc/ -type l | grep -v "init.d/rc") do - d="$(dirname newconfig/$p)" - [ ! -d $d ] && mkdir -p $d + eval p=$f + d="$(dirname $p)" + if [ ! -d newconfig/$d ]; then + mkdir -p newconfig/$d + chmod --reference /$d newconfig/$d + chown --reference /$d newconfig/$d + fi echo "preserving link: $f" | tee -a $LOGF cp -dpf $f newconfig/$f done |
From: <smi...@us...> - 2003-12-26 19:51:49
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv6845 Modified Files: Tag: rel-1-0-patches CHANGES Log Message: - upgrade-config now correctly sets directory permissions and owner/group Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.45 retrieving revision 1.510.2.46 diff -u -d -r1.510.2.45 -r1.510.2.46 --- CHANGES 26 Dec 2003 14:45:56 -0000 1.510.2.45 +++ CHANGES 26 Dec 2003 19:51:46 -0000 1.510.2.46 @@ -23,12 +23,13 @@ # 1.0.4 +- upgrade-config now correctly sets directory permissions and owner/group - jail script has new command DELETE - domino jail script now empties the lib and etc directories before creating the jail - fixed the corner case when an empty directory is being copied to the jail dir (fl) - postfix jail script now empties the lib and etc directories before creating the jail - better handling of subdirectories & links in jail script (fl) -- stunnel missing was on the CD +- stunnel was missing on the CD - upgrade-config now correctly handles symlinks 1.0.3 |
From: <smi...@us...> - 2003-12-26 19:49:38
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv6332/scripts/scripts Modified Files: upgrade-config Log Message: - upgrade-config now correctly sets directory permissions and owner/group Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- upgrade-config 26 Dec 2003 19:39:26 -0000 1.9 +++ upgrade-config 26 Dec 2003 19:49:35 -0000 1.10 @@ -174,11 +174,11 @@ for f in $(cat $RESULT) do eval p=$f - d="$(dirname newconfig/$p)" - if [ ! -d $d ]; then - mkdir -p $d - chmod --reference /$d $d - chown --reference /$d $d + d="$(dirname $p)" + if [ ! -d newconfig/$d ]; then + mkdir -p newconfig/$d + chmod --reference /$d newconfig/$d + chown --reference /$d newconfig/$d fi echo "keeping file: $p" | tee -a $LOGF cp -af $p newconfig/$p @@ -190,11 +190,12 @@ echo >> $LOGF for f in $(find /etc/ -type l | grep -v "init.d/rc") do - d="$(dirname newconfig/$p)" - if [ ! -d $d ]; then - mkdir -p $d - chmod --reference /$d $d - chown --reference /$d $d + eval p=$f + d="$(dirname $p)" + if [ ! -d newconfig/$d ]; then + mkdir -p newconfig/$d + chmod --reference /$d newconfig/$d + chown --reference /$d newconfig/$d fi echo "preserving link: $f" | tee -a $LOGF cp -dpf $f newconfig/$f |
From: <smi...@us...> - 2003-12-26 19:39:29
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv5006/scripts/scripts Modified Files: upgrade-config Log Message: - upgrade-config now correctly sets directory permissions and owner/group Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- upgrade-config 23 Dec 2003 17:12:50 -0000 1.8 +++ upgrade-config 26 Dec 2003 19:39:26 -0000 1.9 @@ -175,8 +175,11 @@ do eval p=$f d="$(dirname newconfig/$p)" - [ ! -d $d ] && mkdir -p $d - # echo cp -af $p newconfig/$p + if [ ! -d $d ]; then + mkdir -p $d + chmod --reference /$d $d + chown --reference /$d $d + fi echo "keeping file: $p" | tee -a $LOGF cp -af $p newconfig/$p done @@ -188,7 +191,11 @@ for f in $(find /etc/ -type l | grep -v "init.d/rc") do d="$(dirname newconfig/$p)" - [ ! -d $d ] && mkdir -p $d + if [ ! -d $d ]; then + mkdir -p $d + chmod --reference /$d $d + chown --reference /$d $d + fi echo "preserving link: $f" | tee -a $LOGF cp -dpf $f newconfig/$f done |
From: <smi...@us...> - 2003-12-26 19:39:29
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv5006 Modified Files: CHANGES Log Message: - upgrade-config now correctly sets directory permissions and owner/group Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.613 retrieving revision 1.614 diff -u -d -r1.613 -r1.614 --- CHANGES 26 Dec 2003 18:45:46 -0000 1.613 +++ CHANGES 26 Dec 2003 19:39:26 -0000 1.614 @@ -22,6 +22,7 @@ # 1.1.1 +- upgrade-config now correctly sets directory permissions and owner/group - added l2tpd v0.69 (Heiko + Martin Glazer) - set the timeout for the dhcp client to 60 seconds - jail script has new command DELETE |
From: <smi...@us...> - 2003-12-26 18:45:51
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv29705/scripts/scripts Added Files: l2tpd Log Message: initial checkin of l2tpd --- NEW FILE: l2tpd --- #!/bin/bash # # http://www.devil-linux.org ### BEGIN INIT INFO # Provides: l2tpd # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: Starts Layer 2 Tunneling Protocol ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="L2TPD" CONFIGNAME=L2TPD DAEMON=/usr/sbin/l2tpd PARAMETER= # source function library source /etc/init.d/functions eval START=\$START_$CONFIGNAME # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START=yes test "$START" = "yes" || exit 0 if [ ! -e $DAEMON ]; then echo echo "$DAEMON not found. Did you install the package?" exit 1 fi case "$1" in start) echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; stop) echo -n "Shutting down $NAME: " killproc $DAEMON ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac |
From: <smi...@us...> - 2003-12-26 18:45:51
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv29705/scripts/configuration Added Files: l2tpd.config Log Message: initial checkin of l2tpd --- NEW FILE: l2tpd.config --- #!/bin/bash # # http://www.devil-linux.org if [ "$CONFIG_PPP" = "y" ]; then menu_add "Networking|VPN" bool "L2TPD (Layer 2 Tunneling Protocol - MS Compatible)" CONFIG_L2TPD fi |