[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697757: unblock: proftpd-dfsg/1.3.4a-4 (pre-approval)



Sorry the memcache fix would trigger a lot of changes due to a new b-d and
problems with m-a linking. So please, just consider the locale change which
is safe.

On Wed, Jan 09, 2013 at 01:00:25PM +0100, Francesco P. Lovergine wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package proftpd-dfsg to fix a locale problem and render the
> provided mod_tls_memcache module truly working when used. These chages 
> are not relevant for security as for -3 previously requested and uploaded.
> 
> unblock proftpd-dfsg/1.3.4a-4
> 
> The relevant changes are:
> 
> diff --git a/debian/changelog b/debian/changelog
> index 6d23904..62bb291 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,11 @@
> +proftpd-dfsg (1.3.4a-4) UNRELEASED; 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.
> +
> + -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 09 Jan 2013 12:48:21 +0100
> +
>  proftpd-dfsg (1.3.4a-3) unstable; urgency=low
>  
>    [SECURITY] New patch 3841 fixes CVE-2012-6095: a possible race
> diff --git a/debian/rules b/debian/rules
> index 79e7ccb..b37a693 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 --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT)
> +	     --enable-ipv6 --enable-nls --enable-memcache --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT)
>  
>  ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
>    CONF_ARGS += --build $(DEB_HOST_GNU_TYPE)
> @@ -68,8 +68,6 @@ install: build
>  	dh_prep
>  	
>  	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp INSTALL_STRIP="$(INSTALL_STRIP)" install
> -	mv $(CURDIR)/debian/tmp/usr/share/locale/it_IT $(CURDIR)/debian/tmp/usr/share/locale/it
> -	mv $(CURDIR)/debian/tmp/usr/share/locale/ru_RU $(CURDIR)/debian/tmp/usr/share/locale/ru
>  
>  configure: configure-stamp
>  configure-stamp: 
> 

-- 
Francesco P. Lovergine


Reply to: