From 7d4b79b38e43ae10d8a180e75eb55eb2015b49de Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 15 May 2011 08:28:13 +0000 Subject: [PATCH] [packages] pure-ftpd: update to 1.0.32 (#9411), thanks realopty, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@26895 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pure-ftpd/Makefile | 8 ++++---- net/pure-ftpd/files/pure-ftpd.init | 3 ++- net/pure-ftpd/patches/010-dont-add-host-paths.patch | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index fe3ca8d32..d4d39a332 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,5 +1,5 @@ # -# 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. @@ -8,12 +8,12 @@ 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) diff --git a/net/pure-ftpd/files/pure-ftpd.init b/net/pure-ftpd/files/pure-ftpd.init index fb00190f8..cb810b41f 100644 --- a/net/pure-ftpd/files/pure-ftpd.init +++ b/net/pure-ftpd/files/pure-ftpd.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org START=50 SSD=start-stop-daemon @@ -47,6 +47,7 @@ start_service() { 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" diff --git a/net/pure-ftpd/patches/010-dont-add-host-paths.patch b/net/pure-ftpd/patches/010-dont-add-host-paths.patch index 76c4553ab..42a918992 100644 --- a/net/pure-ftpd/patches/010-dont-add-host-paths.patch +++ b/net/pure-ftpd/patches/010-dont-add-host-paths.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -4893,18 +4893,6 @@ fi +@@ -4825,18 +4825,6 @@ fi @@ -19,7 +19,7 @@ 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