From owner-freebsd-ports Mon Mar 5 15:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C33D237B718 for ; Mon, 5 Mar 2001 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f25NK1Y08238; Mon, 5 Mar 2001 15:20:01 -0800 (PST) (envelope-from gnats) Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id C4A1537B719 for ; Mon, 5 Mar 2001 15:15:40 -0800 (PST) (envelope-from sec@ice.42.org) Received: by ice.42.org (Postfix, from userid 1000) id 01978B5; Tue, 6 Mar 2001 00:15:38 +0100 (CET) Message-Id: <20010305231538.01978B5@ice.42.org> Date: Tue, 6 Mar 2001 00:15:38 +0100 (CET) From: sec@ice.42.org Reply-To: sec@ice.42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25563: update of net/sendfile port (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25563 >Category: ports >Synopsis: update of net/sendfile port (by maintainer) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 05 15:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: This is an update for the sendfile port from 2.1 to 2.1a According to the author this also fixes a security problem exploitable from local users. >How-To-Repeat: >Fix: diff -burN /usr/ports/net/sendfile/Makefile sendfile/Makefile --- /usr/ports/net/sendfile/Makefile Wed Oct 4 12:00:55 2000 +++ sendfile/Makefile Mon Mar 5 23:35:53 2001 @@ -6,10 +6,10 @@ # PORTNAME= sendfile -PORTVERSION= 2.1 +PORTVERSION= 2.1a CATEGORIES= net MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/ -DISTFILES= sendfile-20000102.tar.gz +DISTFILES= sendfile-20010216.tar.gz MAINTAINER= sec@42.org diff -burN /usr/ports/net/sendfile/distinfo sendfile/distinfo --- /usr/ports/net/sendfile/distinfo Thu Mar 9 21:00:40 2000 +++ sendfile/distinfo Mon Mar 5 23:03:06 2001 @@ -1 +1 @@ -MD5 (sendfile-20000102.tar.gz) = 4deaa00bf9a2e3f1c15abb54b30f2de0 +MD5 (sendfile-20010216.tar.gz) = 436684ea7e76aec5d5ad5e321be06917 diff -burN /usr/ports/net/sendfile/files/patch-aa sendfile/files/patch-aa --- /usr/ports/net/sendfile/files/patch-aa Sun Mar 1 22:50:55 1998 +++ sendfile/files/patch-aa Mon Mar 5 23:08:56 2001 @@ -1,5 +1,5 @@ ---- makeconfig.orig Sat Feb 28 13:21:59 1998 -+++ makeconfig Sun Mar 1 19:45:58 1998 +--- makeconfig.orig Mon Mar 5 23:06:22 2001 ++++ makeconfig Mon Mar 5 23:07:26 2001 @@ -11,15 +11,14 @@ # default compiling settings @@ -20,10 +20,11 @@ INETDCONF=/etc/inetd.conf SERVICES=/etc/services -@@ -35,6 +34,7 @@ +@@ -34,7 +33,7 @@ + #PGP=/usr/local/bin/pgp #RECODE=/usr/local/bin/recode #METAMAIL=/usr/local/bin/metamail - #SENDMAIL=/usr/lib/sendmail +-#SENDMAIL=/usr/lib/sendmail +SENDMAIL=/usr/sbin/sendmail ######################### END OF USER CONFIGURATION ########################## diff -burN /usr/ports/net/sendfile/files/patch-ab sendfile/files/patch-ab --- /usr/ports/net/sendfile/files/patch-ab Mon Aug 17 02:43:46 1998 +++ sendfile/files/patch-ab Tue Mar 6 00:08:04 2001 @@ -1,6 +1,6 @@ ---- develop/install.orig Sat Jul 11 14:02:38 1998 -+++ develop/install Sun Aug 16 17:41:15 1998 -@@ -80,7 +80,6 @@ +--- develop/install.orig Mon Mar 5 23:27:57 2001 ++++ develop/install Mon Mar 5 23:34:38 2001 +@@ -82,7 +82,6 @@ make_man fetchfile 7 $manmisc make_man sendfiled 8 $manadmin cp doc/wlock.1 doc/utf7encode.1 $MANDIR/man1 @@ -8,10 +8,11 @@ } SYSTEM=$1 -@@ -164,13 +163,6 @@ +@@ -165,14 +164,6 @@ + To deinstall the sendfile-daemon, simply type: rm -f $SERVERDIR/sendfiled EOD - echo 'If you are satisfied with these defaults, then type "ok" now:' +-echo 'If you are satisfied with these defaults, then type "ok" now:' -read answer -if [ "$answer" != ok ]; then - echo @@ -22,7 +23,31 @@ umask 022 -@@ -261,7 +253,6 @@ +@@ -250,6 +241,23 @@ + fi + fi + ++if [ -z "$BATCH" ] ; then ++echo '' ++echo 'I would now configure and start your sendfiled.' ++echo 'If you do not like this, enter "no" here' ++read answer ++fi ++if [ "$answer" = no ]; then ++ echo ++ echo "Things left to do if you want to start sendfiled:" ++ echo ++ echo " - Maybe add 'saft 487/tcp' to /etc/services (prior to FreeBSD-4)" ++ echo " - Add sendfiled to /etc/inetd.conf and killall -HUP inetd" ++ echo " - Add 'test -x $BINDIR/check_sendfile && $BINDIR/check_sendfile'" ++ echo " to /etc/profile and /etc/csh.login" ++ echo ++else ++ + if [ "$SYSTEM" = NEXT ]; then + SERVICE="`nidump services . | awk '/[ \t]487\/tcp/'`" + else +@@ -266,7 +274,6 @@ echo "saft 487/tcp # simple asynchronous file transfer" | niload services . else echo "configuring $SERVICES" @@ -30,7 +55,7 @@ echo "saft 487/tcp # simple asynchronous file transfer" >>$SERVICES fi fi -@@ -274,8 +265,6 @@ +@@ -279,8 +286,6 @@ fi RESTART=true echo "configuring $INETDCONF" @@ -39,7 +64,16 @@ echo "saft stream tcp nowait root $SFD" >>$INETDCONF fi -@@ -339,15 +328,11 @@ +@@ -308,6 +313,8 @@ + fi + fi + ++fi ++ + if [ ! -d "$SPOOL/OUTGOING" ]; then + echo "creating $SPOOL" + mkdir_recursive $SPOOL/OUTGOING +@@ -344,15 +351,12 @@ EOD fi @@ -55,8 +89,8 @@ if [ "$RESTART" = true ]; then - echo - echo "please restart now your inetd ( or simply reboot :-) )" -- echo + kill -HUP `cat /var/run/inetd.pid` -+ [ -f $SERVERDIR/sendfiled.old ] && rm -f $SERVERDIR/sendfiled.old + echo fi ++[ -f $SERVERDIR/sendfiled.old ] && rm -f $SERVERDIR/sendfiled.old +echo done. diff -burN /usr/ports/net/sendfile/files/patch-ac sendfile/files/patch-ac --- /usr/ports/net/sendfile/files/patch-ac Thu Jan 1 01:00:00 1970 +++ sendfile/files/patch-ac Mon Mar 5 23:38:21 2001 @@ -0,0 +1,11 @@ +--- src/io.h.orig Mon Mar 5 23:38:04 2001 ++++ src/io.h Mon Mar 5 23:38:04 2001 +@@ -15,6 +15,8 @@ + * This file is covered by the GNU General Public License + */ + ++#include ++ + + /* read n bytes from network socket */ + int readn(int, char *, int); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message