Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2000 08:50:03 -0800 (PST)
From:      Ade Lovett <ade@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15820: A Y2K class bug when setting atime & mtime by receive
Message-ID:  <200003091650.IAA22774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15820; it has been noted by GNATS.

From: Ade Lovett <ade@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, chatila@faxmate.com, sec@42.org
Cc:  
Subject: Re: ports/15820: A Y2K class bug when setting atime & mtime by receive
Date: Thu, 9 Mar 2000 10:44:28 -0600

 Please, please explicitly state which port when submitting a PR,
 there are over 3100 of them now :)
 
 That aside, I've done some digging with the net/sendfile port, and
 it would appear that a number of things have changed.
 
 Please review the following patch - it brings the port up to the
 latest release, follows the MASTER_SITE change (which fixes the
 distfile survey failure here) and cleans up other bogons in the port
 (I'm still not overly impressed by some of the stuff in the PLIST).
 
 MAINTAINER also cc'd on this.
 
 -aDe
 
 cvs diff: Diffing .
 Index: Makefile
 ===================================================================
 RCS file: /home/src/FreeBSD/ports/net/sendfile/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- Makefile	1999/08/30 14:24:08	1.12
 +++ Makefile	2000/03/09 16:33:26
 @@ -6,12 +6,10 @@
  # $FreeBSD: ports/net/sendfile/Makefile,v 1.12 1999/08/30 14:24:08 peter Exp $
  #
  
 -DISTNAME=	sendfile-19990215
 +DISTNAME=	sendfile-20000102
  PKGNAME=	sendfile-2.1
  CATEGORIES=	net
 -MASTER_SITES=   ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ \
 -		ftp://infodrom.north.de/pub/unix/network/sendfile/ \
 -		ftp://ftp.fu-berlin.de/unix/network/sendfile/current/
 +MASTER_SITES=   ftp://ftp.belwue.de/pub/unix/sendfile/current/
  
  MAINTAINER=	sec@42.org
  
 @@ -24,8 +22,6 @@
  		wlock.1
  MAN7=		fetchfile.7
  MAN8=		sendfiled.8
 -
 -post-install:
 -	@(cd ${PREFIX}/man/man1; ${LN} -sf utf7encode.1.gz utf7decode.1.gz)
 +MLINKS=		utf7encode.1 utf7decode.1
  
  .include <bsd.port.mk>
 cvs diff: Diffing files
 Index: files/md5
 ===================================================================
 RCS file: /home/src/FreeBSD/ports/net/sendfile/files/md5,v
 retrieving revision 1.6
 diff -u -r1.6 md5
 --- files/md5	1999/02/23 15:25:34	1.6
 +++ files/md5	2000/03/09 16:30:52
 @@ -1 +1 @@
 -MD5 (sendfile-19990215.tar.gz) = 89d142b12ce005599842f11c59e840cc
 +MD5 (sendfile-20000102.tar.gz) = 4deaa00bf9a2e3f1c15abb54b30f2de0
 cvs diff: Diffing patches
 cvs diff: Diffing pkg
 Index: pkg/PLIST
 ===================================================================
 RCS file: /home/src/FreeBSD/ports/net/sendfile/pkg/PLIST,v
 retrieving revision 1.4
 diff -u -r1.4 PLIST
 --- pkg/PLIST	1999/02/23 15:25:34	1.4
 +++ pkg/PLIST	2000/03/09 16:33:45
 @@ -13,9 +13,7 @@
  etc/rc.d/sendfiled.sh
  etc/sendfile.cf
  etc/sendfile.deny
 -man/man1/utf7decode.1.gz
  sbin/sendfiled
 -
  @exec mkdir -p /var/spool/sendfile/OUTGOING /var/spool/sendfile/LOG
  @exec chmod 755 /var/spool/sendfile
  @exec chmod 1777 /var/spool/sendfile/OUTGOING
 @@ -25,7 +23,6 @@
  @exec echo -e 'saft\tstream\ttcp\tnowait\troot\t/usr/local/sbin/sendfiled sendfiled' >> /etc/inetd.conf
  @exec echo -e 'saft\t\t487/tcp\t# simple asynchronous file transfer'>>/etc/services
  @exec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '`
 -
  @unexec perl -pi.bak -e '/^saft/ && ($_="")' /etc/inetd.conf
  @unexec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '`
  @unexec rm -R /var/spool/sendfile
 
 -- 
 Ade Lovett, Austin, TX.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003091650.IAA22774>