[ubuntu/precise] apparmor 2.7.0-0ubuntu1 (Accepted)

Jamie Strandboge jamie at ubuntu.com
Thu Jan 12 14:40:46 UTC 2012


apparmor (2.7.0-0ubuntu1) precise; urgency=low

  * New upstream release. Fixes the following:
    - LP: #794974
    - LP: #815883
    - LP: #840973
  * Drop the following patches, included upstream:
    - af_names-generation.patch
    - 0004-adjust-logprof-log-search-order.patch
    - 0005-lp826914.patch
    - 0006-lp838275.patch
    - 0007-fix-introspection-tests.patch
  * Rename 0003-add-debian-integration-to-lighttpd.patch to 0002
  * debian/patches/0003-commits-through-r1882.patch: several bug,
    documentation and performance fixes on our road to AppArmor 2.8
    (LP: #840734, LP: #905412)
  * debian/patches/0004-lp887992.patch: cups-client abstraction should allow
    owner read of @{HOME}/.cups/client.conf and @{HOME}/.cups/lpoptions
    (LP: #887992)
  * update debian/patches/0001-add-chromium-browser.patch for deeper
    directories of /sys/devices/pci (LP: #885833)
  * debian/patches/0005-lp884748.patch: allow kate as text editor in the
    browsers abstraction (LP: #884748)
  * debian/patches/0006-lp870992.patch: abstractions/fonts should allow access
    to ~/.fonts.conf.d (LP: #870992)
  * debian/patches/0007-lp860856.patch: allow read access to sitecustomize.py
    in the python abstraction, which is needed for apport hooks to work in
    python applications (LP: #860856)
  * debian/patches/0008-lp852062.patch: update binaries for transmission
    clients (LP: #852062)
  * debian/patches/0009-lp851977.patch: allow ixr access to exo-open for
    Xubuntu and friends (LP: #851977)
  * debian/patches/0010-lp890894.patch: allow access to Thunar as well as
    thunar in ubuntu-integration abstraction (LP: #890894)
  * debian/patches/0011-lp817956.patch: update usr.sbin.sshd example profile
    (LP: #817956)
  * debian/patches/0012-lp458922.patch: update dovecot deliver profile to
    access various .conf files for dovecot (LP: #458922)
  * debian/patches/0013-lp769148.patch: allow avahi to do dbus introspection
    (LP: #769148)
  * debian/patches/0014-lp904548.patch: fix typo for multiarch line for gconv
    (LP: #904548)
  * debian/patches/0015-lp712584.patch: Nvidia users need access to
    /dev/nvidia* files for various plugins to work right. Since these are all
    focused around multimedia, add the acceses to the multimedia abstraction.
    (LP: #712584)
  * debian/patches/0016-lp562831.patch: allow fireclam plugin to work
    (LP: #562831)
  * debian/patches/0017-lp662906.patch: allow software-center in the ubuntu
    integration browser abstraction (LP: #662906)
  * debian/patches/0018-deny-home-pki-so.patch: update private-files
    abstraction to deny write and link to ~/.pki/nssdb/*so files (LP: #911847)
  * debian/patches/0019-lp899963.patch: add audacity to the
    ubuntu-media-players abstraction (LP: #899963)
  * debian/patches/0020-lp912754a.patch,0021-lp912754b.patch: add p11-kit
    abstraction and add it to the authentication abstraction (LP: #912754)
  * debian/patches/0022-workaround-lp851986.patch: instead of using Ux
    in the ubuntu and launchpad abstractions, use a helper child profile.
    This will help work around the lack of environment filtering
    (LP: #851986)
  * debian/patches/0023-syslog-ng-needs-dac-read-search.patch: adjust syslog-ng
    profile for dac_read_search
  * debian/patches/0024-fix-python-and-ruby-autogeneration.patch: fix python
    and ruby autogeneration when using aa-autodep and aa-genprof
  * debian/patches/0025-lp914184.patch: allow the creation of enchant .config
    directory in the enchant abstraction (LP: #914184)
  * debian/patches/0026-lp914190.patch: block write access to ~/.kde/env
    because KDE automatically sources scripts in that folder on startup
    (LP: #914190)
  * debian/pathes/0027-lp914386.patch: add xdg-desktop abstraction and
    adjust gnome and kde abstractions to use it (LP: #914386)
  * debian/patches/0028-testsuite-fixes.patch: testsuite fixes in the kernel
    regression tests

Date: Thu, 12 Jan 2012 12:55:17 +0100
Changed-By: Jamie Strandboge <jamie at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/apparmor/2.7.0-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jan 2012 12:55:17 +0100
Source: apparmor
Binary: apparmor apparmor-utils apparmor-profiles apparmor-docs libapparmor-dev libapparmor1 libapparmor-perl libapache2-mod-apparmor libpam-apparmor apparmor-notify python-libapparmor
Architecture: source
Version: 2.7.0-0ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jamie Strandboge <jamie at ubuntu.com>
Description: 
 apparmor   - User-space parser utility for AppArmor
 apparmor-docs - Documentation for AppArmor
 apparmor-notify - AppArmor notification system
 apparmor-profiles - Profiles for AppArmor Security policies
 apparmor-utils - Utilities for controlling AppArmor
 libapache2-mod-apparmor - changehat AppArmor library as an Apache module
 libapparmor-dev - AppArmor development libraries and header files
 libapparmor-perl - AppArmor library Perl bindings
 libapparmor1 - changehat AppArmor library
 libpam-apparmor - changehat AppArmor library as a PAM module
 python-libapparmor - AppArmor library Python bindings
Launchpad-Bugs-Fixed: 458922 562831 662906 712584 769148 794974 815883 817956 840734 840973 851977 851986 852062 860856 870992 884748 885833 887992 890894 899963 904548 905412 911847 912754 914184 914190 914386
Changes: 
 apparmor (2.7.0-0ubuntu1) precise; urgency=low
 .
   * New upstream release. Fixes the following:
     - LP: #794974
     - LP: #815883
     - LP: #840973
   * Drop the following patches, included upstream:
     - af_names-generation.patch
     - 0004-adjust-logprof-log-search-order.patch
     - 0005-lp826914.patch
     - 0006-lp838275.patch
     - 0007-fix-introspection-tests.patch
   * Rename 0003-add-debian-integration-to-lighttpd.patch to 0002
   * debian/patches/0003-commits-through-r1882.patch: several bug,
     documentation and performance fixes on our road to AppArmor 2.8
     (LP: #840734, LP: #905412)
   * debian/patches/0004-lp887992.patch: cups-client abstraction should allow
     owner read of @{HOME}/.cups/client.conf and @{HOME}/.cups/lpoptions
     (LP: #887992)
   * update debian/patches/0001-add-chromium-browser.patch for deeper
     directories of /sys/devices/pci (LP: #885833)
   * debian/patches/0005-lp884748.patch: allow kate as text editor in the
     browsers abstraction (LP: #884748)
   * debian/patches/0006-lp870992.patch: abstractions/fonts should allow access
     to ~/.fonts.conf.d (LP: #870992)
   * debian/patches/0007-lp860856.patch: allow read access to sitecustomize.py
     in the python abstraction, which is needed for apport hooks to work in
     python applications (LP: #860856)
   * debian/patches/0008-lp852062.patch: update binaries for transmission
     clients (LP: #852062)
   * debian/patches/0009-lp851977.patch: allow ixr access to exo-open for
     Xubuntu and friends (LP: #851977)
   * debian/patches/0010-lp890894.patch: allow access to Thunar as well as
     thunar in ubuntu-integration abstraction (LP: #890894)
   * debian/patches/0011-lp817956.patch: update usr.sbin.sshd example profile
     (LP: #817956)
   * debian/patches/0012-lp458922.patch: update dovecot deliver profile to
     access various .conf files for dovecot (LP: #458922)
   * debian/patches/0013-lp769148.patch: allow avahi to do dbus introspection
     (LP: #769148)
   * debian/patches/0014-lp904548.patch: fix typo for multiarch line for gconv
     (LP: #904548)
   * debian/patches/0015-lp712584.patch: Nvidia users need access to
     /dev/nvidia* files for various plugins to work right. Since these are all
     focused around multimedia, add the acceses to the multimedia abstraction.
     (LP: #712584)
   * debian/patches/0016-lp562831.patch: allow fireclam plugin to work
     (LP: #562831)
   * debian/patches/0017-lp662906.patch: allow software-center in the ubuntu
     integration browser abstraction (LP: #662906)
   * debian/patches/0018-deny-home-pki-so.patch: update private-files
     abstraction to deny write and link to ~/.pki/nssdb/*so files (LP: #911847)
   * debian/patches/0019-lp899963.patch: add audacity to the
     ubuntu-media-players abstraction (LP: #899963)
   * debian/patches/0020-lp912754a.patch,0021-lp912754b.patch: add p11-kit
     abstraction and add it to the authentication abstraction (LP: #912754)
   * debian/patches/0022-workaround-lp851986.patch: instead of using Ux
     in the ubuntu and launchpad abstractions, use a helper child profile.
     This will help work around the lack of environment filtering
     (LP: #851986)
   * debian/patches/0023-syslog-ng-needs-dac-read-search.patch: adjust syslog-ng
     profile for dac_read_search
   * debian/patches/0024-fix-python-and-ruby-autogeneration.patch: fix python
     and ruby autogeneration when using aa-autodep and aa-genprof
   * debian/patches/0025-lp914184.patch: allow the creation of enchant .config
     directory in the enchant abstraction (LP: #914184)
   * debian/patches/0026-lp914190.patch: block write access to ~/.kde/env
     because KDE automatically sources scripts in that folder on startup
     (LP: #914190)
   * debian/pathes/0027-lp914386.patch: add xdg-desktop abstraction and
     adjust gnome and kde abstractions to use it (LP: #914386)
   * debian/patches/0028-testsuite-fixes.patch: testsuite fixes in the kernel
     regression tests
Checksums-Sha1: 
 01ede88a8a6f3c6f9f404038e1699a690ac1c6a1 2620 apparmor_2.7.0-0ubuntu1.dsc
 9428e466e242b9381ac152dafb58d488c8a01921 1399442 apparmor_2.7.0.orig.tar.gz
 95a25006f44dd2f0d184d432b14a8e954435b4e5 81279 apparmor_2.7.0-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 69168774cde7d579ee765f6e9f4ea87249403685193eb095f3566c462e123be2 2620 apparmor_2.7.0-0ubuntu1.dsc
 ff8a2f49f902faa78e502590c65d3850fb9a2a3453bef0dc1f99e947c52fc60f 1399442 apparmor_2.7.0.orig.tar.gz
 e7f1cd9f9cc5cfcfc84b4fda753b77c679630923132bf6d45da61147228d6195 81279 apparmor_2.7.0-0ubuntu1.debian.tar.gz
Files: 
 de215ae59da73fc291518bf81afc55c1 2620 admin extra apparmor_2.7.0-0ubuntu1.dsc
 9cc38779a43004dbc7f09932fa848366 1399442 admin extra apparmor_2.7.0.orig.tar.gz
 897b0e37310930a6dfc435925d03da7d 81279 admin extra apparmor_2.7.0-0ubuntu1.debian.tar.gz
Original-Maintainer: Kees Cook <kees at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPDusVAAoJEFHb3FjMVZVz3OkP/ipXSjMqqbntaBCyNI3Lzjdz
o1CLxHVoc8lQg3fb2OXTnXeXmsHoFw30iVTAHVfsrWG+7e6aJQxbfJNJoUBCAoMs
ohSYtusCplueHiK/Bnr1ucCDuNcZ0dxIUgxOkzuxK1OWMUKeTsTC3XqBQ7Lat6rh
x+wJWL5ZK1mUvc2V1FWKa9EkZQFBP8udlvrIIJ2KZKl2t0c8pKxWxAPF3Ic+Wx8e
HcFWtoVsU5J+88ybB6i74Jf/mttDKbQTjB/9UOjzHhFEFmwboUqxYYzDNlZPfq4R
8plwTVw7BEXK1g7YiLsnn8PnjOKm6fotpYYYI5nYoj9SPeEU8qGOI3EcwtCoFgaV
C4Dk6Id5BP2hfsLd7XgZqowurJ6rqp0eJ0u3gH5PA6iDe7gSLS1Kp+/wZRffM7Aa
jf4F09w3hwpqefnuuHp1XguA/LaE/FAIEx5shAy/MLpcoBeMX7HvcWnDUqoACZTU
GqraT0GloumRiUhJ9WpK00r/e7s3nFt+z4VqdalutXfI+Dk5WOsyxv13lJxBLZQV
7O8skuHxQ48o4Caxqkq2ATDOSG3VpAtzOtZNz5i+ugp22vP34lXAXbTZ375YSZNq
jR6jSYJgcm1fYIBvtEgfTF8W5bE57zmio3CLSHMtgj6crhxbKdKoILMimftFNJ5o
iugnAvyGC0bZTVbpA7L1
=/5NC
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list