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: Serge L. <sma...@us...> - 2009-01-12 02:18:20
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6513 Modified Files: dst Log Message: - added EXAMPLES file Index: dst =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dst,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dst 11 Jan 2009 01:35:17 -0000 1.1 +++ dst 12 Jan 2009 01:43:22 -0000 1.2 @@ -42,6 +42,7 @@ install ) if [ "$CONFIG_DST" = "y" ]; then cp -f dst $CDDIR/usr/sbin/ || exit 1 + mkdir $ETCDIR/etc/dst/ && cp EXAMPLES $ETCDIR/etc/dst/ || exit 1 fi ;; |
|
From: Heiko Z. <smi...@us...> - 2009-01-11 14:33:04
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18030/scripts Modified Files: heartbeat Log Message: fixed for heartbeat and 64 bit compiles Index: heartbeat =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/heartbeat,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- heartbeat 10 Jan 2009 17:28:02 -0000 1.15 +++ heartbeat 11 Jan 2009 14:32:59 -0000 1.16 @@ -28,7 +28,7 @@ case $1 in build ) if [ "$CONFIG_HEARTBEAT" = "y" ]; then - #cd $(find_src_dir Heartbeat) || exit 1 + cd $(find_src_dir Heartbeat) || exit 1 if [ "$CONFIG_PYTHON" = "y" ]; then if [ "$CONFIG_NET_SNMP" != "y" ]; then SNMP="--disable-snmp" @@ -36,8 +36,10 @@ #CFLAGS="-D_FORTIFY_SOURCE=0" #CC="gcc -nopie -fno-stack-protector" - #CFLAGS="-fno-stack-protector -D_FORTIFY_SOURCE=0" ./ConfigureMe configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 - CFLAGS="$CFLAGS -fno-stack-protector -D_FORTIFY_SOURCE=0" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 + #CFLAGS="$CFLAGS -fno-stack-protector -D_FORTIFY_SOURCE=0" + ./ConfigureMe configure --prefix=/usr \ + --localstatedir=/var --sysconfdir=/etc ${SNMP} --enable-fatal-warnings=no || exit 1 + #CFLAGS="$CFLAGS -fno-stack-protector -D_FORTIFY_SOURCE=0" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 make $PMAKE all || exit 1 strip_debug @@ -47,7 +49,7 @@ install ) if [ "$CONFIG_HEARTBEAT" = "y" ]; then - #cd $(find_src_dir Heartbeat) || exit 1 + cd $(find_src_dir Heartbeat) || exit 1 if [ "$CONFIG_PYTHON" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 |
|
From: Serge L. <sma...@us...> - 2009-01-11 02:47:26
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20047 Added Files: dst pohmelfs Log Message: - added 2 full-featured network system: the first is network block device and the second one is parallel network fs (a-la pNFS) --- NEW FILE: pohmelfs --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/pohmelfs,v $ # $Revision: 1.1 $ # $Date: 2009/01/11 01:35:17 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: pohmelfs # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # 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_POHMELFS" = "y" ]; then # patch kernel DST_DIR=`pwd` pushd $KERNELDIR > /dev/null patch -p1 < $DST_DIR/pohmelfs*.patch || exit 1 echo -e "CONFIG_POHMELFS=m\n# CONFIG_POHMELFS_DEBUG is not set\n" >> .config || exit 1 popd > /dev/null # Build userspace make KDIR=$KERNELDIR || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_POHMELFS" = "y" ]; then cp -f {fserver,cfg} $CDDIR/usr/sbin/ || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: dst --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/dst,v $ # $Revision: 1.1 $ # $Date: 2009/01/11 01:35:17 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: dst # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: DST - distributed storage (analog of DRBD, iSCSI and NBD) ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) if [ "$CONFIG_DST" = "y" ]; then # patch kernel DST_DIR=`pwd` pushd $KERNELDIR > /dev/null patch -p1 < $DST_DIR/dst*.patch || exit 1 echo -e "CONFIG_DST=m\n# CONFIG_DST_DEBUG is not set\n" >> .config || exit 1 popd > /dev/null # Build userspace make KDIR=$KERNELDIR || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_DST" = "y" ]; then cp -f dst $CDDIR/usr/sbin/ || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
|
From: Serge L. <sma...@us...> - 2009-01-11 02:16:38
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20047/configuration/help Added Files: dst.help pohmefs.help Log Message: - added 2 full-featured network system: the first is network block device and the second one is parallel network fs (a-la pNFS) --- NEW FILE: pohmefs.help --- CONFIG_POHMELFS POHMELFS stands for Parallel Optimized Host Message Exchange Layered File System. POHMELFS is a kernel client for the developed distributed parallel internet filesystem. As it exists today, it is a high-performance parallel network filesystem with ability to balance reading from multiple hosts and simultaneously write data to multiple hosts. Main design goal of this filesystem is to implement very fast and scalable network filesystem with local writeback cache of data and metadata, which greatly speeds up every IO operation compared to traditional writethrough based network filesystems. Read balancing and writing to multiple hosts features can be used to improve parallel multithreaded read-mostly data processing workload and organize fault-tolerant systems. POHMELFS as a network client does not support data synchrnonization between the nodes, so this task should be implemented in servers. POHMELFS and multiple-server-write can be used as backup solution for the physically distributed network servers. http://www.ioremap.net/projects/pohmelfs --- NEW FILE: dst.help --- CONFIG_DST DST is a network block device storage, which can be used to organize exported storages on the remote nodes into the local block device. It's an analog of NBD, AoE and iSCSI network block device implementation http://www.ioremap.net/projects/dst |
|
From: Serge L. <sma...@us...> - 2009-01-11 02:05:07
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20047/configuration Added Files: dst.config pohmefs.config Log Message: - added 2 full-featured network system: the first is network block device and the second one is parallel network fs (a-la pNFS) --- NEW FILE: pohmefs.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/pohmefs.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/11 01:35:17 $ # # http://www.devil-linux.org menu_add "Networking|SAN and NAS" bool "POHMELFS - high-performance parallel network filesystem" CONFIG_POHMELFS --- NEW FILE: dst.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/dst.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/11 01:35:17 $ # # http://www.devil-linux.org menu_add "Networking|SAN and NAS" bool "DST - Network block device storage" CONFIG_DST |
|
From: Serge L. <sma...@us...> - 2009-01-11 02:05:06
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22075 Modified Files: md5sum.lst Log Message: added dst and pohmelfs Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.464 retrieving revision 1.465 diff -u -d -r1.464 -r1.465 --- md5sum.lst 10 Jan 2009 17:28:02 -0000 1.464 +++ md5sum.lst 11 Jan 2009 01:45:54 -0000 1.465 @@ -206,6 +206,7 @@ 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz ea83ea2000a5b2e1744c7c97eb5585d1 src/dovecot-1.1.7.tar.gz 056b8c8b3ad9415a52c01b22ff1e64cf src/dspam-3.8.0.tar.gz +eaff064166337452371a7cc256586cb7 src/dst-11.tar.bz2 b931c02e2b23342f664276ef26d1502c src/dvd+rw-tools-5.21.4.10.8.tar.gz 519bc00c3315e127530dbe6968358634 src/e100-3.5.17.tar.gz 6ef9c9cffb57c24c5f564438a6889558 src/e1000-8.0.6.tar.gz @@ -457,6 +458,7 @@ 1cb52a76ce77fa300218da96577793ec src/perl-5.8.9.tar.bz2 7380ffecebd95c6edb317ef861229ebd src/php-5.2.6.tar.bz2 d922a88782b64441d06547632fd85744 src/pkg-config-0.23.tar.gz +dea5bf46ded66defa17f9dc9d4b39413 src/pohmelfs-10.tar.bz2 5988e7aeb0ae4dac8d83561265984cc9 src/popt-1.7.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz 73f823d66f0e8525b77cb45d94fb90c8 src/portmap_5-2.diff.gz |
|
From: Heiko Z. <smi...@us...> - 2009-01-10 17:28:13
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509/scripts/scripts Modified Files: vmware Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: vmware =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/vmware,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- vmware 9 Jan 2009 20:05:49 -0000 1.5 +++ vmware 10 Jan 2009 17:28:02 -0000 1.6 @@ -42,7 +42,7 @@ start) echo "VMWare Virtual Machine detected" echo "Unloading PCNET32" - rmmod pcnet32 + rmmod pcnet32 &> /dev/null # we already did load the vmmware modules in the boot script # but let's make sure they're here in case somebody @@ -53,6 +53,12 @@ echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER + + for SCHEDULER in $(find /sys/block/ -name scheduler) + do + echo "setting scheduler to NOOP for $SCHEDULER" + echo noop > $SCHEDULER + done ;; stop) echo -n "Shutting down $NAME: " |
|
From: Heiko Z. <smi...@us...> - 2009-01-10 17:28:12
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509/scripts/config/linux-2.6 Modified Files: config_linux.AMD_K8 Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: config_linux.AMD_K8 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux.AMD_K8,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config_linux.AMD_K8 9 Jan 2009 20:05:49 -0000 1.1 +++ config_linux.AMD_K8 10 Jan 2009 17:28:02 -0000 1.2 @@ -133,3 +133,4 @@ CONFIG_HOTPLUG_CPU=y CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_COMPAT_VDSO=y |
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509/scripts Modified Files: cyrus-imapd heartbeat ipsec-tools mgetty openh323 pwlib rng-tools rp-pppoe settings xfsprogs Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: pwlib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pwlib,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- pwlib 1 May 2007 00:30:31 -0000 1.20 +++ pwlib 10 Jan 2009 17:28:02 -0000 1.21 @@ -32,7 +32,7 @@ if [ "$CONFIG_PWLIB" = "y" ]; then rm -f /usr/lib/libpt_linux_x86_r.so /usr/lib/libpt.so export PWLIBDIR=$PWD - CFLAGS="-Os" + CFLAGS="$CFLAGS -Os" export CFLAGS # remove the --disable-openldap once a pwlib update comes out ./configure --prefix=/usr --disable-openldap || exit 1 Index: xfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xfsprogs,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- xfsprogs 1 Feb 2008 10:23:51 -0000 1.28 +++ xfsprogs 10 Jan 2009 17:28:02 -0000 1.29 @@ -30,7 +30,7 @@ if [ "$CONFIG_XFS" = "y" ]; then autoconf || exit 1 ./configure --prefix= --enable-shared=yes --enable-shared-uuid=yes --enable-gettext=no || exit 1 - make $PMAKE || exit 1 + make DEBUG=-DNDEBUG $PMAKE || exit 1 strip_debug fi ;; Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- settings 23 Dec 2007 00:10:11 -0000 1.56 +++ settings 10 Jan 2009 17:28:02 -0000 1.57 @@ -62,7 +62,7 @@ else DL_VERSION="$(cat $SCRCONFIG/VERSION)-$(date -u --iso-8601)" fi -DL_VERSION_FULL="$DL_VERSION-i$CONFIG_CPU" +DL_VERSION_FULL="$DL_VERSION-$CONFIG_GCC_CPU" ISODIR=$WORKDIR/ISO INITRDDIR=$ISODIR/initrdtree @@ -102,3 +102,6 @@ if [ ! "$CONFIG_LINUX_VERSION" = "2.4" ]; then KERNEL_CONFIG_DIR=$DL_DIR/scripts/config/linux-$CONFIG_LINUX_VERSION fi + +export CFLAGS="-mtune=${CONFIG_GCC_CPU} -march=${CONFIG_GCC_CPU}" +export CXXFLAGS="$CFLAGS" Index: cyrus-imapd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cyrus-imapd,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- cyrus-imapd 14 May 2008 11:46:51 -0000 1.30 +++ cyrus-imapd 10 Jan 2009 17:28:02 -0000 1.31 @@ -36,7 +36,7 @@ fi # com_err.h must be found in /usr/include, so let's create a symlink ln -sf /usr/include/et/com_err.h /usr/include || exit 1 - export CFLAGS=-pthread + export CFLAGS="$CFLAGS -pthread" export LDFLAGS=-pthread ./configure --prefix=/usr --with-cyrus-prefix=/usr/lib/cyrus --with-cyrus-user=cyrus --with-cyrus-group=mail \ --enable-shared --enable-netscapehack \ Index: rng-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rng-tools,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- rng-tools 23 Oct 2007 06:47:03 -0000 1.1 +++ rng-tools 10 Jan 2009 17:28:02 -0000 1.2 @@ -23,7 +23,7 @@ case $1 in build ) if [ "$CONFIG_RNGTOOLS" = "y" ]; then - ./configure CFLAGS="-Wall -pipe -02" --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 + ./configure CFLAGS="$CFLAGS -Wall -pipe -02" --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE all || exit 1 strip_debug fi Index: ipsec-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ipsec-tools,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ipsec-tools 12 Dec 2008 19:16:17 -0000 1.13 +++ ipsec-tools 10 Jan 2009 17:28:02 -0000 1.14 @@ -65,6 +65,7 @@ rm -rf $TMPDIR/usr/{include,lib} || exit 1 copy_files $TMPDIR/etc $ETCDIR rm -rf $TMPDIR/etc || exit 1 + mkdir -p $TMPDIR/var/racoon || exit 1 cp -dvpfR $TMPDIR/* $CDDIR/ || exit 1 cp -p $MYDIR/scripts/ipsec-tools $ETCDIR/etc/init.d || exit 1 chmod +x $ETCDIR/etc/init.d/ipsec-tools Index: heartbeat =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/heartbeat,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- heartbeat 9 Jan 2009 20:05:49 -0000 1.14 +++ heartbeat 10 Jan 2009 17:28:02 -0000 1.15 @@ -37,7 +37,7 @@ #CFLAGS="-D_FORTIFY_SOURCE=0" #CC="gcc -nopie -fno-stack-protector" #CFLAGS="-fno-stack-protector -D_FORTIFY_SOURCE=0" ./ConfigureMe configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 - CFLAGS="-fno-stack-protector -D_FORTIFY_SOURCE=0" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 + CFLAGS="$CFLAGS -fno-stack-protector -D_FORTIFY_SOURCE=0" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 make $PMAKE all || exit 1 strip_debug Index: mgetty =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mgetty,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- mgetty 13 Dec 2004 16:41:11 -0000 1.10 +++ mgetty 10 Jan 2009 17:28:02 -0000 1.11 @@ -29,7 +29,7 @@ if [ "$CONFIG_MGETTY" = "y" ]; then replace_str Makefile /usr/local /usr cp policy.h-dist policy.h - make $PMAKE CONFDIR=/etc/mgetty+sendfax CFLAGS="-O2 -Wall -pipe -DAUTO_PPP" all || exit 1 + make $PMAKE CONFDIR=/etc/mgetty+sendfax CFLAGS="$CFLAGS -O2 -Wall -pipe -DAUTO_PPP" all || exit 1 strip_debug fi ;; Index: openh323 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openh323,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- openh323 21 Mar 2007 15:42:21 -0000 1.16 +++ openh323 10 Jan 2009 17:28:02 -0000 1.17 @@ -35,7 +35,7 @@ export PWLIBDIR=$(find_src_dir pwlib) ./configure --prefix=/usr || exit 1 # don't use parallel builds ($PMAKE) - CFLAGS="-I/usr/src/linux/include" make || exit 1 + CFLAGS="$CFLAGS -I/usr/src/linux/include" make || exit 1 strip_debug make install || exit 1 fi Index: rp-pppoe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rp-pppoe,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- rp-pppoe 21 Sep 2007 09:22:33 -0000 1.18 +++ rp-pppoe 10 Jan 2009 17:28:02 -0000 1.19 @@ -48,7 +48,7 @@ rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 cd src - make install RPM_INSTALL_ROOT=$TMPDIR || exit 1 + make install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR copy_files $TMPDIR/usr $CDDIR/ || exit 1 rm -f $TMPDIR/etc/ppp/firewall* |
|
From: Heiko Z. <smi...@us...> - 2009-01-10 17:28:09
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509/scripts/configuration Modified Files: prepare.config Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- prepare.config 9 Jan 2009 20:29:12 -0000 1.24 +++ prepare.config 10 Jan 2009 17:28:02 -0000 1.25 @@ -13,7 +13,8 @@ menu_add "Build Configuration|Size Optimization" bool "Compressed ISO (ZISOFS)" CONFIG_ZISOFS menu_add "Build Configuration|Processor and Memory" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2 AMD_K8 -menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU 486 586 686 +menu_add "Build Configuration|Processor and Memory" list "Emulate CPU (build system)" CONFIG_CPU 486 586 686 +menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_GCC_CPU i486 i586 i686 pentium3 pentium4 prescott nocona k6 athlon athlon-xp k8 c3 c3-2 test "$CONFIG_KERNEL_CPU" = "VIAC3_2" && menu_add "Build Configuration|Processor and Memory" bool "Longhaul fix (EXPERIMENTAL)" CONFIG_LONGHAUL test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 |
|
From: Heiko Z. <smi...@us...> - 2009-01-10 17:28:09
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509/scripts/configuration/profiles Modified Files: default Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- default 7 Jan 2009 07:47:28 -0000 1.93 +++ default 10 Jan 2009 17:28:02 -0000 1.94 @@ -133,7 +133,7 @@ CONFIG_NMAP=y CONFIG_NO_IP_UPDATER=y CONFIG_NSSLDAPLIB=y -CONFIG_NTOP=n +CONFIG_NTOP=y CONFIG_NTP=y CONFIG_NUT=y CONFIG_OIDENTD=y @@ -234,4 +234,4 @@ CONFIG_MAILSCANNER=y CONFIG_ISCSI_TARGET=n CONFIG_ISCSI_INIT=n - +CONFIG_GCC_CPU=i586 |
|
From: Heiko Z. <smi...@us...> - 2009-01-10 17:28:07
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19509 Modified Files: CHANGES md5sum.lst Log Message: - vmware init script now changes the scheduler to noop for all block devices (better perfomance since the vm host needs to schedule across all vms) - updated rp-pppoe to 3.10 - added AMD-K8 support to Kernel (build system only) - added initial support for selection different CPU kinds for GCC (build system only) - updated attr_2.4.43-1 - updated xfsprogs_2.10.2-1 - added missing directory /var/racoon Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1236 retrieving revision 1.1237 diff -u -d -r1.1236 -r1.1237 --- CHANGES 10 Jan 2009 00:41:47 -0000 1.1236 +++ CHANGES 10 Jan 2009 17:28:02 -0000 1.1237 @@ -22,6 +22,14 @@ # 1.3.6 +- vmware init script now changes the scheduler to noop for all block devices + (better perfomance since the vm host needs to schedule across all vms) +- updated rp-pppoe to 3.10 +- added AMD-K8 support to Kernel (build system only) +- added initial support for selection different CPU kinds for GCC (build system only) +- updated attr_2.4.43-1 +- updated xfsprogs_2.10.2-1 +- added missing directory /var/racoon - updated openssl to 0.9.8j (sl) - updated openiscsi to 2.0-870.1 (sl) - updated iscsitarget to 0.4.17 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.463 retrieving revision 1.464 diff -u -d -r1.463 -r1.464 --- md5sum.lst 10 Jan 2009 00:11:34 -0000 1.463 +++ md5sum.lst 10 Jan 2009 17:28:02 -0000 1.464 @@ -129,7 +129,7 @@ 101d635b4769a611523bfbc7fb5aec52 src/arpwatch_repscr.patch.bz2 ac0f33a7fb8484eecee9c9e1db112e34 src/asm_types.h.patch bbd5696cb6c7c6432d7338d783c408f2 src/atl2-2.0.5.tar.bz2 -867eb6e8863e39900382d77e2b538696 src/attr_2.4.41-1.tar.gz +91583a14bcbd637adaa9b07ea49c5d4b src/attr_2.4.43-1.tar.gz 6bd6f41bbaf0a7bc307e87b714522ffe src/aufs-20081213.tar.bz2 36d3fe706ad0950f1be10c46a429efe0 src/autoconf-2.61.tar.bz2 c11b8100bb311492d8220378fd8bf9e0 src/automake-1.9.6.tar.bz2 @@ -419,8 +419,8 @@ b2d75e2962f1e3151ef58794d60c9e97 src/nrpe-2.12.tar.gz 33a98e7975f633a9489d7a8938ed6131 src/nsca-2.7.2.tar.gz ef29690c6e5f02dffbfd0f32f296a97b src/nss_ldap.tgz -a2e8f6ef61ff037a718ad6b3f7453696 src/ntop-geoipdownload.patch.bz2 cec5a7eb6afbd7b89a956f45a0264d62 src/ntop-3.3.9.tar.bz2 +a2e8f6ef61ff037a718ad6b3f7453696 src/ntop-geoipdownload.patch.bz2 1961c2c12b66b9046d5df37d0a41b181 src/ntp-4.2.4p6.tar.gz 5cc5a621832a70e012462d2069149583 src/ntpconfig-phone.patch.bz2 677a84a83e9be7bc93610413ee696375 src/nut-2.2.2.tar.gz @@ -464,8 +464,8 @@ 4bcce061d059d69f0d77c59dbe4427b4 src/portslave-1.9.11.tar.gz ec2cb63b53f5f36c3ca91da8f3bc9407 src/postfix-2.5.6.tar.gz c339b9d3c0c4add64c7a76640fc93744 src/postgresql-8.3.4.tar.bz2 -183800762e266132218b204dfb428d29 src/ppp-2.4.4.tar.gz 51b333d779b560c55f3fa69e4fdc6964 src/ppp-2.4.4-mppe-mppc.1.1.patch.bz2 +183800762e266132218b204dfb428d29 src/ppp-2.4.4.tar.gz 98959253ff3dd002b26e36189967cf7f src/ppp-patches.tar.bz2 4c3d19286a37459a632c7128c92a9857 src/pptp-1.7.2.tar.gz 4918e0840fa7a14a985fccc22b7025d4 src/pptp-patches.tar.bz2 @@ -493,7 +493,7 @@ 7ee5a692db88b30ca48927a13fd60e46 src/readline-5.1.tar.gz 3b3392f59c5d302cf858bc4cf194b258 src/reiserfsprogs-3.6.20.tar.gz b01aa8b7e833dbf9d230f146fb23a1bf src/rng-tools_2-unofficial-mt.10.orig.tar.gz -0e32760f498f9cde44081ee6aafc823b src/rp-pppoe-3.8.tar.gz +d58a13cc4185bca6121a606ff456dec0 src/rp-pppoe-3.10.tar.gz b0c3093d2f0d850760e59ac1db9bf152 src/rpm-4.0.4.tar.gz 841ca303c88f7184cf0aaab07e52dec4 src/rrdtool-1.2.27.tar.gz 2b2d159c9bd1b5f8adfd8b13da3a1f3f src/rsync-3.0.4.tar.gz @@ -581,7 +581,7 @@ c2fa9d7e771134ac8c89d56b8197d4ca src/wol-0.7.1.tar.gz 45097f269c7847266e121e4a0f362be9 src/wvdial-1.56.tar.gz eb34544384c951fd14470d583273e02a src/wvstreams-4.3.tar.gz -8f0410aa8cfea0936969a3aab447009c src/xfsprogs_2.10.1-1.tar.gz +0a696c6362b39c12bb59c08afd4c5827 src/xfsprogs_2.10.2-1.tar.gz 567382d7972613090215c6c54f9b82d9 src/xinetd-2.3.14.tar.gz ab6614c785f5b653fcc69fb9c02058f0 src/xmbmon205.tar.gz 8a852581c831eb6e699a16d741a7ec52 src/yp-tools-2.9.tar.gz |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:41:54
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17389 Modified Files: CHANGES Log Message: - added mppe-mppc patch for ppp - updated openssl - updated ntop (still experimental) - updated iscsi Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1235 retrieving revision 1.1236 diff -u -d -r1.1235 -r1.1236 --- CHANGES 9 Jan 2009 20:05:49 -0000 1.1235 +++ CHANGES 10 Jan 2009 00:41:47 -0000 1.1236 @@ -22,6 +22,10 @@ # 1.3.6 +- updated openssl to 0.9.8j (sl) +- updated openiscsi to 2.0-870.1 (sl) +- updated iscsitarget to 0.4.17 (sl) +- updated ntop to 3.3.9 (sl) - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:36:34
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17143 Modified Files: e100 e1000 Log Message: - added option for choosing Intel driver for e100/e1000 modules Index: e100 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/e100,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- e100 11 Sep 2004 16:16:17 -0000 1.14 +++ e100 10 Jan 2009 00:36:27 -0000 1.15 @@ -23,16 +23,18 @@ # source functions and config source $MYDIR/settings -test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 0 - case $1 in build ) - make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 - strip_debug + if [ "$CONFIG_INTEL_E100" = "y" ]; then + make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 + strip_debug + fi ;; install ) - make install -C src INSTALL_MOD_PATH=$CDDIR/ KSRC=$KERNELDIR MANDIR=/usr/share/man CC=gcc || exit 1 + if [ "$CONFIG_INTEL_E100" = "y" ]; then + make install -C src INSTALL_MOD_PATH=$CDDIR/ KSRC=$KERNELDIR MANDIR=/usr/share/man CC=gcc || exit 1 + fi ;; * ) Index: e1000 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/e1000,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- e1000 7 Jan 2009 06:21:11 -0000 1.16 +++ e1000 10 Jan 2009 00:36:27 -0000 1.17 @@ -25,12 +25,16 @@ case $1 in build ) - make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 - strip_debug + if [ "$CONFIG_INTEL_E1000" = "y" ]; then + make $PMAKE -C src KSRC=$KERNELDIR CC=gcc || exit 1 + strip_debug + fi ;; install ) - make install -C src INSTALL_MOD_PATH=$CDDIR/ KSRC=$KERNELDIR MANDIR=/usr/share/man CC=gcc || exit 1 + if [ "$CONFIG_INTEL_E1000" = "y" ]; then + make install -C src INSTALL_MOD_PATH=$CDDIR/ KSRC=$KERNELDIR MANDIR=/usr/share/man CC=gcc || exit 1 + fi ;; * ) |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:33:25
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17042/configuration/help Added Files: iscsiinit.help iscsitarget.help Log Message: - added help for iSCSI --- NEW FILE: iscsiinit.help --- CONFIG_ISCSI_INIT Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720. http://www.open-iscsi.org/ --- NEW FILE: iscsitarget.help --- CONFIG_ISCSI_TARGET IET (iSCSI Enterprise Target) is to develop an open source iSCSI target with professional features, that works well in enterprise environment under real workload, and is scalable and versatile enough to meet the challenge of future storage needs and developments. The project was started by forking the Ardis target implementation, with respect to the GPL. While the Ardis target implementation was a very good one, it lacked several key needs, including SMP support, Linux 2.6 kernel support, 64bit architecture support, dynamic configuration, iSNS support and more. http://iscsitarget.sourceforge.net/ |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:32:03
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16903/configuration Modified Files: aoe6.config nfs.config nfsd.config Added Files: aoe_vblade.config e100.config e1000.config iscsiinit.config iscsitarget.config Removed Files: vblade.config Log Message: - added new section to menu "NAS and SAN" - for network block devices and filesystems - added option for e100/e1000 (disabled by default) Index: nfs.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/nfs.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- nfs.config 13 Dec 2005 10:12:15 -0000 1.3 +++ nfs.config 10 Jan 2009 00:31:56 -0000 1.4 @@ -6,4 +6,4 @@ # http://www.devil-linux.org [ "$CONFIG_PORTMAP" = "y" ] && [ "$CONFIG_TCP_WRAPPERS" = "y" ] && \ - menu_add "System|Filesystems" bool "NFS - Network File System" CONFIG_NFS + menu_add "Networking|SAN and NAS" bool "NFS - Network File System" CONFIG_NFS --- NEW FILE: aoe_vblade.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/aoe_vblade.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/10 00:31:56 $ # # http://www.devil-linux.org menu_add "Networking|SAN and NAS" bool "AOE Server - storage target" CONFIG_VBLADE --- vblade.config DELETED --- --- NEW FILE: iscsitarget.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/iscsitarget.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/10 00:31:56 $ # # http://www.devil-linux.org menu_add "Networking|SAN and NAS" bool "IET - iSCSI Target" CONFIG_ISCSI_TARGET --- NEW FILE: iscsiinit.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/iscsiinit.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/10 00:31:56 $ # # http://www.devil-linux.org menu_add "Networking|SAN and NAS" bool "Open iSCSI - iSCSI Initiator" CONFIG_ISCSI_INIT Index: aoe6.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/aoe6.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- aoe6.config 3 Sep 2007 10:45:15 -0000 1.1 +++ aoe6.config 10 Jan 2009 00:31:56 -0000 1.2 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org - menu_add "System|Filesystems" bool "AOE - ATA over Ethernet driver and tools" CONFIG_AOE6 + menu_add "Networking|SAN and NAS" bool "AOE - ATA over Ethernet driver and tools" CONFIG_AOE6 --- NEW FILE: e100.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/e100.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/10 00:31:56 $ # # http://www.devil-linux.org menu_add "System|Hardware Support" bool "To use Intel driver (e100) insted of the kernel one" CONFIG_INTEL_E100 --- NEW FILE: e1000.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/e1000.config,v $ # $Revision: 1.1 $ # $Date: 2009/01/10 00:31:56 $ # # http://www.devil-linux.org menu_add "System|Hardware Support" bool "To use Intel driver (e1000) insted of the kernel one" CONFIG_INTEL_E1000 Index: nfsd.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/nfsd.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- nfsd.config 13 Dec 2005 10:12:15 -0000 1.2 +++ nfsd.config 10 Jan 2009 00:31:56 -0000 1.3 @@ -6,4 +6,4 @@ # http://www.devil-linux.org [ "$CONFIG_PORTMAP" = "y" ] && [ "$CONFIG_TCP_WRAPPERS" = "y" ] && \ - menu_add "Networking|Services" bool "NFS Server" CONFIG_NFSD + menu_add "Networking|SAN and NAS" bool "NFS Server" CONFIG_NFSD |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:11:42
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15929 Modified Files: md5sum.lst Log Message: - added mppe-mppc patch for ppp - updated openssl - updated ntop (still experimental) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.462 retrieving revision 1.463 diff -u -d -r1.462 -r1.463 --- md5sum.lst 9 Jan 2009 20:05:49 -0000 1.462 +++ md5sum.lst 10 Jan 2009 00:11:34 -0000 1.463 @@ -300,7 +300,7 @@ b5493f7a2997130a4f86c486c9993b86 src/iputils_20020927.orig.tar.gz fb99dce274d2e0c7c3df244388289677 src/ipvsadm-1.24.tar.gz 26def2016548edeafe383113f0bc8ac6 src/isapnptools-1.26.tgz -e914940334652573f6495ad5cfd9eaba src/iscsitarget-svn.tar.bz2 +e79b437695fc50e7d054631855a16b1b src/iscsitarget-0.4.17.tar.gz 812c0fe189b86d3a8807b31e0c3ad3a2 src/j2re-1_4_1_02-linux-i586.tar.bz2 461fd0cadc5e69852e12c47c5d01c06d src/jailkit-2.0-destdir.patch.bz2 3959421ee9b683b02e74a14e2b55c50b src/jailkit-2.0-jk_socketd-param.patch.bz2 @@ -419,12 +419,13 @@ b2d75e2962f1e3151ef58794d60c9e97 src/nrpe-2.12.tar.gz 33a98e7975f633a9489d7a8938ed6131 src/nsca-2.7.2.tar.gz ef29690c6e5f02dffbfd0f32f296a97b src/nss_ldap.tgz -22bfc14cf92bca6e35103d31a5ede027 src/ntop-3.3.6.tar.gz +a2e8f6ef61ff037a718ad6b3f7453696 src/ntop-geoipdownload.patch.bz2 +cec5a7eb6afbd7b89a956f45a0264d62 src/ntop-3.3.9.tar.bz2 1961c2c12b66b9046d5df37d0a41b181 src/ntp-4.2.4p6.tar.gz 5cc5a621832a70e012462d2069149583 src/ntpconfig-phone.patch.bz2 677a84a83e9be7bc93610413ee696375 src/nut-2.2.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz -7dd3ede84c1ca46540eda4229d7c8569 src/open-iscsi-2.0-870-rc3.tar.gz +3b7e273ad2696899df2b8e5622fdeb2c src/open-iscsi-2.0-870.1.tar.gz bc51e60049b1f7ccc6b36a335c9d99c4 src/open-iscsi-destdir.patch.bz2 2c457c9bcee711140ec137a6829525eb src/open-vm-tools-2008.12.23-137496.tar.gz d7043ba34b5038f0113b099ede0884fb src/openh323-v1_18_0-src.tar.gz @@ -434,7 +435,7 @@ 03f2d0c1b5ec60d4ac9997a146d2faec src/openssh-5.1p1.tar.gz 8d7deea5f6d84fef90d1e256990ef048 src/openssl-0.9.8b-sha.diff.bz2 bf768bc75cfb7e1774d314a2bd953f6d src/openssl-0.9.8e-engine.diff.bz2 -561e00f18821c74b2b86c8c7786f9d8b src/openssl-0.9.8i.tar.gz +a5cb5f6c3d11affb387ecf7a997cac0c src/openssl-0.9.8j.tar.gz 14a35b05c5a16292d149592d1dad0302 src/openvpn-2.1_rc15.tar.gz 587171c4e15a40adde8aa1b3d77328e9 src/opt-3.19.tar.gz 212df4b1bcb3e63bea3de23b04e6786e src/p7zip_4.57-libun7zip.patch.bz2 @@ -464,6 +465,7 @@ ec2cb63b53f5f36c3ca91da8f3bc9407 src/postfix-2.5.6.tar.gz c339b9d3c0c4add64c7a76640fc93744 src/postgresql-8.3.4.tar.bz2 183800762e266132218b204dfb428d29 src/ppp-2.4.4.tar.gz +51b333d779b560c55f3fa69e4fdc6964 src/ppp-2.4.4-mppe-mppc.1.1.patch.bz2 98959253ff3dd002b26e36189967cf7f src/ppp-patches.tar.bz2 4c3d19286a37459a632c7128c92a9857 src/pptp-1.7.2.tar.gz 4918e0840fa7a14a985fccc22b7025d4 src/pptp-patches.tar.bz2 |
|
From: Serge L. <sma...@us...> - 2009-01-10 00:11:42
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15929/d Modified Files: ntop ppp Log Message: - added mppe-mppc patch for ppp - updated openssl - updated ntop (still experimental) Index: ppp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ppp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ppp 15 Jan 2006 11:45:01 -0000 1.21 +++ ppp 10 Jan 2009 00:11:34 -0000 1.22 @@ -32,6 +32,12 @@ cat ../ppp-patches/* | patch -p1 || exit 1 touch .patches_done fi + if [ "$CONFIG_PPTP_MPPE_MPPC" = "y" ]; then + if [ ! -f devil-linux-mppe_mppc-patch.done ]; then + bzcat $SRCDIR/ppp-*-mppe-mppc*patch.bz2 | patch -p1 || exit 1 + touch devil-linux-mppe_mppc-patch.done + fi + fi ./configure --prefix=/usr || exit 1 replace_str pppd/Makefile "#CBCP=y" "CBCP=y" # replace_str pppd/Makefile "USE_PAM=y" "#USE_PAM=y" Index: ntop =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ntop,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ntop 15 Jun 2007 13:23:54 -0000 1.10 +++ ntop 10 Jan 2009 00:11:34 -0000 1.11 @@ -27,6 +27,10 @@ case $1 in build ) if [ "$CONFIG_NTOP" = "y" ]; then + if [ ! -e .patches_done ]; then + bzcat $SRCDIR/ntop-geoipdownload.patch.bz2 | patch -p1 || exit 1 + touch .patches_done + fi ./autogen.sh || exit 1 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-gdchart-include=/usr/include --with-gdchart-lib=/usr/lib \ @@ -43,19 +47,20 @@ if [ "$CONFIG_NTOP" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR/usr || exit 1 + # Workarond for a weird bug. Remove the next line if update ntop + ln -sf `pwd`/GeoIP-*/libGeoIP/.libs/libGeoIP.a /usr/local/lib/ + make LN_S="ln -sf" install DESTDIR=$TMPDIR || exit 1 - rm -rf $TMPDIR/usr/lib/*a || exit 1 - + rm -rf $TMPDIR/usr/include || exit 1 copy_docs $TMPDIR - - mkdir -p $TMPDIR/usr/share/ntop || exit 1 - chmod -x $TMPDIR/etc/ntop/*.gz - mv -f $TMPDIR/etc/ntop/*.gz $TMPDIR/usr/share/ntop/ || exit 1 - ln -sf /usr/share/ntop/etter.passive.os.fp.gz $TMPDIR/etc/ntop/etter.passive.os.fp.gz || exit 1 - ln -sf /usr/share/ntop/oui.txt.gz $TMPDIR/etc/ntop/oui.txt.gz || exit 1 - ln -sf /usr/share/ntop/p2c.opt.table.gz $TMPDIR/etc/ntop/p2c.opt.table.gz || exit 1 - ln -sf /usr/share/ntop/specialMAC.txt.gz $TMPDIR/etc/ntop/specialMAC.txt.gz || exit 1 + #mkdir -p $TMPDIR/usr/share/ntop || exit 1 + #chmod -x $TMPDIR/etc/ntop/*.gz + #mv -f $TMPDIR/etc/ntop/*.gz $TMPDIR/usr/share/ntop/ || exit 1 + #ln -sf /usr/share/ntop/etter.finger.os.gz $TMPDIR/etc/ntop/etter.finger.os.gz || exit 1 + #ln -sf /usr/share/ntop/oui.txt.gz $TMPDIR/etc/ntop/oui.txt.gz || exit 1 + #ln -sf /usr/share/ntop/p2c.opt.table.gz $TMPDIR/etc/ntop/p2c.opt.table.gz || exit 1 + #ln -sf /usr/share/ntop/specialMAC.txt.gz $TMPDIR/etc/ntop/specialMAC.txt.gz || exit 1 cp -dp $MYDIR/scripts/ntop $ETCDIR/etc/init.d/ || exit 1 cp -dpfR $TMPDIR/etc/* $ETCDIR/etc/ || exit 1 @@ -66,9 +71,9 @@ rm -rf $TMPDIR || exit 1 - mkdir -p $CDDIR/var/lib/ntop || exit 1 - chmod -R 755 $CDDIR/var/lib/ntop || exit 1 - chown -R ntop $CDDIR/var/lib/ntop || exit 1 + mkdir -p $CDDIR/var/ntop || exit 1 + chmod -R 755 $CDDIR/var/ntop || exit 1 + chown -R ntop $CDDIR/var/ntop || exit 1 echo "# Start ntop?" >> $CONFIGFILE echo "START_$MYNAME=no" >> $CONFIGFILE |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:29:18
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3452 Modified Files: prepare.config Log Message: oops Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- prepare.config 9 Jan 2009 20:05:49 -0000 1.23 +++ prepare.config 9 Jan 2009 20:29:12 -0000 1.24 @@ -13,7 +13,7 @@ menu_add "Build Configuration|Size Optimization" bool "Compressed ISO (ZISOFS)" CONFIG_ZISOFS menu_add "Build Configuration|Processor and Memory" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2 AMD_K8 -menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU i486 i586 i686 +menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU 486 586 686 test "$CONFIG_KERNEL_CPU" = "VIAC3_2" && menu_add "Build Configuration|Processor and Memory" bool "Longhaul fix (EXPERIMENTAL)" CONFIG_LONGHAUL test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:58
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148/scripts/configuration Modified Files: prepare.config Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- prepare.config 19 May 2008 12:37:20 -0000 1.22 +++ prepare.config 9 Jan 2009 20:05:49 -0000 1.23 @@ -12,8 +12,8 @@ test "$CONFIG_KERNEL_CPU" != "686" -a "$CONFIG_KERNEL_CPU" != "VIAC3_2" -a "$CONFIG_PSCHED_CLOCK_SOURCE" = "PSCHED_CPU" && CONFIG_PSCHED_CLOCK_SOURCE=PSCHED_JIFFIES menu_add "Build Configuration|Size Optimization" bool "Compressed ISO (ZISOFS)" CONFIG_ZISOFS -menu_add "Build Configuration|Processor and Memory" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2 -menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU 486 586 686 +menu_add "Build Configuration|Processor and Memory" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2 AMD_K8 +menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU i486 i586 i686 test "$CONFIG_KERNEL_CPU" = "VIAC3_2" && menu_add "Build Configuration|Processor and Memory" bool "Longhaul fix (EXPERIMENTAL)" CONFIG_LONGHAUL test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:57
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148/scripts Modified Files: heartbeat mtools syslinux Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 Index: heartbeat =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/heartbeat,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- heartbeat 7 Jan 2009 06:06:08 -0000 1.13 +++ heartbeat 9 Jan 2009 20:05:49 -0000 1.14 @@ -28,6 +28,7 @@ case $1 in build ) if [ "$CONFIG_HEARTBEAT" = "y" ]; then + #cd $(find_src_dir Heartbeat) || exit 1 if [ "$CONFIG_PYTHON" = "y" ]; then if [ "$CONFIG_NET_SNMP" != "y" ]; then SNMP="--disable-snmp" @@ -35,6 +36,7 @@ #CFLAGS="-D_FORTIFY_SOURCE=0" #CC="gcc -nopie -fno-stack-protector" + #CFLAGS="-fno-stack-protector -D_FORTIFY_SOURCE=0" ./ConfigureMe configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 CFLAGS="-fno-stack-protector -D_FORTIFY_SOURCE=0" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc ${SNMP} || exit 1 make $PMAKE all || exit 1 @@ -45,6 +47,7 @@ install ) if [ "$CONFIG_HEARTBEAT" = "y" ]; then + #cd $(find_src_dir Heartbeat) || exit 1 if [ "$CONFIG_PYTHON" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 Index: syslinux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/syslinux,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- syslinux 25 Nov 2007 15:14:48 -0000 1.25 +++ syslinux 9 Jan 2009 20:05:49 -0000 1.26 @@ -43,15 +43,15 @@ ;; install ) - cp -v isolinux.bin $CDDIR/boot || exit 1 + cp -v core/isolinux.bin $CDDIR/boot || exit 1 #cp -dp ppmtolss16 /usr/bin || exit 1 # now copy the stuff we need for installing DL on a USB pendrive mkdir -p $CDDIR/boot/syslinux || exit 1 - cp -v ldlinux.bss $CDDIR/boot/syslinux || exit 1 - cp -v ldlinux.sys $CDDIR/boot/syslinux || exit 1 + cp -v core/ldlinux.bss $CDDIR/boot/syslinux || exit 1 + cp -v core/ldlinux.sys $CDDIR/boot/syslinux || exit 1 cp -v mbr/mbr.bin $CDDIR/boot/syslinux || exit 1 - cp -v unix/syslinux $CDDIR/boot/syslinux || exit 1 + cp -v linux/syslinux $CDDIR/boot/syslinux || exit 1 ;; * ) Index: mtools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mtools,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- mtools 20 Mar 2007 02:41:45 -0000 1.11 +++ mtools 9 Jan 2009 20:05:49 -0000 1.12 @@ -27,11 +27,11 @@ case $1 in build ) if [ "$CONFIG_MTOOLS" = "y" ]; then - if [ ! -f mtools-patches.done ]; then - zcat $DL_DIR/src/mtools-3.9.10-*.diff.gz | patch -p1 || exit 1 - touch mtools-patches.done - fi - ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || exit 1 + #if [ ! -f mtools-patches.done ]; then + # zcat $DL_DIR/src/mtools-3.9.10-*.diff.gz | patch -p1 || exit 1 + # touch mtools-patches.done + #fi + LDFLAGS=-liconv ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || exit 1 make $PMAKE all || exit 1 strip_debug fi |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:57
|
Update of /cvsroot/devil-linux/build/scripts/config In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148/scripts/config Modified Files: VERSION buildorder.conf Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- VERSION 30 May 2008 13:46:21 -0000 1.21 +++ VERSION 9 Jan 2009 20:05:49 -0000 1.22 @@ -1 +1 @@ -1.3.6 +1.3.7 Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- buildorder.conf 25 Jun 2008 13:39:23 -0000 1.20 +++ buildorder.conf 9 Jan 2009 20:05:49 -0000 1.21 @@ -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 mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre gdchart libdvdread libdvdcss tiff libungif Linux-PAM postgresql libdnet +$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 mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre gdchart libdvdread libdvdcss tiff libungif Linux-PAM postgresql libdnet libiconv $basebuildtools distcc gcc-4 gcc-3 bison makedepend libtool binutils nasm autoconf automake dev86 |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:56
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148/scripts/configuration/help Modified Files: prepare.help Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 Index: prepare.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/prepare.help,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- prepare.help 5 Oct 2005 14:43:31 -0000 1.6 +++ prepare.help 9 Jan 2009 20:05:49 -0000 1.7 @@ -64,4 +64,3 @@ CONFIG_PARALLEL_JOBS Number of programs which should be compiled in parallel. Set this to CPU's + 1 for maximum system utilization. - \ No newline at end of file |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:55
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148/scripts/config/linux-2.6 Added Files: config_linux.AMD_K8 Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 --- NEW FILE: config_linux.AMD_K8 --- # # Processor type and features # CONFIG_TICK_ONESHOT=y # CONFIG_NO_HZ is not set CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_VSMP is not set # CONFIG_X86_RDC321X is not set CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y CONFIG_XEN_SAVE_RESTORE=y CONFIG_VMI=y CONFIG_KVM_CLOCK=y CONFIG_KVM_GUEST=y CONFIG_LGUEST_GUEST=y CONFIG_PARAVIRT=y CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set # CONFIG_MEMTEST is not set # CONFIG_M386 is not set # CONFIG_M486 is not set CONFIG_M586=y # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=7 CONFIG_X86_XADD=y CONFIG_X86_PPRO_FENCE=y CONFIG_X86_F00F_BUG=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_ALIGNMENT_16=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y CONFIG_X86_MCE_P4THERMAL=y CONFIG_VM86=y CONFIG_TOSHIBA=m CONFIG_I8K=m CONFIG_X86_REBOOTFIXUPS=y # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_RESOURCES_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y # CONFIG_HIGHPTE is not set CONFIG_X86_RESERVE_LOW_64K=y # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set CONFIG_X86_PAT=y # CONFIG_EFI is not set CONFIG_IRQBALANCE=y CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set CONFIG_HZ_300=y # CONFIG_HZ_1000 is not set CONFIG_HZ=300 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x200000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_HOTPLUG_CPU=y CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
|
From: Heiko Z. <smi...@us...> - 2009-01-09 20:05:55
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2148 Modified Files: CHANGES md5sum.lst Log Message: - updated awstats-6.8 - updated bonnie++-1.03e - updated db-4.7.25 - updated dnsmasq-2.46 - updated file-4.26 - updated glib-2.18.3 - updated httpd-2.2.11 - updated kbd-1.15 - updated l7-protocols-2008-12-18 - updated lftp-3.7.7 - updated libpng-1.2.34 - updated mtools-4.0.1 - updated ncftp-3.2.2-src - updated netfilter-layer7-v2.21 - updated ntp-4.2.4p6 - updated open-vm-tools-2008.12.23-137496 - updated postfix-2.5.6 - updated quota-3.17 - updated shorewall-common-4.2.4 - updated shorewall-perl-4.2.4.5 - updated shorewall-shell-4.2.4 - updated snort-2.8.3.1 - updated strace-4.5.18 - updated syslinux-3.72 - updated sysstat-8.1.7 - updated tar-1.21 - updated tftp-hpa-0.49 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1234 retrieving revision 1.1235 diff -u -d -r1.1234 -r1.1235 --- CHANGES 8 Jan 2009 00:09:01 -0000 1.1234 +++ CHANGES 9 Jan 2009 20:05:49 -0000 1.1235 @@ -22,7 +22,35 @@ # 1.3.6 -- added isci target and initiator (sl) +- updated awstats-6.8 +- updated bonnie++-1.03e +- updated db-4.7.25 +- updated dnsmasq-2.46 +- updated file-4.26 +- updated glib-2.18.3 +- updated httpd-2.2.11 +- updated kbd-1.15 +- updated l7-protocols-2008-12-18 +- updated lftp-3.7.7 +- updated libpng-1.2.34 +- updated mtools-4.0.1 +- updated ncftp-3.2.2-src +- updated netfilter-layer7-v2.21 +- updated ntp-4.2.4p6 +- updated open-vm-tools-2008.12.23-137496 +- updated postfix-2.5.6 +- updated quota-3.17 +- updated shorewall-common-4.2.4 +- updated shorewall-perl-4.2.4.5 +- updated shorewall-shell-4.2.4 +- updated snort-2.8.3.1 +- updated strace-4.5.18 +- updated syslinux-3.72 +- updated sysstat-8.1.7 +- updated tar-1.21 +- updated tftp-hpa-0.49 +- when running on vmware usage of vmxnet is now forced (instead of pcnet32) +- added iscsi target and initiator (sl) - updated kernel to 2.6.27.10 (sl) - updated LVM2 to 2.02.43 (sl) - updated aoe6 to .66 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.461 retrieving revision 1.462 diff -u -d -r1.461 -r1.462 --- md5sum.lst 7 Jan 2009 07:07:07 -0000 1.461 +++ md5sum.lst 9 Jan 2009 20:05:49 -0000 1.462 @@ -133,7 +133,7 @@ 6bd6f41bbaf0a7bc307e87b714522ffe src/aufs-20081213.tar.bz2 36d3fe706ad0950f1be10c46a429efe0 src/autoconf-2.61.tar.bz2 c11b8100bb311492d8220378fd8bf9e0 src/automake-1.9.6.tar.bz2 -512cd146247eb178ef023c924f7bb766 src/awstats-6.7.tar.gz +1a35d5a2ca29b31dabd650f3e5f173e9 src/awstats-6.8.tar.gz 73a0def16eb15e56c57491ac232abcf3 src/bash-3.2-arc4random-1.patch.bz2 a1ed8366c9edb814b90d1616ac20390e src/bash-3.2-fixes-7.patch.bz2 00bfa16d58e034e3c2aa27f390390d30 src/bash-3.2.tar.gz @@ -146,7 +146,7 @@ cb9c2e91e71b61dfcc0491b5499a5f4c src/bluez-hcidump-1.34.tar.gz 53275e1824886368f11f586899707e08 src/bluez-libs-3.9.tar.gz 023a5e6a436f86a28baeec91e4c62736 src/bluez-utils-3.9.tar.gz -3bdccb241cb7ab53e8efa3a3a55bc4ce src/bonnie++-1.03d.tgz +750aa5b5051263a99c6c195888c74968 src/bonnie++-1.03e.tgz 0182fcac3a2b307113bbec34e5f1c673 src/bridge-utils-1.4.tar.gz c64bbb5c0c3e19f12892941a0ae86c48 src/busybox-1.11.1.tar.bz2 3c15a0c8d1d3ee1c46a1634d00617b1a src/bzip2-1.0.5.tar.gz @@ -184,7 +184,7 @@ aa619607198f37a528dbb65e4a503beb src/dansguardian-2.8.0.6.source.tar.gz 58b56d1e964f3f0186f3eeed3d95d9a4 src/dante-1.1.19.tar.gz de290b9d4ff93838be0779a6daa66fff src/dar-2.3.6.tar.gz -718082e7e35fc48478a2334b0bc4cd11 src/db-4.6.21.tar.gz +ec2b87e833779681a0c3a814aa71359e src/db-4.7.25.tar.gz 0552a9b54beb4a044951b7cdbc8fc855 src/dbus-1.0.2.tar.gz 2d6c0ff3b1a7e56e95862a8a74c2d95c src/dcc-1.3.86.tar.Z e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 @@ -200,7 +200,7 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -b7956e15c9766e05b3eca3ce88fdb616 src/dnsmasq-2.45.tar.gz +79ec740d1a10ee75f13efa4ff36d0250 src/dnsmasq-2.46.tar.gz 3db1f5dc6bb72c2504ae37c37947e03f src/dosfstools-2.10-kernel-2.6-1.patch.bz2 af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz @@ -224,7 +224,7 @@ f60cb2a3378bb392c86ea6e4f8006cc0 src/fblogo-0.5.2.tar.gz d15060a813b91383a9f3c66faf84867e src/fcgi-2.4.0.tar.gz 66b97500b0a1e3c0916b3b5314f597f5 src/fetchmail-6.3.8.tar.bz2 -014a69979a8d5225a6ca2bcc4d7e967e src/file-4.23.tar.gz +74cd5466416136da30a4e69f74dbc7a0 src/file-4.26.tar.gz c35ff6502e0b3514c99089cb5d333c25 src/findutils-4.2.30.tar.gz 5741720ad01b5a83a9bb7eaa991dcbb6 src/flow-tools-0.68.4.tar.bz2 65850d0470078269b33eee58cba77ac2 src/fprobe-1.1.tar.bz2 @@ -249,7 +249,7 @@ e1a0fd923345977412375884ac9e33c5 src/giftext-segfault.patch.bz2 994a954a9d837bf4780a992441d4b8db src/glib-1.2.10-gcc34-1.patch.bz2 6fe30dad87c77b91b632def29dd69ef9 src/glib-1.2.10.tar.gz -3b340946d6916ee9cbf2c348e7c099f1 src/glib-2.14.6.tar.bz2 +f13996a7bd57525d796a6593f26a7771 src/glib-2.18.3.tar.bz2 10ea72e2c4d56c6aa13dabb7c4f9b195 src/glibc-2.5.1.tar.bz2 face4630b513024a91bb4bdcfead0b69 src/glibc-hardened.tar.bz2 c9358e259a23e93aa5a0fc0478a34b60 src/glibc-libidn-2.5.1.tar.bz2 @@ -266,14 +266,14 @@ cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz b5bac2d21840ae077e0217bc5e4845b1 src/gzip-1.3.12.tar.gz 19fa013956612581af7d00907990ac84 src/hdparm-8.9.tar.gz -bca53530a3802f7677772323047405cd src/heartbeat-2.1.3.tar.gz +2e53a9996beb1ff7611d3f7300586951 src/heartbeat-2.1.4.tar.bz2 0a8097a8772d5d2de8c5539d3182b82a src/heimdal-0.7.tar.gz c7534dc040ab90218257a78488ecd378 src/hostap-driver-0.4.9.tar.gz afe041581b8f01666e353bec20917c85 src/hostap-utils-0.4.7.tar.gz 40416b48cae9c78e5a2452caf214aff3 src/hostapd-0.5.8.tar.gz 58e6995f9df71ce59b0ec2787019e5fe src/hotplug-2004_09_23.tar.bz2 24a53cbaf5fa312145e599d256d81403 src/htb3.6_tc.diff -6697772ba5f8d34988fe297417ccaacc src/httpd-2.2.10.tar.bz2 +3e98bcb14a7122c274d62419566431bb src/httpd-2.2.11.tar.bz2 96f8b8f837cf68f3cb41d5d7cdddd6fb src/i2c-2.10.5.tar.gz 6030f3ef19cf0e04cb9c83ecdca50c39 src/iANS-3.4.3a.tar.gz c0174e5d2c26dc4f4c9a4c1f79639a3e src/id3-0.76.tar.gz @@ -309,16 +309,16 @@ 75c8be9742d21c2f2028ad581066a8e5 src/jftpgw-0.13.4.tar.gz 9bdffecce7ef910feaa06452d48843de src/joe-3.5.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz -7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz +ba3fd20e6c79e58422c3cc6b28718939 src/kbd-1.15.tar.gz 710733cdb00d2fe93fe26de2b7706a61 src/kernel-patches-2.6.tar.bz2 31e7156698a6f214b4067afb9e13728f src/kid-0.9.6.tar.gz f32a9647deed175dd6bcc5e22d907541 src/krb5-1.6.3.tar.gz c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz -f71420848eb60f7fdca04c2e89c78ee5 src/l7-protocols-2008-04-23.tar.gz +49c8d09b7134cc9eb0112427cb48332e src/l7-protocols-2008-12-18.tar.gz dbc53fc94ae725ca5944b7a94ed52f8b src/lcd4linux-0.10.1-RC1.tar.gz b5864d76c54ddf4627fd57ab333c88b4 src/less-418.tar.gz -fc98506620b059d712341d624eb720d6 src/lftp-3.7.3.tar.bz2 +7b1c58a6289448140b1cd328e1d51f94 src/lftp-3.7.7.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz ea34faf74e0efc6a0983252406c325c2 src/libart-lgpl_2.3.17-1.diff.gz @@ -347,7 +347,7 @@ 7eb305608256ac2a7a27b66ce52627c8 src/libosip2-3.1.0.tar.gz df1f9875a4c1f4f6be6dd563f0ca7f3e src/libpam-pgsql-0.6.3.tar.bz2 9ad1358c5dec48456405eac197a46d3d src/libpcap-1.0.0.tar.gz -f588cb4ee39e3a333604096f937ea157 src/libpng-1.2.29.tar.bz2 +37362876feb21344fd3af1228527db0f src/libpng-1.2.34.tar.bz2 c7cc2f49acdd9955a052029326833fe1 src/libradius-linux-20040827.tar.gz 6b7b6e6df84d4afb469ccc66d04fc24d src/libsafe-2.0-16.tgz 717ac61f1662e774ffc0c627e59c9225 src/libstdc++-compat.tar.bz2 @@ -392,18 +392,18 @@ 03be341b2aa50da54225109ca26ae800 src/mpeg_encode.patch1.bz2 8c373b9b508a73cb17bccad13db46e46 src/mrtg-2.16.1.tar.gz c80e992a8d16def7af7421549b26ce77 src/mt-st-0.9b.tar.gz -8508a3ea9b612a926f3ed0f229e6c21a src/mtools-3.9.11.tar.bz2 +4c91d1f26a201e3e7d440e125764790c src/mtools-4.0.1.tar.bz2 d771061f8da96b80ecca2f69a3a2d594 src/mtr-0.72.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz 7164483a5ffb8f7aa59b761c13cdbd6e src/mysql-5.0.67.tar.gz 900e3f4164f4b2a18485420eeaefe812 src/nagios-3.0.6.tar.gz -be6cc7699fff3ee29d1fd4d562377386 src/nagios-plugins-1.4.13.tar.gz 7c1a5cad155dc92a257214c0b67eda63 src/nagios-plugin-pgsql_include_for_8.3.patch.bz2 +be6cc7699fff3ee29d1fd4d562377386 src/nagios-plugins-1.4.13.tar.gz e9a43273c3592724081a2b9194a5ab56 src/nail-11.10.tar.bz2 fcb2a26285921458b6fe381c2802b1a8 src/nano-2.0.8.tar.gz 5ba65a6fc0e0f99d6d2667d0963719f8 src/nasm-2.05.01.tar.gz e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz -384b7f01d725c89ccd30692628b3ac1b src/ncftp-3.2.0-src.tar.bz2 +b2b4b2fd38c81754b8f13895d784d491 src/ncftp-3.2.2-src.tar.bz2 b6593abe1089d6aab1551c105c9300e3 src/ncurses-5.6.tar.gz 45d5233733d52d699e67e8c062eff2c8 src/ndiswrapper-1.54-2.6.27.8.tar.gz 5ad0331f5827643392d0e253f3d99ae0 src/net-snmp-5.4.1-sensors3.patch.bz2 @@ -420,13 +420,13 @@ 33a98e7975f633a9489d7a8938ed6131 src/nsca-2.7.2.tar.gz ef29690c6e5f02dffbfd0f32f296a97b src/nss_ldap.tgz 22bfc14cf92bca6e35103d31a5ede027 src/ntop-3.3.6.tar.gz -eb647e07ecbd6e9e07bf8d3dc555490e src/ntp-4.2.4p5.tar.gz +1961c2c12b66b9046d5df37d0a41b181 src/ntp-4.2.4p6.tar.gz 5cc5a621832a70e012462d2069149583 src/ntpconfig-phone.patch.bz2 677a84a83e9be7bc93610413ee696375 src/nut-2.2.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz 7dd3ede84c1ca46540eda4229d7c8569 src/open-iscsi-2.0-870-rc3.tar.gz bc51e60049b1f7ccc6b36a335c9d99c4 src/open-iscsi-destdir.patch.bz2 -1c2ad0dea29c6e5b5b2f41fb43a97087 src/open-vm-tools-2008.10.10-123053.tar.gz +2c457c9bcee711140ec137a6829525eb src/open-vm-tools-2008.12.23-137496.tar.gz d7043ba34b5038f0113b099ede0884fb src/openh323-v1_18_0-src.tar.gz e1dd82f54cffad3d76da9e712dc58c48 src/openl2tp-0.19_ppp_unix.c.patch.bz2 87f035ca5ddf7c61e720f422cdc997cf src/openl2tp-1.6.tar.gz @@ -461,10 +461,10 @@ 73f823d66f0e8525b77cb45d94fb90c8 src/portmap_5-2.diff.gz 781e16ed4487c4caa082c6fef09ead4f src/portmap_5.orig.tar.gz 4bcce061d059d69f0d77c59dbe4427b4 src/portslave-1.9.11.tar.gz -6b4b848bdd2239dddfc9d385e57e19ef src/postfix-2.5.5.tar.gz +ec2cb63b53f5f36c3ca91da8f3bc9407 src/postfix-2.5.6.tar.gz c339b9d3c0c4add64c7a76640fc93744 src/postgresql-8.3.4.tar.bz2 183800762e266132218b204dfb428d29 src/ppp-2.4.4.tar.gz -bccbf8c43e9e249bbb0cb58d8a4302b1 src/ppp-patches.tar.bz2 +98959253ff3dd002b26e36189967cf7f src/ppp-patches.tar.bz2 4c3d19286a37459a632c7128c92a9857 src/pptp-1.7.2.tar.gz 4918e0840fa7a14a985fccc22b7025d4 src/pptp-patches.tar.bz2 b38df9c431041922c997c1148bedf591 src/pptpd-1.3.4.tar.gz @@ -481,7 +481,7 @@ 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz 33546e8cd46165066ec147ba1c001c49 src/quagga-0.99.11-realms.patch.bz2 903e40c744730ad4d62bee872eeb813b src/quagga-0.99.11.tar.gz -5a1c2f5e669aba825e0126d2f30ee622 src/quota-3.15.tar.gz +cb3e98a039c0cf98e7c1ad4b50a5bda7 src/quota-3.17.tar.gz 797a905e3e1bc43ae7fbe3a1a765c739 src/radiusplugin_v2.0b.tar.gz 26ea468b2323e44cf827ae5f84d18dc8 src/radvd-0.7.2.tar.gz c0d208ebd4c311ceabe465b7adfef792 src/raidtools-20010914.tar.gz @@ -509,9 +509,9 @@ 16022367e17f0a7da8c53822beeb5026 src/sg3_utils-1.25.tar.bz2 dd6ca3ac424b447962d7a7af923b7bda src/shadow-4.1.0.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz -ee1e6d4e6703013791e80902c28e8148 src/shorewall-common-4.0.10.1.tar.bz2 -e13dcbee8d68d93d50463dc496bb510a src/shorewall-perl-4.0.10.1.tar.bz2 -d997c041b035c0cd2aa8e50a26093479 src/shorewall-shell-4.0.10.tar.bz2 +888130a12280f7bf9022009153ac63cd src/shorewall-common-4.2.4.tar.bz2 +58eaf858b8517c6ca79c5f8431b20401 src/shorewall-perl-4.2.4.5.tar.bz2 +95a645963e541aef5a39c707f67874b5 src/shorewall-shell-4.2.4.tar.bz2 45e5a44803181e2bf3361d562060c904 src/siproxd-0.7.1.tar.gz a282846532ecbd6b4a28072373b3a70b src/smartmontools-5.38.tar.gz a41fd96894ab59ae4df45aa5f3345c52 src/snort-2.8.1.tar.gz @@ -519,17 +519,17 @@ 4009abfbf33d86f40db3ec4280716a0e src/squid-3.0.STABLE9.tar.bz2 b6700f59c48fde5ad4d12f871acba93a src/squidGuard-1.2.1.tar.gz 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 -77f66d09aa82981bb6d65fa19a2c1ba9 src/strace-4.5.16.tar.bz2 +e9449fcee97e6a8ed73934c883c870e0 src/strace-4.5.18.tar.bz2 6ce869f3089bb8654a2379cad5539a4a src/strongswan-4.2.9.tar.bz2 0f6706540fbe000513940f4860698405 src/stunnel-4.26.tar.gz 5fd96bba35fe29b464f7aa6ad255f0a6 src/sudo-1.7.0.tar.gz 98798707c72ca65c572cad6870148cdd src/swig-1.3.33.tar.gz 14e7dcd0436d2f49aa403f67e1ef7ddc src/sysfsutils-2.1.0.tar.gz -d1afd866d081de66438296ec1419ecf1 src/syslinux-3.61.tar.bz2 +9858c801ecd36265f4374996324f01a0 src/syslinux-3.72.tar.bz2 2d4232f7167c2b4f48794e4f8f80e863 src/syslog-ng-2.0.9.tar.gz -b37faea45422e62112389e3bca7d9e88 src/sysstat-8.1.4.tar.bz2 +6fd7df7c07e350277c2bb6ff47b62252 src/sysstat-8.1.7.tar.bz2 7d5d61c026122ab791ac04c8a84db967 src/sysvinit-2.86.tar.gz -1a7e17f27abf583b3b0bc059a827e68b src/tar-1.20.tar.bz2 +4f9028d231c3e7d7bdd658e14e74c2d1 src/tar-1.21.tar.bz2 1176b5a45e34823ae1d95621449b4baf src/tcp_wrappers-7.6-gcc34-1.patch.bz2 eec4e5d6cda55464970a3157eb3bc534 src/tcp_wrappers_7.6.diff.gz e6fa25f71226d090f34de3f6b122fb5a src/tcp_wrappers_7.6.tar.gz @@ -538,7 +538,7 @@ 8fad9ae5e9a57cd7ffbb55706eeba819 src/telnet-bsd-1.0-temp-buffer-increase.diff.bz2 0f9d781e64f4f42957ef62913ac3731a src/telnet-bsd-1.0.diff.bz2 bf0cecc0c72a0e919cd02915d02d02bb src/telnet-bsd-1.0.tar.bz2 -f2e0a1ca0c49ae46ecad26a54df3e887 src/tftp-hpa-0.48.tar.bz2 +64b7db6525b189831a7df0565cdfab67 src/tftp-hpa-0.49.tar.bz2 a0e9cd87455d3a0ea11e5ea7e947adf6 src/thttpd-2.25b.tar.gz fbb6f446ea4ed18955e2714934e5b698 src/tiff-3.8.2.tar.gz cdd4750b7cf196014a72cb30eada92a1 src/tnef-1.4.3.tar.gz @@ -601,4 +601,3 @@ 72f6a0b0d9e4ddc56ed964609e26ec2c src/pecl/pecl_http-1.6.1.tgz 03c929a38cc012eab839e6f0631f99e7 src/pecl/rar-1.0.0.tgz bc591b4bae8862998bbefcb79d9db232 src/pecl/zip-1.8.10.tgz - |