package/proftpd: bump version to 1.3.9

https://github.com/proftpd/proftpd/tree/1.3.9/RELEASE_NOTES

Removed fix for gcc 15.x added by buildroot commit
c53f5e78fc.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-19 15:15:54 +02:00
committed by Julien Olivain
parent b30035e832
commit f1fcca3a79
2 changed files with 2 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 42ba40d8d5a5a9f28c9dcd7f15aa6b5368fe5efceaacb999041311b170f076d5 proftpd-1.3.8d.tar.gz
sha256 4a5f13b666226813b4da0ade34535d325e204ab16cf8008c7353b1b5a972f74b proftpd-1.3.9.tar.gz
sha256 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
PROFTPD_VERSION = 1.3.8d
PROFTPD_VERSION = 1.3.9
PROFTPD_SITE = https://github.com/proftpd/proftpd/archive/v$(PROFTPD_VERSION)
PROFTPD_LICENSE = GPL-2.0+
PROFTPD_LICENSE_FILES = COPYING
@@ -27,14 +27,6 @@ PROFTPD_CONF_OPTS = \
--with-gnu-ld \
--without-openssl-cmdline
# source code contains a number of variables named 'bool', which
# conflicts with the C23 keyword. Fixed upstream in 1.3.9 with
# https://github.com/proftpd/proftpd/commit/61be7eb14f200b97804a3cfa85fed51661067c62
# so can be dropped when bumping to that
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_15),y)
PROFTPD_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=gnu18"
endif
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
PROFTPD_DEPENDENCIES += libidn2
endif