[Lunar-commits] <moonbase> pure-ftpd: version bumped to 1.0.22.
Florin Braescu
florin at lunar-linux.org
Mon Apr 27 13:55:47 CEST 2009
commit 5e50f2477a1249c441c1772226fe796f60d77196
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Apr 27 14:55:47 2009 +0300
pure-ftpd: version bumped to 1.0.22.
Changes:
DAP is now supported over SSL.
SSL/TLS encryption is available for commands and data channels and
downloads require much less CPU time on platforms with slow mmap()
calls.
MySQL stored procedures, new password scrambling, and multiple
statements can be used for authentication. Spurious disconnections due
to some clients' keepalive tricks have been fixed.
Custom authentication handlers are now informed about the encryption
status of the session.
"ftp" and "anonymous" users can have passwords.
Non-dangling symbolic links can now be displayed as if they were regular
files or directories.
---
ftp/pure-ftpd/BUILD | 6 +++---
ftp/pure-ftpd/DEPENDS | 6 +++---
ftp/pure-ftpd/DETAILS | 12 ++++++------
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ftp/pure-ftpd/BUILD b/ftp/pure-ftpd/BUILD
index 393051e..cd6628c 100644
--- a/ftp/pure-ftpd/BUILD
+++ b/ftp/pure-ftpd/BUILD
@@ -9,9 +9,9 @@
--mandir=/usr/share/man \
--localstatedir=/var \
--with-everything \
- $OPTS &&
- default_make &&
- gather_docs *.conf &&
+ $OPTS &&
+ default_make &&
+ gather_docs *.conf &&
if [ ! -f /etc/ftpusers ]; then
cp pam/ftpusers /etc
fi
diff --git a/ftp/pure-ftpd/DEPENDS b/ftp/pure-ftpd/DEPENDS
index afe2156..7e9f590 100644
--- a/ftp/pure-ftpd/DEPENDS
+++ b/ftp/pure-ftpd/DEPENDS
@@ -1,3 +1,3 @@
-optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySQL user auth" &&
-optional_depends "kcmpureftpd" "" "" "for KDE Kcontrol based server configuration" &&
-optional_depends "openssl" "--with-tls" "" "for SSL/TLS support"
+optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySQL user auth"
+optional_depends "kcmpureftpd" "" "" "for KDE Kcontrol based server configuration"
+optional_depends "openssl" "--with-tls" "" "for SSL/TLS support"
diff --git a/ftp/pure-ftpd/DETAILS b/ftp/pure-ftpd/DETAILS
index 0b3023a..28b43e7 100644
--- a/ftp/pure-ftpd/DETAILS
+++ b/ftp/pure-ftpd/DETAILS
@@ -1,13 +1,13 @@
MODULE=pure-ftpd
- VERSION=1.0.21
+ VERSION=1.0.22
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.pureftpd.org/pub/$MODULE/releases/
- SOURCE_URL[1]=$SFORGE_URL/pureftpd/
- SOURCE_URL[2]=http://sunsite.rediris.es/sites/ftp.fr.pureftpd.org/pub/$MODULE/releases/
- SOURCE_VFY=sha1:1405ff2b9b9c3616c4e390eb99779884173a3347
+ SOURCE_URL[0]=ftp://ftp.pureftpd.org/pub/$MODULE/releases
+ SOURCE_URL[1]=$SFORGE_URL/pureftpd
+ SOURCE_URL[2]=http://sunsite.rediris.es/sites/ftp.fr.pureftpd.org/pub/$MODULE/releases
+ SOURCE_VFY=sha1:e8ec561e977cd205f875265ddc56f1284fe4d70e
WEB_SITE=http://www.pureftpd.org
ENTERED=20010922
- UPDATED=20060220
+ UPDATED=20090427
SHORT="An efficient, lightweight, and secure FTP server"
cat << EOF
More information about the Lunar-commits
mailing list