audit (1:2.6.5-1ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/rules: Disable auditd network listener, with --disable-listener,
      to reduce the risk of a remote attack on auditd, which runs as root

audit (1:2.6.5-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * New upstream release
    - Fix crash when starting the daemon (Closes: #830244)
    - Fix linking order between libaudit and libcap-ng (Closes: #829500)
  * debian/copyright: Add myself to the copyright file

  [ Nicolas Braud-Santoni ]
  * debian/copyright: Make a DEP5-compliant, parseable file

audit (1:2.6.3-1) unstable; urgency=medium

  * New upstream release
    - Save and restore libcap-ng state when doing a capability check (Closes:
      #829677)
    - Add explicit dependency against libcap-ng-dev (Closes: #829500)
  * debian/auditd.lintian-overrides: Add override for permissions of the
    /etc/audit/audit-stop.rules file
  * debian/auditd.default, debian/auditd.init: Merge AUDITD_CLEAN_STOP and
    AUDITD_STOP_DISABLE together and use the new upstream rules file
    (/etc/audit/audit-stop.rules) to clean the rules when stopping the daemon.

audit (1:2.6.1-1) unstable; urgency=medium

  * New upstream release
    - debian/*.symbols: Add new exported symbols
  * debian/rules: Enable all hardening flags
  * debian/gbp.conf: Rename [git-buildpackage] section to [buildpackage]

audit (1:2.5.2-1) unstable; urgency=medium

  * New upstream release
    - Adjust the .symbols files, the dropped symbols were never part of the
      public API
  * debian/control: Bump Standards-Version to 3.9.8 (no further changes)
  * debian/auditd.default, debian/auditd.init: With this version, the
    systemd service file generates the audit.rules file before starting the
    daemon. Modify the LSB script to match the behaviour. (Closes: #729704)
  * debian/auditd.examples, debian/rules: The examples files have moved to a
    rules/ directory, install the full directory.
  * debian/rules: Remove the --with=golang flag to dh call, this seems useless
    as the build system already takes care of the go binding and the package
    FTBFS because of this (Closes: #823427)
  * debian/auditd.lintian-overrides: $remote_fs is not needed in the stop
    action, this is only needed for augenrules used in the start one.
  * debian/rules: Install the default configuration, the build system is not
    doing that for us anymore.
  * debian/auditd.postrm: Also remove /etc/audit/audit.rules.prev on purge,
    the file is generated by the augenrules tool.
  * debian/rules: Use https for Vcs-* and Homepage URL's
  * debian/auditd.postinst: Call augenrules instead of manually copying the
    configuration file on initial install.
  * debian/auditd.README.Debian, debian/auditd.NEWS: Update the instructions
    now that augenrules is used by default.

Date: Tue, 02 Aug 2016 13:54:52 +0200
Changed-By: Matthias Klose <d...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/audit/1:2.6.5-1ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 02 Aug 2016 13:54:52 +0200
Source: audit
Binary: auditd libauparse0 libauparse-dev libaudit1 libaudit-common 
libaudit-dev python-audit python3-audit golang-redhat-audit-dev audispd-plugins
Architecture: source
Version: 1:2.6.5-1ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Matthias Klose <d...@ubuntu.com>
Description:
 audispd-plugins - Plugins for the audit event dispatcher
 auditd     - User space tools for security auditing
 golang-redhat-audit-dev - Go client bindings for the libaudit library
 libaudit-common - Dynamic library for security auditing - common files
 libaudit-dev - Header files and static library for security auditing
 libaudit1  - Dynamic library for security auditing
 libauparse-dev - Header files and static library for the libauparse0 library
 libauparse0 - Dynamic library for parsing security auditing
 python-audit - Python bindings for security auditing
 python3-audit - Python3 bindings for security auditing
Closes: 729704 823427 829500 829677 830244
Changes:
 audit (1:2.6.5-1ubuntu1) yakkety; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - debian/rules: Disable auditd network listener, with --disable-listener,
       to reduce the risk of a remote attack on auditd, which runs as root
 .
 audit (1:2.6.5-1) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * New upstream release
     - Fix crash when starting the daemon (Closes: #830244)
     - Fix linking order between libaudit and libcap-ng (Closes: #829500)
   * debian/copyright: Add myself to the copyright file
 .
   [ Nicolas Braud-Santoni ]
   * debian/copyright: Make a DEP5-compliant, parseable file
 .
 audit (1:2.6.3-1) unstable; urgency=medium
 .
   * New upstream release
     - Save and restore libcap-ng state when doing a capability check (Closes:
       #829677)
     - Add explicit dependency against libcap-ng-dev (Closes: #829500)
   * debian/auditd.lintian-overrides: Add override for permissions of the
     /etc/audit/audit-stop.rules file
   * debian/auditd.default, debian/auditd.init: Merge AUDITD_CLEAN_STOP and
     AUDITD_STOP_DISABLE together and use the new upstream rules file
     (/etc/audit/audit-stop.rules) to clean the rules when stopping the daemon.
 .
 audit (1:2.6.1-1) unstable; urgency=medium
 .
   * New upstream release
     - debian/*.symbols: Add new exported symbols
   * debian/rules: Enable all hardening flags
   * debian/gbp.conf: Rename [git-buildpackage] section to [buildpackage]
 .
 audit (1:2.5.2-1) unstable; urgency=medium
 .
   * New upstream release
     - Adjust the .symbols files, the dropped symbols were never part of the
       public API
   * debian/control: Bump Standards-Version to 3.9.8 (no further changes)
   * debian/auditd.default, debian/auditd.init: With this version, the
     systemd service file generates the audit.rules file before starting the
     daemon. Modify the LSB script to match the behaviour. (Closes: #729704)
   * debian/auditd.examples, debian/rules: The examples files have moved to a
     rules/ directory, install the full directory.
   * debian/rules: Remove the --with=golang flag to dh call, this seems useless
     as the build system already takes care of the go binding and the package
     FTBFS because of this (Closes: #823427)
   * debian/auditd.lintian-overrides: $remote_fs is not needed in the stop
     action, this is only needed for augenrules used in the start one.
   * debian/rules: Install the default configuration, the build system is not
     doing that for us anymore.
   * debian/auditd.postrm: Also remove /etc/audit/audit.rules.prev on purge,
     the file is generated by the augenrules tool.
   * debian/rules: Use https for Vcs-* and Homepage URL's
   * debian/auditd.postinst: Call augenrules instead of manually copying the
     configuration file on initial install.
   * debian/auditd.README.Debian, debian/auditd.NEWS: Update the instructions
     now that augenrules is used by default.
Checksums-Sha1:
 ab19b4ed91776a26daff98b0bfcd549b9b2c06af 2742 audit_2.6.5-1ubuntu1.dsc
 5b14b50733d6d9d11467d88933f2d2ef10f7b19e 1078910 audit_2.6.5.orig.tar.gz
 603983c7441cc903d7ab913f5d28ee83a9c96c8a 19844 
audit_2.6.5-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 35bbc47631f4ceda661c2fbdf041b3cb12c7a60a409eef740f6c4fb73d3b0ab4 2742 
audit_2.6.5-1ubuntu1.dsc
 d99339a63fc6efaaee89efe7fa0e0c395f661392a4ae5056b2c9d10c67ca63a1 1078910 
audit_2.6.5.orig.tar.gz
 eb7186b001ba76f4e61c639d1a382604c6de30af5ef648f15324979286502e7c 19844 
audit_2.6.5-1ubuntu1.debian.tar.xz
Files:
 7592a510be434952611709840daea127 2742 libs extra audit_2.6.5-1ubuntu1.dsc
 8afcef84744d5f43206a33eacb83c104 1078910 libs extra audit_2.6.5.orig.tar.gz
 137968008ede006451003bfc892bf538 19844 libs extra 
audit_2.6.5-1ubuntu1.debian.tar.xz
Original-Maintainer: Laurent Bigonville <bi...@debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXoIspAAoJEL1+qmB3j6b1YrMP/1yQze72e8ZIp5rBUTz+3SrX
tCSsLAudKm7b7NNskacVky8X1qSuBTk3pN1Abx3zVHsOr4BmS+Kgz+PAe7F071C6
qhlReCgzoSR9B4hjBtjbz3D5h5vXvKDggSzmAcGzhcThDY+pO/TIXC6JNoaW9dLp
HQFy1YyJm6eH8/d9dfolaLBkw9908uxVaTLRQ5gfUlY2WHBEC15toiK2JDdy/wqd
6SDT8RSCz/BgAd3XoUiKhxa4ky5z0ueooQJn4nraO+1Cpye/Pdhf1cwjTuXAu7QV
1BgLVlDhzvrJh5F8Kf+nG8KuBufbIvO3b/0V8x+lsLAkBmpL8HEnm9zL+UKwFQ8Y
C1gYwuIT5umdA6EfN4Q8QJY++iPDBTAjsYKdpuzcYh1f3Lgdr2eTke/vFt/DGxgN
c03GUFuUT6u2wFFtVxt2bW1Xj8upDKIzLanKNBClyF91HQD5SJsfYOPUazF+pYxa
MpjsplbCuoEva8B1kxNUIDy3vDxAB2DdKihzcFs6zdHJfVZuBHTi124Yhvcjohii
izyNdNA3TcGxIw/wl7KPaWC7caFCwzJBlsyTlGo/HRpMNIDwGyRJHq0z8yxmpsc0
R8vauVOHfpsLkj0zLjg/Vt4Dywz8/EFG6LwIaT6toKfVPyIfeqsWO5I4sgFl66Na
VVLk6Sx6PSI1dYnzDFna
=6RXa
-----END PGP SIGNATURE-----
-- 
Yakkety-changes mailing list
Yakkety-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/yakkety-changes

Reply via email to