summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-08-04 04:31:48 +0200
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-19 15:38:25 -0400
commit382f955d7c9a9f4e0c66a0f6dbe41ad8af0fb41d (patch)
treed3275953312a1d17e94cba35c9abdf58d9e61c90 /meta-networking
parent2f8f79895a31a612e365e90b56e51e065177632d (diff)
downloadmeta-openembedded-382f955d7c9a9f4e0c66a0f6dbe41ad8af0fb41d.tar.gz
pure-ftpd: upgrade to 1.0.42
Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch23
-rw-r--r--meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch19
-rw-r--r--meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb (renamed from meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb)6
3 files changed, 25 insertions, 23 deletions
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch
index 54088b044..76523fb99 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch
@@ -1,20 +1,21 @@
1From cffca7cb7c055f82ced316ddee90bb701b85b92d Mon Sep 17 00:00:00 2001 1From 1bafadf2502334a3e972ff667061469316d0d2ca Mon Sep 17 00:00:00 2001
2From: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> 2From: Tudor Florea <tudor.florea@enea.com>
3Date: Tue, 10 Jan 2012 19:15:25 +0300 3Date: Tue, 4 Aug 2015 02:46:39 +0200
4Subject: [PATCH] Remove hardcoded /usr/local includes from configure.ac 4Subject: [PATCH] Remove hardcoded /usr/local includes from configure.ac
5 5
6Upstream-Status: Inappropriate [config] 6Upstream-Status: Inappropriate [config]
7 7
8Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> 8Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
9Signed-off-by: Tudor Florea <tudor.florea@enea.com>
9--- 10---
10 configure.ac | 12 ------------ 11 configure.ac | 12 ------------
11 1 files changed, 0 insertions(+), 12 deletions(-) 12 1 file changed, 12 deletions(-)
12 13
13diff --git a/configure.ac b/configure.ac 14diff --git a/configure.ac b/configure.ac
14index ae00c08..9ba6d8d 100644 15index 6c78e8c..851d45d 100644
15--- a/configure.ac 16--- a/configure.ac
16+++ b/configure.ac 17+++ b/configure.ac
17@@ -67,18 +67,6 @@ AC_ARG_VAR(PYTHON,local path to the python interpreter) 18@@ -100,18 +100,6 @@ AC_ARG_VAR(PYTHON,local path to the python interpreter)
18 python_possible_path="/usr/bin:/usr/local/bin:/bin:/opt/python/bin:/opt/python/usr/bin:/opt/python/usr/local/bin" 19 python_possible_path="/usr/bin:/usr/local/bin:/bin:/opt/python/bin:/opt/python/usr/bin:/opt/python/usr/local/bin"
19 AC_PATH_PROG(PYTHON,python,/usr/bin/env python,$python_possible_path) 20 AC_PATH_PROG(PYTHON,python,/usr/bin/env python,$python_possible_path)
20 21
@@ -30,9 +31,9 @@ index ae00c08..9ba6d8d 100644
30- LDFLAGS="$LDFLAGS -L/usr/local/lib" 31- LDFLAGS="$LDFLAGS -L/usr/local/lib"
31-fi 32-fi
32- 33-
33 if uname | fgrep SunOS > /dev/null 2> /dev/null ; then 34 CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
34 CPPFLAGS="$CPPFLAGS -D_XPG4_2=1" 35
35 fi 36 dnl Checks for header files
36-- 37--
371.7.7.3 381.9.1
38 39
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
index 5cbbc5fa7..4cb33bc5c 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
@@ -1,6 +1,6 @@
1From 45eb89d1a6fde65caaf2d6e1a5d527f1ae7beb9c Mon Sep 17 00:00:00 2001 1From 0290bd6f4ceddff2c52dff833c9d31d24de7d0e1 Mon Sep 17 00:00:00 2001
2From: Paul Eggleton <paul.eggleton@linux.intel.com> 2From: Tudor Florea <tudor.florea@enea.com>
3Date: Mon, 3 Dec 2012 17:12:11 +0000 3Date: Tue, 4 Aug 2015 03:07:01 +0200
4Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is specified 4Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is specified
5 5
6We especially don't want stripping enabled. 6We especially don't want stripping enabled.
@@ -8,23 +8,24 @@ We especially don't want stripping enabled.
8Upstream-Status: Inappropriate [config] 8Upstream-Status: Inappropriate [config]
9 9
10Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 10Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
11Signed-off-by: Tudor Florea <tudor.florea@enea.com>
11--- 12---
12 configure.ac | 2 -- 13 configure.ac | 2 --
13 1 files changed, 0 insertions(+), 2 deletions(-) 14 1 file changed, 2 deletions(-)
14 15
15diff --git a/configure.ac b/configure.ac 16diff --git a/configure.ac b/configure.ac
16index 3d59409..6836c0e 100644 17index 851d45d..dc410a1 100644
17--- a/configure.ac 18--- a/configure.ac
18+++ b/configure.ac 19+++ b/configure.ac
19@@ -413,8 +413,6 @@ AC_ARG_WITH(minimal, 20@@ -423,8 +423,6 @@ AC_ARG_WITH(minimal,
20 AC_DEFINE(NO_FTP_USERS) 21 AC_DEFINE(NO_FTP_USERS)
21 AC_DEFINE(WITHOUT_ASCII) 22 AC_DEFINE(WITHOUT_ASCII)
22 AC_DEFINE(BORING_MODE) 23 AC_DEFINE(BORING_MODE)
23- CFLAGS="$CFLAGS -Os -fomit-frame-pointer -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops " 24- CFLAGS="$CFLAGS -Os -fomit-frame-pointer -fno-unroll-loops "
24- LDFLAGS="$LDFLAGS -s " 25- LDFLAGS="$LDFLAGS -s "
25 fi ]) 26 fi ])
26 27
27 AC_ARG_WITH(paranoidmsg, 28 AC_ARG_WITH(paranoidmsg,
28-- 29--
291.7.1 301.9.1
30 31
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb
index bbd47fdfb..fa592dca6 100644
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
+++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.42.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and
3HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd" 3HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
4SECTION = "net" 4SECTION = "net"
5LICENSE = "BSD" 5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ae9e161311a5a0768c333b537a40e332" 6LIC_FILES_CHKSUM = "file://COPYING;md5=90352fb2bfe17f4261687a0d6e09f489"
7 7
8DEPENDS = "libcap" 8DEPENDS = "libcap"
9 9
@@ -12,8 +12,8 @@ SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.t
12 file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \ 12 file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
13 file://nostrip.patch \ 13 file://nostrip.patch \
14" 14"
15SRC_URI[md5sum] = "bbcb48e8aa6ec1abff9775b89f84af91" 15SRC_URI[md5sum] = "4195af8f0e5ee2a798b1014071dae3a3"
16SRC_URI[sha256sum] = "90fb63b1a9d448076aa9f3e3c74b298965f98e03c824e9a4d241fffe8eb3a130" 16SRC_URI[sha256sum] = "7be73a8e58b190a7054d2ae00c5e650cb9e091980420082d02ec3c3b68d8e7f9"
17 17
18inherit autotools 18inherit autotools
19 19