update to 2.2.1
This commit is contained in:
parent
bba2747932
commit
9873b1120f
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2009/04/01 07:29:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2009/10/23 22:50:00 sthen Exp $
|
||||
|
||||
COMMENT= Ftp daemon which aims to be secure
|
||||
COMMENT= ftp daemon which aims to be secure
|
||||
|
||||
DISTNAME= vsftpd-2.1.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= vsftpd-2.2.1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://vsftpd.beasts.org/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (vsftpd-2.1.0.tar.gz) = eJC1Tn/6YQb/vf2lP0f6QQ==
|
||||
RMD160 (vsftpd-2.1.0.tar.gz) = AGasUmuxhOOtqdTlPlINgt/HFjM=
|
||||
SHA1 (vsftpd-2.1.0.tar.gz) = Pt0IaOAxZOrBGrH6nqw8pKMM0zo=
|
||||
SHA256 (vsftpd-2.1.0.tar.gz) = gv23XUTxu/HueTAmWnct0T69MU04lpLGeI6eK0sRbIc=
|
||||
SIZE (vsftpd-2.1.0.tar.gz) = 178636
|
||||
MD5 (vsftpd-2.2.1.tar.gz) = ol5T3Yb62o04l5ELjw79tw==
|
||||
RMD160 (vsftpd-2.2.1.tar.gz) = t4vhI5rZCxYdFHyhE1CK9HMTpq0=
|
||||
SHA1 (vsftpd-2.2.1.tar.gz) = 70BsI7/k7nGuole4DrtCzwAhcE0=
|
||||
SHA256 (vsftpd-2.2.1.tar.gz) = rQ5Ln34YvirjBNtcjn1Nv4zDvn67hvxGm5PyxnRy8KU=
|
||||
SIZE (vsftpd-2.2.1.tar.gz) = 185226
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-vsftpd_conf,v 1.7 2009/03/27 11:54:49 sthen Exp $
|
||||
--- vsftpd.conf.orig Wed Dec 17 20:31:40 2008
|
||||
+++ vsftpd.conf Fri Mar 27 09:09:19 2009
|
||||
$OpenBSD: patch-vsftpd_conf,v 1.8 2009/10/23 22:50:00 sthen Exp $
|
||||
--- vsftpd.conf.orig Mon Oct 19 03:04:23 2009
|
||||
+++ vsftpd.conf Wed Oct 21 10:41:01 2009
|
||||
@@ -8,11 +8,17 @@
|
||||
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
|
||||
# capabilities.
|
||||
@ -30,10 +30,10 @@ $OpenBSD: patch-vsftpd_conf,v 1.7 2009/03/27 11:54:49 sthen Exp $
|
||||
#
|
||||
# Enable this and the server will recognise asynchronous ABOR requests. Not
|
||||
# recommended for security (the code is non-trivial). Not enabling it,
|
||||
@@ -92,9 +98,9 @@ connect_from_port_20=YES
|
||||
# You may specify an explicit list of local users to chroot() to their home
|
||||
@@ -93,9 +99,9 @@ connect_from_port_20=YES
|
||||
# directory. If chroot_local_user is YES, then this list becomes a list of
|
||||
# users to NOT chroot().
|
||||
#chroot_local_user=YES
|
||||
-#chroot_list_enable=YES
|
||||
+chroot_list_enable=YES
|
||||
# (default follows)
|
||||
@ -42,7 +42,7 @@ $OpenBSD: patch-vsftpd_conf,v 1.7 2009/03/27 11:54:49 sthen Exp $
|
||||
#
|
||||
# You may activate the "-R" option to the builtin ls. This is disabled by
|
||||
# default to avoid remote users being able to cause excessive I/O on large
|
||||
@@ -102,6 +108,35 @@ connect_from_port_20=YES
|
||||
@@ -103,6 +109,35 @@ connect_from_port_20=YES
|
||||
# the presence of the "-R" option, so there is a strong case for enabling it.
|
||||
#ls_recurse_enable=YES
|
||||
#
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2006/05/31 00:10:12 aanriot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/10/23 22:50:00 sthen Exp $
|
||||
@newgroup _vsftpd:513
|
||||
@newuser _vsftpd:513:_vsftpd:daemon:vsftpd user:/nonexistent:/sbin/nologin
|
||||
@man man/man5/vsftpd.conf.5
|
||||
@man man/man8/vsftpd.8
|
||||
sbin/vsftpd
|
||||
@bin sbin/vsftpd
|
||||
share/doc/vsftpd/
|
||||
share/doc/vsftpd/FAQ
|
||||
share/doc/vsftpd/INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user