From c13b1c4115da51af2e802b63c0c8698246ca7100 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:39 +0800 Subject: [PATCH] proftpd: upgrade 1.3.9b -> 1.3.9c Changelog: =========== - Issue 2135 - ExecEnviron values not passed due to regression since 1.3.8.d. - Issue 2146 - Stack buffer overflow in MLSD/MLST handling for long path names. - Issue 2158 - MaxTransfersPerUser no longer enforces configured limits. - Issue 2163 - AdminControlsACLs for config, get actions not honored as they should be. - Issue 2166 - Memcached/Redis-cached JSON TLS session/OCSP entries decoded into fixed buffers without bounds checking. - Issue 2173 - RewriteMap unescape builtin use causes one-byte out-of-bounds write, fails to reject illegal characters. - Issue 2188 - SQL group name lookup concatenates client-provided group names without escaping. - Issue 2190 - Authenticated SFTP sessions can overflow the SFTP packet buffer. - Issue 2210 - Default Controls socket ACLs unintentionally allow all users access for sending Controls requests. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../proftpd/{proftpd_1.3.9b.bb => proftpd_1.3.9c.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.9b.bb => proftpd_1.3.9c.bb} (99%) diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb similarity index 99% rename from meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb rename to meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb index 3da67c9e1c..95c9f3919c 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9c.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.proftpd.org" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" -SRCREV = "390b21555268bbc64b66d2dfa7ae40476419b80f" +SRCREV = "78a1bea439969913d7002bfb16ee7f0f60e262b4" BRANCH = "1.3.9" SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https;tag=v${PV} \