[ubuntu/quantal] apparmor 2.8.0-0ubuntu1 (Accepted)

Jamie Strandboge jamie at ubuntu.com
Thu Jul 5 18:00:32 UTC 2012


apparmor (2.8.0-0ubuntu1) quantal; urgency=low

  * New upstream release
    - Drop the following patches, now included upstream:
      0003-add-aa-easyprof.patch
      0005-clean-common-from-vim.patch
      0006-use-linux-capability-h.patch
      0008-apparmor-lp963756.patch
      0009-apparmor-lp959560-part1.patch
      0010-apparmor-lp959560-part2.patch
      0011-apparmor-lp872446.patch
      0012-apparmor-lp978584.patch
      0013-apparmor-lp800826.patch
      0014-apparmor-lp979095.patch
      0015-apparmor-lp963756.patch
      0016-apparmor-lp968956.patch
      0017-apparmor-lp979135.patch
      0018-lp990931.patch
  * Rename 0007-ubuntu-manpage-updates.patch to 0003
  * debian/patches/0005-lp1019274.patch: add python3 support. Patch based
    on work from Dmitrijs Ledkovs. (LP: #1019274)
  * debian/patches/0006-cap-epollwakeup.patch: adjust severity.db for
    CAP_EPOLLWAKEUP
  * debian/patches/0007-setuptools-python3.patch: adjust setuptools-python3 to
    adjust scripts to use PYTHON if it is defined
  * debian/patches/0008-libapparmor-layout-deb.patch: use --install-layout=deb
    when calling setup.py
  * enable python3 in the build:
    - debian/rules:
      + use python3 as default PYTHON
      + build libapparmor with both python2 and python3
    - debian/control:
      + Build-Depends on python3-all-dev and python3
      + adjust apparmor to Depends on ${python3:Depends}
      + adjust apparmor-utils to Depends on ${python3:Depends}
      + add python3-libapparmor package
    - add debian/python3-libapparmor.install
    - debian/python-libapparmor.install: adjust to use python2 and
      dist-packages
  * debian/patches/0009-lp1003856.patch: update ubuntu-browsers.d/java for
    IcedTea 7 (LP: #1003856)
  * debian/patches/0010-lp972367.patch: allow software center to work again
    from browsers (LP: #972367)
  * debian/patches/0011-lp1013887.patch: let sanitized helper work with
    /usr/local. Patch based on work by Reuben Thomas. (LP: #1013887)
  * debian/patches/0012-lp964510.patch: allow Google Chrome and
    chromium-browser to work under sanitized helper (LP: #964510)
  * debian/patches/0013-lp987578.patch: ubuntu-integration does not work
    properly with exo-open. Fix thanks to Mark Ramsell (LP: #987578)
  * debian/patches/0014-lp933440.patch: update skype example profile to work
    with latest skype. Based on work by Ivan Frederiks (LP: #933440)

Date: Thu, 05 Jul 2012 10:53:17 -0500
Changed-By: Jamie Strandboge <jamie at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/apparmor/2.8.0-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Jul 2012 10:53:17 -0500
Source: apparmor
Binary: apparmor apparmor-utils apparmor-profiles apparmor-docs libapparmor-dev libapparmor1 libapparmor-perl libapache2-mod-apparmor libpam-apparmor apparmor-notify python-libapparmor python3-libapparmor dh-apparmor
Architecture: source
Version: 2.8.0-0ubuntu1
Distribution: quantal
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
 dh-apparmor - AppArmor debhelper routines
 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
 python3-libapparmor - AppArmor library Python3 bindings
Launchpad-Bugs-Fixed: 933440 964510 972367 987578 1003856 1013887 1019274
Changes: 
 apparmor (2.8.0-0ubuntu1) quantal; urgency=low
 .
   * New upstream release
     - Drop the following patches, now included upstream:
       0003-add-aa-easyprof.patch
       0005-clean-common-from-vim.patch
       0006-use-linux-capability-h.patch
       0008-apparmor-lp963756.patch
       0009-apparmor-lp959560-part1.patch
       0010-apparmor-lp959560-part2.patch
       0011-apparmor-lp872446.patch
       0012-apparmor-lp978584.patch
       0013-apparmor-lp800826.patch
       0014-apparmor-lp979095.patch
       0015-apparmor-lp963756.patch
       0016-apparmor-lp968956.patch
       0017-apparmor-lp979135.patch
       0018-lp990931.patch
   * Rename 0007-ubuntu-manpage-updates.patch to 0003
   * debian/patches/0005-lp1019274.patch: add python3 support. Patch based
     on work from Dmitrijs Ledkovs. (LP: #1019274)
   * debian/patches/0006-cap-epollwakeup.patch: adjust severity.db for
     CAP_EPOLLWAKEUP
   * debian/patches/0007-setuptools-python3.patch: adjust setuptools-python3 to
     adjust scripts to use PYTHON if it is defined
   * debian/patches/0008-libapparmor-layout-deb.patch: use --install-layout=deb
     when calling setup.py
   * enable python3 in the build:
     - debian/rules:
       + use python3 as default PYTHON
       + build libapparmor with both python2 and python3
     - debian/control:
       + Build-Depends on python3-all-dev and python3
       + adjust apparmor to Depends on ${python3:Depends}
       + adjust apparmor-utils to Depends on ${python3:Depends}
       + add python3-libapparmor package
     - add debian/python3-libapparmor.install
     - debian/python-libapparmor.install: adjust to use python2 and
       dist-packages
   * debian/patches/0009-lp1003856.patch: update ubuntu-browsers.d/java for
     IcedTea 7 (LP: #1003856)
   * debian/patches/0010-lp972367.patch: allow software center to work again
     from browsers (LP: #972367)
   * debian/patches/0011-lp1013887.patch: let sanitized helper work with
     /usr/local. Patch based on work by Reuben Thomas. (LP: #1013887)
   * debian/patches/0012-lp964510.patch: allow Google Chrome and
     chromium-browser to work under sanitized helper (LP: #964510)
   * debian/patches/0013-lp987578.patch: ubuntu-integration does not work
     properly with exo-open. Fix thanks to Mark Ramsell (LP: #987578)
   * debian/patches/0014-lp933440.patch: update skype example profile to work
     with latest skype. Based on work by Ivan Frederiks (LP: #933440)
Checksums-Sha1: 
 c7e02ccf01f7bcc2a1acd92f022b3d22b3475479 2765 apparmor_2.8.0-0ubuntu1.dsc
 7a49a5fc2a46f6844bad74a83c9cfe93b8b32125 1462560 apparmor_2.8.0.orig.tar.gz
 ed6a56386bc933d4a0160893ce3f031a1419239f 59478 apparmor_2.8.0-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 6737590c5fe862fdf3d5d22e02553c0fcabfa33a520a639b0ad227cf6013efdc 2765 apparmor_2.8.0-0ubuntu1.dsc
 03e2e91fac17694635d25d7482e46db69320cd844590740073cf5fdfdd5379c6 1462560 apparmor_2.8.0.orig.tar.gz
 d4b33e2256258397eb0da5680836dae4eaaf0a0c5160f925c9be752024bf04fc 59478 apparmor_2.8.0-0ubuntu1.debian.tar.gz
Files: 
 c3192cc70a4f923730942af23a91d7ed 2765 admin extra apparmor_2.8.0-0ubuntu1.dsc
 eaf90c52992df3d205a753b2933595fe 1462560 admin extra apparmor_2.8.0.orig.tar.gz
 25618eba40802d930c8c5ad224f28a34 59478 admin extra apparmor_2.8.0-0ubuntu1.debian.tar.gz
Original-Maintainer: Kees Cook <kees at debian.org>

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

iQIcBAEBCgAGBQJP9dSHAAoJEFHb3FjMVZVz4g8QAJYP2d97slAHXLqEgd5kEryu
uGiXAXyUu0jlK65BuWzcHU5IxqlbypjcRNxklJ7pOqpxJ3knk69Ai56bElXTRKgn
WlA73qzV0pFkPUL4Z8tMIqurHnITWy2DZlTYQuBcWKNMGe9lhyfxB0Q+BJEJh7Fd
Bc3HTAvBXWVKe8odPiSt7Ijgm36lXeUP1YpYvVjNMJCPQQSz9VWAL/d6vkVqkNIe
T2cF6dq1i3gnBG1qChW1MyR7y8zYhgEpzhhT5ceKOwgh2x4p5MJrgqcLXKXtlyVT
5ryGblr57ojXAcU1iPRBK+m6dhnd85Tmfn37iA++7nz9VLFuIZI0UwXsFUwCzcTR
2EFJDGC9c7pdVsZO2HxDT7sECRZLIqAW39mMrhYi4j5taE3Zp8fziQPAO8uS8Pm4
Evga27QGsHW32nCotXbLlt4V2TzOx4Lk1h5F83crpMJ1xqAdWe96ILxGjR7gR9jV
LSmdF30kha+GICvRzmVn/ERst5+K2yr0ncsTf7LDedeou3cnuTqLzxv3R9o8WWfK
r/5SZWUwRLDKCk6SibYdBUnZDOIQHHmOWZmZQLCb1XR3E6XSzZ0exT4pggDBjYdF
l2XVT+Btwqr1dfLzANNhMgv97QRR+fsXu58m5xTBCn/lOQMZ7TKMXBtvkw2ATBDe
1IcOHYghK5oprBWdJ5CD
=T2dk
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list