[SCM] proftpd-dfsg branch, wheezy-tpu, updated. upstream/1.3.4a-78-g870eaeb

Francesco Paolo Lovergine frankie at debian.org
Mon Feb 4 17:15:59 UTC 2013


The following commit has been merged in the wheezy-tpu branch:
commit 870eaeb288c33792d0e78c1b6857eaea8a9079fe
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Feb 4 17:15:55 2013 +0100

    Removed memcache enabling.

diff --git a/debian/changelog b/debian/changelog
index 712ce79..8febbe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 proftpd-dfsg (1.3.4a-4) unstable; urgency=low
 
-  * Memcache missing enabling at configuration time prevented mod_tls_memcache working. 
   * Removed it/ru moving of locale directories. That hack is lost in time and
     currently wrong.
 
diff --git a/debian/rules b/debian/rules
index b37a693..5a48f80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ CONF_ARGS := --prefix=/usr \
 	     --with-includes=$(shell pg_config --includedir):$(shell mysql_config --include|sed -e 's/-I//') \
 	     --mandir=/usr/share/man --sysconfdir=/etc/$(NAME) --localstatedir=/var/run --libexecdir=/usr/lib/$(NAME) \
 	     --enable-sendfile --enable-facl --enable-dso --enable-autoshadow --enable-ctrls --with-modules=mod_readme \
-	     --enable-ipv6 --enable-nls --enable-memcache --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT)
+	     --enable-ipv6 --enable-nls --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT)
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   CONF_ARGS += --build $(DEB_HOST_GNU_TYPE)

-- 
ProFTPD core package



More information about the Pkg-proftpd-maintainers mailing list