#
-# Copyright (C) 2007-2010 OpenWrt.org
+# Copyright (C) 2007-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
include $(TOPDIR)/rules.mk
PKG_NAME:=pure-ftpd
-PKG_VERSION:=1.0.29
-PKG_RELEASE:=3
+PKG_VERSION:=1.0.32
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.pureftpd.org/pub/pure-ftpd/releases
-PKG_MD5SUM:=12a074824b509f9e7684fab333ed6915
+PKG_MD5SUM:=065211a4319e2089bd16b44c003eb0f8
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
START=50
SSD=start-stop-daemon
append_string "$section" minuid "-u"
append_string "$section" trustedip "-V"
append_string "$section" tls "-Y"
+ append_string "$section" tlsciphersuite "-J"
append_bool "$section" uploadscript "-o"
append_bool "$section" natmode "-N"
--- a/configure
+++ b/configure
-@@ -4893,18 +4893,6 @@ fi
+@@ -4825,18 +4825,6 @@ fi
if uname | fgrep SunOS > /dev/null 2> /dev/null ; then
CPPFLAGS="$CPPFLAGS -D_XPG4_2=1"
fi
-@@ -9291,7 +9279,6 @@ if test $ac_have_func = no; then
+@@ -9222,7 +9210,6 @@ if test $ac_have_func = no; then
# There is a commonly available library for RS/6000 AIX.
# Since it is not a standard part of AIX, it might be installed locally.
ac_getloadavg_LIBS=$LIBS