upgrade to pure-ftpd 1.0.18... again.

Previous release had a bug with closefrom() usage.

Now listens on both a v4 & v6 socket by default
when in standalone mode so it's no longer necessary
to run two daemons.
--
From: Frank Denis <j at pureftpd dot org>
This commit is contained in:
brad 2004-03-02 22:19:00 +00:00
parent ec03d9af91
commit 14c4ac2377
3 changed files with 5 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.29 2004/03/01 11:26:53 brad Exp $
# $OpenBSD: Makefile,v 1.30 2004/03/02 22:19:00 brad Exp $
COMMENT= "small, easy to set up, fast and very secure FTP server"
DISTNAME= pure-ftpd-1.0.17a
DISTNAME= pure-ftpd-1.0.18
CATEGORIES= net
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \

View File

@ -1,3 +1,3 @@
MD5 (pure-ftpd-1.0.17a.tar.gz) = 7565b679e377e1ab0905f141ff970ae5
RMD160 (pure-ftpd-1.0.17a.tar.gz) = a752cd38f4a536dcc7b55481582f670320d26bc4
SHA1 (pure-ftpd-1.0.17a.tar.gz) = ab4bc0794965620b42db88632d9b0f092b4e16b4
MD5 (pure-ftpd-1.0.18.tar.gz) = 025457205f3526f0efd4293be6a75736
RMD160 (pure-ftpd-1.0.18.tar.gz) = 8e6f1d86b13e6040d82ace6830dc02475664129c
SHA1 (pure-ftpd-1.0.18.tar.gz) = f0736357c8805c00cba9313866ef5e318001a5ed

View File

@ -6,6 +6,3 @@ if [ -x ${PREFIX}/sbin/pure-ftpd ]; then
${PREFIX}/sbin/pure-ftpd -4 -A -B -H -u1000
fi
By default, Pure-FTPd will only listen to IPv6 addresses unless you
explicitely add the -4 switch to the command-line.