From 2d21040385f9921044c5befe7ab08da8b11ca39f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:28:57 +0800 Subject: pure-ftpd: upgrade 1.0.52 -> 1.0.53 License-Update: Copyright year updated to 2026. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb | 21 --------------------- .../recipes-daemons/pure-ftpd/pure-ftpd_1.0.53.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb create mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.53.bb diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb deleted file mode 100644 index c5c9c87c7f..0000000000 --- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "FTP Server with a strong focus on software security" -DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server." -HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" -SECTION = "net" -LICENSE = "0BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25" - -DEPENDS = "libcap virtual/crypt" - -SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \ - file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \ - file://nostrip.patch \ -" -SRC_URI[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74" - -inherit autotools - -EXTRA_AUTORECONF += "-I m4" - -PACKAGECONFIG[libsodium] = "ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ - ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.53.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.53.bb new file mode 100644 index 0000000000..02a10f8e84 --- /dev/null +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.53.bb @@ -0,0 +1,21 @@ +SUMMARY = "FTP Server with a strong focus on software security" +DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server." +HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" +SECTION = "net" +LICENSE = "0BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=384872cb5bfd3a52956dc3743ed9fd48" + +DEPENDS = "libcap virtual/crypt" + +SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \ + file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \ + file://nostrip.patch \ +" +SRC_URI[sha256sum] = "b3f2b0194223b1e88bf8b0df9e91ffb5d1b9812356e9dd465f2f97b72b21265f" + +inherit autotools + +EXTRA_AUTORECONF += "-I m4" + +PACKAGECONFIG[libsodium] = "ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ + ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" -- cgit v1.2.3-54-g00ecf