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

Bug#775285: unblock: maildrop/2.7.1-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi release team.

This is preapproval request.

The last upload of maildrop 2.7.1-2 just before the freeze removed
upstream unsupported dovocet auth patch to reduce security risk
exposure.  In this upload, I also dropped upstream supported
courier-auth support by removing build-depends and depends for it.  This
causes problem as reported to https://bugs.debian.org/774598

I would like to upload 2.7.1-3 with the following patch to fix this
regression.  Without this fix, people upgrading from wheezy to jessie
will face regression if courier auth is used by the user.

$ git diff HEAD^
diff --git a/debian/changelog b/debian/changelog
index 1e35582..60e0773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maildrop (2.7.1-3) unstable; urgency=medium
+
+  * Fix regression in 2.7.1-2 by reactivating support for
+    the courier-authlib itself.  Closes: #774598
+
+ -- Osamu Aoki <osamu@debian.org>  Tue, 13 Jan 2015 23:14:59 +0900
+
 maildrop (2.7.1-2) unstable; urgency=medium
 
   * Drop dovocet patch. (No more upstream activity.) Closes: #692519 
diff --git a/debian/control b/debian/control
index 340d41b..bea07e8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Standards-Version: 3.9.5
 Build-Depends: autoconf,
                automake,
                autotools-dev,
+               courier-authlib-dev (>= 0.58-4),
                debhelper (>= 9),
                dh-autoreconf,
                libgdbm-dev,
@@ -20,7 +21,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/maildrop.git
 
 Package: maildrop
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: courier-authlib, ${misc:Depends}, ${shlibs:Depends}
 Recommends: exim4 | mail-transport-agent
 Breaks: suidmanager (<< 0.50)
 Replaces: courier-base (<= 0.58.0-1)

unblock maildrop/2.7.1-3

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


Reply to: