diff mbox series

[meta-oe,3/8] proftpd: upgrade to 1.3.9 to fix build with gcc-15

Message ID 20250426115623.2732743-3-martin.jansa@gmail.com
State Under Review
Headers show
Series [meta-oe,1/8] python3-icu: upgrade to 2.15.2 | expand

Commit Message

Martin Jansa April 26, 2025, 11:56 a.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>

* fixed in:
  https://github.com/proftpd/proftpd/commit/61be7eb14f200b97804a3cfa85fed51661067c62

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 .../proftpd/{proftpd_1.3.8c.bb => proftpd_1.3.9.bb}         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-daemons/proftpd/{proftpd_1.3.8c.bb => proftpd_1.3.9.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9.bb
similarity index 98%
rename from meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb
rename to meta-networking/recipes-daemons/proftpd/proftpd_1.3.9.bb
index def5ca623f..c6782fcdd3 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8c.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9.bb
@@ -4,10 +4,10 @@  HOMEPAGE = "http://www.proftpd.org"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
 
-SRCREV = "30eef4d42d9efbc4aafada28130abca993af99a2"
-BRANCH = "1.3.8"
+SRCREV = "ae25959adb05ae1d6ebfa1f36bf778c9c34e9410"
+BRANCH = "${PV}"
 
-SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \
+SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https;tag=v${PV} \
            file://basic.conf.patch \
            file://proftpd-basic.init \
            file://default \