[Lunar-commits] <moonbase> vsftpd: version bumped to 2.3.0.
Florin Braescu
florin at lunar-linux.org
Fri Aug 6 07:42:33 CEST 2010
commit 4246a95cf85f72ea2dc2637f09af5166b7568b57
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Aug 6 08:42:33 2010 +0300
vsftpd: version bumped to 2.3.0.
Changes:
- Add extremely simply HTTP support. It's very experimental, ignorant of HTTP
protocol and headers, and likely has all sorts of other issues. The use case
it might satisfy is if you need to serve simple static unathenticated content
with large levels of paranoia.
- Bugfixes
- Minor FAQ update.
- Use a larger address space limit if using text_userdb_names=YES
- Always use CLONE_NEWNET if possible when in HTTP mode.
- Change REST + STOR so that it's possible to overwrite part of file without
truncating it.
- Boot the session if we see a USER where encryption was required. May prevent
the transmission of plaintext passwords by buggy clients.
- Fix failure to transmit a large ASCII file over SSL, if it contains \n -> \r\n
fixups.
---
ftp/vsftpd/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS
index 33559ee..c2f3132 100644
--- a/ftp/vsftpd/DETAILS
+++ b/ftp/vsftpd/DETAILS
@@ -1,11 +1,11 @@
MODULE=vsftpd
- VERSION=2.2.2
+ VERSION=2.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans
- SOURCE_VFY=sha1:43976c6dbffe8e4bdc5f4add73a0c1431662a6c6
+ SOURCE_VFY=sha1:00d354d7eec740fced46932d377aa0632fb11bfc
WEB_SITE=http://vsftpd.beasts.org
ENTERED=20021109
- UPDATED=20091118
+ UPDATED=20100806
SHORT="Secure and fast FTP server"
USE_WRAPPERS=no
More information about the Lunar-commits
mailing list