diff options
author | salo <salo@pkgsrc.org> | 2004-05-09 00:29:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-05-09 00:29:22 +0000 |
commit | 57e8d0fff48f2d8ef22b5b4fa1bff0fdb9d480f0 (patch) | |
tree | e28c17b4cfa0818eda41da498c083199aafbf33a /net/vsftpd/distinfo | |
parent | 50d288c8bbf22d0a569d87f26f342122db44316d (diff) | |
download | pkgsrc-57e8d0fff48f2d8ef22b5b4fa1bff0fdb9d480f0.tar.gz |
Updated to version 1.2.2.
Changes:
- remove superfluous .if around BUILD_DEFS
- drop maintainership, i don't really use the package anymore
- XXX: this package doesn't compile on non-IPv6 enabled operating systems
1.2.2:
======
- Fix FreeBSD 5.1/5.2 issue with time_t being long long on that platform.
- Tweak vsftpd.conf.5 to avoid automated mails from ESR ;-)
- Add -v flag which just outputs the version and exits.
- Fix nasty issue resulting in listener instability under extreme load
(root cause was re-entering malloc/free).
- Fix build with modern glibc-2.3 and no libcap on Linux.
- Fix 64-bit file support on Solaris.
- Add initial support for running as the user which launched vsftpd,
i.e. no root needed. Warning - easy to create insecurity if you use
this without knowing what you are doing.
- For above run-as-launching-user support: make CDUP re-use CWD code
so that deny_file of *..* is useful.
- Attempt fix of 64-bit file support on FreeBSD (may need another go).
Diffstat (limited to 'net/vsftpd/distinfo')
-rw-r--r-- | net/vsftpd/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/vsftpd/distinfo b/net/vsftpd/distinfo index 93a6ec87e27..12f371b4574 100644 --- a/net/vsftpd/distinfo +++ b/net/vsftpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2004/01/01 04:39:22 salo Exp $ +$NetBSD: distinfo,v 1.6 2004/05/09 00:29:22 salo Exp $ -SHA1 (vsftpd-1.2.1.tar.gz) = 01b1d64c7f0f0793332f51ec9ae92d176fba57de -Size (vsftpd-1.2.1.tar.gz) = 136041 bytes +SHA1 (vsftpd-1.2.2.tar.gz) = 02ba37eb26021bb5650d78541072b210f8d3937e +Size (vsftpd-1.2.2.tar.gz) = 136669 bytes SHA1 (patch-aa) = 7e42db098d0d2261d5f02b36f7cba4ec6d91c6a0 SHA1 (patch-ab) = 18431ae27f53270ad4c19b0530e55348397fe143 SHA1 (patch-ac) = 46ff47e7d8b510ccc89905726e4a63a18d678318 |