Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2000 05:42:39 +0100 (CET)
From:      Stefan `Sec` Zehl <sec@42.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17197: Update of net/sendfile port (by maintainer)
Message-ID:  <200003050442.FAA11054@matrix.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         17197
>Category:       ports
>Synopsis:       Update of net/sendfile port (by maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar  4 20:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
>Environment:

	

>Description:

This updates the net/sendfile port to the most current version, which fixes a
(minor) y2k bug, and a slight documentation ommision.

>How-To-Repeat:

apply the patch from below.

>Fix:
	
diff -burP /usr/ports/net/sendfile/Makefile sendfile/Makefile
--- /usr/ports/net/sendfile/Makefile	Tue Aug 31 23:54:35 1999
+++ sendfile/Makefile	Sun Mar  5 04:55:05 2000
@@ -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
 
diff -burP /usr/ports/net/sendfile/files/md5 sendfile/files/md5
--- /usr/ports/net/sendfile/files/md5	Wed Feb 24 14:11:03 1999
+++ sendfile/files/md5	Sun Mar  5 04:58:16 2000
@@ -1 +1 @@
-MD5 (sendfile-19990215.tar.gz) = 89d142b12ce005599842f11c59e840cc
+MD5 (sendfile-20000102.tar.gz) = 4deaa00bf9a2e3f1c15abb54b30f2de0
diff -burP /usr/ports/net/sendfile/pkg/DESCR sendfile/pkg/DESCR
--- /usr/ports/net/sendfile/pkg/DESCR	Tue Feb 24 21:28:17 1998
+++ sendfile/pkg/DESCR	Sun Mar  5 05:25:44 2000
@@ -9,3 +9,6 @@
 the local sendfile spool to the recipient's current directory) and a
 sendfiled server (which receives files and messages and stores them in the
 local sendfile spool).
+
+NOTE: If you wish to use fetchfile (which is an optional extension to
+	  sendfile,) you need to have pgp installed, too.
diff -burP /usr/ports/net/sendfile/pkg/PLIST sendfile/pkg/PLIST
--- /usr/ports/net/sendfile/pkg/PLIST	Wed Feb 24 14:11:03 1999
+++ sendfile/pkg/PLIST	Sun Mar  5 05:39:47 2000
@@ -2,11 +2,14 @@
 bin/ewl
 bin/fetchfile
 bin/receive
+bin/rf
 bin/sendfile
 bin/sendmsg
+bin/sf
 bin/sf_cleanup
 bin/sfconf
 bin/sfdconf
+bin/sm
 bin/utf7decode
 bin/utf7encode
 bin/wlock

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200003050442.FAA11054>