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: Heiko Z. <smi...@us...> - 2004-04-24 01:10:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24140/scripts Modified Files: LVM2 Log Message: make sure hostapd goes into background (Martin Glazer) make LVM2 script independent of exact kernel version Index: LVM2 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/LVM2,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- LVM2 13 Mar 2004 00:18:35 -0000 1.4 +++ LVM2 24 Apr 2004 01:09:57 -0000 1.5 @@ -34,8 +34,8 @@ # if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then ./configure --with-kernel-dir=../linux-2.4.*/ - patch -p1 -d ../linux-2.4.24 <`pwd`/patches/linux-2.4.22-devmapper-ioctl.patch || exit 1 - patch -p1 -d ../linux-2.4.24 <`pwd`/patches/linux-2.4.22-VFS-lock.patch || exit 1 + patch -p1 -d ../linux-2.4.* <`pwd`/patches/linux-2.4.22-devmapper-ioctl.patch || exit 1 + patch -p1 -d ../linux-2.4.* <`pwd`/patches/linux-2.4.22-VFS-lock.patch || exit 1 set_kernel_option CONFIG_BLK_DEV_DM y set_kernel_option CONFIG_BLK_DEV_DM_MIRROR m fi |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 01:10:05
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24140 Modified Files: CHANGES Log Message: make sure hostapd goes into background (Martin Glazer) make LVM2 script independent of exact kernel version Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.769 retrieving revision 1.770 diff -u -d -r1.769 -r1.770 --- CHANGES 24 Apr 2004 00:58:53 -0000 1.769 +++ CHANGES 24 Apr 2004 01:09:57 -0000 1.770 @@ -22,6 +22,7 @@ # 1.1.3 +- make sure hostapd goes into the background (Heiko / Martin Glazer) - added vobcopy v0.5.13 - added libdvdread v0.9.4 - added libdvdcss v1.2.8 |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:04
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts/scripts Modified Files: bgpd ospf6d ospfd ripd ripngd Added Files: quagga Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy --- NEW FILE: quagga --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/quagga,v $ # $Revision: 1.2 $ # $Date: 2004/04/24 00:58:55 $ # # http://www.devil-linux.org # GNU Zebra routing manager ### BEGIN INIT INFO # Provides: quagga # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts quagga ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME=quagga CONFIGNAME=QUAGGA DAEMON=/usr/sbin/zebra PARAMETER=-d # source function library source /etc/init.d/functions eval START=\$START_$CONFIGNAME # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START=yes test "$START" = "yes" || exit 0 if [ ! -e $DAEMON ]; then echo echo "$DAEMON not found. Did you install the package?" exit 1 fi case "$1" in start) echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; stop) echo -n "Shutting down $NAME: " killproc $DAEMON ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac Index: ripngd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ripngd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ripngd 11 Aug 2003 00:10:31 -0000 1.6 +++ ripngd 24 Apr 2004 00:58:55 -0000 1.7 @@ -9,8 +9,8 @@ ### BEGIN INIT INFO # Provides: ripngd -# Required-Start: $network $syslog zebra -# Required-Stop: $network $syslog zebra +# Required-Start: $network $syslog quagga +# Required-Stop: $network $syslog quagga # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts ripngd Index: bgpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/bgpd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- bgpd 11 Aug 2003 00:10:30 -0000 1.6 +++ bgpd 24 Apr 2004 00:58:55 -0000 1.7 @@ -10,8 +10,8 @@ ### BEGIN INIT INFO # Provides: bgpd -# Required-Start: $network $syslog zebra -# Required-Stop: $network $syslog zebra +# Required-Start: $network $syslog quagga +# Required-Stop: $network $syslog quagga # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts bgpd Index: ospf6d =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ospf6d,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ospf6d 11 Aug 2003 00:10:31 -0000 1.6 +++ ospf6d 24 Apr 2004 00:58:55 -0000 1.7 @@ -10,8 +10,8 @@ ### BEGIN INIT INFO # Provides: ospf6d -# Required-Start: $network $syslog zebra -# Required-Stop: $network $syslog zebra +# Required-Start: $network $syslog quagga +# Required-Stop: $network $syslog quagga # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts ospf6d Index: ospfd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ospfd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ospfd 11 Aug 2003 00:10:31 -0000 1.6 +++ ospfd 24 Apr 2004 00:58:55 -0000 1.7 @@ -10,8 +10,8 @@ ### BEGIN INIT INFO # Provides: ospfd -# Required-Start: $network $syslog zebra -# Required-Stop: $network $syslog zebra +# Required-Start: $network $syslog quagga +# Required-Stop: $network $syslog quagga # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts ospfd Index: ripd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/ripd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ripd 11 Aug 2003 00:10:31 -0000 1.6 +++ ripd 24 Apr 2004 00:58:55 -0000 1.7 @@ -9,8 +9,8 @@ ### BEGIN INIT INFO # Provides: ripd -# Required-Start: $network $syslog zebra -# Required-Stop: $network $syslog zebra +# Required-Start: $network $syslog quagga +# Required-Stop: $network $syslog quagga # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts ripd |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:04
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts/configuration/help Added Files: quagga.help vobcopy.help Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy --- NEW FILE: vobcopy.help --- CONFIG_VOBCOPY Vobcopy copies DVD .vob files to hard disk (thanks to libdvdread), decrypting them on the way (if libdvdcss is installed) and merges them into 2 GB files (or larger) with the name extracted from the DVD. It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying). It can also mirror a whole DVD video part and copy single files. --- NEW FILE: quagga.help --- CONFIG_QUAGGA Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms, particularly FreeBSD and Linux and also NetBSD, to mention a few. Quagga is a fork of GNU Zebra which was developed by Kunihiro Ishiguro. The Quagga tree aims to build a more involved community around Quagga than the current centralised model of GNU Zebra. The Quagga architecture consists of a core daemon: zebra Which acts as an abstraction layer to the underlying Unix kernel and presents the Zserv API over a Unix or TCP stream to Quagga clients. It is these Zserv clients which typically implement a routing protocol and communicate routing updates to the zebra daemon. Existing Zserv clients are: ospfd implementing OSPFv2 ripd implementing RIP v1 and V2 ospf6d implementing OSPFv3 (IPv6) ripngd implementing RIP v3 (IPv6) bgpd implementing BGPv4+ (including address family support for multicast and IPv6) |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:03
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts/configuration/profiles Modified Files: default Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- default 23 Apr 2004 23:39:03 -0000 1.25 +++ default 24 Apr 2004 00:58:54 -0000 1.26 @@ -5,6 +5,7 @@ CONFIG_BOOT_OPTION_VGA=80x25 CONFIG_BRIDGE_UTILS=y CONFIG_CAMSOURCE=y +CONFIG_CDRTOOLS_ON_CD=y CONFIG_CIPE=y CONFIG_CLAMAV=y CONFIG_CPQARRAYD=y @@ -179,7 +180,7 @@ CONFIG_WVDIAL=y CONFIG_XFS=y CONFIG_XINETD=y -CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_CDRTOOLS_ON_CD=y +CONFIG_MOTION=y +CONFIG_VOBCOPY=y |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:03
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts/configuration Added Files: quagga.config vobcopy.config Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy --- NEW FILE: quagga.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/quagga.config,v $ # $Revision: 1.2 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "Quagga" CONFIG_QUAGGA --- NEW FILE: vobcopy.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/vobcopy.config,v $ # $Revision: 1.1 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org menu_add "Tools|Multimedia" bool "VOBCopy" CONFIG_VOBCOPY |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:03
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts/config Modified Files: buildorder.conf Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- buildorder.conf 27 Jan 2004 21:03:37 -0000 1.12 +++ buildorder.conf 24 Apr 2004 00:58:54 -0000 1.13 @@ -2,7 +2,7 @@ # All local filesystems are mounted (done during boot phase) # -$libs glibc uclibc gmp ncurses zlib ncurses popt readline libol db-4 libxml2 libusb libpcap libjpeg lzo cyrus-sasl bzip2 opt gdbm glib pkgconfig fam libmcrypt libgcrypt openldap pwlib attr acl krb5 wvstreams postgresql mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre gdchart +$libs glibc uclibc gmp ncurses zlib ncurses popt readline libol db-4 libxml2 libusb libpcap libjpeg lzo cyrus-sasl bzip2 opt gdbm glib pkgconfig fam libmcrypt libgcrypt openldap pwlib attr acl krb5 wvstreams postgresql mysql gnupg mcrypt mhash tcp_wrappers expat libpng libxslt gd imap pcre gdchart libdvdread libdvdcss $basebuildtools distcc gcc bison makedepend libtool binutils nasm autoconf automake |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:02
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039/scripts Added Files: libdvdcss libdvdread quagga vobcopy Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy --- NEW FILE: quagga --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/quagga,v $ # $Revision: 1.2 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: quagga # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=QUAGGA case $1 in build ) if [ "$CONFIG_QUAGGA" = "y" ]; then if [ ! -f devil-linux-quagga-patches.done ]; then touch devil-linux-quagga-patches.done bzcat $DL_DIR/src/ht-*-linux-rfc2385.patch.bz2 | patch -p0 || exit 1 fi ./configure --prefix=/usr --sysconfdir=/etc/zebra --localstatedir=/var/state/quagga --enable-snmp \ --enable-netlink --enable-vtysh --enable-linux-rfc2385 || exit 1 make $PMAKE || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_QUAGGA" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 cp $MYDIR/scripts/quagga $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/bgpd $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/ospf6d $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/ospfd $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/ripd $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/ripngd $ETCDIR/etc/init.d || exit 1 rm -rf $WORKDIR/tmp || exit 1 groupadd -g 62 quagga || exit 1 useradd -u 62 -g quagga -s /bin/false quagga || exit 1 echo "# Start QUAGGA?" >> $CONFIGFILE echo "START_QUAGGA=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "# Start bgpd?" >> $CONFIGFILE echo "START_BGPD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "# Start OSPFD?" >> $CONFIGFILE echo "START_OSPFD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "# Start OSPF6D?" >> $CONFIGFILE echo "START_OSPF6D=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "# Start RIPD?" >> $CONFIGFILE echo "START_RIPD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "# Start RIPNGD?" >> $CONFIGFILE echo "START_RIPNGD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_BGPD=\"BGPD Manages BGP-4 and BGP-4+ protocols\"" >> $SOFTWAREHELP echo "HELP_RIPD=\"RIPD Manages Manages RIPv1, v2 protocols\"" >> $SOFTWAREHELP echo "HELP_RIPNGD=\"RIPNGD Manages the RIPng protocol\"" >> $SOFTWAREHELP echo "HELP_OSPFD=\"OSPFD Manages the OSPFv2 protocol\"" >> $SOFTWAREHELP echo "HELP_OSPF6D=\"OSPF6D Manages the OSPFv3 protocol\"" >> $SOFTWAREHELP echo "HELP_QUAGGA=\"QUAGGA handles Kernel table updates for routing protocols\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: libdvdcss --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/libdvdcss,v $ # $Revision: 1.1 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: libdvdcss # Required-Start: $basebuildtools glibc # Required-Stop: # Default-Start: 1 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 strip_debug # install it in local system, because other programs could need it make install ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: vobcopy --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/vobcopy,v $ # $Revision: 1.1 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: vobcopy # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) if [ "$CONFIG_VOBCOPY" = "y" ]; then replace_str Makefile /usr/local /usr make $PMAKE || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_VOBCOPY" = "y" ]; then copy_man cp vobcopy $CDDIR/usr/bin || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: libdvdread --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/libdvdread,v $ # $Revision: 1.1 $ # $Date: 2004/04/24 00:58:54 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: libdvdread # Required-Start: $basebuildtools glibc libdvdcss # Required-Stop: # Default-Start: 1 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 strip_debug # install it in local system, because other programs could need it make install ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:59:02
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22039 Modified Files: CHANGES md5sum.lst Log Message: replaced zebra with quagga initial checkin of libdvdread, libdvdcss and vobcopy Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.768 retrieving revision 1.769 diff -u -d -r1.768 -r1.769 --- CHANGES 23 Apr 2004 23:39:02 -0000 1.768 +++ CHANGES 24 Apr 2004 00:58:53 -0000 1.769 @@ -22,6 +22,14 @@ # 1.1.3 +- added vobcopy v0.5.13 +- added libdvdread v0.9.4 +- added libdvdcss v1.2.8 +- updated cdrtools to v2.01a28 +- updated dnsmasq to v2.7 +- added rfc2385 patch to quagga +- added rfc2385 kernel patch +- replace zebra with quagga v0.96.4-20040422 - added cdrecord v2.00.3 to cdrom - updated openldap to v2.2.11 - updated sysstat to v5.0.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- md5sum.lst 23 Apr 2004 15:53:13 -0000 1.74 +++ md5sum.lst 24 Apr 2004 00:58:53 -0000 1.75 @@ -61,7 +61,7 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -a542ab5dd352822b37b8b5961f085a65 src/dnsmasq-2.6.tar.gz +f526e81e11627177e9949b72d5424f7a src/dnsmasq-2.7.tar.gz af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz 81eda7985e99d28acd6d286aa0e13e07 src/dovecot-0.99.10.4.tar.gz @@ -122,6 +122,7 @@ 6be6bb611ee624c66d94dbca104721e9 src/hostapd-0.1.0.tar.gz 55ee0ac0b49c3218b8d5974754ea8d56 src/hotplug-2004_01_05.tar.bz2 e61f5a5396ed70c5971a13bd6d1ad3de src/hotplug_nowarning.diff.bz2 +800448d5603f18bafcdc6c97c57ee409 src/ht-20040416-linux-rfc2385.patch.bz2 24a53cbaf5fa312145e599d256d81403 src/htb3.6_tc.diff 275d3d37eed1b070f333d3618f7d1954 src/httpd-2.0.49.tar.gz fd775affb44dd65c85a5d330bebed107 src/i2c-2.8.4.tar.gz @@ -148,7 +149,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -6c86faa71b5240cc3e6372c36b50eef3 src/kernel-patches-2.4.tar.bz2 +6600b5574b8766e52f8319162087511d src/kernel-patches-2.4.tar.bz2 ee92ffbd7ad3ef6255c3def8f267a367 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz @@ -156,6 +157,8 @@ bc5ed223daa568fda9a01f89b5000612 src/lftp-2.6.12.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz +0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 +06353d7b14541ff8b431e69ad404db84 src/libdvdread-0.9.4.tar.gz 8f3581d2d2a66c8f42b16f6ce13dedc3 src/libgcrypt-1.1.91.tar.gz 516623893401d391b6c346cba543681d src/libgpg-error-0.6.tar.gz 0c99a05e0c3c153bac1c960f78711155 src/libiconv-1.9.1.tar.gz @@ -265,6 +268,7 @@ 0fa33ba1b32b254abe0b731a52c0f2f9 src/pwlib_1.5.2.tar.gz 35314970493ff8a5729350eace052468 src/python-ldap-2.0.0pre20.tar.gz 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz +f2c245eeb8338fdbe0297efda82b81d4 src/quagga-0.96.4-20040422.tar.gz 897113033dbd9b72007818c4822b9822 src/quota-3.11.tar.gz 26ea468b2323e44cf827ae5f84d18dc8 src/radvd-0.7.2.tar.gz c0d208ebd4c311ceabe465b7adfef792 src/raidtools-20010914.tar.gz @@ -335,6 +339,7 @@ b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 c49d360bbd069d00e2a57804f2a123d9 src/vim-6.2.tar.bz2 1edd81324b4ffc0702c9ff289a342d91 src/vlan.1.8.tar.gz +dec2837d33fbc1f96f77014d01739126 src/vobcopy-0.5.13.tar.bz2 3dd254f9c9c1aea370b2f1ff6212af6e src/vsftpd-1.2.1.tar.gz 6e676438028e80cd435ba581a7d41a17 src/vtun-2.5.tar.gz 21de2017847ec52d0e511d3f20e38dd8 src/watchdog-errno.patch.bz2 @@ -356,7 +361,6 @@ 390470ce9f41bd6929102972b9b8a1b7 src/yp_auth.patch.bz2 3a11b9f447c72fd6d18afe3b6f94b2c0 src/ypbind-mt-1.12.tar.bz2 0a20f1008fe64c077393eeaaa4b43d59 src/ypserv-2.9.tar.bz2 -ff1633f1ac026b720fa37b1856be3f48 src/zebra-0.94.tar.gz 5206a99541f3b0ab90f1baa167392c4f src/zip23.tar.gz 2a208a774245074223146a87dc94e550 src/zisofs-tools-1.0.4.tar.bz2 8106069990476a3c5187301465bd7a60 src/zlib-1.2.1.tar.bz2 |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:42:52
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19035/scripts/scripts Removed Files: zebra Log Message: removed zebra --- zebra DELETED --- |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:42:51
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19035/scripts/configuration/help Removed Files: zebra.help Log Message: removed zebra --- zebra.help DELETED --- |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:42:51
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19035/scripts/configuration Removed Files: zebra.config Log Message: removed zebra --- zebra.config DELETED --- |
|
From: Heiko Z. <smi...@us...> - 2004-04-24 00:42:51
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19035/scripts Removed Files: zebra Log Message: removed zebra --- zebra DELETED --- |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 23:39:13
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7523/scripts/configuration/profiles Modified Files: default Log Message: add support for having cdrecord on the media Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- default 23 Apr 2004 15:53:14 -0000 1.24 +++ default 23 Apr 2004 23:39:03 -0000 1.25 @@ -20,6 +20,7 @@ CONFIG_DISABLELOGGING=n CONFIG_DISTCCD=n CONFIG_DJBDNS=y +CONFIG_DNSMASQ=y CONFIG_DOSFSTOOLS=y CONFIG_DOVECOT=y CONFIG_EAGLE_USB=y @@ -181,4 +182,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_DNSMASQ=y +CONFIG_CDRTOOLS_ON_CD=y |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 23:39:11
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7523/scripts/configuration Added Files: cdrtools.config Log Message: add support for having cdrecord on the media --- NEW FILE: cdrtools.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/cdrtools.config,v $ # $Revision: 1.1 $ # $Date: 2004/04/23 23:39:03 $ # # http://www.devil-linux.org menu_add "System|Hardware Support" bool "CD-R-Tools (cdrecord)" CONFIG_CDRTOOLS_ON_CD |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 23:39:11
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7523/scripts Modified Files: cdrtools Log Message: add support for having cdrecord on the media Index: cdrtools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cdrtools,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- cdrtools 14 Jan 2004 03:32:26 -0000 1.7 +++ cdrtools 23 Apr 2004 23:39:03 -0000 1.8 @@ -27,7 +27,7 @@ build ) if [ ! -f cdrtools-2.0-patch.done ]; then bzcat $SRCDIR/cdrtools-2.0-kernel-26-patch.bz2 | patch -p1 || exit 1 - touch cdrtools-2.0-patch.done + touch cdrtools-2.0-patch.done fi ./Gmake.linux CCOM=gcc all || exit 1 @@ -35,8 +35,19 @@ ;; install ) - ./Gmake.linux CCOM=gcc INS_BASE=/usr install || exit 1 - ;; + ./Gmake.linux CCOM=gcc INS_BASE=/usr install || exit 1 + + if [ "$CONFIG_CDRTOOLS_ON_CD" = "y" ]; then + rm -rf $WORKDIR/tmp/usr + mkdir -p $WORKDIR/tmp/usr + ./Gmake.linux CCOM=gcc INS_BASE=$WORKDIR/tmp/usr install || exit 1 + copy_docs $WORKDIR/tmp + rm -rf $WORKDIR/tmp/usr/include || exit 1 + rm -rf $WORKDIR/tmp/usr/lib || exit 1 + copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 + rm -rf $WORKDIR/tmp || exit 1 + fi + ;; * ) echo "ERROR ($0)" |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 23:39:11
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7523 Modified Files: CHANGES Log Message: add support for having cdrecord on the media Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.767 retrieving revision 1.768 diff -u -d -r1.767 -r1.768 --- CHANGES 23 Apr 2004 15:53:13 -0000 1.767 +++ CHANGES 23 Apr 2004 23:39:02 -0000 1.768 @@ -22,6 +22,7 @@ # 1.1.3 +- added cdrecord v2.00.3 to cdrom - updated openldap to v2.2.11 - updated sysstat to v5.0.3 - updated grsecurity to v2.0 |
|
From: Bruce S. <bl...@us...> - 2004-04-23 21:13:00
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8548/config/etc/init.d Modified Files: network Log Message: Fix static routes with full subnet mask not working. Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- network 10 Apr 2004 00:14:49 -0000 1.31 +++ network 23 Apr 2004 21:12:40 -0000 1.32 @@ -263,7 +263,7 @@ fi # add the route - if [ -n "${netmask##*.*}" ]; then + if [ -z "${netmask##*.*}" ]; then echo " adding route to $CMD ${target}${netmask:+/$netmask}${gateway:+ via gateway $gateway} on $DEVICE" route add -$CMD ${target} ${netmask:+netmask $netmask} ${gateway:+gw $gateway} dev $DEVICE else |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 20:45:19
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1732/scripts Modified Files: Tag: rel-1-0-patches quagga Log Message: create missing user and usr /var/state/quagga Index: quagga =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Attic/quagga,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- quagga 22 Apr 2004 18:33:38 -0000 1.1.2.1 +++ quagga 23 Apr 2004 20:45:10 -0000 1.1.2.2 @@ -21,7 +21,7 @@ touch devil-linux-quagga-patches.done bzcat $DL_DIR/src/ht-*-linux-rfc2385.patch.bz2 | patch -p0 || exit 1 fi - ./configure --prefix=/usr --sysconfdir=/etc/zebra --localstatedir=/var --enable-snmp \ + ./configure --prefix=/usr --sysconfdir=/etc/zebra --localstatedir=/var/state/quagga --enable-snmp \ --enable-netlink --enable-vtysh --enable-linux-rfc2385 || exit 1 make $PMAKE || exit 1 strip_debug @@ -30,11 +30,19 @@ install ) if [ "$CONFIG_QUAGGA" = "y" ]; then - rm -rf $WORKDIR/tmp || exit 1 + groupadd -g 62 quagga || exit 1 + useradd -u 62 -g quagga -s /bin/false quagga || exit 1 + + rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 + + mkdir -p $CDDIR/var/state/quagga || exit 1 + chown quagga.quagga $CDDIR/var/state/quagga || exit 1 + chmod 770 $CDDIR/var/state/quagga || exit 1 + copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 cp $MYDIR/scripts/quagga $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/bgpd $ETCDIR/etc/init.d || exit 1 |
|
From: Bruce S. <bl...@us...> - 2004-04-23 18:34:06
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6567/scripts/scripts Modified Files: upgrade-config Log Message: Do not select init.d files (except for firewall.rules*) by default. Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- upgrade-config 23 Apr 2004 15:33:04 -0000 1.19 +++ upgrade-config 23 Apr 2004 18:33:57 -0000 1.20 @@ -69,6 +69,10 @@ [ $height -gt $linecount ] && height=$linecount } +comparesubstr () { + [ "$(expr substr "$1" 1 $(expr length "$2"))" = "$2" ] && return 0 || return 1 +} + echo if [ -e $RAMDISKDIR/newconfig ]; then echo /shm/newconfig exists, please remove. @@ -112,9 +116,11 @@ [ $f = "etc/shadow-" ] && continue [ $f = "etc/gshadow" ] && continue [ $f = "etc/gshadow-" ] && continue - [ "$(expr substr "$f" 1 12)" = "etc/modules/" ] && continue - [ "$(expr substr "$f" 1 20)" = "etc/sysconfig/config" ] && continue - [ "$(expr substr "$f" 1 17)" = "etc/ssh/ssh_host_" ] && onoff="on" + comparesubstr "$f" "etc/modules/" && continue + comparesubstr "$f" "etc/sysconfig/config" continue +# comparesubstr "$f" "etc/ssh/ssh_host_" && onoff="on" + comparesubstr "$f" "etc/init.d/" && onoff="off" + comparesubstr "$f" "etc/init.d/firewall.rules" && onoff="on" finfo=$(ls -la $f) cmp -s $f newconfig/$f || echo $f \"\" $onoff \"$finfo\" >> $TMPD done |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 15:53:23
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5861/scripts/configuration/profiles Modified Files: default Log Message: various software updates updated grsecurity to v2 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- default 19 Apr 2004 01:43:45 -0000 1.23 +++ default 23 Apr 2004 15:53:14 -0000 1.24 @@ -118,6 +118,7 @@ CONFIG_POSTFIX=y CONFIG_POSTFIX_TLS=y CONFIG_POSTGRESQL_CLIENT=y +CONFIG_POSTGRESQL_SERVER=y CONFIG_PPP=y CONFIG_PPTP_CLIENT=y CONFIG_PRISM54=y @@ -173,11 +174,11 @@ CONFIG_WEBALIZER=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y +CONFIG_WOL=y CONFIG_WVDIAL=y CONFIG_XFS=y CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_POSTGRESQL_SERVER=y -CONFIG_WOL=y +CONFIG_DNSMASQ=y |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 15:53:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5861/scripts Modified Files: grsecurity perl Log Message: various software updates updated grsecurity to v2 Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- grsecurity 24 Mar 2004 02:07:49 -0000 1.19 +++ grsecurity 23 Apr 2004 15:53:13 -0000 1.20 @@ -31,7 +31,7 @@ cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then touch devil-linux-grsec-kernel-patches.done - bzcat $DL_DIR/src/grsecurity-1.9*.patch.bz2 > grsecurity.patch || exit 1 + bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 > grsecurity.patch || exit 1 if [ ! "$CONFIG_VHZ" = "OFF" ]; then bzcat $DL_DIR/src/grsecurity-kernel-vhz1.patch.bz2 |sed -e 's/^--- grsecurity.*/--- grsecurity.patch.old/g' -e 's/^+++ grsecurity.*/+++ grsecurity.patch/g' | patch -p0 || exit 1 fi @@ -42,6 +42,7 @@ fi # add configuration to kernel config cat $MYDIR/config/config_grsecurity >> .config + # start oldconfig, in case there are new options make oldconfig || exit 1 @@ -59,7 +60,6 @@ mkdir -p $ETCDIR/etc/grsec || exit 1 cp -dp acl $ETCDIR/etc/grsec/ || exit mkdir -p $DOCDIR/grsecurity/ || exit 1 - cp -dpR ./debian* $DOCDIR/grsecurity/ || exit 1 cp -dp $MYDIR/scripts/grsecurity $ETCDIR/etc/init.d || exit 1 cp -dp $MYDIR/scripts/grsecurity.proc $ETCDIR/etc/sysconfig || exit 1 Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- perl 11 Jan 2004 14:43:04 -0000 1.28 +++ perl 23 Apr 2004 15:53:13 -0000 1.29 @@ -61,6 +61,7 @@ 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/perl /usr/bin/perl5.8.3 rm -f /usr/bin/s2p /usr/bin/psed rm -f /usr/bin/pstruct /usr/bin/c2ph cp -vfdpR $WORKDIR/tmp/* /usr || exit 1 @@ -83,7 +84,7 @@ rm $WORKDIR/tmp/bin/perl || exit 1 # check here if install fails, you probably upgraded to a new perl release - PERLBIN=perl5.8.2 + PERLBIN=perl5.8.3 [ -e $WORKDIR/tmp/bin/$PERLBIN ] || exit 1 ln -sf $PERLBIN $WORKDIR/tmp/bin/perl || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 15:53:22
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5861 Modified Files: CHANGES md5sum.lst Log Message: various software updates updated grsecurity to v2 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.766 retrieving revision 1.767 diff -u -d -r1.766 -r1.767 --- CHANGES 22 Apr 2004 15:11:01 -0000 1.766 +++ CHANGES 23 Apr 2004 15:53:13 -0000 1.767 @@ -22,6 +22,14 @@ # 1.1.3 +- updated openldap to v2.2.11 +- updated sysstat to v5.0.3 +- updated grsecurity to v2.0 + - enabled Hide kernel processes + - enabled Hide kernel symbols + - enabled Audit /proc/<pid>/ipaddr support + - enabled Audit ELF text relocations logging (disabled via sysctl) +- updated perl to v5.8.3 - added dnsmasq (bs) - updated libxml to v2.6.9 - updated libxslt to v1.1.6 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- md5sum.lst 22 Apr 2004 15:11:01 -0000 1.73 +++ md5sum.lst 23 Apr 2004 15:53:13 -0000 1.74 @@ -103,10 +103,11 @@ cdef1c436e0abe729a5f079a363e0ed4 src/gnugk-2.0.6.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 -b674d27513a331d7fce586bf8198e2d8 src/gradm-1.9.15.tar.gz +4b1c99ec6ea415fcc75ac1b89edc90f0 src/gradm-2.0.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz -f4ed256a9d215ab3d5c4321f6c8d4795 src/grsecurity-1.9.15-2.4.26.patch.bz2 +9a6adfd65720201d600bf05e884cd78a src/grsecurity-2.0-2.4.26.patch.bz2 +0b69ba51545ce9b9bb2f3274d62346c5 src/grsecurity-2.0-2.6.5.patch.bz2 b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 299672a99cf59656e653d8ffd7851b56 src/grub-0.94.tar.gz @@ -223,7 +224,7 @@ 98e16c7aa4ecd4c004b51bff18962e95 src/ntp-4.1.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz 15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz -e22855a3e8d934df1afc9ebed5e913be src/openldap-2.2.8.tgz +45d92c2d466130ffc084d074fdd6c18b src/openldap-2.2.11.tgz 1dbfd40ae683f822ae917eebf171ca42 src/openssh-3.8.1p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz @@ -238,7 +239,7 @@ e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz c51bd34197008b128046f0799d2242e4 src/pcre-4.5.tar.bz2 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz -fa356b74f99166b63a68a322c3c68f91 src/perl-5.8.2.tar.gz +6d2b389f8c6424b7af303f417947714f src/perl-5.8.3.tar.gz 2d9b07d3847a06b77db3be25973acf14 src/pfixtls-0.8.16-2.0.18-0.9.7c.tar.gz 79cde484e31871176137eb78014657fa src/php-4.3.6.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz @@ -302,7 +303,7 @@ f587720988bc1670071f31d3694ca0fb src/sysklogd-1.4.1.tar.bz2 dee67ef64149d1c6cd9ee82d4ba83f71 src/syslinux-2.04.tar.bz2 c84bf2b80bc44a5716c9c20402c85eaf src/syslog-ng-1.6.2.tar.gz -238e7e06e6a358a96bcc7d6256cfbad5 src/sysstat-5.0.2.tar.bz2 +b73b02adcfc76b15612bbc6af3782b78 src/sysstat-5.0.3.tar.bz2 8a2d8f1ed5a2909da04132fefa44905e src/sysvinit-2.85.tar.gz fdfffdd8141a00ea72c16c34b486a00a src/tar-1.13.92.tar.bz2 eec4e5d6cda55464970a3157eb3bc534 src/tcp_wrappers_7.6.diff.gz |
|
From: Heiko Z. <smi...@us...> - 2004-04-23 15:53:22
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5861/scripts/config Modified Files: config_grsecurity Log Message: various software updates updated grsecurity to v2 Index: config_grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_grsecurity,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- config_grsecurity 24 Feb 2004 17:38:38 -0000 1.11 +++ config_grsecurity 23 Apr 2004 15:53:14 -0000 1.12 @@ -1,75 +1,67 @@ -# CONFIG_GRKERNSEC_HIDESYM is not set -# CONFIG_GRKERNSEC_ACL_DEBUG is not set -# CONFIG_GRKERNSEC_ACL_HIDEKERN is not set -# CONFIG_GRKERNSEC_AUDIT_GROUP is not set -# CONFIG_GRKERNSEC_HI is not set -# CONFIG_GRKERNSEC_IO is not set +CONFIG_GRKERNSEC=y # CONFIG_GRKERNSEC_LOW is not set # CONFIG_GRKERNSEC_MID is not set +# CONFIG_GRKERNSEC_HI is not set +CONFIG_GRKERNSEC_CUSTOM=y +# CONFIG_GRKERNSEC_PAX_SOFTMODE is not set +CONFIG_GRKERNSEC_PAX_EI_PAX=y +# CONFIG_GRKERNSEC_PAX_PT_PAX_FLAGS is not set +CONFIG_GRKERNSEC_PAX_NO_ACL_FLAGS=y +# CONFIG_GRKERNSEC_PAX_HAVE_ACL_FLAGS is not set +# CONFIG_GRKERNSEC_PAX_HOOK_ACL_FLAGS is not set # CONFIG_GRKERNSEC_PAX_NOEXEC is not set -# CONFIG_GRKERNSEC_PAX_RANDKSTACK is not set -# CONFIG_GRKERNSEC_PROC_USERGROUP is not set -# CONFIG_GRKERNSEC_SOCKET is not set -# CONFIG_GRKERNSEC_TPE is not set -# CONFIG_GR_DEBUG is not set -# CONFIG_IP_NF_MATCH_STEALTH is not set -CONFIG_GRKERNSEC=y +CONFIG_GRKERNSEC_PAX_ASLR=y +CONFIG_GRKERNSEC_PAX_RANDUSTACK=y +CONFIG_GRKERNSEC_PAX_RANDMMAP=y +CONFIG_GRKERNSEC_KMEM=y +CONFIG_GRKERNSEC_IO=y +CONFIG_GRKERNSEC_PROC_MEMMAP=y +CONFIG_GRKERNSEC_HIDESYM=y +CONFIG_GRKERNSEC_ACL_HIDEKERN=y CONFIG_GRKERNSEC_ACL_MAXTRIES=3 CONFIG_GRKERNSEC_ACL_TIMEOUT=30 -CONFIG_GRKERNSEC_AUDIT_CHDIR=y -CONFIG_GRKERNSEC_AUDIT_IPC=y -CONFIG_GRKERNSEC_AUDIT_MOUNT=y +CONFIG_GRKERNSEC_PROC=y +CONFIG_GRKERNSEC_PROC_USER=y +CONFIG_GRKERNSEC_PROC_ADD=y +CONFIG_GRKERNSEC_LINK=y +CONFIG_GRKERNSEC_FIFO=y CONFIG_GRKERNSEC_CHROOT=y -CONFIG_GRKERNSEC_CHROOT_CAPS=y +CONFIG_GRKERNSEC_CHROOT_MOUNT=y +CONFIG_GRKERNSEC_CHROOT_DOUBLE=y +CONFIG_GRKERNSEC_CHROOT_PIVOT=y CONFIG_GRKERNSEC_CHROOT_CHDIR=y CONFIG_GRKERNSEC_CHROOT_CHMOD=y -CONFIG_GRKERNSEC_CHROOT_DOUBLE=y -CONFIG_GRKERNSEC_CHROOT_EXECLOG=y CONFIG_GRKERNSEC_CHROOT_FCHDIR=y -CONFIG_GRKERNSEC_CHROOT_FINDTASK=y CONFIG_GRKERNSEC_CHROOT_MKNOD=y -CONFIG_GRKERNSEC_CHROOT_MOUNT=y -CONFIG_GRKERNSEC_CHROOT_NICE=y -CONFIG_GRKERNSEC_CHROOT_PIVOT=y CONFIG_GRKERNSEC_CHROOT_SHMAT=y -CONFIG_GRKERNSEC_CHROOT_SYSCTL=y CONFIG_GRKERNSEC_CHROOT_UNIX=y -CONFIG_GRKERNSEC_CUSTOM=y -CONFIG_GRKERNSEC_DMESG=y +CONFIG_GRKERNSEC_CHROOT_FINDTASK=y +CONFIG_GRKERNSEC_CHROOT_NICE=y +CONFIG_GRKERNSEC_CHROOT_SYSCTL=y +CONFIG_GRKERNSEC_CHROOT_CAPS=y +# CONFIG_GRKERNSEC_AUDIT_GROUP is not set CONFIG_GRKERNSEC_EXECLOG=y -CONFIG_GRKERNSEC_EXECVE=y -CONFIG_GRKERNSEC_FIFO=y -CONFIG_GRKERNSEC_FLOODBURST=10 -CONFIG_GRKERNSEC_FLOODTIME=10 +CONFIG_GRKERNSEC_RESLOG=y +CONFIG_GRKERNSEC_CHROOT_EXECLOG=y +CONFIG_GRKERNSEC_AUDIT_CHDIR=y +CONFIG_GRKERNSEC_AUDIT_MOUNT=y +CONFIG_GRKERNSEC_AUDIT_IPC=y CONFIG_GRKERNSEC_FORKFAIL=y -CONFIG_GRKERNSEC_IO=y -CONFIG_GRKERNSEC_KMEM=y -CONFIG_GRKERNSEC_LINK=y -CONFIG_GRKERNSEC_MEM=y -CONFIG_GRKERNSEC_PAX_ASLR=y -CONFIG_GRKERNSEC_PAX_RANDMMAP=y -CONFIG_GRKERNSEC_PAX_RANDUSTACK=y -CONFIG_GRKERNSEC_PROC=y -CONFIG_GRKERNSEC_PROC_ADD=y -CONFIG_GRKERNSEC_PROC_MEMMAP=y -CONFIG_GRKERNSEC_PROC_USER=y -CONFIG_GRKERNSEC_RANDID=y -CONFIG_GRKERNSEC_RANDISN=y -CONFIG_GRKERNSEC_RANDNET=y +CONFIG_GRKERNSEC_TIME=y +CONFIG_GRKERNSEC_PROC_IPADDR=y +CONFIG_GRKERNSEC_AUDIT_TEXTREL=y +CONFIG_GRKERNSEC_EXECVE=y +CONFIG_GRKERNSEC_DMESG=y CONFIG_GRKERNSEC_RANDPID=y -CONFIG_GRKERNSEC_RANDPING=y -CONFIG_GRKERNSEC_RANDRPC=y +# CONFIG_GRKERNSEC_TPE is not set +CONFIG_GRKERNSEC_RANDNET=y +CONFIG_GRKERNSEC_RANDISN=y +CONFIG_GRKERNSEC_RANDID=y CONFIG_GRKERNSEC_RANDSRC=y -CONFIG_GRKERNSEC_RESLOG=y -CONFIG_GRKERNSEC_SIGNAL=yes +CONFIG_GRKERNSEC_RANDRPC=y +# CONFIG_GRKERNSEC_SOCKET is not set CONFIG_GRKERNSEC_SYSCTL=y -CONFIG_GRKERNSEC_TIME=y -CONFIG_GR_MAXTRIES=3 -CONFIG_GR_TIMEOUT=30 -CONFIG_RTC=y -CONFIG_GRKERNSEC_PAX_SOFTMODE=n -CONFIG_GRKERNSEC_PAX_EI_PAX=y -CONFIG_GRKERNSEC_PAX_PT_PAX_FLAGS=n -CONFIG_GRKERNSEC_PAX_NO_ACL_FLAGS=y -# CONFIG_GRKERNSEC_PAX_HAVE_ACL_FLAGS is not set -# CONFIG_GRKERNSEC_PAX_HOOK_ACL_FLAGS is not set +CONFIG_GRKERNSEC_FLOODTIME=10 +CONFIG_GRKERNSEC_FLOODBURST=10 +CONFIG_GRKERNSEC_SIGNAL=y +CONFIG_IP_NF_MATCH_STEALTH=m |
|
From: Bruce S. <bl...@us...> - 2004-04-23 15:33:13
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv740/scripts/scripts Modified Files: upgrade-config Log Message: Fixed bug causing boot to fail on SMP boxes after upgrade-config completes. Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- upgrade-config 21 Apr 2004 01:54:33 -0000 1.18 +++ upgrade-config 23 Apr 2004 15:33:04 -0000 1.19 @@ -297,6 +297,7 @@ insserv -f -d $(grep -l "### BEGIN INIT INFO" newconfig/etc/init.d/*) # make sure we use the correct system initialization -cat newconfig/etc/inittab | sed -e s%"si::sysinit:/etc/init.d/boot"%"si::sysinit:/etc/init.d/rc boot"% > newconfig/etc/inittab +sed -e s%"si::sysinit:/etc/init.d/boot"%"si::sysinit:/etc/init.d/rc boot"% newconfig/etc/inittab > newconfig/etc/inittab.new +mv -f newconfig/etc/inittab.new newconfig/etc/inittab rm -fr $TMPD $RESULT |