upgrade to pure-ftpd 1.0.11
- fixes an issue with Pure-FTPd and -current that was visable on sparc where PAGE_SIZE is a non-constant. -- Thank you very much to Frank Denis <j@pureftpd.org> for making a timely release of Pure-FTPd so we could include this with our next release.
This commit is contained in:
parent
3a362a2b2a
commit
9d74d2009e
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2002/03/23 08:51:15 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2002/03/29 03:30:00 brad Exp $
|
||||
|
||||
COMMENT= "small, easy to set up, fast and very secure FTP server"
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc"
|
||||
BROKEN= "Broken on sparc"
|
||||
.endif
|
||||
|
||||
DISTNAME= pure-ftpd-1.0.10
|
||||
DISTNAME= pure-ftpd-1.0.11
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
|
||||
ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/ \
|
||||
ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/ \
|
||||
ftp://ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \
|
||||
ftp://ftp.za.pureftpd.org/pub/pure-ftpd/releases/ \
|
||||
http://ftp.cn.pureftpd.org/pure-ftpd/releases/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pureftpd
|
||||
|
||||
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-banner
|
||||
.endif
|
||||
|
||||
DOCS+= README README.Configuration-File README.Contrib \
|
||||
README.Virtual-Users README.Authentication-Modules poweredby.jpg
|
||||
README.Virtual-Users README.Authentication-Modules pure-ftpd.png
|
||||
|
||||
CONTRIB= xml_python_processors.txt sfv-crc-check.pl
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pure-ftpd-1.0.10.tar.gz) = 273076d972c70cee170c78554e8bfba5
|
||||
RMD160 (pure-ftpd-1.0.10.tar.gz) = 739d9970c207e907f4107ea841799bba7a1b27c4
|
||||
SHA1 (pure-ftpd-1.0.10.tar.gz) = 8a31e2f17e53aa3ac0e315fda29a7a913892777c
|
||||
MD5 (pure-ftpd-1.0.11.tar.gz) = f642af18b129c96e3785e44ff3beb2d0
|
||||
SHA1 (pure-ftpd-1.0.11.tar.gz) = 35ffdec719f1766934da4d433cdda2f2dad2ce10
|
||||
RMD160 (pure-ftpd-1.0.11.tar.gz) = 0d6ad3b564b01fdab544f951d967577ddd45dba2
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/01/27 05:58:37 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/03/29 03:30:00 brad Exp $
|
||||
bin/pure-pw
|
||||
bin/pure-pwconvert
|
||||
bin/pure-statsdecode
|
||||
@ -23,7 +23,7 @@ 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/poweredby.jpg
|
||||
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/sfv-crc-check.pl
|
||||
|
Loading…
Reference in New Issue
Block a user