Package: vsftpd / 2.3.5-3

Metadata

Package Version Patches format
vsftpd 2.3.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 builddefs.patch | (download)

builddefs.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 build with tcpwrapper and ssl support.

02 config.patch | (download)

tunables.c | 4 2 + 2 - 0 !
vsftpd.conf | 46 38 + 8 - 0 !
vsftpd.conf.5 | 4 2 + 2 - 0 !
3 files changed, 42 insertions(+), 12 deletions(-)

 set default configuration.

03 db doc.patch | (download)

EXAMPLE/VIRTUAL_USERS/README | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 A short explanation how to find out the right db version (Closes: #478282).

04 link local.patch | (download)

standalone.c | 12 12 + 0 - 0 !
sysutil.c | 13 13 + 0 - 0 !
sysutil.h | 3 3 + 0 - 0 !
3 files changed, 28 insertions(+)

 vsftpd does not accept IPv6 scope identifier in listen_address6
 (Closes: #544993).
 .
 When specifying a link-local address, you need a scope identifier (tha name of
 the index usually), thus you cannot use the following:
 listen_address6=fe80::21f:16ff:fe06:3aab
 but you have to use:
 listen_address6=fe80::21f:16ff:fe06:3aab%eth0
 so that it is clear on which interface this link-local address should be used.
 .
 Unfortunately, vsftpd does not correctly parse the address mentioned above and
 thus fails to be useful in link-local-only environments.
 .
 This patch fixes it.

05 whitespaces.patch | (download)

parseconf.c | 2 1 + 1 - 0 !
str.c | 12 12 + 0 - 0 !
str.h | 1 1 + 0 - 0 !
sysutil.c | 12 12 + 0 - 0 !
sysutil.h | 1 1 + 0 - 0 !
5 files changed, 27 insertions(+), 1 deletion(-)

 trim white spaces from option values (closes: #419857, #536803).

06 greedy.patch | (download)

ls.c | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 fix file listing issue with wildcard (bugzilla: #392181).

07 utf8.patch | (download)

features.c | 4 4 + 0 - 0 !
parseconf.c | 1 1 + 0 - 0 !
tunables.c | 2 2 + 0 - 0 !
tunables.h | 1 1 + 0 - 0 !
4 files changed, 8 insertions(+)

 adding support for utf8.

08 manpage.patch | (download)

vsftpd.8 | 1 0 + 1 - 0 !
vsftpd.conf.5 | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 fixing manpage formating.

09 s390.patch | (download)

sysdeputil.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix vsftpd on s390 (closes: #602726).

10 remote dos.patch | (download)

sysdeputil.c | 38 36 + 2 - 0 !
1 file changed, 36 insertions(+), 2 deletions(-)

 remote dos on linux 2.6.32 (closes: #629373).

11 alpha.patch | (download)

sysdeputil.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fixing ftbfs on alpha (closes: #656182).