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...@pr...> - 2004-01-31 19:30:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19989/scripts Modified Files: build.sh Log Message: support for building under x86_64 architecure (faking 32 bit) arch now also reports the fake cpu type Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- build.sh 23 Jan 2004 01:03:55 -0000 1.75 +++ build.sh 31 Jan 2004 19:28:24 -0000 1.76 @@ -264,11 +264,13 @@ # fake uname to display another platform we want to compile the kernel for # also make sure our kernel version is displayed if [ -n "$KERNELVERSION" ]; then - test -f /bin/uname.old || cp /bin/uname /bin/uname.old || exit 1 - rm /bin/uname || exit 1 - REALKERNEL=$(/bin/uname.old -r) - echo "uname.old \$* | sed -e 's/i.86/i$CONFIG_CPU/' | sed -e 's/$REALKERNEL/$KERNELVERSION/'" > /bin/uname || exit 1 - chmod +x /bin/uname || exit 1 + test -f /bin/uname.old || cp /bin/uname /bin/uname.old || exit 1 + rm /bin/uname || exit 1 + REALKERNEL=$(/bin/uname.old -r) + echo "/bin/uname.old \$* | sed -e 's/i.86/i$CONFIG_CPU/' | sed -e 's/x86_64/i$CONFIG_CPU/' | sed -e 's/$REALKERNEL/$KERNELVERSION/'" > /bin/uname || exit 1 + chmod +x /bin/uname || exit 1 + test -f /bin/arch.old || cp /bin/arch /bin/arch.old || exit 1 + echo "/bin/uname -m" > /bin/arch || exit 1 fi LINK=${LINK##/*/} |
From: <smi...@pr...> - 2004-01-31 01:20:03
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7824/scripts/configuration/profiles Modified Files: default Log Message: added ntop/rrdtool to default config Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- default 27 Jan 2004 21:07:25 -0000 1.9 +++ default 31 Jan 2004 01:18:21 -0000 1.10 @@ -86,6 +86,7 @@ CONFIG_NF_PENDING=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y +CONFIG_NTOP=y CONFIG_NTP=y CONFIG_OIDENTD=y CONFIG_OPENH323=y @@ -158,4 +159,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_NTOP=y +CONFIG_RRDTOOL=y |
From: <smi...@pr...> - 2004-01-31 01:17:03
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25521 Added Files: config_linux.alsa Log Message: added alsa config for kernel 2.6 --- NEW FILE: config_linux.alsa --- # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture # CONFIG_SND=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=m # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set # # Generic devices # CONFIG_SND_DUMMY=m CONFIG_SND_VIRMIDI=m CONFIG_SND_MTPAV=m CONFIG_SND_SERIAL_U16550=m CONFIG_SND_MPU401=m # # ISA devices # CONFIG_SND_AD1816A=m CONFIG_SND_AD1848=m CONFIG_SND_CS4231=m CONFIG_SND_CS4232=m CONFIG_SND_CS4236=m CONFIG_SND_ES968=m CONFIG_SND_ES1688=m CONFIG_SND_ES18XX=m CONFIG_SND_GUSCLASSIC=m CONFIG_SND_GUSEXTREME=m CONFIG_SND_GUSMAX=m CONFIG_SND_INTERWAVE=m CONFIG_SND_INTERWAVE_STB=m CONFIG_SND_OPTI92X_AD1848=m CONFIG_SND_OPTI92X_CS4231=m CONFIG_SND_OPTI93X=m CONFIG_SND_SB8=m CONFIG_SND_SB16=m CONFIG_SND_SBAWE=m CONFIG_SND_SB16_CSP=y CONFIG_SND_WAVEFRONT=m CONFIG_SND_ALS100=m CONFIG_SND_AZT2320=m CONFIG_SND_CMI8330=m CONFIG_SND_DT019X=m CONFIG_SND_OPL3SA2=m CONFIG_SND_SGALAXY=m CONFIG_SND_SSCAPE=m # # PCI devices # CONFIG_SND_ALI5451=m CONFIG_SND_AZT3328=m CONFIG_SND_CS46XX=m CONFIG_SND_CS46XX_NEW_DSP=y CONFIG_SND_CS4281=m CONFIG_SND_EMU10K1=m CONFIG_SND_KORG1212=m CONFIG_SND_NM256=m CONFIG_SND_RME32=m CONFIG_SND_RME96=m CONFIG_SND_RME9652=m CONFIG_SND_HDSP=m CONFIG_SND_TRIDENT=m CONFIG_SND_YMFPCI=m CONFIG_SND_ALS4000=m CONFIG_SND_CMIPCI=m CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m CONFIG_SND_MAESTRO3=m CONFIG_SND_FM801=m CONFIG_SND_ICE1712=m CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m CONFIG_SND_SONICVIBES=m CONFIG_SND_VIA82XX=m CONFIG_SND_VX222=m # # ALSA USB devices # CONFIG_SND_USB_AUDIO=m # # PCMCIA devices # CONFIG_SND_VXPOCKET=m CONFIG_SND_VXP440=m CONFIG_GAMEPORT_NS558=m CONFIG_GAMEPORT_L4=m CONFIG_GAMEPORT_EMU10K1=m CONFIG_GAMEPORT_VORTEX=m CONFIG_GAMEPORT_FM801=m CONFIG_GAMEPORT_CS461x=m CONFIG_VIDEO_BT848=m CONFIG_SOUND_PRIME=n CONFIG_USB_AUDIO=m CONFIG_USB_MIDI=m CONFIG_USB_EMI26=m |
From: <fr...@pr...> - 2004-01-31 00:31:47
|
Update of /cvsroot/devil-linux/docs/developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4702 Modified Files: new-developer.txt Log Message: typo fixed Index: new-developer.txt =================================================================== RCS file: /cvsroot/devil-linux/docs/developer/new-developer.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- new-developer.txt 28 Jan 2004 22:42:46 -0000 1.3 +++ new-developer.txt 29 Jan 2004 10:22:35 -0000 1.4 @@ -61,8 +61,8 @@ 'cvs_sf' !!! * Last but not least you might want to sign up on the CVS commit - mailinglist so you see immediately when change you sent in to one of the - Senior- or Core Developers or Project Admins got applied. So go to + mailinglist so you see immediately when changes you sent in to one of + the Senior- or Core Developers or Project Admins got applied. So go to http://lists.sourceforge.net/lists/listinfo/devil-linux-commit or mail with subject "subscribe" to dev...@li... |
From: <fr...@pr...> - 2004-01-29 15:45:39
|
Update of /cvsroot/devil-linux/docs/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23991/admin Modified Files: developer-status.txt Log Message: added another developer Index: developer-status.txt =================================================================== RCS file: /cvsroot/devil-linux/docs/admin/developer-status.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- developer-status.txt 28 Jan 2004 22:24:55 -0000 1.2 +++ developer-status.txt 28 Jan 2004 22:57:46 -0000 1.3 @@ -8,7 +8,7 @@ | | Friedrich Lobenstock | friedl ----------+--------------------------+--------------------------+-------------------------- Developer | checkout from latest CVS | Oliver Jehle | ojehle - | no commit, manage "Feat. | | + | no commit, manage "Feat. | Martin Glazer | mglazer | Req." and "Bugs" | | ----------+--------------------------+--------------------------+-------------------------- Senior | +commit | Diego Torres | rapid2k1 |
From: <fr...@pr...> - 2004-01-29 06:36:45
|
Update of /cvsroot/devil-linux/docs/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15869/admin Modified Files: developer-status.txt Log Message: updates Index: developer-status.txt =================================================================== RCS file: /cvsroot/devil-linux/docs/admin/developer-status.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- developer-status.txt 28 Jan 2004 22:09:27 -0000 1.1 +++ developer-status.txt 28 Jan 2004 22:24:55 -0000 1.2 @@ -7,7 +7,7 @@ Admins | | Bruce Smith | blubdog | | Friedrich Lobenstock | friedl ----------+--------------------------+--------------------------+-------------------------- -Developer | checkout from latest CVS | | +Developer | checkout from latest CVS | Oliver Jehle | ojehle | no commit, manage "Feat. | | | Req." and "Bugs" | | ----------+--------------------------+--------------------------+-------------------------- @@ -20,3 +20,4 @@ | defined | | ----------+--------------------------+--------------------------+-------------------------- +$Id$ |
From: <fr...@pr...> - 2004-01-29 00:38:06
|
Update of /cvsroot/devil-linux/docs/developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15869/developer Modified Files: new-developer.txt Log Message: updates Index: new-developer.txt =================================================================== RCS file: /cvsroot/devil-linux/docs/developer/new-developer.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- new-developer.txt 28 Jan 2004 22:09:28 -0000 1.1 +++ new-developer.txt 28 Jan 2004 22:24:56 -0000 1.2 @@ -60,10 +60,17 @@ If you don't do that you always have to use 'cvs_sf' !!! + * Last but not least you might want to sign up on the CVS commit + mailinglist so you see immediately when change you sent in to one of the + Senior- or Core Developers or Project Admins got applied. So go to + http://lists.sourceforge.net/lists/listinfo/devil-linux-commit or mail + with subject "subscribe" to + dev...@li... -Hope that should get you going as fast as possible. If I've -forgotten something it's because it has been such a long time -when I had to do all this ;-) + +Hope that should get you going as fast as possible. If I have forgotten +something it's because it has been such a long time since when I had to do +all this ;-) Friedrich Lobenstock <fl...@fl...> $Id$ |
From: <fr...@pr...> - 2004-01-28 22:59:52
|
Update of /cvsroot/devil-linux/docs/developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19956 Modified Files: new-developer.txt Log Message: typos and small corrections Index: new-developer.txt =================================================================== RCS file: /cvsroot/devil-linux/docs/developer/new-developer.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- new-developer.txt 28 Jan 2004 22:24:56 -0000 1.2 +++ new-developer.txt 28 Jan 2004 22:42:46 -0000 1.3 @@ -1,25 +1,25 @@ -You've just become a new Devil-Linux Developer. So what is there -that is different from before? Let me give you a short getting -started guide: +You've just become a new Devil-Linux Developer. So what is there that is +different from before? Let me give you a short getting-started guide: * If you have not done so before run "ssh-keygen -t rsa" from the - account you will be doing you development at. Hit enter till you + account you will be doing your development at. Hit enter till you are back at the prompt. * Go to http://sourceforge.net/account/editsshkeys.php (might need to log in to SF first if you are not prompted for your password) - * Run "cat ~/.ssh/id_rsa.pub" and copy and paste this into the text + * Run "cat ~/.ssh/id_rsa.pub" and copy-and-paste this into the text box on the page referenced above and click "Update" below the box. - The output is actually _one_ line like the following (folded for readability): + The output is actually _one_ line like the following (folded for + readability): ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAp1gM1XLESnStKjFd4zpxxVgA4aZqa DPVufJJUnVYwU0FBiMWJbDXXXSn4tY/KbWWKhYBbnRVZzSY0YmhGdKQoYyrQqJy7S sOdFkWGkay9FOgub526r2mxjnn/0fnripE6NMHaaUjLHldR4WtYvwb1tpQSiQPqWZ 8f0a7KMVjsFM= user@host - It takes some hours (maybe up to 24 or so) till your ssh private key is + It takes some hours (maybe up to 24 or so) till your ssh public key is installed on the CVS server. In the meantime you have to enter your SF password everytime you run the cvs command. @@ -35,9 +35,9 @@ alias cvs_sf='cvs -z3 -d:ext:${SFUSER}@cvs.sourceforge.net:/cvsroot/devil-linux' * Let's test this right aways. So either login again or open a new - "konsole" (if you use KDE), or a new shell. + "konsole" (if you use KDE) or a new shell. - Check with "alias cvs_sf" that the alias exists and the run "cvs_sf + Check with "alias cvs_sf" that the alias exists and then run "cvs_sf checkout -c" which should show you the modules that you can check out, eg. @@ -47,9 +47,8 @@ scripts scripts web web - * You possibly already checked out the build module before you - became a developer. Now you need to check out everything again. - So run eg. + * You possibly already checked out the build module before you became a + developer. Now you need to check out everything again. So run eg. cvs_sf checkout build # note: need to specify 'cvs_sf' to get the up to date build system. @@ -58,7 +57,8 @@ cd build cvs update -d -P # note: no need to specify 'cvs_sf' here - If you don't do that you always have to use 'cvs_sf' !!! + If you don't do the checkout with 'cvs_sf' you always have to use + 'cvs_sf' !!! * Last but not least you might want to sign up on the CVS commit mailinglist so you see immediately when change you sent in to one of the @@ -70,7 +70,7 @@ Hope that should get you going as fast as possible. If I have forgotten something it's because it has been such a long time since when I had to do -all this ;-) +all this for myself ;-) Friedrich Lobenstock <fl...@fl...> $Id$ |
From: <fr...@pr...> - 2004-01-28 22:10:43
|
Update of /cvsroot/devil-linux/docs/developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11508/developer Added Files: new-developer.txt Log Message: add documentation for admins and newcomers --- NEW FILE: new-developer.txt --- You've just become a new Devil-Linux Developer. So what is there that is different from before? Let me give you a short getting started guide: * If you have not done so before run "ssh-keygen -t rsa" from the account you will be doing you development at. Hit enter till you are back at the prompt. * Go to http://sourceforge.net/account/editsshkeys.php (might need to log in to SF first if you are not prompted for your password) * Run "cat ~/.ssh/id_rsa.pub" and copy and paste this into the text box on the page referenced above and click "Update" below the box. The output is actually _one_ line like the following (folded for readability): ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAp1gM1XLESnStKjFd4zpxxVgA4aZqa DPVufJJUnVYwU0FBiMWJbDXXXSn4tY/KbWWKhYBbnRVZzSY0YmhGdKQoYyrQqJy7S sOdFkWGkay9FOgub526r2mxjnn/0fnripE6NMHaaUjLHldR4WtYvwb1tpQSiQPqWZ 8f0a7KMVjsFM= user@host It takes some hours (maybe up to 24 or so) till your ssh private key is installed on the CVS server. In the meantime you have to enter your SF password everytime you run the cvs command. * Add this to the files mentioned: "~/.bashrc": export CVS_RSH=ssh export SFUSER=XXXXXXXXX # replace XXXXXXXXX with your # SourceForge username test -s ~/.alias && . ~/.alias "~/.alias": alias cvs_sf='cvs -z3 -d:ext:${SFUSER}@cvs.sourceforge.net:/cvsroot/devil-linux' * Let's test this right aways. So either login again or open a new "konsole" (if you use KDE), or a new shell. Check with "alias cvs_sf" that the alias exists and the run "cvs_sf checkout -c" which should show you the modules that you can check out, eg. # cvs_sf checkout -c build build docs docs scripts scripts web web * You possibly already checked out the build module before you became a developer. Now you need to check out everything again. So run eg. cvs_sf checkout build # note: need to specify 'cvs_sf' to get the up to date build system. In the future you get the latest updates via eg. cd build cvs update -d -P # note: no need to specify 'cvs_sf' here If you don't do that you always have to use 'cvs_sf' !!! Hope that should get you going as fast as possible. If I've forgotten something it's because it has been such a long time when I had to do all this ;-) Friedrich Lobenstock <fl...@fl...> $Id: new-developer.txt,v 1.1 2004/01/28 22:09:28 friedl Exp $ |
From: <fr...@pr...> - 2004-01-28 22:10:43
|
Update of /cvsroot/devil-linux/docs/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11508/admin Added Files: developer-status.txt Log Message: add documentation for admins and newcomers --- NEW FILE: developer-status.txt --- Currently there exit the following types of developers, listed with their rights and the associated persons: status | access rights | name | use...@so... ----------+--------------------------+--------------------------+-------------------------- Project | all rights | Heiko Zürker | smiley73 Admins | | Bruce Smith | blubdog | | Friedrich Lobenstock | friedl ----------+--------------------------+--------------------------+-------------------------- Developer | checkout from latest CVS | | | no commit, manage "Feat. | | | Req." and "Bugs" | | ----------+--------------------------+--------------------------+-------------------------- Senior | +commit | Diego Torres | rapid2k1 Developer | | | | | | ----------+--------------------------+--------------------------+-------------------------- Core | +access to main ftp | | Developer | +other rights yet to be | | | defined | | ----------+--------------------------+--------------------------+-------------------------- |
From: <fr...@pr...> - 2004-01-28 21:16:50
|
Update of /cvsroot/devil-linux/docs/developer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28279/developer Log Message: Directory /cvsroot/devil-linux/docs/developer added to the repository |
From: <fr...@pr...> - 2004-01-28 07:26:01
|
Update of /cvsroot/devil-linux/docs/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6205/admin Log Message: Directory /cvsroot/devil-linux/docs/admin added to the repository |
From: <fr...@pr...> - 2004-01-28 07:12:33
|
Update of /cvsroot/devil-linux/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6480 Removed Files: documentation.htm Log Message: this file was too old and the documentation is currently in build anyway --- documentation.htm DELETED --- |
From: <smi...@pr...> - 2004-01-28 02:22:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10620 Modified Files: md5sum.lst Log Message: new kernel patches Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- md5sum.lst 28 Jan 2004 00:40:07 -0000 1.2 +++ md5sum.lst 28 Jan 2004 02:21:52 -0000 1.3 @@ -140,7 +140,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 34c6489af3b9b9098170248ff2b553aa src/kbd-1.11.tar.gz -cb3aa1f3cb9f14a966c7565eb7ec229a src/kernel-patches-2.4.tar.bz2 +e1845fc7bd1aaf4e63315b06cb5eea03 src/kernel-patches-2.4.tar.bz2 4fdf71827111d15c145cade531fa8ee8 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz |
From: <smi...@pr...> - 2004-01-28 01:52:11
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2955/scripts/config Modified Files: config_linux Log Message: added imq Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- config_linux 6 Jan 2004 19:26:48 -0000 1.68 +++ config_linux 28 Jan 2004 01:51:03 -0000 1.69 @@ -1351,3 +1351,6 @@ CONFIG_LOG_BUF_SHIFT=0 CONFIG_CRYPTO_CAST5=m CONFIG_FW_LOADER=m + +CONFIG_IP_NF_TARGET_IMQ=m +CONFIG_IMQ=m |
From: <smi...@pr...> - 2004-01-28 01:52:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2955 Modified Files: CHANGES Log Message: added imq Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.676 retrieving revision 1.677 diff -u -d -r1.676 -r1.677 --- CHANGES 28 Jan 2004 00:40:07 -0000 1.676 +++ CHANGES 28 Jan 2004 01:51:03 -0000 1.677 @@ -22,6 +22,7 @@ # 1.1.2 +- added IMQ support to kernel 2.4 - updated grub to v0.94 - added ntop v2.2c - added gdchart 0.11.4 |
From: <smi...@pr...> - 2004-01-28 00:41:14
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18821 Modified Files: CHANGES md5sum.lst Log Message: updates sources Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.675 retrieving revision 1.676 diff -u -d -r1.675 -r1.676 --- CHANGES 27 Jan 2004 21:03:37 -0000 1.675 +++ CHANGES 28 Jan 2004 00:40:07 -0000 1.676 @@ -22,6 +22,7 @@ # 1.1.2 +- updated grub to v0.94 - added ntop v2.2c - added gdchart 0.11.4 - console 7 now show iptables connection status via iptstate Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- md5sum.lst 27 Jan 2004 01:58:42 -0000 1.1 +++ md5sum.lst 28 Jan 2004 00:40:07 -0000 1.2 @@ -93,6 +93,7 @@ 65999f654102f5438ac8562d13a6eced src/gcc-3.3.2.tar.bz2 3134158635f5048dba99281c6b712a54 src/gd-2.0.21.tar.gz 1d1b1d5c0245b1c00aff92da751e9aa1 src/gdbm-1.8.3.tar.gz +eb3db4185f21185a89ae6f7cba49c404 src/gdchart0.11.4dev.tar.gz ba8b6c40754f423076fa42bd1f73d534 src/glib-2.2.3.tar.gz ede969aad568f48083e413384f20753c src/glibc-2.3.2.tar.bz2 894b8969cfbdf787c73e139782167607 src/glibc-linuxthreads-2.3.2.tar.bz2 @@ -104,6 +105,7 @@ ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz 2f488ee8c6239ccaf1a7262fe0a6af8c src/grsecurity-1.9.13-2.4.24-fixed.patch.bz2 +299672a99cf59656e653d8ffd7851b56 src/grub-0.94.tar.gz 2fd1afd39ab17dcf88b6eae84ee4e1e3 src/grub_0.93+cvs20031021.orig.tar.gz 3d6c191dfd2bf307014b421c12dc8469 src/gzip-1.3.5.tar.gz d6c11d0e7a6b80704cb79970086ea787 src/hdparm-5.4.tar.gz @@ -206,6 +208,7 @@ e8562d18b7b560887a96824cbc89a77f src/netacct-mysql-0.76.tar.gz c011fc1595dd125443df2d357958c85f src/noip_updater_linux_v1.4.tar.gz 00fcdcc3fa532de1631ce0e78d755c5e src/nptl-0.60.tar.bz2 +473c6a6c81fb03b3e28556043ab2543d src/ntop-2.2c.tgz 98e16c7aa4ecd4c004b51bff18962e95 src/ntp-4.1.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz 15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz |
From: <smi...@pr...> - 2004-01-27 21:08:30
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28764/scripts/configuration/profiles Modified Files: default router Log Message: updated profiles Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- default 27 Jan 2004 00:44:52 -0000 1.8 +++ default 27 Jan 2004 21:07:25 -0000 1.9 @@ -44,6 +44,7 @@ CONFIG_INITRD_FS=CRAMFS CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y +CONFIG_IPSEC_TOOLS=n CONFIG_IPTRAF=y CONFIG_ISAPNPTOOLS=y CONFIG_ISC_BIND=y @@ -149,6 +150,7 @@ CONFIG_VTUN=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_PCWD=y +CONFIG_WEBALIZER=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y CONFIG_WVDIAL=y @@ -156,5 +158,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_WEBALIZER=y -CONFIG_IPSEC_TOOLS=n +CONFIG_NTOP=y Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- router 11 Jan 2004 14:43:05 -0000 1.7 +++ router 27 Jan 2004 21:07:25 -0000 1.8 @@ -2,6 +2,7 @@ CONFIG_BRIDGE_UTILS=y CONFIG_CIPE=y CONFIG_CPQARRAYD=n +CONFIG_CPU=486 CONFIG_CRON=y CONFIG_CVS=n CONFIG_DAEMONTOOLS=y @@ -33,6 +34,7 @@ CONFIG_ISC_DHCP=y CONFIG_JFTPGW=n CONFIG_JOE=y +CONFIG_KERNEL_CPU=486 CONFIG_L2TPD=y CONFIG_LFTP=y CONFIG_LHA=n @@ -41,6 +43,7 @@ CONFIG_LINUX_NR_CPUS=2 CONFIG_LINUX_SMP=n CONFIG_LINUX_UPDATE_PWC=n +CONFIG_LINUX_VERSION=2.4 CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y @@ -114,6 +117,6 @@ CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZISOFS=y -CONFIG_KERNEL_CPU=486 -CONFIG_CPU=486 -CONFIG_LINUX_VERSION=2.4 +CONFIG_INITRD_FS=CRAMFS +CONFIG_MTR=y +CONFIG_NTOP=y |
From: <smi...@pr...> - 2004-01-27 21:05:12
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27696 Modified Files: CHANGES Log Message: initial checkin of gdchart and ntop Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.674 retrieving revision 1.675 diff -u -d -r1.674 -r1.675 --- CHANGES 27 Jan 2004 19:20:46 -0000 1.674 +++ CHANGES 27 Jan 2004 21:03:37 -0000 1.675 @@ -22,6 +22,8 @@ # 1.1.2 +- added ntop v2.2c +- added gdchart 0.11.4 - console 7 now show iptables connection status via iptstate - update_src now checks the md5 checksums of the files - added webalizer v2.01-10 |
From: <smi...@pr...> - 2004-01-27 21:05:12
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27696/scripts/config Modified Files: buildorder.conf Log Message: initial checkin of gdchart and ntop Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- buildorder.conf 20 Dec 2003 02:05:17 -0000 1.11 +++ buildorder.conf 27 Jan 2004 21:03:37 -0000 1.12 @@ -2,7 +2,7 @@ # All local filesystems are mounted (done during boot phase) # -$libs glibc uclibc gmp ncurses zlib ncurses popt readline libol db-4 libxml2 libusb libpcap libjpeg lzo cyrus-sasl bzip2 opt gdbm glib pkgconfig fam libmcrypt libgcrypt openldap pwlib attr acl krb5 wvstreams postgresql mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre +$libs glibc uclibc gmp ncurses zlib ncurses popt readline libol db-4 libxml2 libusb libpcap libjpeg lzo cyrus-sasl bzip2 opt gdbm glib pkgconfig fam libmcrypt libgcrypt openldap pwlib attr acl krb5 wvstreams postgresql mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre gdchart $basebuildtools distcc gcc bison makedepend libtool binutils nasm autoconf automake |
From: <smi...@pr...> - 2004-01-27 21:04:59
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27696/scripts/configuration/help Added Files: ntop.help Log Message: initial checkin of gdchart and ntop --- NEW FILE: ntop.help --- CONFIG_NTOP ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop comes with two applications: * the 'classical' ntop that sports an embedded web server * intop (interactive ntop) is basically a network shell based on the ntop engine. ntop users can use a a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks. |
From: <smi...@pr...> - 2004-01-27 21:04:44
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27696/scripts/configuration Added Files: ntop.config Log Message: initial checkin of gdchart and ntop --- NEW FILE: ntop.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/ntop.config,v $ # $Revision: 1.1 $ # $Date: 2004/01/27 21:03:38 $ # # http://www.devil-linux.org menu_add "Networking|Utilities" bool "NTOP" CONFIG_NTOP |
From: <smi...@pr...> - 2004-01-27 21:04:43
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27696/scripts Added Files: gdchart ntop Log Message: initial checkin of gdchart and ntop --- NEW FILE: gdchart --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/gdchart,v $ # $Revision: 1.1 $ # $Date: 2004/01/27 21:03:37 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: gdchart # Required-Start: $basebuildtools gd # Required-Stop: # Default-Start: 1 # 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 ) replace_str makefile /usr/local /usr GDDIR=$(find_src_dir gd) make GD_INCL=/usr/include/ GD_LD=/usr/lib/ FT_DEF= FT_LK= $PMAKE libgdc.a || exit 1 strip_debug # we have to install this immediately, because this is a library and could be needed by other sources make GD_INCL=/usr/include/ GD_LD=/usr/lib/ FT_DEF= FT_LK= install || exit 1 ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: ntop --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/ntop,v $ # $Revision: 1.1 $ # $Date: 2004/01/27 21:03:37 $ # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: ntop # Required-Start: $basebuildtools $libs rrdtool # 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 ) if [ "$CONFIG_NTOP" = "y" ]; then cd ntop || exit 1 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-gdchart-include=/usr/include --with-gdchart-lib=/usr/lib \ --with-gd-include=/usr/include --with-gd-lib=/usr/lib \ --with-zlib-include=/usr/include --with-zlib-lib=/usr/lib \ --with-libpng-include=/usr/include --with-libpng-lib=/usr/lib || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_NTOP" = "y" ]; then cd ntop || exit 1 rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 rm -rf $WORKDIR/tmp/usr/lib/*a || exit 1 copy_docs $WORKDIR/tmp cp -dpfR $WORKDIR/tmp/etc/* $ETCDIR/etc/ || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: <smi...@pr...> - 2004-01-27 20:02:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9060/scripts Modified Files: gd webalizer Log Message: make sure gd doesn't use libiconv Index: gd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gd 11 Jan 2004 14:43:04 -0000 1.3 +++ gd 27 Jan 2004 20:01:49 -0000 1.4 @@ -25,7 +25,7 @@ case $1 in build ) - ./configure --prefix=/usr || exit 1 + ./configure --prefix=/usr --without-libiconv-prefix || exit 1 make $PMAKE all || exit 1 strip_debug Index: webalizer =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/webalizer,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- webalizer 27 Jan 2004 00:12:41 -0000 1.1 +++ webalizer 27 Jan 2004 20:01:49 -0000 1.2 @@ -27,7 +27,7 @@ build ) if [ "$CONFIG_WEBALIZER" = "y" ]; then ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-dns || exit 1 - make LIBS="-lgd -lpng -lz -lm -lnsl -liconv" all || exit 1 + make all || exit 1 strip_debug fi ;; |
From: <smi...@pr...> - 2004-01-27 19:21:55
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31075 Modified Files: CHANGES Log Message: console 7 now show iptables connection status via iptstate Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.673 retrieving revision 1.674 diff -u -d -r1.673 -r1.674 --- CHANGES 27 Jan 2004 01:58:42 -0000 1.673 +++ CHANGES 27 Jan 2004 19:20:46 -0000 1.674 @@ -22,6 +22,7 @@ # 1.1.2 +- console 7 now show iptables connection status via iptstate - update_src now checks the md5 checksums of the files - added webalizer v2.01-10 - added sensord from lm_sensors package |