[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
This commit is contained in:
parent
5a054aa8b3
commit
7d4b79b38e
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user