From: Heiko Z. <smi...@us...> - 2004-11-07 21:43:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32756/scripts Modified Files: Tag: rel-1-2-patches clamav frox shadow Log Message: - updated Mail-SpamAssassin to 3.0.1 - updated apcupsd to 3.10.16 - updated clamav to 0.80 - updated dnsmasq to 2.16 - updated frox to 0.7.17 - updated gnugk to 2.2.0 - updated hdparm to 5.8 - updated httpd to 2.0.52 - updated i2c to 2.8.8 - updated ipcalc to 0.38 - updated lftp to 3.0.11 - updated libxml2 to 2.6.15 - updated libxslt to 1.1.12 - updated lm_sensors to 2.8.8 - updated loop-AES to v2.2d - updated mdadm to 1.8.0 - updated ntp to 4.2.0 - updated openssl to 0.9.7e - updated procps to 3.2.4 - updated python-ldap to 2.0.4 - updated sagator to 0.5.3 - updated sg3_utils to 1.10 - updated shadow to 4.0.5 - updated strace to 4.5.8 - updated tiff to 3.7.0 - updated util-linux to 2.12i - removed portslave from standard config Index: frox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/frox,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- frox 20 Mar 2004 20:19:55 -0000 1.2 +++ frox 7 Nov 2004 21:43:29 -0000 1.2.2.1 @@ -49,7 +49,7 @@ gzip -c -9 < doc/frox.man > $WORKDIR/tmp/usr/share/man/man8/frox.conf.8.gz || exit 1 mkdir -p $WORKDIR/tmp/usr/share/man/man5 || exit 1 gzip -c -9 < doc/frox.conf.man > $WORKDIR/tmp/usr/share/man/man5/frox.5.gz || exit 1 - copy_files $WORKDIR/tmp/etc $ETCDIR || exit 1 + copy_files src/frox.conf $ETCDIR || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 rm -rf $WORKDIR/tmp || exit 1 Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -d -r1.16 -r1.16.2.1 --- shadow 14 Jan 2004 21:31:36 -0000 1.16 +++ shadow 7 Nov 2004 21:43:29 -0000 1.16.2.1 @@ -45,10 +45,7 @@ chmod 700 $WORKDIR/tmp/bin/login || exit 1 chmod 4550 $WORKDIR/tmp/bin/su || exit 1 chgrp wheel $WORKDIR/tmp/bin/su || exit 1 - chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,dpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*,vipw} || exit 1 - rm $WORKDIR/tmp/bin/vipw || exit 1 - mv $WORKDIR/tmp/bin/sg $WORKDIR/tmp/usr/bin || exit 1 - ln -sf vipw $WORKDIR/tmp/usr/sbin/vigr || exit 1 + chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*} || exit 1 copy_man ./man rm -rf $WORKDIR/tmp/usr/share rm -rf $WORKDIR/tmp/lib/*.a Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/clamav,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -u -d -r1.9.2.2 -r1.9.2.3 --- clamav 6 Sep 2004 14:40:32 -0000 1.9.2.2 +++ clamav 7 Nov 2004 21:43:29 -0000 1.9.2.3 @@ -43,7 +43,6 @@ copy_docs $WORKDIR/tmp mkdir -p $DOCDIR/clamav || exit 1 cp -dpR docs/html $DOCDIR/clamav || exit 1 - cp -dpR docs/DMS* $DOCDIR/clamav || exit 1 cp etc/*conf $ETCDIR/etc/ || exit 1 |