- listen to IPv6 connections in default conf file
This commit is contained in:
parent
49bdafbaeb
commit
babd180453
8
vsftpd-2.0.5-default_ipv6.patch
Normal file
8
vsftpd-2.0.5-default_ipv6.patch
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- vsftpd-2.0.5/vsftpd.conf.ipv6 2006-07-12 15:34:13.000000000 +0200
|
||||||
|
+++ vsftpd-2.0.5/vsftpd.conf 2006-07-17 11:16:10.000000000 +0200
|
||||||
|
@@ -105,4 +105,5 @@
|
||||||
|
userlist_enable=YES
|
||||||
|
#enable for standalone mode
|
||||||
|
listen=YES
|
||||||
|
+listen_ipv6=YES
|
||||||
|
tcp_wrappers=YES
|
@ -3,7 +3,7 @@
|
|||||||
Summary: vsftpd - Very Secure Ftp Daemon
|
Summary: vsftpd - Very Secure Ftp Daemon
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://vsftpd.beasts.org/
|
URL: http://vsftpd.beasts.org/
|
||||||
@ -31,6 +31,7 @@ Patch15: vsftpd-2.0.1-kickline.patch
|
|||||||
Patch16: vsfptd-2.0.3-user_config.patch
|
Patch16: vsfptd-2.0.3-user_config.patch
|
||||||
Patch17: vsftpd-2.0.3-pam_hostname.patch
|
Patch17: vsftpd-2.0.3-pam_hostname.patch
|
||||||
Patch18: vsftpd-close-std-fds.patch
|
Patch18: vsftpd-close-std-fds.patch
|
||||||
|
Patch19: vsftpd-2.0.5-default_ipv6.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%if %{tcp_wrappers}
|
%if %{tcp_wrappers}
|
||||||
@ -76,6 +77,7 @@ cp %{SOURCE1} .
|
|||||||
%patch16 -p1 -b .user_config
|
%patch16 -p1 -b .user_config
|
||||||
%patch17 -p1 -b .old-pam
|
%patch17 -p1 -b .old-pam
|
||||||
%patch18 -p1 -b .close-fds
|
%patch18 -p1 -b .close-fds
|
||||||
|
%patch19 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
@ -134,6 +136,9 @@ fi
|
|||||||
/var/ftp
|
/var/ftp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-3
|
||||||
|
- listen to IPv6 connections in default conf file
|
||||||
|
|
||||||
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
|
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
|
||||||
- add keyinit instructions to the vsftpd PAM script (#198637)
|
- add keyinit instructions to the vsftpd PAM script (#198637)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user