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

Bug#768544: marked as done (unblock: apparmor/2.9.0-2)



Your message dated Sat, 08 Nov 2014 11:11:58 +0100
with message-id <545DEC6E.2010603@thykier.net>
and subject line Re: Bug#768544: unblock: apparmor/2.9.0-2
has caused the Debian Bug report #768544,
regarding unblock: apparmor/2.9.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
768544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768544
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package apparmor 2.9.0-2, that fixes one RC bug (#768211), an
important one (#768357), and avoids the latter from occurring in another area.
Note that the added and affected confinement profiles are shipped in complain
mode by default, so there's little risk of AppArmor-caused breakage that could
be caused by them. Details can be found in debian/changelog.

unblock apparmor/2.9.0-2
diff -Nru apparmor-2.9.0/debian/apparmor-profiles.install apparmor-2.9.0/debian/apparmor-profiles.install
--- apparmor-2.9.0/debian/apparmor-profiles.install	2014-10-18 11:27:36.000000000 +0200
+++ apparmor-2.9.0/debian/apparmor-profiles.install	2014-11-07 11:10:25.000000000 +0100
@@ -5,13 +5,22 @@
 etc/apparmor.d/sbin.syslogd
 etc/apparmor.d/sbin.syslog-ng
 etc/apparmor.d/usr.bin.chromium-browser
+etc/apparmor.d/usr.lib.dovecot.anvil
+etc/apparmor.d/usr.lib.dovecot.auth
+etc/apparmor.d/usr.lib.dovecot.config
 etc/apparmor.d/usr.lib.dovecot.deliver
+etc/apparmor.d/usr.lib.dovecot.dict
 etc/apparmor.d/usr.lib.dovecot.dovecot-auth
+etc/apparmor.d/usr.lib.dovecot.dovecot-lda
 etc/apparmor.d/usr.lib.dovecot.imap
 etc/apparmor.d/usr.lib.dovecot.imap-login
+etc/apparmor.d/usr.lib.dovecot.lmtp
+etc/apparmor.d/usr.lib.dovecot.log
+etc/apparmor.d/usr.lib.dovecot.managesieve
 etc/apparmor.d/usr.lib.dovecot.managesieve-login
 etc/apparmor.d/usr.lib.dovecot.pop3
 etc/apparmor.d/usr.lib.dovecot.pop3-login
+etc/apparmor.d/usr.lib.dovecot.ssl-params
 etc/apparmor.d/usr.sbin.avahi-daemon
 etc/apparmor.d/usr.sbin.dnsmasq
 etc/apparmor.d/usr.sbin.dovecot
@@ -20,6 +29,7 @@
 etc/apparmor.d/usr.sbin.nmbd
 etc/apparmor.d/usr.sbin.nscd
 etc/apparmor.d/usr.sbin.smbd
+etc/apparmor.d/usr.sbin.smbldap-useradd
 etc/apparmor.d/usr.sbin.traceroute
 usr/share/doc/apparmor-profiles/extras/README
 usr/share/doc/apparmor-profiles/extras/bin.netstat
diff -Nru apparmor-2.9.0/debian/changelog apparmor-2.9.0/debian/changelog
--- apparmor-2.9.0/debian/changelog	2014-10-18 19:37:02.000000000 +0200
+++ apparmor-2.9.0/debian/changelog	2014-11-07 11:37:49.000000000 +0100
@@ -1,3 +1,17 @@
+apparmor (2.9.0-2) unstable; urgency=medium
+
+  * Add versioned Breaks/Replaces from python-apparmor to apparmor-utils.
+    We have the same in place already for python3-apparmor, that deals
+    with the move of the Python 3 bits. This change does the same for
+    the Python 2 bits (Closes: #768211).
+  * Install all upstream Dovecot profiles: the usr.sbin.dovecot one,
+    that we install already, needs them (Closes: #768357).
+  * Install the upstream usr.sbin.smbldap-useradd profile: the usr.sbin.smbd
+    one, that we install already, needs it. This prevents the same kind
+    of bug as #768357 from occurring when one uses the smbd profile.
+
+ -- intrigeri <intrigeri@debian.org>  Fri, 07 Nov 2014 11:37:45 +0100
+
 apparmor (2.9.0-1) unstable; urgency=medium
 
   * Import new upstream release: 2.9.0.
diff -Nru apparmor-2.9.0/debian/control apparmor-2.9.0/debian/control
--- apparmor-2.9.0/debian/control	2014-10-18 12:29:20.000000000 +0200
+++ apparmor-2.9.0/debian/control	2014-11-07 11:23:09.000000000 +0100
@@ -143,6 +143,8 @@
 Section: python
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libapparmor, python-pkg-resources
+Breaks: apparmor-utils ( << 2.8.95~2385-0ubuntu1 )
+Replaces: apparmor-utils ( << 2.8.95~2385-0ubuntu1 )
 XS-Python-Version: ${python:Versions}
 Description: AppArmor Python utility library
  This provides the Python modules that implement the higher-level AppArmor

--- End Message ---
--- Begin Message ---
On 2014-11-08 10:55, intrigeri wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package apparmor 2.9.0-2, that fixes one RC bug (#768211), an
> important one (#768357), and avoids the latter from occurring in another area.
> Note that the added and affected confinement profiles are shipped in complain
> mode by default, so there's little risk of AppArmor-caused breakage that could
> be caused by them. Details can be found in debian/changelog.
> 
> unblock apparmor/2.9.0-2
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: