package/pure-ftpd: bump to version 1.0.49
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 12 Apr 2019 20:59:28 +0000 (22:59 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 13 Apr 2019 14:05:37 +0000 (16:05 +0200)
- Update hash of license file (update in year)
- Remove patch (already in version)
- Remove --with-rfc2640 (option removed with
  https://github.com/jedisct1/pure-ftpd/commit/33eda763bfca8dfcf736275272b84602dcd18549)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/pure-ftpd/0001-cross.patch [deleted file]
package/pure-ftpd/pure-ftpd.hash
package/pure-ftpd/pure-ftpd.mk

diff --git a/package/pure-ftpd/0001-cross.patch b/package/pure-ftpd/0001-cross.patch
deleted file mode 100644 (file)
index f8b1d81..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-Do not include host paths when cross-compiling.
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-
-diff -uNr pure-ftpd-1.0.36.org/configure pure-ftpd-1.0.36/configure
---- pure-ftpd-1.0.36.org/configure     2012-03-16 06:29:23.000000000 +0100
-+++ pure-ftpd-1.0.36/configure 2014-09-28 19:55:56.650529713 +0200
-@@ -6319,17 +6319,6 @@
--if test -d /usr/local/include; then
--  CPPFLAGS="$CPPFLAGS -I/usr/local/include"
--fi
--
--if test -d /usr/kerberos/include; then
--  CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
--fi
--
--if test -d /usr/local/lib; then
--  LDFLAGS="$LDFLAGS -L/usr/local/lib"
--fi
- if uname | fgrep SunOS > /dev/null 2> /dev/null ; then
-   CPPFLAGS="$CPPFLAGS -D_XPG4_2=1"
index f01da51a37a592e76860a43c996bc07d1093bf5c..8fe73e4fb012382b40c9c975aa26de60ba7b8e57 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated after checking pgp signature
-sha256 cb1b695e779a06e42d62d7a1a428d2f605d621dfd5afe4e192b5f9fc4e343692  pure-ftpd-1.0.47.tar.bz2
-sha256 e724ba991d8efa4c963e84ec31314c532dab00ac455ef77020fe60e78177bf23  COPYING
+sha256 8a727dfef810f275fba3eb6099760d4f8a0bdeae2c1197d0d5bfeb8c1b2f61b6  pure-ftpd-1.0.49.tar.bz2
+sha256 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19  COPYING
index 7012268874c78e4e5b0caa8369eef9e923385abd..aed528b9819e646a1501dbd4762e921e622f0b4c 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PURE_FTPD_VERSION = 1.0.47
+PURE_FTPD_VERSION = 1.0.49
 PURE_FTPD_SITE = https://download.pureftpd.org/pub/pure-ftpd/releases
 PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2
 PURE_FTPD_LICENSE = ISC
@@ -13,8 +13,7 @@ PURE_FTPD_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 PURE_FTPD_CONF_OPTS = \
        --with-altlog \
-       --with-puredb \
-       --with-rfc2640
+       --with-puredb
 
 ifeq ($(BR2_PACKAGE_ELFUTILS),y)
 PURE_FTPD_DEPENDENCIES += elfutils