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-30 14:28:50
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1:/tmp/cvs-serv10333/scripts/configuration/profiles Modified Files: default Log Message: don't update philips webcam Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- default 30 Dec 2003 04:26:28 -0000 1.2 +++ default 30 Dec 2003 14:28:46 -0000 1.3 @@ -55,7 +55,6 @@ CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=4 CONFIG_LINUX_SMP=y -CONFIG_LINUX_UPDATE_PWC=y CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y @@ -93,6 +92,7 @@ CONFIG_PCMCIA_CS=y CONFIG_PERL=y CONFIG_PHP=y +CONFIG_PMAKE=1 CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y @@ -147,4 +147,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_PMAKE=1 +CONFIG_LINUX_UPDATE_PWC=n |
From: <rap...@us...> - 2003-12-30 04:49:40
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1:/tmp/cvs-serv24265/scripts/configuration/help Added Files: alsa.help Log Message: more help files --- NEW FILE: alsa.help --- CONFIG_ALSA The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: - Efficient support for all types of audio interfaces, from consumer soundcards to professional multichannel audio interfaces. - Fully modularized sound drivers. - SMP and thread-safe design. - User space library (alsa-lib) to simplify application programming and provide higher level functionality. - Support for the older OSS API, providing binary compatibility for most OSS programs. Also included is AlsaPlayer. AlsaPlayer is a new type of PCM player. It is heavily multi-threaded and tries to excercise the ALSA library and driver quite a bit. It has some very interesting features unique to Linux/Unix players. The goal is to create a fully pluggable framework for playback of all sorts of media with the focus on PCM audio data. Supported file formats - MP3 files using MADMP3 audio files using the mpg123 based plugin WAV files |
From: <smi...@us...> - 2003-12-30 04:26:31
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1:/tmp/cvs-serv21348/scripts/configuration/profiles Modified Files: default router Log Message: per default don't do parallel builds (still not working properly) Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- default 30 Dec 2003 00:41:13 -0000 1.1 +++ default 30 Dec 2003 04:26:28 -0000 1.2 @@ -93,7 +93,6 @@ CONFIG_PCMCIA_CS=y CONFIG_PERL=y CONFIG_PHP=y -CONFIG_PMAKE=2 CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y @@ -148,3 +147,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y +CONFIG_PMAKE=1 Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- router 30 Dec 2003 00:41:13 -0000 1.1 +++ router 30 Dec 2003 04:26:28 -0000 1.2 @@ -1,5 +1,7 @@ CONFIG_ARPWATCH=y +CONFIG_BRIDGE_UTILS=y CONFIG_CIPE=y +CONFIG_CPQARRAYD=n CONFIG_CRON=y CONFIG_CVS=n CONFIG_DAEMONTOOLS=y @@ -7,6 +9,7 @@ CONFIG_DDUP=y CONFIG_DEVIL_DOC_ISO=y CONFIG_DEVIL_MAN_ISO=y +CONFIG_DJBDNS=y CONFIG_EBTABLES=y CONFIG_ETHTOOL=y CONFIG_EZ_IPUPDATE=y @@ -20,6 +23,7 @@ CONFIG_HIGHMEM=y CONFIG_HOSTAP=y CONFIG_HOTPLUG=y +CONFIG_HTTPD=n CONFIG_IANS=y CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y @@ -29,9 +33,12 @@ CONFIG_ISC_DHCP=y CONFIG_JFTPGW=y CONFIG_JOE=y +CONFIG_L2TPD=y CONFIG_LFTP=y CONFIG_LHA=n CONFIG_LIBSAFE=y +CONFIG_LIBSTDC_COMPAT=y +CONFIG_LINUX_UPDATE_PWC=n CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y @@ -42,6 +49,8 @@ CONFIG_MEMTEST86=y CONFIG_MGETTY=y CONFIG_MINICOM=y +CONFIG_MTOOLS=y +CONFIG_NAIL=y CONFIG_NCFTP=y CONFIG_NETACCT=y CONFIG_NET_SNMP=y @@ -59,14 +68,18 @@ CONFIG_OPENSSH=y CONFIG_OPENSSL_BIN=y CONFIG_OPENVPN=y +CONFIG_PASSWDGEN=n CONFIG_PCIUTILS=y CONFIG_PCMCIA_CS=y CONFIG_PERL=y -CONFIG_PMAKE=2 +CONFIG_POPTOP=y CONFIG_PORTMAP=y +CONFIG_PORTSLAVE=y CONFIG_PPP=y +CONFIG_PPTP_CLIENT=y CONFIG_PWLIB=y CONFIG_PYTHON=y +CONFIG_PYTHON_LDAP=y CONFIG_QADSL=y CONFIG_RPPPPOE=y CONFIG_RRLOGIND=y @@ -83,32 +96,19 @@ CONFIG_TCPDUMP=y CONFIG_TCP_WRAPPERS=y CONFIG_TELNET_BSD=y +CONFIG_UCSPI_TCP=y CONFIG_USBAT02=y +CONFIG_USBUTILS=y CONFIG_USE_DISTCC=n CONFIG_VIM=y CONFIG_VLAN=y CONFIG_VTUN=y CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_PCWD=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y CONFIG_WVDIAL=y CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZISOFS=y -CONFIG_PYTHON_LDAP=y -CONFIG_CPQARRAYD=n -CONFIG_LINUX_UPDATE_PWC=n -CONFIG_WATCHDOG_PCWD=y -CONFIG_LIBSTDC_COMPAT=y -CONFIG_NAIL=y -CONFIG_DJBDNS=y -CONFIG_HTTPD=n -CONFIG_PORTSLAVE=y -CONFIG_BRIDGE_UTILS=y -CONFIG_L2TPD=y -CONFIG_PPTP_CLIENT=y -CONFIG_POPTOP=y -CONFIG_UCSPI_TCP=y -CONFIG_MTOOLS=y -CONFIG_PASSWDGEN=n -CONFIG_USBUTILS=y +CONFIG_PMAKE=1 |
From: Bruce S. <bw...@ar...> - 2003-12-30 01:02:44
|
> smarttools.help ? I noticed that ALSA is missing the help file too. - BS |
From: <smi...@us...> - 2003-12-30 00:41:16
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1:/tmp/cvs-serv19125/scripts/configuration/profiles Added Files: default router Log Message: added profiles to build system --- NEW FILE: default --- CONFIG_ALSA=n CONFIG_ARPWATCH=y CONFIG_BINUTILS=n CONFIG_BRIDGE_UTILS=y CONFIG_CAMSOURCE=y CONFIG_CIPE=y CONFIG_CLAMAV=y CONFIG_CPQARRAYD=y CONFIG_CPU=586 CONFIG_CRON=y CONFIG_CVS=y CONFIG_CYRUS_IMAPD=y CONFIG_CYRUS_SASL=y CONFIG_DAEMONTOOLS=y CONFIG_DDT=y CONFIG_DDUP=y CONFIG_DEVIL_DOC_ISO=y CONFIG_DEVIL_MAN_ISO=y CONFIG_DISABLELOGGING=n CONFIG_DISTCCD=y CONFIG_DJBDNS=y CONFIG_DOSFSTOOLS=y CONFIG_DOVECOT=y CONFIG_EBTABLES=y CONFIG_ETHTOOL=y CONFIG_EZ_IPUPDATE=y CONFIG_FETCHMAIL=y CONFIG_FILE=y CONFIG_FWLOGWATCH=y CONFIG_GCC3=n CONFIG_GCC_ET_DYN=y CONFIG_GCC_PIE=y CONFIG_GCC_STACK_PROTECTOR=y CONFIG_GRSECURITY=y CONFIG_HEIMDAL=y CONFIG_HIGHMEM=y CONFIG_HOSTAP=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y CONFIG_IANS=y CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y CONFIG_IPTRAF=y CONFIG_ISAPNPTOOLS=y CONFIG_ISC_BIND=y CONFIG_ISC_DHCP=y CONFIG_JFS=y CONFIG_JFTPGW=y CONFIG_JOE=y CONFIG_KERNEL_CPU=586 CONFIG_L2TPD=y CONFIG_LFTP=y CONFIG_LHA=y CONFIG_LIBSAFE=y CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=4 CONFIG_LINUX_SMP=y CONFIG_LINUX_UPDATE_PWC=y CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y CONFIG_LVM=y CONFIG_LYNX=y CONFIG_MAIL_SPAMASSASSIN=y CONFIG_MC=y CONFIG_MDADM=y CONFIG_MEMTEST86=y CONFIG_MGETTY=y CONFIG_MINICOM=y CONFIG_MTOOLS=y CONFIG_MYSQL_CLIENT=y CONFIG_MYSQL_SERVER=y CONFIG_NAIL=y CONFIG_NCFTP=y CONFIG_NETACCT=y CONFIG_NET_SNMP=y CONFIG_NF_BASE=y CONFIG_NF_EXTRA=y CONFIG_NF_PENDING=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y CONFIG_NTP=y CONFIG_OIDENTD=y CONFIG_OPENH323=y CONFIG_OPENH323GK=y CONFIG_OPENLDAPCLIENT=y CONFIG_OPENLDAPLIB=y CONFIG_OPENSSH=y CONFIG_OPENSSL_BIN=y CONFIG_OPENVPN=y CONFIG_PASSWDGEN=y CONFIG_PCIUTILS=y CONFIG_PCMCIA_CS=y CONFIG_PERL=y CONFIG_PHP=y CONFIG_PMAKE=2 CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y CONFIG_POSTFIX=y CONFIG_POSTFIX_TLS=y CONFIG_POSTGRESQL_CLIENT=y CONFIG_PPP=y CONFIG_PPTP_CLIENT=y CONFIG_PWLIB=y CONFIG_PYTHON=y CONFIG_PYTHON_LDAP=y CONFIG_QADSL=y CONFIG_QUOTA_TOOLS=y CONFIG_RAIDTOOLS=y CONFIG_RCS=y CONFIG_RPM=y CONFIG_RPPPPOE=y CONFIG_RRLOGIND=y CONFIG_SAGATOR=y CONFIG_SAMBA=y CONFIG_SARG=y CONFIG_SCREEN=y CONFIG_SG3_UTILS=y CONFIG_SHOREWALL=y CONFIG_SMARTMONTOOLS=y CONFIG_SNORT=y CONFIG_SQUID=y CONFIG_STUNNEL=y CONFIG_SUPER_FREESWAN=y CONFIG_SYSSTAT=y CONFIG_TCPDUMP=y CONFIG_TCP_WRAPPERS=y CONFIG_TELNET_BSD=y CONFIG_THTTPD=y CONFIG_UCSPI_TCP=y CONFIG_UNARJ=y CONFIG_UNRAR=y CONFIG_UNZIP=y CONFIG_USBAT02=y CONFIG_USBUTILS=y CONFIG_USE_DISTCC=n CONFIG_VIM=y CONFIG_VLAN=y CONFIG_VSFTPD=y CONFIG_VTUN=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_PCWD=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y CONFIG_WVDIAL=y CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y --- NEW FILE: router --- CONFIG_ARPWATCH=y CONFIG_CIPE=y CONFIG_CRON=y CONFIG_CVS=n CONFIG_DAEMONTOOLS=y CONFIG_DDT=y CONFIG_DDUP=y CONFIG_DEVIL_DOC_ISO=y CONFIG_DEVIL_MAN_ISO=y CONFIG_EBTABLES=y CONFIG_ETHTOOL=y CONFIG_EZ_IPUPDATE=y CONFIG_FILE=y CONFIG_FWLOGWATCH=y CONFIG_GCC_ET_DYN=y CONFIG_GCC_PIE=y CONFIG_GCC_STACK_PROTECTOR=y CONFIG_GRSECURITY=y CONFIG_HEIMDAL=y CONFIG_HIGHMEM=y CONFIG_HOSTAP=y CONFIG_HOTPLUG=y CONFIG_IANS=y CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y CONFIG_IPTRAF=y CONFIG_ISAPNPTOOLS=y CONFIG_ISC_BIND=y CONFIG_ISC_DHCP=y CONFIG_JFTPGW=y CONFIG_JOE=y CONFIG_LFTP=y CONFIG_LHA=n CONFIG_LIBSAFE=y CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y CONFIG_LVM=n CONFIG_LYNX=y CONFIG_MAIL_SPAMASSASSIN=n CONFIG_MC=y CONFIG_MEMTEST86=y CONFIG_MGETTY=y CONFIG_MINICOM=y CONFIG_NCFTP=y CONFIG_NETACCT=y CONFIG_NET_SNMP=y CONFIG_NF_BASE=y CONFIG_NF_EXTRA=y CONFIG_NF_PENDING=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y CONFIG_NTP=y CONFIG_OIDENTD=y CONFIG_OPENH323=y CONFIG_OPENH323GK=y CONFIG_OPENLDAPCLIENT=y CONFIG_OPENLDAPLIB=y CONFIG_OPENSSH=y CONFIG_OPENSSL_BIN=y CONFIG_OPENVPN=y CONFIG_PCIUTILS=y CONFIG_PCMCIA_CS=y CONFIG_PERL=y CONFIG_PMAKE=2 CONFIG_PORTMAP=y CONFIG_PPP=y CONFIG_PWLIB=y CONFIG_PYTHON=y CONFIG_QADSL=y CONFIG_RPPPPOE=y CONFIG_RRLOGIND=y CONFIG_SAMBA=n CONFIG_SARG=n CONFIG_SCREEN=y CONFIG_SG3_UTILS=y CONFIG_SHOREWALL=y CONFIG_SMARTMONTOOLS=y CONFIG_SNORT=y CONFIG_STUNNEL=y CONFIG_SUPER_FREESWAN=y CONFIG_SYSSTAT=y CONFIG_TCPDUMP=y CONFIG_TCP_WRAPPERS=y CONFIG_TELNET_BSD=y CONFIG_USBAT02=y CONFIG_USE_DISTCC=n CONFIG_VIM=y CONFIG_VLAN=y CONFIG_VTUN=y CONFIG_WATCHDOG=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y CONFIG_WVDIAL=y CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZISOFS=y CONFIG_PYTHON_LDAP=y CONFIG_CPQARRAYD=n CONFIG_LINUX_UPDATE_PWC=n CONFIG_WATCHDOG_PCWD=y CONFIG_LIBSTDC_COMPAT=y CONFIG_NAIL=y CONFIG_DJBDNS=y CONFIG_HTTPD=n CONFIG_PORTSLAVE=y CONFIG_BRIDGE_UTILS=y CONFIG_L2TPD=y CONFIG_PPTP_CLIENT=y CONFIG_POPTOP=y CONFIG_UCSPI_TCP=y CONFIG_MTOOLS=y CONFIG_PASSWDGEN=n CONFIG_USBUTILS=y |
From: <smi...@us...> - 2003-12-30 00:41:16
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv19125/scripts Modified Files: menuconfig settings Log Message: added profiles to build system Index: menuconfig =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/menuconfig,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- menuconfig 29 Dec 2003 23:37:49 -0000 1.27 +++ menuconfig 30 Dec 2003 00:41:13 -0000 1.28 @@ -29,7 +29,7 @@ fi if [ -f $BUILD_CONFIG ]; then - rm $BUILD_CONFIG-tmp + test -f $BUILD_CONFIG-tmp && rm $BUILD_CONFIG-tmp source $BUILD_CONFIG for CFG in $(cat $BUILD_CONFIG | cut -d= -f1 | sort -u) do @@ -37,7 +37,13 @@ echo $CFG=$VALUE >> $BUILD_CONFIG-tmp done else - echo "# Devil-Linux config file for optional packages" > $BUILD_CONFIG-tmp + # ask is we should load the default config + $DIALOG --yesno "No Configuration found, should I load the default profile?" 5 70 + if [ $? = 0 ]; then + cp $DL_DIR/scripts/configuration/profiles/default $BUILD_CONFIG-tmp || exit 1 + else + echo "# Devil-Linux config file for optional packages" > $BUILD_CONFIG-tmp + fi fi echo "#!/bin/bash" > $WORKDIR/.configure Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- settings 24 Dec 2003 23:07:30 -0000 1.38 +++ settings 30 Dec 2003 00:41:13 -0000 1.39 @@ -17,6 +17,8 @@ DONE=$WORKDIR/.done BUILD_CONFIG=$DL_DIR/.config +test -n "$PROFILE" && BUILD_CONFIG=$DL_DIR/scripts/configuration/profiles/$PROFILE + test -s $BUILD_CONFIG && test -z "$NOTLOAD_DEFAULTCONFIG" && source $BUILD_CONFIG PMAKE="" test -n "$CONFIG_PMAKE" && PMAKE="-j$CONFIG_PMAKE" |
From: <smi...@us...> - 2003-12-30 00:41:16
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv19125 Modified Files: CHANGES Makefile Log Message: added profiles to build system Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.621 retrieving revision 1.622 diff -u -d -r1.621 -r1.622 --- CHANGES 29 Dec 2003 23:37:49 -0000 1.621 +++ CHANGES 30 Dec 2003 00:41:13 -0000 1.622 @@ -22,6 +22,8 @@ # 1.1.1 +- added "router" profile to build system +- added "default" profile to build system - menuconfig now make sure that the each config option is only once in the .config file - enabled compilation of iptables with the GCC SSP - enabled compilation of kernel and all modules with the GCC Stack Smashing Protector Index: Makefile =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 13 Oct 2003 17:36:07 -0000 1.8 +++ Makefile 30 Dec 2003 00:41:13 -0000 1.9 @@ -5,8 +5,11 @@ # http://www.devil-linux.org DL_IS_OFFICIAL_RELEASE = N -BUILD = scripts/build.sh export DL_IS_OFFICIAL_RELEASE +PROFILE = +export PROFILE + +BUILD = scripts/build.sh .PHONY: build install iso clean unpack |
From: <smi...@us...> - 2003-12-30 00:08:49
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1:/tmp/cvs-serv13539/scripts/configuration/profiles Log Message: Directory /cvsroot/devil-linux/build/scripts/configuration/profiles added to the repository |
From: <rap...@us...> - 2003-12-29 23:55:30
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1:/tmp/cvs-serv10973/scripts/configuration/help Added Files: smartmontools.help Log Message: the useful and always forgotten .help file :) --- NEW FILE: smartmontools.help --- CONFIG_SMARTMONTOOLS Smartmontools contains utilities that control and monitor storage devices using the Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) system build into ATA and SCSI Hard Drives. This is used to check the reliability of the hard drive and to predict drive failures. smartmontools Version 5.x is designed to comply to the ATA/ATAPI-5 specification (Revision 1). Future releases of smartmontools (Versions 6.x and 7.x) will comply with the ATA/ATAPI-6 and ATA/ATAPI-7 specifications. |
From: <smi...@us...> - 2003-12-29 23:37:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv8114/scripts Modified Files: menuconfig Log Message: menuconfig now make sure that the each config option is only once in the .config file Index: menuconfig =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/menuconfig,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- menuconfig 2 Oct 2003 17:29:35 -0000 1.26 +++ menuconfig 29 Dec 2003 23:37:49 -0000 1.27 @@ -29,7 +29,13 @@ fi if [ -f $BUILD_CONFIG ]; then - cp $BUILD_CONFIG $BUILD_CONFIG-tmp + rm $BUILD_CONFIG-tmp + source $BUILD_CONFIG + for CFG in $(cat $BUILD_CONFIG | cut -d= -f1 | sort -u) + do + eval VALUE=\$$CFG + echo $CFG=$VALUE >> $BUILD_CONFIG-tmp + done else echo "# Devil-Linux config file for optional packages" > $BUILD_CONFIG-tmp fi |
From: <smi...@us...> - 2003-12-29 23:37:52
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv8114 Modified Files: CHANGES Log Message: menuconfig now make sure that the each config option is only once in the .config file Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.620 retrieving revision 1.621 diff -u -d -r1.620 -r1.621 --- CHANGES 29 Dec 2003 19:35:59 -0000 1.620 +++ CHANGES 29 Dec 2003 23:37:49 -0000 1.621 @@ -22,6 +22,7 @@ # 1.1.1 +- menuconfig now make sure that the each config option is only once in the .config file - enabled compilation of iptables with the GCC SSP - enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added smartmontools v5.26 (rpd) |
From: Heiko Z. <he...@zu...> - 2003-12-29 22:56:22
|
smarttools.help ? ;-) Heiko rap...@us... wrote: >Update of /cvsroot/devil-linux/build/scripts/configuration >In directory sc8-pr-cvs1:/tmp/cvs-serv18178/scripts/configuration > >Added Files: > smartmontools.config >Log Message: >smartmontools initial checkin > >--- NEW FILE: smartmontools.config --- >#!/bin/bash ># $Source: /cvsroot/devil-linux/build/scripts/configuration/smartmontools.config,v $ ># $Revision: 1.1 $ ># $Date: 2003/12/29 18:53:49 $ ># ># http://www.devil-linux.org > >menu_add "System|Hardware Support" bool "SMARTMonTools - S.M.A.R.T. HDD Support" CONFIG_SMARTMONTOOLS > > |
From: <smi...@us...> - 2003-12-29 19:39:22
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv26093 Modified Files: CHANGES Log Message: - enabled compilation of iptables with the GCC SSP - enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN - 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.619 retrieving revision 1.620 diff -u -d -r1.619 -r1.620 --- CHANGES 29 Dec 2003 18:57:23 -0000 1.619 +++ CHANGES 29 Dec 2003 19:35:59 -0000 1.620 @@ -22,6 +22,8 @@ # 1.1.1 +- enabled compilation of iptables with the GCC SSP +- enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added smartmontools v5.26 (rpd) - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN |
From: <smi...@us...> - 2003-12-29 19:39:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv26093/scripts Modified Files: alsa-driver cipe e100 e1000 ebtables gcc hostap iANS iptables linux linux-wlan-ng loop-AES pcmcia-cs perl super-freeswan util-linux vsftpd Log Message: - enabled compilation of iptables with the GCC SSP - enabled compilation of kernel and all modules with the GCC Stack Smashing Protector - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN - added new functions to build system: disable_et_dyn () & enable_et_dyn () Index: alsa-driver =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-driver,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- alsa-driver 26 Dec 2003 23:57:53 -0000 1.8 +++ alsa-driver 29 Dec 2003 19:35:59 -0000 1.9 @@ -35,12 +35,8 @@ if [ "$CONFIG_ALSA" = "y" ]; then ./configure --with-isa-pnp=yes --with-oss=yes --with-sequencer=yes --with-cards=all --with-kernel=$KERNELDIR \ --with-moddir=$CDDIR/lib/modules/$KERNELVERSION/misc --sysconfdir=$ETCDIR || exit 1 - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_KERNEL=-fno-stack-protector" - fi - make $PMAKE $FLAGS || exit 1 + make $PMAKE || exit 1 strip_debug fi ;; Index: cipe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cipe,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- cipe 13 Oct 2003 17:36:08 -0000 1.11 +++ cipe 29 Dec 2003 19:35:59 -0000 1.12 @@ -28,11 +28,6 @@ MYNAME=CIPE -FLAGS="gcc" -if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="gcc -fno-stack-protector" -fi - case $1 in build ) if [ "$CONFIG_CIPE" = "y" ]; then @@ -43,7 +38,7 @@ # "This is pre-alpha stuff, much of it does not work as intended..." # - make $PMAKE "KCC=$FLAGS" || exit 1 + make $PMAKE || exit 1 strip_debug fi ;; Index: e100 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/e100,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- e100 13 Oct 2003 17:36:08 -0000 1.9 +++ e100 29 Dec 2003 19:35:59 -0000 1.10 @@ -28,12 +28,7 @@ case $1 in build ) - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi - - make $PMAKE -C src KSRC=$KERNELDIR CC=gcc $FLAGS || exit 1 + make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 strip_debug ;; Index: e1000 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/e1000,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- e1000 13 Oct 2003 17:36:08 -0000 1.9 +++ e1000 29 Dec 2003 19:35:59 -0000 1.10 @@ -28,12 +28,7 @@ case $1 in build ) - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi - - make $PMAKE -C src KSRC=$KERNELDIR CC=gcc $FLAGS || exit 1 + make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 strip_debug ;; Index: ebtables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ebtables,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ebtables 17 Dec 2003 14:55:47 -0000 1.3 +++ ebtables 29 Dec 2003 19:35:59 -0000 1.4 @@ -41,11 +41,8 @@ done echo "CONFIG_IP_NF_MATCH_PHYSDEV=m" >> $KERNELDIR/.config - FLAGS="-Wall -Wunused" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="$FLAGS -fno-stack-protector" - fi - make MANDIR=/usr/share/man CFLAGS="$FLAGS" $PMAKE all|| exit 1 + + make MANDIR=/usr/share/man $PMAKE all|| exit 1 strip_debug fi ;; Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- gcc 28 Dec 2003 01:48:37 -0000 1.14 +++ gcc 29 Dec 2003 19:35:59 -0000 1.15 @@ -25,6 +25,8 @@ MYNAME=GCC3 +KERNELDIR=$(find_src_dir linux) + case $1 in build ) if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then @@ -35,6 +37,12 @@ patch -p1 -i $WORKDIR/protectonly.dif || exit 1 cd .. touch ./.done_patch_protector + + if [ ! -f devil-linux-kernel-protector-patche.done ]; then + touch devil-linux-kernel-protector-patche.done + bzcat $DL_DIR/src/linux-2.4.23-protector-1.patch.bz2 | patch -p1 -d $KERNELDIR || exit 1 + fi + fi fi @@ -61,7 +69,7 @@ # 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 @@ -71,6 +79,7 @@ make || exit 1 GCCSPECDIR=$(dirname $(gcc --print-libgcc-file-name)) cp crt1S.o $GCCSPECDIR || exit 1 + ln -sf crt1S.o $GCCSPECDIR/Scrt1.o || exit 1 popd > /dev/null GCCVER=${GCCSPECDIR##*/} test ! -f $GCCSPECDIR/specs.orig && cp $GCCSPECDIR/specs $GCCSPECDIR/specs.orig Index: hostap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/hostap,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- hostap 13 Oct 2003 17:36:08 -0000 1.10 +++ hostap 29 Dec 2003 19:35:59 -0000 1.11 @@ -35,17 +35,11 @@ case $1 in build ) if [ "$CONFIG_HOSTAP" = "y" ]; then - - FLAGS="CC=gcc" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CC=gcc -fno-stack-protector" - fi - if [ "$CONFIG_PCMCIA_CS" = "y" ]; then - make "$FLAGS" pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ + make pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ -e KERNEL_PATH=$KERNELDIR PCMCIA_PATH=$PCMCIADIR || exit 1 else - make "$FLAGS" pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ + make pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ -e KERNEL_PATH=$KERNELDIR || exit 1 fi cd hostapd Index: iANS =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iANS,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- iANS 13 Oct 2003 17:36:08 -0000 1.13 +++ iANS 29 Dec 2003 19:35:59 -0000 1.14 @@ -30,12 +30,7 @@ case $1 in build ) if [ "$CONFIG_IANS" = "y" ]; then - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi - - make $PMAKE -C src KSRC=$KERNELDIR CC=gcc $FLAGS || exit 1 + make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 strip_debug fi ;; Index: iptables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptables,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- iptables 22 Nov 2003 01:12:40 -0000 1.22 +++ iptables 29 Dec 2003 19:35:59 -0000 1.23 @@ -28,13 +28,9 @@ case $1 in build ) - FLAGS="-O2" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="-O2 -fno-stack-protector" - fi replace_str Makefile "/usr/local" "/usr" # parallel build failes, do not use $PMAKE - make all COPT_FLAGS="$FLAGS" KERNEL_DIR=$KERNELDIR || exit 1 + make all KERNEL_DIR=$KERNELDIR || exit 1 strip_debug # install it, so other programs can use it make install install-devel || exit 1 Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- linux 20 Dec 2003 18:05:56 -0000 1.48 +++ linux 29 Dec 2003 19:35:59 -0000 1.49 @@ -35,19 +35,14 @@ cat .config.add >> .config || exit 1 fi - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi - if [ "$CONFIG_LINUX_UPDATE_PWC" = "y" ]; then cp -vdpfR ../pwc-*/2.4.*/* drivers/usb/ || exit 1 fi - make $FLAGS oldconfig - make $FLAGS dep || exit 1 - make $FLAGS $PMAKE bzImage || exit 1 - make $FLAGS $PMAKE modules || exit 1 + make oldconfig + make dep || exit 1 + make $PMAKE bzImage || exit 1 + make $PMAKE modules || exit 1 ;; install ) Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- linux-wlan-ng 13 Oct 2003 17:36:08 -0000 1.11 +++ linux-wlan-ng 29 Dec 2003 19:35:59 -0000 1.12 @@ -44,11 +44,6 @@ make default_config || exit 1 - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - echo "KERNEL_CFLAGS += -fno-stack-protector" >> config.mk - #echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk - fi - make $PMAKE all || exit 1 make -C add-ons/keygen || exit 1 strip_debug Index: loop-AES =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/loop-AES,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- loop-AES 18 Dec 2003 00:35:18 -0000 1.2 +++ loop-AES 29 Dec 2003 19:35:59 -0000 1.3 @@ -26,11 +26,7 @@ case $1 in build ) - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi - make $FLAGS LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$(pwd) + make LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$(pwd) ;; install ) Index: pcmcia-cs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pcmcia-cs,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- pcmcia-cs 17 Dec 2003 14:55:47 -0000 1.11 +++ pcmcia-cs 29 Dec 2003 19:35:59 -0000 1.12 @@ -31,9 +31,6 @@ build ) if [ "$CONFIG_PCMCIA_CS" = "y" ]; then ./Configure --kernel=$KERNELDIR --noprompt --notrust --cardbus --pnp --apm --nox11 --srctree --sysv --nox11 --rcdir=/etc/init.d || exit 1 - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - echo "CPPFLAGS += -fno-stack-protector" >> config.mk - fi echo "SYSV_INIT=y" >> ./config.out make $PMAKE all || exit 1 strip_debug Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- perl 26 Dec 2003 14:29:35 -0000 1.26 +++ perl 29 Dec 2003 19:35:59 -0000 1.27 @@ -61,6 +61,7 @@ make install || exit 1 rm -f /usr/share/man/man1/s2p.1 /usr/share/man/man1/psed.1 /usr/share/man/man1/c2ph.1 /usr/share/man/man1/pstruct.1 rm -f /usr/bin/perl /usr/bin/perl5.8.0 + rm -f /usr/bin/perl /usr/bin/perl5.8.2 rm -f /usr/bin/s2p /usr/bin/psed rm -f /usr/bin/pstruct /usr/bin/c2ph cp -vfdpR $WORKDIR/tmp/* /usr || exit 1 Index: super-freeswan =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/super-freeswan,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- super-freeswan 17 Dec 2003 14:55:47 -0000 1.1 +++ super-freeswan 29 Dec 2003 19:35:59 -0000 1.2 @@ -57,13 +57,9 @@ KERNELSRC=$KERNELDIR # compile freeswan - FLAGS="" - if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - FLAGS="CFLAGS_EXTRA=-fno-stack-protector" - fi # parallel build fails - do not use $PMAKE - make $FLAGS oldmod || exit 1 + make oldmod || exit 1 make programs || exit 1 strip_debug Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- util-linux 27 Dec 2003 22:00:48 -0000 1.16 +++ util-linux 29 Dec 2003 19:35:59 -0000 1.17 @@ -30,7 +30,11 @@ bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 ./configure || exit 1 replace_str defines.h "#define ENABLE_NLS" "" - make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes || exit 1 + if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then + make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes LDFLAGS="-pie" || exit 1 + else + make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes || exit 1 + fi strip_debug ;; Index: vsftpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vsftpd,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- vsftpd 27 Dec 2003 20:34:25 -0000 1.8 +++ vsftpd 29 Dec 2003 19:35:59 -0000 1.9 @@ -29,8 +29,12 @@ case $1 in build ) if [ "$CONFIG_VSFTPD" = "y" ]; then - disable_et_dyn - make $PMAKE || exit 1 + disable_et_dyn + if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then + make $PMAKE LINK="-Wl,-s,-pie" || exit 1 + else + make $PMAKE LINK="-Wl,-s" || exit 1 + fi strip_debug fi ;; |
From: <rap...@us...> - 2003-12-29 18:57:26
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv18713 Modified Files: CHANGES Log Message: smartmontools initial checkin Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.618 retrieving revision 1.619 diff -u -d -r1.618 -r1.619 --- CHANGES 28 Dec 2003 22:10:33 -0000 1.618 +++ CHANGES 29 Dec 2003 18:57:23 -0000 1.619 @@ -22,6 +22,7 @@ # 1.1.1 +- added smartmontools v5.26 (rpd) - added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - compiled almost all executables as ET_DYN - added new functions to build system: disable_et_dyn () & enable_et_dyn () |
From: <rap...@us...> - 2003-12-29 18:53:52
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv18178/scripts/configuration Added Files: smartmontools.config Log Message: smartmontools initial checkin --- NEW FILE: smartmontools.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/smartmontools.config,v $ # $Revision: 1.1 $ # $Date: 2003/12/29 18:53:49 $ # # http://www.devil-linux.org menu_add "System|Hardware Support" bool "SMARTMonTools - S.M.A.R.T. HDD Support" CONFIG_SMARTMONTOOLS |
From: <rap...@us...> - 2003-12-29 18:53:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18178/scripts Added Files: smartmontools Log Message: smartmontools initial checkin --- NEW FILE: smartmontools --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/smartmontools,v $ # $Revision: 1.1 $ # $Date: 2003/12/29 18:53:48 $ # # http://www.devil-linux.org # # SMARTMONTOOLS added by Diego Torres <rap...@an...> # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: smartmontools # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: Suite that performs S.M.A.R.T. tasks such as disk self-checks and disk self-checks ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings source $MYDIR/functions MYNAME=SMARTMONTOOLS case $1 in build ) if [ "$CONFIG_SMARTMONTOOLS" = "y" ]; then ./configure --prefix=/usr --with-initscriptdir=/etc/init.d --mandir=/usr/share/man || exit 1 #--sysconfdir=/etc --localstatedir=/var || exit 1 ##--disable-lzo make $PMAKE || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_SMARTMONTOOLS" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 make install-strip DESTDIR=$WORKDIR/tmp || exit 1 copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1 cp $WORKDIR/tmp/usr/etc/smartd.conf $ETCDIR/etc || exit 1 cp $WORKDIR/tmp/etc/init.d/smartd $ETCDIR/etc/init.d || exit 1 copy_docs $WORKDIR/tmp rm -rf $WORKDIR/tmp || exit 1 echo "HELP_$MYNAME=\"$MYNAME is a suite that performs S.M.A.R.T. tasks\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: <smi...@us...> - 2003-12-29 01:31:30
|
Update of /cvsroot/devil-linux/build/docs In directory sc8-pr-cvs1:/tmp/cvs-serv15887 Modified Files: rejected_software.html Log Message: added dansguardian to the rejected list Index: rejected_software.html =================================================================== RCS file: /cvsroot/devil-linux/build/docs/rejected_software.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rejected_software.html 25 Nov 2003 15:44:09 -0000 1.2 +++ rejected_software.html 29 Dec 2003 01:31:27 -0000 1.3 @@ -38,6 +38,16 @@ <td>GCC and binutils is only included, so that one can use DL as a distcc host. Including a full development environment is outside of our goal. </td> </tr> + <tr> + <td>DansGuardian + </td> + <td><a href="http://dansguardian.org/">http://dansguardian.org/</a> + </td> + <td>2003-12-28 + </td> + <td>DansGuardian requires under many circumstances that you have to buy a license. The Core team doesn't agree with this and so refuses to include this software. + </td> + </tr> </tbody> </table> |
From: <smi...@us...> - 2003-12-28 22:31:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv21164 Modified Files: lm_sensors Log Message: looks like we need to copy the include file into the sensors folder Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- lm_sensors 28 Dec 2003 22:10:33 -0000 1.10 +++ lm_sensors 28 Dec 2003 22:31:01 -0000 1.11 @@ -49,7 +49,7 @@ done # this is a workaround for a bug in lm_sensors 2.8.2 - ln -sf $(pwd)/kernel/chips/lm75.h $KERNELDIR/include/linux || exit 1 + cp kernel/chips/lm75.h $KERNELDIR/drivers/sensors/ || exit 1 OLDDIR=$(pwd) cd $KERNELDIR || exit 1 |
From: <smi...@us...> - 2003-12-28 22:10:36
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv17640 Modified Files: CHANGES Log Message: added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.617 retrieving revision 1.618 diff -u -d -r1.617 -r1.618 --- CHANGES 27 Dec 2003 22:14:18 -0000 1.617 +++ CHANGES 28 Dec 2003 22:10:33 -0000 1.618 @@ -22,6 +22,7 @@ # 1.1.1 +- added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 - 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 |
From: <smi...@us...> - 2003-12-28 22:10:36
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv17640/scripts Modified Files: lm_sensors Log Message: added workaround for lm_sensors 2.8.2 to be able to compile it under kernel 2.4.23 Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- lm_sensors 17 Dec 2003 14:55:47 -0000 1.9 +++ lm_sensors 28 Dec 2003 22:10:33 -0000 1.10 @@ -47,6 +47,9 @@ for CFG in $( grep bool $KERNELDIR/drivers/i2c/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do echo "$CFG=y" >> $KERNELDIR/.config done + + # this is a workaround for a bug in lm_sensors 2.8.2 + ln -sf $(pwd)/kernel/chips/lm75.h $KERNELDIR/include/linux || exit 1 OLDDIR=$(pwd) cd $KERNELDIR || exit 1 |
From: <smi...@us...> - 2003-12-28 22:03:21
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv16210/scripts/configuration Modified Files: distcc.config Log Message: declare compilation with DISTCC as experimental Index: distcc.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/distcc.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- distcc.config 2 Oct 2003 15:58:26 -0000 1.2 +++ distcc.config 28 Dec 2003 22:03:17 -0000 1.3 @@ -5,5 +5,5 @@ # # http://www.devil-linux.org -menu_add "Build Configuration" bool "use DISTCC to speed up compile" CONFIG_USE_DISTCC +menu_add "Build Configuration" bool "use DISTCC to speed up compile EXPERIMENTAL" CONFIG_USE_DISTCC menu_add "System|Programming" bool "DISTCC Daemon" CONFIG_DISTCCD |
From: <smi...@us...> - 2003-12-28 19:15:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv23059 Modified Files: libtool Log Message: disable ET_DYN for the configure script Index: libtool =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libtool,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- libtool 13 Oct 2003 17:36:08 -0000 1.3 +++ libtool 28 Dec 2003 00:58:07 -0000 1.4 @@ -26,7 +26,9 @@ 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 09:27:58
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv28922/scripts Modified Files: binutils gcc Log Message: compile binutils before gcc Index: binutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/binutils,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- binutils 13 Oct 2003 17:36:07 -0000 1.7 +++ binutils 28 Dec 2003 01:48:37 -0000 1.8 @@ -9,7 +9,7 @@ ### BEGIN INIT INFO # Provides: binutils -# Required-Start: prepare distcc gcc libtool +# Required-Start: prepare distcc # Required-Stop: # Default-Start: 1 2 # Default-Stop: Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- gcc 27 Dec 2003 02:52:51 -0000 1.13 +++ gcc 28 Dec 2003 01:48:37 -0000 1.14 @@ -9,7 +9,7 @@ ### BEGIN INIT INFO # Provides: gcc -# Required-Start: distcc prepare +# Required-Start: distcc prepare binutils # Required-Stop: # Default-Start: 1 2 # Default-Stop: |
From: <smi...@us...> - 2003-12-28 05:29:31
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv12755/scripts Modified Files: reiserfsprogs Log Message: disabled compilation as ET_DYN Index: reiserfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/reiserfsprogs,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- reiserfsprogs 13 Oct 2003 17:36:09 -0000 1.9 +++ reiserfsprogs 27 Dec 2003 19:55:18 -0000 1.10 @@ -26,6 +26,7 @@ case $1 in build ) + disable_et_dyn ./configure --prefix= || exit 1 make $PMAKE all || exit 1 strip_debug |