Date: Sun, 14 Nov 1999 12:30:07 -0800 From: Doug Barton <Doug@gorean.org> To: mharo@FreeBSD.org, ports@FreeBSD.org Subject: Update to proftpd Message-ID: <382F1BCF.CDD9924C@gorean.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------4D346817CD63D3A60E5A8207 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit One of my consulting clients wanted a version of proftpd pre9, so here is an update to the current port. Two changes of note. First, patch-ai has been included in the sources, so it is no longer needed. Second, I deleted patch-ae for a few reasons. Mainly because the file it patched has changed considerably. Also because proftpd logs to its own facility (LOG_FTP) so I didn't see the point in a patch that only changes the priority from LOG_NOTICE to LOG_INFO. Finally I have a philosophical objection to what I view as gratuitous changes to a program. I like to keep the number of freebsd specific things to remember to a minimum since I do a lot of cross platform work. Of course, the maintainer may feel differently. The other patches were regenerated unchanged, PLIST did not need any changes... I think that's it. Enjoy, Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" --------------4D346817CD63D3A60E5A8207 Content-Type: text/plain; charset=us-ascii; name="proftp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="proftp.diff" Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/ftp/proftpd/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 1999/10/11 04:41:53 1.21 +++ Makefile 1999/11/13 20:56:46 @@ -6,8 +6,8 @@ # $FreeBSD: ports/ftp/proftpd/Makefile,v 1.21 1999/10/11 04:41:53 mharo Exp $ # -DISTNAME= proftpd-1.2.0pre8 -PKGNAME= proftpd-1.2.0p8 +DISTNAME= proftpd-1.2.0pre9 +PKGNAME= proftpd-1.2.0p9 CATEGORIES= ftp MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/ Index: files/md5 =================================================================== RCS file: /usr/ncvs/ports/ftp/proftpd/files/md5,v retrieving revision 1.10 diff -u -r1.10 md5 --- md5 1999/10/10 06:40:18 1.10 +++ md5 1999/11/13 21:12:15 @@ -1 +1 @@ -MD5 (proftpd-1.2.0pre8.tar.gz) = f6d7934d6edbffb518e9639e124cfd5b +MD5 (proftpd-1.2.0pre9.tar.gz) = 0ad6feb4b59b29240632b77ffc303b14 Index: patches/patch-aa =================================================================== RCS file: /usr/ncvs/ports/ftp/proftpd/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1998/07/02 11:06:28 1.2 +++ patch-aa 1999/11/13 21:17:44 @@ -1,5 +1,5 @@ ---- sample-configurations/basic.conf.orig Sun Mar 1 21:51:51 1998 -+++ sample-configurations/basic.conf Wed Jul 1 19:04:28 1998 +--- sample-configurations/basic.conf.orig Sat Oct 17 19:24:41 1998 ++++ sample-configurations/basic.conf Sat Nov 13 13:15:25 1999 @@ -1,3 +1,8 @@ +# +# To have more informations about Proftpd configuration @@ -9,7 +9,7 @@ # This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group -@@ -23,24 +28,38 @@ +@@ -30,24 +35,38 @@ AllowOverwrite on </Directory> Index: patches/patch-af =================================================================== RCS file: /usr/ncvs/ports/ftp/proftpd/patches/patch-af,v retrieving revision 1.3 diff -u -r1.3 patch-af --- patch-af 1999/03/15 02:13:36 1.3 +++ patch-af 1999/11/13 21:18:31 @@ -1,5 +1,5 @@ ---- src/proftpd.8.orig Sun Feb 21 16:26:21 1999 -+++ src/proftpd.8 Sun Feb 21 16:28:31 1999 +--- src/proftpd.8.orig Sat Sep 11 17:08:25 1999 ++++ src/proftpd.8 Sat Nov 13 13:15:25 1999 @@ -21,6 +21,12 @@ may be invoked by the Internet "super-server" inetd(8) each time a connection to the FTP service is made, or alternatively it can be run as a Index: patches/patch-ah =================================================================== RCS file: /usr/ncvs/ports/ftp/proftpd/patches/patch-ah,v retrieving revision 1.2 diff -u -r1.2 patch-ah --- patch-ah 1999/08/29 00:00:16 1.2 +++ patch-ah 1999/11/13 21:19:05 @@ -1,7 +1,7 @@ ---- modules/mod_unixpw.c.orig Sat Aug 28 16:57:42 1999 -+++ modules/mod_unixpw.c Sat Aug 28 16:59:06 1999 -@@ -36,6 +36,7 @@ - #include <sys/security.h> +--- modules/mod_unixpw.c.orig Thu Sep 30 20:33:47 1999 ++++ modules/mod_unixpw.c Sat Nov 13 13:15:26 1999 +@@ -42,6 +42,7 @@ + #include <hpsecurity.h> #endif #ifdef HAVE_PROT_H +#include <krb.h> --------------4D346817CD63D3A60E5A8207-- 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?382F1BCF.CDD9924C>