upgrade to pure-ftpd 1.0.14

this version introduces support for privilege separation.
This commit is contained in:
brad 2003-01-30 19:56:58 +00:00
parent d17234477e
commit e061d6f63d
4 changed files with 11 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2002/11/25 14:22:14 brad Exp $
# $OpenBSD: Makefile,v 1.19 2003/01/30 19:56:58 brad Exp $
COMMENT= "small, easy to set up, fast and very secure FTP server"
DISTNAME= pure-ftpd-1.0.13a
DISTNAME= pure-ftpd-1.0.14
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/ \
@ -26,7 +26,8 @@ PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-everything \
--with-paranoidmsg
--with-paranoidmsg \
--with-privsep
FLAVORS= ldap mysql postgresql no_banner
FLAVOR?=

View File

@ -1,3 +1,3 @@
MD5 (pure-ftpd-1.0.13a.tar.gz) = fff0af13cb65148918aa06bbd715a7d6
RMD160 (pure-ftpd-1.0.13a.tar.gz) = e577103422f982b2434ac515468f78ebc1cfbc1e
SHA1 (pure-ftpd-1.0.13a.tar.gz) = b6eb95b3f4ba08c3722cebfc35a2b279a07731e6
MD5 (pure-ftpd-1.0.14.tar.gz) = 20a1231e701d6d78fd754b712016f3df
RMD160 (pure-ftpd-1.0.14.tar.gz) = a4e6938a84d7c88476fc6a054742c341ed2eebae
SHA1 (pure-ftpd-1.0.14.tar.gz) = baacfd8d4d8d454c71365b550a8a51ca63d15706

View File

@ -10,7 +10,7 @@ virtual domains, built-in 'ls', anti-warez system, bounded ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
LDAP / MySQL / PostgreSQL-based authentication, fortune files, Apache-like
log files, fast standalone mode, text / HTML / XML real-time status report,
virtual users, virtual quotas and more.
virtual users, virtual quotas, privilege separation and more.
Flavors:
ldap - Build with LDAP support as an authentication source

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2002/11/23 21:02:14 brad Exp $
@comment $OpenBSD: PLIST,v 1.6 2003/01/30 19:56:58 brad Exp $
bin/pure-pw
bin/pure-pwconvert
bin/pure-statsdecode
@ -19,14 +19,14 @@ sbin/pure-mrtginfo
sbin/pure-quotacheck
sbin/pure-uploadscript
share/doc/pure-ftpd/README
share/doc/pure-ftpd/README.Authentication-Modules
share/doc/pure-ftpd/README.Configuration-File
share/doc/pure-ftpd/README.Contrib
share/doc/pure-ftpd/README.Virtual-Users
share/doc/pure-ftpd/README.Authentication-Modules
share/doc/pure-ftpd/pure-ftpd.png
share/examples/pure-ftpd/pure-ftpd.conf.sample
share/examples/pure-ftpd/xml_python_processors.txt
share/examples/pure-ftpd/pure-vpopauth.pl
share/examples/pure-ftpd/xml_python_processors.txt
%%ldap%%
%%mysql%%
%%postgresql%%