Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-02-19 18:54:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2014-02-02 
07:29:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-02-19 
18:54:56.000000000 +0100
@@ -1,0 +2,24 @@
+Mon Feb 17 11:40:36 UTC 2014 - opens...@cboltz.de
+
+- update to AppArmor 2.8.3 (r2122) bugfix release
+  - fix some cache clearing bugs in apparmor_parser
+  - various fixes in mod_apparmor
+  - several profile updates, most of them were already included as patches
+    (except abstractions/winbind (bnc#863226), abstractions/fonts and 
+    abstractions/p11-kit)
+  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_8_3 for all details
+- update partially upstreamed apparmor-2.8.2-nm-dnsmasq-config.patch
+- remove upstream(ed) patches
+  - apparmor-2.8.2-fix-ntpd-profile.diff
+  - apparmor-abstractions-r2089-r2090.diff
+  - apparmor-abstractions-ssl_certs.diff
+  - apparmor-fix-url-in-manpages-r2093.diff
+  - apparmor-no-perl-smartmatch-r2088.diff
+  - apparmor-profiles-dnsmasq.diff
+  - apparmor-profiles-ntpd-r2103.diff
+  - apparmor-profiles-samba-create-dirs.diff
+  - apparmor-profiles-samba4.diff
+  - apparmor-unconfined-lang-r2094.diff
+  - apparmor-utils-po-de-r2091.diff
+
+-------------------------------------------------------------------

Old:
----
  apparmor-2.8.2-fix-ntpd-profile.diff
  apparmor-2.8.2.tar.gz
  apparmor-2.8.2.tar.gz.asc
  apparmor-abstractions-r2089-r2090.diff
  apparmor-abstractions-ssl_certs.diff
  apparmor-fix-url-in-manpages-r2093.diff
  apparmor-no-perl-smartmatch-r2088.diff
  apparmor-profiles-dnsmasq.diff
  apparmor-profiles-ntpd-r2103.diff
  apparmor-profiles-samba-create-dirs.diff
  apparmor-profiles-samba4.diff
  apparmor-unconfined-lang-r2094.diff
  apparmor-utils-po-de-r2091.diff

New:
----
  apparmor-2.8.3.tar.gz
  apparmor-2.8.3.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.KLzTmq/_old  2014-02-19 18:54:58.000000000 +0100
+++ /var/tmp/diff_new_pack.KLzTmq/_new  2014-02-19 18:54:58.000000000 +0100
@@ -61,7 +61,7 @@
 %if ! %{?distro:1}0
   %define distro suse
 %endif
-Version:        2.8.2
+Version:        2.8.3
 Release:        0
 Summary:        AppArmor userlevel parser utility
 License:        GPL-2.0+
@@ -79,7 +79,7 @@
 # profile for winbindd (bnc#748499, submitted upstream 2012-11-06, trunk r2078)
 Source10:       usr.sbin.winbindd
 
-# profiles for dovecot 2.x (bnc#851984)
+# profiles for dovecot 2.x (bnc#851984) - commited upstream trunk r2354, 
r2355, r2356, updated version commited trunk r2360, r2370
 Source20:       usr.lib.dovecot.anvil
 Source21:       usr.lib.dovecot.auth
 Source22:       usr.lib.dovecot.config
@@ -97,49 +97,16 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2:         apparmor-samba-include-permissions-for-shares.diff
 
-# use grep instead of ~~ (smartmatch) because ~~ was marked as experimental 
again in perl 5.18 (upstream trunk r2158, 2.8 r2088)
-Patch3:         apparmor-no-perl-smartmatch-r2088.diff
-
-# abstractions/p11-kit and abstractions/dbus-session update (upstream trunk 
r2181 and r2182 , 2.8 r2089 and r2090)
-Patch4:         apparmor-abstractions-r2089-r2090.diff
-
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5:         apparmor-utils-string-split
 
 # make apparmor/__init__.py ready for the new tools developed in GSoC. 
Submitted upstream 2013-09-12
 Patch6:         apparmor-init.py-gsoc.diff
 
-# fix some (mis)translations in utils/po/de.po (upstream trunk r2186, 2.8 
r2091)
-Patch7:         apparmor-utils-po-de-r2091.diff
-
-# fix ntpd after configuration change (commited upstream trunk r2188, 2.8 
r2092)
-Patch8:         apparmor-2.8.2-fix-ntpd-profile.diff
-
-# fix URL in manpages (commited upstream trunk r2189, 2.8 r2093)
-Patch9:         apparmor-fix-url-in-manpages-r2093.diff
-
-# fix aa-unconfined to work with all languages (commited upstream trunk r2190, 
2.8 r2094)
-Patch10:        apparmor-unconfined-lang-r2094.diff
-
-# various permissions needed for Samba 4.1 - bnc#845867 bnc#846054 - commited 
upstream trunk r2104, 2.8 branch r2254
-Patch11:        apparmor-profiles-samba4.diff
-
 # Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
 Patch12:        apparmor-2.5.1-edirectory-profile
 
