[packages] pure-ftpd: update to 1.0.32 (#9411), thanks realopty, refresh patches
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 May 2011 08:28:13 +0000 (08:28 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 May 2011 08:28:13 +0000 (08:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26895 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/pure-ftpd/Makefile
net/pure-ftpd/files/pure-ftpd.init
net/pure-ftpd/patches/010-dont-add-host-paths.patch

index fe3ca8d..d4d39a3 100644 (file)
@@ -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)
 
index fb00190..cb810b4 100644 (file)
@@ -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"
index 76c4553..42a9189 100644 (file)
@@ -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