package/pure-ftpd: bump to version 1.0.49
- Update hash of license file (update in year)
- Remove patch (already in version)
- Remove --with-rfc2640 (option removed with
33eda763bf
)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
c66a248de2
commit
26d5d1c0a2
@ -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"
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user