From 6e8b7479e0e4b7afc4cb220823a9ab6d2a041956 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 23 Apr 2013 09:17:02 +0000 Subject: [PATCH] [packages] pure-ftpd: Bump to 1.0.36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relevant *nix Changelog: • Support for external authentification handlers has been fixed. • Directory listings can now report file sizes up to 1 exabyte. • Per popular request, dot files are now hidden from directory listings when the -X flag is turned on. • An old-standing bug has been fixed: when a file was renamed and overwrote an existing file, the quota wasn’t properly updated. • SITE UTIME now supports the 2-arguments syntax in addition to the 5-arguments syntax. • Support for the MFMT command has been implemented. • A default directory can now be specified when using the LDAP backend. Signed-off-by: Daniel Petre [jogo@openwrt.org: reflow changelog to fit normal screens] Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/packages@36388 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pure-ftpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index e6d5c0514..3b2403b96 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pure-ftpd -PKG_VERSION:=1.0.32 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.36 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.pureftpd.org/pub/pure-ftpd/releases -PKG_MD5SUM:=065211a4319e2089bd16b44c003eb0f8 +PKG_MD5SUM:=7899c75c1fed7dbad0352eb31080e066 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)