mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
pure-ftpd: upgrade 1.0.51 -> 1.0.52
nostrip.patch refreshed for 1.0.52 License-Update: Copyright year updated to 2024 Changelog: ========== - The QUIT command is now accepted during a transfer. - The server can be built with --with-minimal again. - Fixed an out of bounds read in the MLSD command. - Larger mmap()ed pages are used on aarch64. - Improved compatibility with HPUX - Improved OpenSSL API compatibility - Improved compatibility with OpenWall Linux - Improved compatibility with Netfilter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 79fd22c0def26eba130db98e312bb00fec32ac0a Mon Sep 17 00:00:00 2001
|
From ed60c2ad3a7ed9762fcb6a304c7f60544606baef Mon Sep 17 00:00:00 2001
|
||||||
From: Tudor Florea <tudor.florea@enea.com>
|
From: Tudor Florea <tudor.florea@enea.com>
|
||||||
Date: Tue, 4 Aug 2015 03:07:01 +0200
|
Date: Tue, 4 Aug 2015 03:07:01 +0200
|
||||||
Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is
|
Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is
|
||||||
@@ -10,16 +10,15 @@ Upstream-Status: Inappropriate [config]
|
|||||||
|
|
||||||
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
||||||
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
configure.ac | 2 --
|
configure.ac | 2 --
|
||||||
1 file changed, 2 deletions(-)
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 695ce68..0f28b55 100644
|
index e578b2b..3874124 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -414,8 +414,6 @@ AC_ARG_WITH(minimal,
|
@@ -415,8 +415,6 @@ AC_ARG_WITH(minimal,
|
||||||
AC_DEFINE(NO_FTP_USERS)
|
AC_DEFINE(NO_FTP_USERS)
|
||||||
AC_DEFINE(WITHOUT_ASCII)
|
AC_DEFINE(WITHOUT_ASCII)
|
||||||
AC_DEFINE(BORING_MODE)
|
AC_DEFINE(BORING_MODE)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and
|
|||||||
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
|
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
LICENSE = "0BSD"
|
LICENSE = "0BSD"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=194bc994ad6bbd4ff5a021082fe52156"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25"
|
||||||
|
|
||||||
DEPENDS = "libcap virtual/crypt"
|
DEPENDS = "libcap virtual/crypt"
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.t
|
|||||||
file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
|
file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
|
||||||
file://nostrip.patch \
|
file://nostrip.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "4160f66b76615eea2397eac4ea3f0a146b7928207b79bc4cc2f99ad7b7bd9513"
|
SRC_URI[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
Reference in New Issue
Block a user