Control: tags 1121330 + patch Control: tags 1121330 + pending Dear maintainer,
I've prepared an NMU for vsftpd (versioned as 3.0.5-0.4) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. Cheers, Lukas
diffstat for vsftpd-3.0.5 vsftpd-3.0.5 changelog | 8 ++++++++ patches/0078-manpage-defaults.patch | 29 +++++++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 38 insertions(+) diff -Nru vsftpd-3.0.5/debian/changelog vsftpd-3.0.5/debian/changelog --- vsftpd-3.0.5/debian/changelog 2025-09-05 00:05:58.000000000 +0200 +++ vsftpd-3.0.5/debian/changelog 2025-11-24 14:49:57.000000000 +0100 @@ -1,3 +1,11 @@ +vsftpd (3.0.5-0.4) unstable; urgency=medium + + * Non-maintainer upload. + * Update "max_clients" and "max_per_ip" defaults in vsftpd.conf(5) according + to reality (and v2.1.2 Changelog). Closes: #1121330 + + -- Lukas Märdian <[email protected]> Mon, 24 Nov 2025 14:49:57 +0100 + vsftpd (3.0.5-0.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru vsftpd-3.0.5/debian/patches/0078-manpage-defaults.patch vsftpd-3.0.5/debian/patches/0078-manpage-defaults.patch --- vsftpd-3.0.5/debian/patches/0078-manpage-defaults.patch 1970-01-01 01:00:00.000000000 +0100 +++ vsftpd-3.0.5/debian/patches/0078-manpage-defaults.patch 2025-11-24 14:49:57.000000000 +0100 @@ -0,0 +1,29 @@ +Description: Fix defaults values for max_clients and max_per_ip + Update "max_clients" and "max_per_ip" defaults in vsftpd.conf(5) according + to reality (and v2.1.2 Changelog). +Author: Lukas Märdian <[email protected]> +Bug-Debian: https://bugs.debian.org/1121330 +Origin: vendor, Debian +Forwarded: mail to Chris Evans <scarybeasts AT gmail DOT com> +Last-Update: 2025-11-24 +--- +--- vsftpd-3.0.5.orig/vsftpd.conf.5 ++++ vsftpd-3.0.5/vsftpd.conf.5 +@@ -741,7 +741,7 @@ Default: 077 + If vsftpd is in standalone mode, this is the maximum number of clients which + may be connected. Any additional clients connecting will get an error message. + +-Default: 0 (unlimited) ++Default: 2000 + .TP + .B max_login_fails + After this many login failures, the session is killed. +@@ -753,7 +753,7 @@ If vsftpd is in standalone mode, this is + may be connected from the same source internet address. A client will get an + error message if they go over this limit. + +-Default: 0 (unlimited) ++Default: 50 + .TP + .B pasv_max_port + The maximum port to allocate for PASV style data connections. Can be used to diff -Nru vsftpd-3.0.5/debian/patches/series vsftpd-3.0.5/debian/patches/series --- vsftpd-3.0.5/debian/patches/series 2025-09-05 00:05:58.000000000 +0200 +++ vsftpd-3.0.5/debian/patches/series 2025-11-24 14:49:57.000000000 +0100 @@ -28,3 +28,4 @@ 0076-fix-no-pam-ftbfs.patch 0077-fix-typo.patch ssl.c-correct-setup_bio_callbacks-signat.patch +0078-manpage-defaults.patch
signature.asc
Description: PGP signature