-# dnsmasq - add missing read permisions for libvirt files - bnc#848215 - 
committed upstream trunk r2238, 2.8 branch r2101
-Patch13:        apparmor-profiles-dnsmasq.diff
-
-# ntpd - add missing permissions for drift file at yet another location - 
bnc#850374 - commited upstream trunk r2252, 2.8 branch r2103
-Patch14:        apparmor-profiles-ntpd-r2103.diff
-
-# abstractions/ssl_certs - add /var/lib/ca-certificates/ - bnc#852018 - 
commited upstream trunk r2255, 2.8 branch r2105
-Patch15:        apparmor-abstractions-ssl_certs.diff
-
-# abstractions/samba - allow mkdir /var/run/samba and /var/cache/samba - 
bnc#856651 - commited upstream trunk r2293, 2.8 branch r2106
-Patch16:        apparmor-profiles-samba-create-dirs.diff
-
-# update dovecot profiles for dovecot 2.x (bnc#851984, not upstreamed yet)
+# update dovecot profiles for dovecot 2.x (bnc#851984 - commited upstream 
trunk r2354, r2356, [updated patch] r2359)
 Patch17:        apparmor-profiles-dovecot-bnc851984.diff
 
 # create Immunix::SubDomain perl module - only included for openSUSE <= 12.1 - 
bnc#720617 #c7
@@ -148,7 +115,8 @@
 # Ruby 2.0 mkmf prefixes everything with $(DESTDIR), bnc#822277, 
kkae...@suse.de
 Patch22:        ruby-2_0-mkmf-destdir.patch
 
-# dnsmasq - allow to read config created by recent NetworkManager - commited 
upstream trunk r2323, 2.8 branch r2110
+# dnsmasq - allow to read config created by recent NetworkManager 
+# commited upstream trunk r2323, 2.8 branch r2110 - updated version commited 
trunk r2385, 2.8 r2123
 Patch23:        apparmor-2.8.2-nm-dnsmasq-config.patch
 
 Url:            https://launchpad.net/apparmor
@@ -510,20 +478,9 @@
 %setup -q
 %patch1 -p1
 %patch2
-%patch3
-%patch4
 %patch5 -p1
 %patch6
-%patch7
-%patch8
-%patch9
-%patch10
-%patch11
 %patch12 -p1
-%patch13
-%patch14
-%patch15
-%patch16
 %patch17
 
 # only create Immunix::SubDomain perl module for openSUSE <= 12.1 
@@ -543,7 +500,7 @@
 %patch23
 %endif
 
-# profile for winbindd (bnc#748499, submitted upstream 2012-11-06, trunk r2078)
+# profile for winbindd (bnc#748499, commited upstream trunk r2078, updated in 
trunk r2328)
 test ! -e profiles/apparmor.d/usr.sbin.winbindd
 cp %{SOURCE10} profiles/apparmor.d/
 
@@ -829,8 +786,6 @@
 
 %files -n python-apparmor
 %defattr(-,root,root)
-
-%files -n python-apparmor
 %{python_sitearch}/LibAppArmor-%{version}-py%{python_version}.egg-info
 %dir %{python_sitearch}/LibAppArmor
 %{python_sitearch}/LibAppArmor/_LibAppArmor.so

++++++ apparmor-2.8.2-nm-dnsmasq-config.patch ++++++
--- /var/tmp/diff_new_pack.KLzTmq/_old  2014-02-19 18:54:58.000000000 +0100
+++ /var/tmp/diff_new_pack.KLzTmq/_new  2014-02-19 18:54:58.000000000 +0100
@@ -2,12 +2,11 @@
 ===================================================================
 --- profiles/apparmor.d/usr.sbin.dnsmasq.orig
 +++ profiles/apparmor.d/usr.sbin.dnsmasq
-@@ -54,6 +54,12 @@
-   # NetworkManager integration
+@@ -55,6 +55,11 @@
    /{,var/}run/nm-dns-dnsmasq.conf r,
    /{,var/}run/sendsigs.omit.d/*dnsmasq.pid w,
+   /{,var/}run/NetworkManager/dnsmasq.conf r,
 +  # new dnsmasq config path (as of 2012-11-05)
-+  /{,var/}run/NetworkManager/dnsmasq.conf r,
 +  /{,var/}run/NetworkManager/dnsmasq.pid w,
 +  # dnsmasq supplemental config directory
 +  /etc/NetworkManager/dnsmasq.d/ r,

++++++ apparmor-2.8.2.tar.gz -> apparmor-2.8.3.tar.gz ++++++
++++ 10387 lines of diff (skipped)


++++++ apparmor-samba-include-permissions-for-shares.diff ++++++
--- /var/tmp/diff_new_pack.KLzTmq/_old  2014-02-19 18:54:58.000000000 +0100
+++ /var/tmp/diff_new_pack.KLzTmq/_new  2014-02-19 18:54:58.000000000 +0100
@@ -20,7 +20,7 @@
 === modified file 'profiles/apparmor.d/usr.sbin.smbd'
 --- profiles/apparmor.d/usr.sbin.smbd  2011-08-27 18:50:42 +0000
 +++ profiles/apparmor.d/usr.sbin.smbd  2011-10-19 09:37:04 +0000
-@@ -46,6 +46,10 @@
+@@ -51,6 +51,10 @@
  
    @{HOMEDIRS}/** lrwk,
  

++++++ apparmor-utils-string-split ++++++
--- /var/tmp/diff_new_pack.KLzTmq/_old  2014-02-19 18:54:58.000000000 +0100
+++ /var/tmp/diff_new_pack.KLzTmq/_new  2014-02-19 18:54:58.000000000 +0100
@@ -8,7 +8,7 @@
 
 --- a/utils/Immunix/AppArmor.pm
 +++ b/utils/Immunix/AppArmor.pm
-@@ -6300,7 +6300,12 @@ sub check_qualifiers($) {
+@@ -6335,7 +6335,12 @@ sub check_qualifiers($) {
  
      if ($cfg->{qualifiers}{$program}) {
          unless($cfg->{qualifiers}{$program} =~ /p/) {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to