Package: proftpd-dfsg / 1.3.9~dfsg-2

Metadata

Package Version Patches format
proftpd-dfsg 1.3.9~dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
autotools | (download)

Make.rules.in | 6 3 + 3 - 0 !
Makefile.in | 8 4 + 4 - 0 !
contrib/mod_dnsbl/Makefile.in | 4 2 + 2 - 0 !
contrib/mod_load/Makefile.in | 4 2 + 2 - 0 !
contrib/mod_sftp/Makefile.in | 4 2 + 2 - 0 !
contrib/mod_snmp/Makefile.in | 4 2 + 2 - 0 !
contrib/mod_wrap2/Makefile.in | 4 2 + 2 - 0 !
7 files changed, 17 insertions(+), 17 deletions(-)

 do not touch config.h.in and stamp-h.in. also export dpkg build flags.
change_pam_name | (download)

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

 change pam name ftp -> proftpd
ftpasswd.cracklib.location | (download)

contrib/ftpasswd | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 change the default location of the cracklib dictionaries
 to match their Debian location
mod_sql_mysql.c | (download)

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

 debian has another location of "mysql.h".
mod_wrap_noparanoid | (download)

contrib/mod_wrap.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 avoid builtin paranoid checking in libwrap.
ftpstats | (download)

contrib/xferstats.holger-preiss | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes default xferlog pathname in ftpstats
odbc | (download)

contrib/mod_sql_odbc.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 manage automagically unixodbc library linking
01_disable_inet_connect_ipv4_test.diff | (download)

tests/api/inet.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable inet_connect_ipv4 test.
02_disable_redis_sentinel_conn_new_test.diff | (download)

tests/api/redis.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable redis_sentinel_conn_new_test test.
04_disable_base_netaddr_get_addr_test.diff | (download)

tests/api/netaddr.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable netaddr_get_addr_test test, fails on risc64.
536608f849dddd2b551e7c1e4fd930a50a527ffe.diff | (download)

contrib/mod_sftp/scp.c | 229 127 + 102 - 0 !
tests/t/lib/ProFTPD/Tests/Modules/mod_sftp.pm | 399 348 + 51 - 0 !
2 files changed, 475 insertions(+), 153 deletions(-)

 [patch] issue #1886: fix the handling of scp target paths that might
 contain spaces.