Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2015-07-24 09:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-06-24 
20:23:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2015-07-24 
09:57:48.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Jul 16 20:51:00 UTC 2015 - opens...@cboltz.de
+
+- update to AppArmor 2.10 (trunk r3205)
+  - profile names can now contain variables
+  - improved profile compile time in apparmor_parser
+  - lots of improvements, refactoring and bugfixes in the aa-* tools
+  - new apis for managing and loading profile caches into the kernel in
+    libapparmor
+  - lots of profile updates
+  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_10 for the
+    complete changelog with more details
+- add new apparmor_private.h and the aa_query_label(2), aa_features(3),
+  aa_kernel_interface(3), aa_policy_cache(3), aa_splitcon(3) manpages
+  to libapparmor-devel
+- drop apparmor-2.5.1-edirectory-profile patch - it's most probably
+  no longer needed (see boo#621394 for details)
+- drop upstreamed samba-4.2-profiles.diff
+- refresh apparmor-samba-include-permissions-for-shares.diff
+
+-------------------------------------------------------------------

Old:
----
  apparmor-2.5.1-edirectory-profile
  apparmor-2.9.2.tar.gz
  apparmor-2.9.2.tar.gz.asc
  samba-4.2-profiles.diff

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

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.HCGYR6/_old  2015-07-24 09:57:49.000000000 +0200
+++ /var/tmp/diff_new_pack.HCGYR6/_new  2015-07-24 09:57:49.000000000 +0200
@@ -60,7 +60,7 @@
 %if ! %{?distro:1}0
   %define distro suse
 %endif
-Version:        2.9.2
+Version:        2.10
 Release:        0
 Summary:        AppArmor userlevel parser utility
 License:        GPL-2.0+
@@ -82,11 +82,6 @@
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch3:         apparmor-utils-string-split
 
-# Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
-# as discussed with Jeff on #apparmor 2015-03-16, disable when packaging the 
next major release
-# (Is this really needed in abstractions/nameservice or only in the nscd 
profile? bnc#621394 only shows nscd.)
-Patch4:         apparmor-2.5.1-edirectory-profile
-
 # Ruby 2.0 mkmf prefixes everything with $(DESTDIR), bnc#822277, 
kkae...@suse.de
 Patch5:         ruby-2_0-mkmf-destdir.patch
 
@@ -97,10 +92,6 @@
 # bug 906858 - confine lessopen.sh (submitted upstream 2014-12-21)
 Patch7:         apparmor-lessopen-profile.patch
 
-# update samba (winbindd and nmb) profiles for samba 4.2 (boo#921098, 
boo#923201)
-# commited upstream trunk r3038, 2.9 r2917 (2.9 commit doesn't include the 
/var/lib/samba/... cleanup in the winbindd profile)
-Patch10:        samba-4.2-profiles.diff
-
 Url:            https://launchpad.net/apparmor
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -437,7 +428,6 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
-%patch4
 
 # Ruby 2.0 mkmf prefixes every path with $(DESTDIR)
 %if 0%{?suse_version} > 1230
@@ -446,7 +436,6 @@
 
 %patch6
 %patch7 -p1
-%patch10
 # search for left-over multiline rules
 test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)"
 
@@ -671,8 +660,14 @@
 %doc %{_mandir}/man2/change_hat.2.gz
 %doc %{_mandir}/man2/aa_find_mountpoint.2.gz
 %doc %{_mandir}/man2/aa_getcon.2.gz
+%doc %{_mandir}/man2/aa_query_label.2.gz
+%doc %{_mandir}/man3/aa_features.3.gz
+%doc %{_mandir}/man3/aa_kernel_interface.3.gz
+%doc %{_mandir}/man3/aa_policy_cache.3.gz
+%doc %{_mandir}/man3/aa_splitcon.3.gz
 %dir %{_includedir}/aalogparse
 %{_includedir}/sys/apparmor.h
+%{_includedir}/sys/apparmor_private.h
 %{_includedir}/aalogparse/*
 
 %files abstractions

++++++ apparmor-2.9.2.tar.gz -> apparmor-2.10.tar.gz ++++++
++++ 38947 lines of diff (skipped)

++++++ apparmor-samba-include-permissions-for-shares.diff ++++++
--- /var/tmp/diff_new_pack.HCGYR6/_old  2015-07-24 09:57:50.000000000 +0200
+++ /var/tmp/diff_new_pack.HCGYR6/_new  2015-07-24 09:57:50.000000000 +0200
@@ -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
-@@ -47,6 +47,10 @@
+@@ -46,6 +46,10 @@
  
    @{HOMEDIRS}/** lrwk,
  



Reply via email to