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-11-26 03:58:18
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8602 Modified Files: CHANGES Log Message: - moved snort rule files onto CD (overwrite symlinks with your own files if needed) - reduced size of etc.tar.bz2 (moved some eagle-usb files) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.868 retrieving revision 1.869 diff -u -d -r1.868 -r1.869 --- CHANGES 24 Nov 2004 17:14:16 -0000 1.868 +++ CHANGES 26 Nov 2004 03:58:06 -0000 1.869 @@ -22,6 +22,8 @@ # 1.3.2 +- moved snort rule files onto CD (overwrite symlinks with your own files if needed) +- reduced size of etc.tar.bz2 (moved some eagle-usb files) - disabled IPv6 module per default (modules.conf) - corrected grsecurity installation - added gettext support to php (Jean-Luc Parouty / Heiko) |
From: Heiko Z. <smi...@us...> - 2004-11-26 03:55:02
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8069/scripts Modified Files: Tag: rel-1-2-patches snort Log Message: moved snort rule files onto CD Index: snort =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/snort,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -d -r1.15 -r1.15.2.1 --- snort 11 Jan 2004 14:43:05 -0000 1.15 +++ snort 26 Nov 2004 03:54:49 -0000 1.15.2.1 @@ -46,12 +46,21 @@ copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + mkdir -p $WORKDIR/tmp/usr/share/snort/rules mkdir -p $ETCDIR/etc/snort || exit 1 - cp ./rules/*.rules $ETCDIR/etc/snort || exit 1 + cp -dpR ./rules/ $WORKDIR/tmp/usr/share/snort || exit 1 + rm -rf $WORKDIR/tmp/usr/share/snort/rules/Makefile || exit 1 + rm -rf $WORKDIR/tmp/usr/share/snort/rules/Makefile.* || exit 1 + cp ./etc/* $ETCDIR/etc/snort || exit 1 - rm -rf $ETCDIR/etc/snort/Makefile || exit 1 - rm -rf $ETCDIR/etc/snort/Makefile.* || exit 1 cp $MYDIR/scripts/snort $ETCDIR/etc/init.d || exit 1 + + for FILE in $(ls $WORKDIR/tmp/usr/share/snort ) + do + F=${FILE##/*/} + ln -sf /usr/share/snort/$F /etc/snort/$F + done echo "# Start Snort?" >> $CONFIGFILE echo "START_$MYNAME=no" >> $CONFIGFILE |
From: Heiko Z. <smi...@us...> - 2004-11-26 03:54:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8069 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: moved snort rule files onto CD Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.55 retrieving revision 1.807.2.56 diff -u -d -r1.807.2.55 -r1.807.2.56 --- CHANGES 26 Nov 2004 03:27:55 -0000 1.807.2.55 +++ CHANGES 26 Nov 2004 03:54:47 -0000 1.807.2.56 @@ -22,6 +22,7 @@ # 1.2.1 +- moved snort rule files onto CD (overwrite symlinks with your own files if needed) - reduced size of etc.tar.bz2 (moved some eagle-usb files) - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) |
From: Heiko Z. <smi...@us...> - 2004-11-26 03:28:09
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4189 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: - reduced size of etc.tar.bz2 (moved some eagle-usb files) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.54 retrieving revision 1.807.2.55 diff -u -d -r1.807.2.54 -r1.807.2.55 --- CHANGES 24 Nov 2004 17:10:29 -0000 1.807.2.54 +++ CHANGES 26 Nov 2004 03:27:55 -0000 1.807.2.55 @@ -22,6 +22,7 @@ # 1.2.1 +- reduced size of etc.tar.bz2 (moved some eagle-usb files) - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) |
From: Heiko Z. <smi...@us...> - 2004-11-26 03:28:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4189/scripts Modified Files: Tag: rel-1-2-patches eagle-usb Log Message: - reduced size of etc.tar.bz2 (moved some eagle-usb files) Index: eagle-usb =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/eagle-usb,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- eagle-usb 15 Jun 2004 02:40:46 -0000 1.2.2.1 +++ eagle-usb 26 Nov 2004 03:27:55 -0000 1.2.2.2 @@ -43,16 +43,16 @@ mkdir -p $WORKDIR/tmp/etc/eagle-usb/scripts || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/share/eagle-usb - mv $WORKDIR/tmp/etc/eagle-usb/dsp_code_isdn.bin $WORKDIR/tmp/usr/share/eagle-usb - mv $WORKDIR/tmp/etc/eagle-usb/dsp_code_pots.bin $WORKDIR/tmp/usr/share/eagle-usb + mv $WORKDIR/tmp/etc/eagle-usb/dsp $WORKDIR/tmp/usr/share/eagle-usb || exit 1 + mv $WORKDIR/tmp/etc/eagle-usb/lang $WORKDIR/tmp/usr/share/eagle-usb || exit 1 copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1 copy_files $WORKDIR/tmp/lib $CDDIR || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 cp $MYDIR/scripts/eagle-usb $ETCDIR/etc/init.d || exit 1 - ln -sf /usr/share/eagle-usb/dsp_code_isdn.bin $ETCDIR/etc/eagle-usb || exit 1 - ln -sf /usr/share/eagle-usb/dsp_code_pots.bin $ETCDIR/etc/eagle-usb || exit 1 + ln -sf /usr/share/eagle-usb/dsp $ETCDIR/etc/eagle-usb || exit 1 + ln -sf /usr/share/eagle-usb/lang $ETCDIR/etc/eagle-usb || exit 1 rm -rf $WORKDIR/tmp || exit 1 echo "# Initialize the Eagle USB modem?" >> $CONFIGFILE |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:14:36
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29579 Modified Files: CHANGES Log Message: - disabled IPv6 module per default (modules.conf) - corrected grsecurity installation - added gettext support to php (Jean-Luc Parouty / Heiko) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.867 retrieving revision 1.868 diff -u -d -r1.867 -r1.868 --- CHANGES 24 Nov 2004 04:10:28 -0000 1.867 +++ CHANGES 24 Nov 2004 17:14:16 -0000 1.868 @@ -22,6 +22,8 @@ # 1.3.2 +- disabled IPv6 module per default (modules.conf) +- corrected grsecurity installation - added gettext support to php (Jean-Luc Parouty / Heiko) - updated Mail-SpamAssassin 3.0.1 - updated apcupsd 3.10.16 |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:14:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29579/scripts Modified Files: glibc grsecurity Log Message: - disabled IPv6 module per default (modules.conf) - corrected grsecurity installation - added gettext support to php (Jean-Luc Parouty / Heiko) Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- glibc 12 Nov 2004 01:23:57 -0000 1.38 +++ glibc 24 Nov 2004 17:14:17 -0000 1.39 @@ -73,9 +73,12 @@ #else # KVER=$KERNELVERSION #fi - #KVER="2.6.0" + + # set minimum kernel to 2.4.22, so we don't mess up our 'remote' updates + KVER="2.4.22" + ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons=$ADDON --libexecdir=/usr/bin \ - -without-cvs --with-tls --without-__thread || exit 1 + -without-cvs --with-tls --without-__thread --enable-kernel=$KVER || exit 1 # -without-cvs --with-tls --with-__thread || exit 1 # use this one for nptl # --with-headers=$KERNELDIR/include Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- grsecurity 3 Sep 2004 02:02:46 -0000 1.21 +++ grsecurity 24 Nov 2004 17:14:17 -0000 1.22 @@ -30,8 +30,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then - touch devil-linux-grsec-kernel-patches.done - bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 > grsecurity.patch || exit 1 + zcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.gz > 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 @@ -39,6 +38,7 @@ if [ ! "$CONFIG_VHZ" = "OFF" ]; then bzcat $DL_DIR/src/grsecurity-kernel-vhz2.patch.bz2 | patch -p0 || exit 1 fi + touch devil-linux-grsec-kernel-patches.done fi # add configuration to kernel config cat $MYDIR/config/config_grsecurity >> .config @@ -55,10 +55,15 @@ install ) if [ "$CONFIG_GRSECURITY" = "y" ] ; then + rm -rf $WORKDIR/tmp + mkdir -p $WORKDIR/tmp || exit 1 cd $GRADMDIR || exit 1 - cp -dp $GRADMDIR/gradm $CDDIR/sbin || exit 1 - mkdir -p $ETCDIR/etc/grsec || exit 1 - cp -dp policy $ETCDIR/etc/grsec/ || exit + make -C $GRADMDIR DESTDIR=$WORKDIR/tmp install || exit 1 + + copy_docs $WORKDIR/tmp || exit 1 + cp -vdpR $WORKDIR/tmp/sbin/* $CDDIR/sbin || exit 1 + cp -vdpR $WORKDIR/tmp/etc $ETCDIR/ || exit 1 + mkdir -p $DOCDIR/grsecurity/ || exit 1 cp -dp $MYDIR/scripts/grsecurity $ETCDIR/etc/init.d || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:14:31
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29579/config/etc Modified Files: modules.conf Log Message: - disabled IPv6 module per default (modules.conf) - corrected grsecurity installation - added gettext support to php (Jean-Luc Parouty / Heiko) Index: modules.conf =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/modules.conf,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- modules.conf 14 Mar 2004 16:39:02 -0000 1.16 +++ modules.conf 24 Nov 2004 17:14:17 -0000 1.17 @@ -35,8 +35,8 @@ alias net-pf-3 ax25 alias net-pf-4 ipx alias net-pf-6 netrom -alias net-pf-10 ipv6 -#alias net-pf-10 off +#alias net-pf-10 ipv6 +alias net-pf-10 off alias net-pf-47 ip_gre alias char-major-4 serial alias char-major-5 serial |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:11:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726/scripts Modified Files: Tag: rel-1-2-patches glibc grsecurity iptraf php Log Message: - various program updates - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) - updated openswan to v1 CVS-2004-11-23 - ipv6 module is not loaded per default anymore (change modules.conf if needed) - updated kernel to v2.4.28 Index: iptraf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptraf,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -d -r1.11 -r1.11.2.1 --- iptraf 11 Jan 2004 14:43:04 -0000 1.11 +++ iptraf 24 Nov 2004 17:10:37 -0000 1.11.2.1 @@ -28,6 +28,10 @@ case $1 in build ) if [ "$CONFIG_IPTRAF" = "y" ]; then + #if [ ! -e .done_dl_patches ]; then + # bzcat $DL_DIR/src/iptraf-netdevice-fix.diff.bz2 | patch -p1 || exit 1 + # touch .done_dl_patches + #fi replace_str ./src/Makefile /var/local/iptraf /var/iptraf make $PMAKE -C src || exit 1 strip_debug Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -d -r1.9.2.1 -r1.9.2.2 --- php 21 Aug 2004 15:22:04 -0000 1.9.2.1 +++ php 24 Nov 2004 17:10:37 -0000 1.9.2.2 @@ -34,7 +34,7 @@ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-pgsql --with-snmp \ --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv \ - --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 + --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr --with-gettext || exit 1 # # not working --enable-xslt --with-kerberos # do not use --with-cyrus Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.20.2.1 retrieving revision 1.20.2.2 diff -u -d -r1.20.2.1 -r1.20.2.2 --- grsecurity 4 Sep 2004 15:00:16 -0000 1.20.2.1 +++ grsecurity 24 Nov 2004 17:10:37 -0000 1.20.2.2 @@ -30,8 +30,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then - touch devil-linux-grsec-kernel-patches.done - bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 > grsecurity.patch || exit 1 + zcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.gz > 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 @@ -39,6 +38,7 @@ if [ ! "$CONFIG_VHZ" = "OFF" ]; then bzcat $DL_DIR/src/grsecurity-kernel-vhz2.patch.bz2 | patch -p0 || exit 1 fi + touch devil-linux-grsec-kernel-patches.done fi # add configuration to kernel config cat $MYDIR/config/config_grsecurity >> .config @@ -55,10 +55,15 @@ install ) if [ "$CONFIG_GRSECURITY" = "y" ] ; then + rm -rf $WORKDIR/tmp + mkdir -p $WORKDIR/tmp || exit 1 cd $GRADMDIR || exit 1 - cp -dp $GRADMDIR/gradm $CDDIR/sbin || exit 1 - mkdir -p $ETCDIR/etc/grsec || exit 1 - cp -dp policy $ETCDIR/etc/grsec/ || exit + make -C $GRADMDIR DESTDIR=$WORKDIR/tmp install || exit 1 + + copy_docs $WORKDIR/tmp || exit 1 + cp -vdpR $WORKDIR/tmp/sbin/* $CDDIR/sbin || exit 1 + cp -vdpR $WORKDIR/tmp/etc $ETCDIR/ || exit 1 + mkdir -p $DOCDIR/grsecurity/ || exit 1 cp -dp $MYDIR/scripts/grsecurity $ETCDIR/etc/init.d || exit 1 Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.31 retrieving revision 1.31.2.1 diff -u -d -r1.31 -r1.31.2.1 --- glibc 10 Feb 2004 00:52:03 -0000 1.31 +++ glibc 24 Nov 2004 17:10:36 -0000 1.31.2.1 @@ -51,12 +51,16 @@ cd ../glibc-build || exit 1 # unfortunately we can only go as high as the host kernel version - KVER_RUN=$(cat /proc/sys/kernel/osrelease) - if [ "$KERNELVERSION" \> "$KVER_RUN" ]; then - KVER=$KVER_RUN - else - KVER=$KERNELVERSION - fi + #KVER_RUN=$(cat /proc/sys/kernel/osrelease) + #if [ "$KERNELVERSION" \> "$KVER_RUN" ]; then + # KVER=$KVER_RUN + #else + # KVER=$KERNELVERSION + #fi + + # set the minimum kernel level, so our remote updates won't fail + KVER=2.4.22 + ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons --libexecdir=/usr/bin --enable-kernel=$KVER --without-gd || exit 1 make $PMAKE || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:11:20
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726 Modified Files: Tag: rel-1-2-patches CHANGES LINKS md5sum.lst Log Message: - various program updates - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) - updated openswan to v1 CVS-2004-11-23 - ipv6 module is not loaded per default anymore (change modules.conf if needed) - updated kernel to v2.4.28 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.53 retrieving revision 1.807.2.54 diff -u -d -r1.807.2.53 -r1.807.2.54 --- CHANGES 14 Nov 2004 22:24:52 -0000 1.807.2.53 +++ CHANGES 24 Nov 2004 17:10:29 -0000 1.807.2.54 @@ -22,17 +22,23 @@ # 1.2.1 -- updated cyrus-imapd to v2.2.8 +- corrected gradm installation (missing files) +- disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) +- added gettext support to php (Jean-Luc Parouty / Heiko) +- updated openswan to v1 CVS-2004-11-23 +- ipv6 module is not loaded per default anymore (change modules.conf if needed) +- updated kernel to v2.4.28 +- updated cyrus-imapd to v2.2.10 - updated cyrus-sasl to v2.1.20 - enabled sasl support for postfix - enabled ldap support for postfix - enabled mysql support for postfix - updated shadow to v4.0.6 -- updated samba to v3.0.8 +- updated samba to v3.0.9 - updated Mail-SpamAssassin to 3.0.1 - updated apcupsd to 3.10.16 - updated clamav to 0.80 -- updated dnsmasq to 2.16 +- updated dnsmasq to 2.18 - updated frox to 0.7.17 - updated gnugk to 2.2.0 - updated hdparm to 5.8 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.34 retrieving revision 1.102.2.35 diff -u -d -r1.102.2.34 -r1.102.2.35 --- md5sum.lst 14 Nov 2004 22:24:52 -0000 1.102.2.34 +++ md5sum.lst 24 Nov 2004 17:10:34 -0000 1.102.2.35 @@ -70,7 +70,7 @@ 97456d1da7da7140324116fb55b7957e src/cron-3.0.1-suse.tar.bz2 e0eb377840b01e11e5cd008ae9b7d2af src/cutter-1.02.tgz 41396dfe38c3c9f80de98ea53e6d55aa src/cvs-1.12.9.tar.bz2 -7e6cb571e1d9b648725aa579077f6f8d src/cyrus-imapd-2.2.8.tar.gz +f3159efa2ffb9856ab79c35c7b002184 src/cyrus-imapd-2.2.10.tar.gz 268ead27f4ac39bcfe17d9e38e0f2977 src/cyrus-sasl-2.1.20.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz @@ -86,7 +86,7 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -c838beda51afa45f5bb519a4f311c201 src/dnsmasq-2.16.tar.gz +7a3d4864c97ebf484cd4e76487ad5e3c src/dnsmasq-2.18.tar.gz af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz 6e5f32be84901bf0f8c027f4a5a999ad src/dovecot-0.99.10.7.tar.gz @@ -128,11 +128,11 @@ 770309df3d631d6c94dfb3a95a9be25e src/gnugk-2.0.8.tgz b1890f5dfacd2ba7ab15448c5ff08a4e src/gnupg-1.2.6.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 -3f4d8d524a55e35a7d06166f4f51f299 src/gradm-2.0.1.tar.gz +faf3709e3fb8698722df5720debda86d src/gradm-2.0.2.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz 0b69ba51545ce9b9bb2f3274d62346c5 src/grsecurity-2.0-2.6.5.patch.bz2 -8a7a504ac83d6a3277e6ee0eada54ee8 src/grsecurity-2.0.1-2.4.27.patch.bz2 +6ddca9473268bc0b0b1a2610cefb4e93 src/grsecurity-2.0.2-2.4.28.patch.gz b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 4ca8e4363d5f1980f2c63b7f5cdbe0d1 src/grub-0.95.tar.gz @@ -172,7 +172,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -a62ff6c839489f1eccbfd758c0b6aefd src/kernel-patches-2.4.tar.bz2 +5e4c1b7e7862c82dbf4a30265e19a05f 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 @@ -200,7 +200,7 @@ cf82a767c016ff1668d1c295c47ae700 src/libxslt-1.1.12.tar.gz d5b561190cbe0968d50e09e0031edb79 src/lilo-22.5.9.tar.gz e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 -59a2e6fde1d110e2ffa20351ac8b4d9e src/linux-2.4.27.tar.bz2 +ac7735000d185bc7778c08288760a8a3 src/linux-2.4.28.tar.bz2 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 5218790bc3db41e77a7422969639a9ad src/linux-2.6.6.tar.bz2 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz @@ -246,6 +246,7 @@ 3c080fc3caeb0d1e3423f7ed204f8b5b src/ncurses-5.3.tar.bz2 8080555ab3f90011f25d5122042d9a8d src/net-snmp-5.1.2.tar.gz 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 +a383c30f684739dfeea4e72436061533 src/net-tools-fddi.diff.bz2 71091a5dd65eac16ca841ce06e5de7fa src/net-tools_1.60-9-dl.diff.bz2 e8562d18b7b560887a96824cbc89a77f src/netacct-mysql-0.76.tar.gz c011fc1595dd125443df2d357958c85f src/noip_updater_linux_v1.4.tar.gz @@ -257,7 +258,7 @@ c8b8693fe266db739b53e2719e9b29db src/openldap-2.2.15.tgz 8e1774d0b52aff08f817f3987442a16e src/openssh-3.9p1.tar.gz a8777164bca38d84e5eb2b1535223474 src/openssl-0.9.7e.tar.gz -b36a595bce3519186a9a08adaa83fc51 src/openswan-1.0.7.tar.gz +e1c6ee43fd0ae9b732d283cc82802bf1 src/openswan-1-cvs-2004-11-23.tar.bz2 9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 @@ -310,7 +311,7 @@ 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz bcacd9a9108a9e4760832212ec3d658d src/rsync-2.6.2.tar.gz 1e538931fcca5ed9e7484ff0d7188238 src/sagator-0.5.3.tar.bz2 -7088483c858ac362d302acc0c2a1d431 src/samba-3.0.8.tar.gz +9cf2bcef71509a81687dec8732545400 src/samba-3.0.9.tar.gz c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz Index: LINKS =================================================================== RCS file: /cvsroot/devil-linux/build/LINKS,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -u -d -r1.19 -r1.19.2.1 --- LINKS 8 May 2004 00:30:11 -0000 1.19 +++ LINKS 24 Nov 2004 17:10:34 -0000 1.19.2.1 @@ -77,3 +77,6 @@ Quagga + TCP MD5 for BGP (RFC 2385) http://hasso.linux.ee/quagga/bgp-md5.en.php + +IMQ patches + http://www.linuximq.net |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:11:18
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726/config/etc Modified Files: Tag: rel-1-2-patches modules.conf Log Message: - various program updates - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) - updated openswan to v1 CVS-2004-11-23 - ipv6 module is not loaded per default anymore (change modules.conf if needed) - updated kernel to v2.4.28 Index: modules.conf =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/modules.conf,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -d -r1.16 -r1.16.2.1 --- modules.conf 14 Mar 2004 16:39:02 -0000 1.16 +++ modules.conf 24 Nov 2004 17:10:36 -0000 1.16.2.1 @@ -35,8 +35,8 @@ alias net-pf-3 ax25 alias net-pf-4 ipx alias net-pf-6 netrom -alias net-pf-10 ipv6 -#alias net-pf-10 off +#alias net-pf-10 ipv6 +alias net-pf-10 off alias net-pf-47 ip_gre alias char-major-4 serial alias char-major-5 serial |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:11:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726/scripts/configuration/profiles Modified Files: Tag: rel-1-2-patches default Log Message: - various program updates - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) - updated openswan to v1 CVS-2004-11-23 - ipv6 module is not loaded per default anymore (change modules.conf if needed) - updated kernel to v2.4.28 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.29.2.5 retrieving revision 1.29.2.6 diff -u -d -r1.29.2.5 -r1.29.2.6 --- default 7 Nov 2004 21:43:29 -0000 1.29.2.5 +++ default 24 Nov 2004 17:10:39 -0000 1.29.2.6 @@ -52,7 +52,7 @@ CONFIG_INITRD_FS=CRAMFS CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y -CONFIG_IPTRAF=y +CONFIG_IPTRAF=n CONFIG_ISAPNPTOOLS=y CONFIG_ISC_BIND=y CONFIG_ISC_DHCP=y |
From: Heiko Z. <smi...@us...> - 2004-11-24 17:10:49
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726/scripts/config Modified Files: Tag: rel-1-2-patches config_linux Log Message: - various program updates - corrected gradm installation (missing files) - disabled iptraf until a patch is available for kernel 2.4.28 support (project isn't maintained anymore) - added gettext support to php (Jean-Luc Parouty / Heiko) - updated openswan to v1 CVS-2004-11-23 - ipv6 module is not loaded per default anymore (change modules.conf if needed) - updated kernel to v2.4.28 Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v retrieving revision 1.77.2.1 retrieving revision 1.77.2.2 diff -u -d -r1.77.2.1 -r1.77.2.2 --- config_linux 4 Sep 2004 15:00:17 -0000 1.77.2.1 +++ config_linux 24 Nov 2004 17:10:38 -0000 1.77.2.2 @@ -1425,3 +1425,13 @@ CONFIG_SCSI_SATA_VITESSE=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_MICHAEL_MIC=m + +CONFIG_BLK_DEV_IDE_SATA=n +CONFIG_SCSI_ATA_PIIX=m +CONFIG_SCSI_SATA_NV=m +CONFIG_SCSI_SATA_ULI=m +CONFIG_PRISM54=m +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_IP6_NF_TARGET_IMQ=m |
From: Heiko Z. <smi...@us...> - 2004-11-24 04:11:04
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28567 Modified Files: CHANGES Log Message: added gettext support to php (Jean-Luc Parouty / Heiko) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.866 retrieving revision 1.867 diff -u -d -r1.866 -r1.867 --- CHANGES 12 Nov 2004 01:23:56 -0000 1.866 +++ CHANGES 24 Nov 2004 04:10:28 -0000 1.867 @@ -22,6 +22,7 @@ # 1.3.2 +- added gettext support to php (Jean-Luc Parouty / Heiko) - updated Mail-SpamAssassin 3.0.1 - updated apcupsd 3.10.16 - updated clamav 0.80 |
From: Heiko Z. <smi...@us...> - 2004-11-24 04:10:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28567/scripts Modified Files: php Log Message: added gettext support to php (Jean-Luc Parouty / Heiko) Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- php 20 Aug 2004 19:57:28 -0000 1.10 +++ php 24 Nov 2004 04:10:29 -0000 1.11 @@ -33,7 +33,7 @@ --with-jpeg-dir=/usr --enable-dba --with-gdbm --with-db4 --with-inifile --with-flatfile --with-dom --with-dom-xslt \ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-pgsql --with-snmp \ - --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv \ + --with-imap=$IMAPDIR --with-imap-ssl --with-openssl --with-iconv --with-gettext \ --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # # not working --enable-xslt --with-kerberos |
From: Heiko Z. <smi...@us...> - 2004-11-18 03:44:26
|
Update of /cvsroot/devil-linux/web/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16713 Modified Files: commercialsupport.php Log Message: ensure w3c xhtml v1.1. compliance add information for other regions Index: commercialsupport.php =================================================================== RCS file: /cvsroot/devil-linux/web/support/commercialsupport.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- commercialsupport.php 18 Nov 2004 03:23:26 -0000 1.1 +++ commercialsupport.php 18 Nov 2004 03:44:05 -0000 1.2 @@ -2,7 +2,8 @@ <? include("../include/header.php") ?> <p> -<a href="http://www.pantek.com/linux.php" target="_blank"><img src="../images/support/panteklogo.jpg" width="325" height="75" alt="Pantek" /></a><br> +<b>North America</b> +<a href="http://www.pantek.com/linux.php" target="_blank"><img src="../images/support/panteklogo.jpg" width="325" height="75" alt="Pantek" /></a><br/> The Pantek Team of world class Linux engineers provides expert technical support and security services for Devil-Linux and a wide range of Linux and Open Source software applications, distributions, and systems. Services are @@ -11,5 +12,8 @@ source community, as well as enterprises embracing the open source philosophy, since 1995. </p> - +<br/> +<p><b>Interested to provide support in your area?</b><br/> +Please contact us directly to discuss it. +</p> <? include("../include/footer.php") ?> |
From: Heiko Z. <smi...@us...> - 2004-11-18 03:33:46
|
Update of /cvsroot/devil-linux/web/images/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15049 Added Files: panteklogo.jpg Log Message: added pantek logo --- NEW FILE: panteklogo.jpg --- (This appears to be a binary file; contents omitted.) |
From: Heiko Z. <smi...@us...> - 2004-11-18 03:24:12
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13362/include Modified Files: config.inc.php Log Message: added informtion about pantek commercial support Index: config.inc.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/config.inc.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- config.inc.php 25 Oct 2004 00:52:14 -0000 1.5 +++ config.inc.php 18 Nov 2004 03:24:03 -0000 1.6 @@ -31,6 +31,7 @@ array("TITLE" => "Mailinglists", "LINK" => "index.php"), array("TITLE" => "Documentation", "LINK" => "docs.php"), array("TITLE" => "Developing", "LINK" => "develop.php"), + array("TITLE" => "Commercial Support", "LINK" => "commercialsupport.php"), array("TITLE" => "Consulting / Training", "LINK" => "consult.php") ); $navarray["DOWNLOADS"]["SUBNAV"] = array( |
From: Heiko Z. <smi...@us...> - 2004-11-18 03:23:36
|
Update of /cvsroot/devil-linux/web/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13253 Added Files: commercialsupport.php Log Message: added informtion about pantek commercial support --- NEW FILE: commercialsupport.php --- <? $section = "SUPPORT"; ?> <? include("../include/header.php") ?> <p> <a href="http://www.pantek.com/linux.php" target="_blank"><img src="../images/support/panteklogo.jpg" width="325" height="75" alt="Pantek" /></a><br> The Pantek Team of world class Linux engineers provides expert technical support and security services for Devil-Linux and a wide range of Linux and Open Source software applications, distributions, and systems. Services are available 24/7/365, and a one hour response time is available for mission-critical emergency situations. Pantek has been supporting the open source community, as well as enterprises embracing the open source philosophy, since 1995. </p> <? include("../include/footer.php") ?> |
From: Heiko Z. <smi...@us...> - 2004-11-18 02:49:32
|
Update of /cvsroot/devil-linux/web/images/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7159/support Log Message: Directory /cvsroot/devil-linux/web/images/support added to the repository |
From: Heiko Z. <smi...@us...> - 2004-11-14 22:27:31
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16041/scripts/scripts Modified Files: pre_init Log Message: we need to copy the whole boot directory Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- pre_init 6 Sep 2004 20:31:33 -0000 1.21 +++ pre_init 14 Nov 2004 22:27:20 -0000 1.22 @@ -33,9 +33,9 @@ # check if the DL ISO got upgraded if [ -e /shm/dl_iso_replaced ]; then $BLUE - echo "Upgrading InitRD" + echo "Upgrading System Boot Files" $NORMAL - cp -fp /boot/initrd.gz /initrd/mnt/ + cp -fp /boot/* /initrd/mnt/boot/ 2> /dev/null cp -fp /DEVIL-LINUX /initrd/mnt/ sync umount /initrd/mnt/ &> /dev/null |
From: Heiko Z. <smi...@us...> - 2004-11-14 22:26:49
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15767/scripts/scripts Modified Files: Tag: rel-1-2-patches pre_init Log Message: we need to copy the whole boot directory Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.19.2.2 retrieving revision 1.19.2.3 diff -u -d -r1.19.2.2 -r1.19.2.3 --- pre_init 6 Sep 2004 14:40:32 -0000 1.19.2.2 +++ pre_init 14 Nov 2004 22:26:38 -0000 1.19.2.3 @@ -33,9 +33,9 @@ # check if the DL ISO got upgraded if [ -e /shm/dl_iso_replaced ]; then $BLUE - echo "Upgrading InitRD" + echo "Upgrading System Boot Files" $NORMAL - cp -fp /boot/initrd.gz /initrd/mnt/ + cp -fp /boot/* /initrd/mnt/boot/ 2> /dev/null cp -fp /DEVIL-LINUX /initrd/mnt/ sync umount /initrd/mnt/ &> /dev/null |
From: Heiko Z. <smi...@us...> - 2004-11-14 22:25:05
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15385 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - updated cyrus-imapd to v2.2.8 - updated cyrus-sasl to v2.1.20 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.52 retrieving revision 1.807.2.53 diff -u -d -r1.807.2.52 -r1.807.2.53 --- CHANGES 14 Nov 2004 22:22:19 -0000 1.807.2.52 +++ CHANGES 14 Nov 2004 22:24:52 -0000 1.807.2.53 @@ -22,6 +22,8 @@ # 1.2.1 +- updated cyrus-imapd to v2.2.8 +- updated cyrus-sasl to v2.1.20 - enabled sasl support for postfix - enabled ldap support for postfix - enabled mysql support for postfix Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.33 retrieving revision 1.102.2.34 diff -u -d -r1.102.2.33 -r1.102.2.34 --- md5sum.lst 12 Nov 2004 01:44:31 -0000 1.102.2.33 +++ md5sum.lst 14 Nov 2004 22:24:52 -0000 1.102.2.34 @@ -70,8 +70,8 @@ 97456d1da7da7140324116fb55b7957e src/cron-3.0.1-suse.tar.bz2 e0eb377840b01e11e5cd008ae9b7d2af src/cutter-1.02.tgz 41396dfe38c3c9f80de98ea53e6d55aa src/cvs-1.12.9.tar.bz2 -5546b13ffb43af51246f751e85b8a4ea src/cyrus-imapd-2.2.7.tar.gz -ea76410ad88fa7b6c17a6aac424382c9 src/cyrus-sasl-2.1.19.tar.gz +7e6cb571e1d9b648725aa579077f6f8d src/cyrus-imapd-2.2.8.tar.gz +268ead27f4ac39bcfe17d9e38e0f2977 src/cyrus-sasl-2.1.20.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz cbc77517c9278cdb47613ce8cb55779f src/db-4.2.52.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-11-14 22:22:28
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14723/scripts Modified Files: Tag: rel-1-2-patches postfix Log Message: - enabled sasl support for postfix - enabled ldap support for postfix - enabled mysql support for postfix Index: postfix =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/postfix,v retrieving revision 1.24 retrieving revision 1.24.2.1 diff -u -d -r1.24 -r1.24.2.1 --- postfix 4 Feb 2004 20:40:59 -0000 1.24 +++ postfix 14 Nov 2004 22:22:19 -0000 1.24.2.1 @@ -28,15 +28,35 @@ case $1 in build ) if [ "$CONFIG_POSTFIX" = "y" ]; then - make tidy + make tidy + CCARGS="" + AUXLIBS="-lpthread" if [ "$CONFIG_POSTFIX_TLS" = "y" ]; then - if [ ! -f postfix_tls_patch ]; then - PFIXTLSPATCH=$(ls $WORKDIR/pfixtls*/pfixtls.diff) - patch -p1 < $PFIXTLSPATCH || exit 1 - touch postfix_tls_patch - fi - make makefiles CCARGS="-DHAS_SSL" -I/usr/include/openssl AUXLIBS="-lssl -lcrypto" || exit 1 + if [ ! -f postfix_tls_patch ]; then + PFIXTLSPATCH=$(ls $WORKDIR/pfixtls*/pfixtls.diff) + patch -p1 < $PFIXTLSPATCH || exit 1 + touch postfix_tls_patch + fi + CCARGS="$CCARGS -DHAS_SSL -I/usr/include/openssl" + AUXLIBS="$AUXLIBS -lssl -lcrypto" fi + if [ "$CONFIG_CYRUS_SASL" = "y" ]; then + CCARGS="$CCARGS -DUSE_SASL_AUTH -I/usr/include/sasl" + AUXLIBS="$AUXLIBS -lsasl2" + fi + if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then + CCARGS="$CCARGS -DHAS_LDAP" + AUXLIBS="$AUXLIBS -lldap -llber" + fi + if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then + CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql" + AUXLIBS="$AUXLIBS -lmysqlclient -lm -lz" + fi + if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then + CCARGS="$CCARGS -DHAS_PGSQL -I/usr/include/pgsql" + AUXLIBS="$AUXLIBS -lpq" + fi + make makefiles CCARGS="$CCARGS" AUXLIBS="$AUXLIBS" || exit 1 make $PMAKE || exit 1 strip_debug fi |
From: Heiko Z. <smi...@us...> - 2004-11-14 22:22:28
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14723 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: - enabled sasl support for postfix - enabled ldap support for postfix - enabled mysql support for postfix Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.51 retrieving revision 1.807.2.52 diff -u -d -r1.807.2.51 -r1.807.2.52 --- CHANGES 12 Nov 2004 01:44:31 -0000 1.807.2.51 +++ CHANGES 14 Nov 2004 22:22:19 -0000 1.807.2.52 @@ -22,6 +22,9 @@ # 1.2.1 +- enabled sasl support for postfix +- enabled ldap support for postfix +- enabled mysql support for postfix - updated shadow to v4.0.6 - updated samba to v3.0.8 - updated Mail-SpamAssassin to 3.0.1 |