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
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
(9) |
2
(1) |
3
(2) |
|
4
(3) |
5
|
6
|
7
|
8
|
9
|
10
|
|
11
(1) |
12
|
13
|
14
(5) |
15
(1) |
16
|
17
|
|
18
|
19
(4) |
20
(5) |
21
(2) |
22
|
23
(6) |
24
|
|
25
|
26
|
27
(4) |
28
|
29
|
30
(16) |
31
|
|
From: Bruce S. <bl...@us...> - 2008-05-01 20:46:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv28784/scripts Modified Files: stunnel Log Message: stunnel improvements Index: stunnel =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/stunnel,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- stunnel 20 Jul 2005 20:31:03 -0000 1.14 +++ stunnel 1 May 2008 20:46:29 -0000 1.15 @@ -36,7 +36,7 @@ #fi #KDIR=$(find_src_dir linux) #replace_str Makefile /usr/src/linux $KDIR - ./configure --prefix=/usr $OPT_FLAGS || exit 1 + ./configure --prefix=/ $OPT_FLAGS || exit 1 yes "" | make $PMAKE all || exit 1 strip_debug fi @@ -46,8 +46,15 @@ if [ "$CONFIG_STUNNEL" = "y" ]; then mkdir -p $CDDIR/usr/sbin || exit 1 mkdir -p $CDDIR/usr/lib || exit 1 + mkdir -p $ETCDIR/etc/stunnel || exit 1 cp -p src/stunnel $CDDIR/usr/sbin/ || exit 1 + cp -p $MYDIR/scripts/stunnel $ETCDIR/etc/init.d || exit 1 + cp -p tools/stunnel.c* $ETCDIR/etc/stunnel || exit 1 copy_man + echo "# Start $MYNAME?" >> $CONFIGFILE + echo "START_$MYNAME=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"Universal SSL Wrapper\"" >> $SOFTWAREHELP fi ;; |
|
From: Bruce S. <bl...@us...> - 2008-05-01 20:16:06
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17519 Added Files: stunnel Log Message: add stunnel init script --- NEW FILE: stunnel --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/stunnel,v $ # $Revision: 1.1 $ # $Date: 2008/05/01 20:16:00 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: stunnel # Required-Start: $network $syslog $named # Required-Stop: $network $syslog $named # Default-Start: # Default-Stop: # Description: starts stunnel ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="stunnel service" CONFIGNAME=STUNNEL DAEMON=/usr/sbin/stunnel PARAMETER=/etc/stunnel/stunnel.conf # 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: Heiko Z. <smi...@us...> - 2008-05-01 20:14:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17136 Modified Files: grsecurity Log Message: make sure aufs compiles Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- grsecurity 19 Dec 2007 16:41:55 -0000 1.34 +++ grsecurity 1 May 2008 20:14:33 -0000 1.35 @@ -43,6 +43,11 @@ cd $GRADMDIR || exit 1 make $PMAKE all || exit 1 strip_debug + + # re-read the config to get the new kernel version + source $MYDIR/settings + mkdir -p /lib/modules/$KERNELVERSION + ln -sf $KERNELDIR /lib/modules/$KERNELVERSION/build || exit 1 fi ;; |
|
From: Bruce S. <bl...@us...> - 2008-05-01 20:13:35
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv16772 Modified Files: dbus Log Message: Fix insserv error Index: dbus =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/dbus,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dbus 21 Mar 2007 13:34:34 -0000 1.1 +++ dbus 1 May 2008 20:13:29 -0000 1.2 @@ -8,12 +8,12 @@ # ### BEGIN INIT INFO -# Provides: skeleton +# Provides: dbus # Required-Start: $network $syslog $named # Required-Stop: $network $syslog $named # Default-Start: # Default-Stop: -# Description: starts something +# Description: starts dbus ### END INIT INFO # settings |
|
From: Bruce S. <bl...@us...> - 2008-05-01 14:43:25
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20734/scripts Modified Files: build-iso Log Message: prevent the top logo/banner from partially scrolling off the screen Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- build-iso 1 May 2008 14:35:00 -0000 1.80 +++ build-iso 1 May 2008 14:43:18 -0000 1.81 @@ -261,7 +261,7 @@ # echo -n -e "0fDevil-Linux Version $DL_VERSION_FULL is loading...\r\n\r\n" >> $CDDIR/boot/message # echo -n -e "0fPlease select a boot option:\r\n\r\n" >> $CDDIR/boot/message - echo -n -e "\r\nPlease select a boot option:\r\n\r\n" >> $CDDIR/boot/message + echo -n -e "\r\nPlease select a boot option: (timeout in 5 seconds)\r\n\r\n" >> $CDDIR/boot/message declare -a BOOT_OPTIONS_TEXT declare -a BOOT_OPTIONS_MODE declare -a BOOT_OPTIONS_KERNEL_MODE @@ -299,7 +299,6 @@ echo -n -e "\r\n" >> $CDDIR/boot/message [ -f $CDDIR/boot/memtest ] && echo -n -e " m - MEMTEST86\r\n\r\n" >> $CDDIR/boot/message - echo -n -e "(timeout in 5 seconds)\r\n\r\n" >> $CDDIR/boot/message echo -n -e "Press F1 for help\r\n\r\n" >> $CDDIR/boot/message BOOT_OPTION_RAMDISK=""; |
|
From: Bruce S. <bl...@us...> - 2008-05-01 14:35:06
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17710 Modified Files: CHANGES Log Message: added 1280x1024 & 1600x1200 options to boot menu changed default boot mode on server release to 1024x768 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1202 retrieving revision 1.1203 diff -u -d -r1.1202 -r1.1203 --- CHANGES 30 Apr 2008 18:09:32 -0000 1.1202 +++ CHANGES 1 May 2008 14:35:00 -0000 1.1203 @@ -22,6 +22,8 @@ # 1.3.5 +- added 1280x1024 & 1600x1200 options to boot menu (bs) +- changed default boot mode on server release to 1024x768 (bs) - changed save-config to optionally delete pre-aufs config (bs) - fixed php file upload bug (bs) - fixed gzip to install missing (zcat, etc.) programs (bs) |
|
From: Bruce S. <bl...@us...> - 2008-05-01 14:35:06
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17710/scripts/configuration Modified Files: boot_options.config Log Message: added 1280x1024 & 1600x1200 options to boot menu changed default boot mode on server release to 1024x768 Index: boot_options.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/boot_options.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- boot_options.config 3 Feb 2004 02:33:12 -0000 1.1 +++ boot_options.config 1 May 2008 14:35:01 -0000 1.2 @@ -6,4 +6,4 @@ # http://www.devil-linux.org [ -z $CONFIG_BOOT_OPTION_VGA ] && CONFIG_BOOT_OPTION_VGA="80x25" -menu_add "Build Configuration|Boot Options" list "Default screen resolution" CONFIG_BOOT_OPTION_VGA "80x25" "640x480" "800x600" "1024x768" "ask" +menu_add "Build Configuration|Boot Options" list "Default screen resolution" CONFIG_BOOT_OPTION_VGA "80x25" "640x480" "800x600" "1024x768" "1280x1024" "1600x1200" "ask" |
|
From: Bruce S. <bl...@us...> - 2008-05-01 14:35:06
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17710/scripts/configuration/profiles Modified Files: server Log Message: added 1280x1024 & 1600x1200 options to boot menu changed default boot mode on server release to 1024x768 Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- server 11 Apr 2008 13:28:21 -0000 1.2 +++ server 1 May 2008 14:35:01 -0000 1.3 @@ -7,7 +7,7 @@ CONFIG_AWSTATS=y CONFIG_BLUEZ=y CONFIG_BONNIEPP=y -CONFIG_BOOT_OPTION_VGA=80x25 +CONFIG_BOOT_OPTION_VGA=1024x768 CONFIG_BRIDGE_UTILS=y CONFIG_CDRTOOLS_ON_CD=y CONFIG_CLAMAV=y |
|
From: Bruce S. <bl...@us...> - 2008-05-01 14:35:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17710/scripts Modified Files: build-iso Log Message: added 1280x1024 & 1600x1200 options to boot menu changed default boot mode on server release to 1024x768 Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- build-iso 30 Apr 2008 15:47:30 -0000 1.79 +++ build-iso 1 May 2008 14:35:00 -0000 1.80 @@ -266,22 +266,24 @@ declare -a BOOT_OPTIONS_MODE declare -a BOOT_OPTIONS_KERNEL_MODE BOOT_OPTIONS_TEXT=( "0 - Standard 80x25 text mode" - "1 - 640x480 VESA Frame Buffer" - "2 - 800x600 VESA Frame Buffer" - "3 - 1024x768 VESA Frame Buffer" - "4 - Other" ) - BOOT_OPTIONS_MODE=( "80x25" "640x480" "800x600" "1024x768" "ask" ) - BOOT_OPTIONS_KERNEL_MODE=( "NORMAL_VGA" "769" "771" "773" "ask" ) + "1 - 640x480 VESA Frame Buffer" + "2 - 800x600 VESA Frame Buffer" + "3 - 1024x768 VESA Frame Buffer" + "4 - 1280x1024 VESA Frame Buffer" + "5 - 1600x1200 VESA Frame Buffer" + "6 - Other" ) + BOOT_OPTIONS_MODE=( "80x25" "640x480" "800x600" "1024x768" "1280x1024" "1600x1200" "ask" ) + BOOT_OPTIONS_KERNEL_MODE=( "NORMAL_VGA" "769" "771" "773" "775" "796" "ask" ) BOOT_OPTION_DEFAULT=0 # vga=xxx sets the framebuffer console to a specific resolution. # Here is a table you can use so it can help you decide # what resolution you want to use: - # colour depth | 640x480 800x600 1024x768 1280x1024 - # 256 (8bit) | 769 771 773 775 - # 32000 (15bit) | 784 787 790 793 - # 65000 (16bit) | 785 788 791 794 - # 16.7 Mill. (24bit) | 786 789 792 795 - + # Colors ( depth) 640x480 800x600 1024x768 1280x1024 1600x1200 + # ---------------+-------+-------+--------+---------+--------- + # 256 ( 8 bit)| 769 771 773 775 796 + # 32,768 (15 bit)| 784 787 790 793 797 + # 65,536 (16 bit)| 785 788 791 794 798 + # 16.8M (24 bit)| 786 789 792 795 799 i=0 while [ $i -lt ${#BOOT_OPTIONS_TEXT[@]} ] |