setools (3.3.6.ds-6ubuntu1) lucid; urgency=low

  * Merge from debian testing (LP: #491536), remaining changes:
    - debian/local.mk: changed site-packages to dist-packages according to
      python2.6 transition policy (LP: #343319)

setools (3.3.6.ds-6) unstable; urgency=medium

  * [9025371]: topic--qpol-include-list-fix: Added missing \ in Makefile
    The missing \ truncated the list of files to be installed in
    /usr/include/qpol
    Bug fix: "qpol/policy.h: No such file or directory", thanks to Pierre
    Chifflier                                          (Closes: #545964).

setools (3.3.6.ds-5) unstable; urgency=low

  * We really do need distinct symbols files for all the architectures,
    thanks to va_list; so, with 13 architectures, and 5 libraries, those
    are an added 65 files. However, this should fix the issue that setools
    failed to build on every single buildd out there.

setools (3.3.6.ds-4) unstable; urgency=low

  * First cut at providing symbols files.
  * Check for extra libraries and shlib version numbers.  Unless there is
    a nocheck option in the deb build options variable, now we look to see
    if there are extra libraries we have linked to.

setools (3.3.6.ds-3) unstable; urgency=low

  * On reflection (and in discussion on IRC), it dawned on me that the
    issues in the bug report might be related to the jobserver not being
    enabled when building in parallel. This version should be friendlier
    to the jobserver.
    Bug fix: "FTBFS: dpkg-gencontrol: error: install new files list file:
    No such file or directory", thanks to Lucas Nussbaum
                                                        (Closes: #543004).

setools (3.3.6.ds-2) unstable; urgency=low

  * [ed1be40]: [topic--pointer-conversion]: Missing function prototypes
    Missing function prototypes are likely to cause setools to segfault on
    architectures where the size of a pointer is greater than the size
    of an integer, such as ia64 and amd64. This patch adds the
    prototypes, and the doxygen comments to the header file.
    Bug fix: "implicit pointer conversions", thanks to dann frazier
                                                          (Closes: #541862).

setools (3.3.6.ds-1) unstable; urgency=low

  * New upstream release
   + Change default log for seaudit to /var/log/audit/audit.log.
   + Change context parsing in libseaudit to use libselinux functions.
   + Add support for display of level and clearance of contexts to seaudit.
   + Add support for filterting by level and clearance to seaudit.
   + Modified seaudit to show the raw audit message when doubleclicking
     an entry.
   + Add libqpol and libapol support for policy capabilities and
     permissive domains.
   + Add policy capabilities and permissive domains querying to seinfo.
   + Add support for using attribute names available in version 24
     binary policies.
   + Fixed error in qpol_policy_rebuild_opt() where a policy's
     neverallow rules are expanded when the rebuild option is
     QPOL_POLICY_OPTION_NO_RULES.

setools (3.3.5.ds-6) unstable; urgency=low

  * [437e101]: [debiandir] Remove autogenerated files during the clean
    process
  * [a5fadee]:[autotools-cleanup] Remove aitogenerated files from git
    This commit removes files that are generated by autoreconf.
  * [140f035]: Updated build dependencies to combat FTBS.
  *  Bug fix: "FTBFS: policy_define.c:134: undefined reference to
    `expand_rule'", thanks to Lucas Nussbaum (Closes: #527730).

Date: Wed, 02 Dec 2009 14:22:16 -0500
Changed-By: Andres Rodriguez <andres...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Signed-By: Andres E. Rodriguez Lazo <andres...@ubuntu-pe.org>
https://launchpad.net/ubuntu/lucid/+source/setools/3.3.6.ds-6ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 14:22:16 -0500
Source: setools
Binary: setools libsefs4 libsefs-dev libseaudit4 libseaudit-dev libapol4 
libapol-dev libpoldiff1 libpoldiff-dev libqpol1 libqpol-dev libsetools-jni 
libsetools-java libsetools-tcl python-setools
Architecture: source
Version: 3.3.6.ds-6ubuntu1
Distribution: lucid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Andres Rodriguez <andres...@ubuntu.com>
Description: 
 libapol-dev - Security Enhanced Linux policy analysis development
 libapol4   - Security Enhanced Linux policy analysis library
 libpoldiff-dev - Security Enhanced Linux semantic policy differences 
development
 libpoldiff1 - Security Enhanced Linux semantic policy differences library
 libqpol-dev - Security Enhanced Linux policy abstraction development
 libqpol1   - Security Enhanced Linux policy abstraction library
 libseaudit-dev - Security Enhanced Linux audit message parser development
 libseaudit4 - Security Enhanced Linux audit message parsing library
 libsefs-dev - Security Enhanced Linux file context management development
 libsefs4   - Security Enhanced Linux file context management
 libsetools-java - SETools Java bindings (architecture-independent)
 libsetools-jni - SETools Java bindings (architecture-dependent)
 libsetools-tcl - SETools Tcl bindings
 python-setools - SETools Python bindings
 setools    - tools for Security Enhanced Linux policy analysis
Closes: 527730 541862 543004 545964
Changes: 
 setools (3.3.6.ds-6ubuntu1) lucid; urgency=low
 .
   * Merge from debian testing (LP: #491536), remaining changes:
     - debian/local.mk: changed site-packages to dist-packages according to
       python2.6 transition policy (LP: #343319)
 .
 setools (3.3.6.ds-6) unstable; urgency=medium
 .
   * [9025371]: topic--qpol-include-list-fix: Added missing \ in Makefile
     The missing \ truncated the list of files to be installed in
     /usr/include/qpol
     Bug fix: "qpol/policy.h: No such file or directory", thanks to Pierre
     Chifflier                                          (Closes: #545964).
 .
 setools (3.3.6.ds-5) unstable; urgency=low
 .
   * We really do need distinct symbols files for all the architectures,
     thanks to va_list; so, with 13 architectures, and 5 libraries, those
     are an added 65 files. However, this should fix the issue that setools
     failed to build on every single buildd out there.
 .
 setools (3.3.6.ds-4) unstable; urgency=low
 .
   * First cut at providing symbols files.
   * Check for extra libraries and shlib version numbers.  Unless there is
     a nocheck option in the deb build options variable, now we look to see
     if there are extra libraries we have linked to.
 .
 setools (3.3.6.ds-3) unstable; urgency=low
 .
   * On reflection (and in discussion on IRC), it dawned on me that the
     issues in the bug report might be related to the jobserver not being
     enabled when building in parallel. This version should be friendlier
     to the jobserver.
     Bug fix: "FTBFS: dpkg-gencontrol: error: install new files list file:
     No such file or directory", thanks to Lucas Nussbaum
                                                         (Closes: #543004).
 .
 setools (3.3.6.ds-2) unstable; urgency=low
 .
   * [ed1be40]: [topic--pointer-conversion]: Missing function prototypes
     Missing function prototypes are likely to cause setools to segfault on
     architectures where the size of a pointer is greater than the size
     of an integer, such as ia64 and amd64. This patch adds the
     prototypes, and the doxygen comments to the header file.
     Bug fix: "implicit pointer conversions", thanks to dann frazier
                                                           (Closes: #541862).
 .
 setools (3.3.6.ds-1) unstable; urgency=low
 .
   * New upstream release
    + Change default log for seaudit to /var/log/audit/audit.log.
    + Change context parsing in libseaudit to use libselinux functions.
    + Add support for display of level and clearance of contexts to seaudit.
    + Add support for filterting by level and clearance to seaudit.
    + Modified seaudit to show the raw audit message when doubleclicking
      an entry.
    + Add libqpol and libapol support for policy capabilities and
      permissive domains.
    + Add policy capabilities and permissive domains querying to seinfo.
    + Add support for using attribute names available in version 24
      binary policies.
    + Fixed error in qpol_policy_rebuild_opt() where a policy's
      neverallow rules are expanded when the rebuild option is
      QPOL_POLICY_OPTION_NO_RULES.
 .
 setools (3.3.5.ds-6) unstable; urgency=low
 .
   * [437e101]: [debiandir] Remove autogenerated files during the clean
     process
   * [a5fadee]:[autotools-cleanup] Remove aitogenerated files from git
     This commit removes files that are generated by autoreconf.
   * [140f035]: Updated build dependencies to combat FTBS.
   *  Bug fix: "FTBFS: policy_define.c:134: undefined reference to
     `expand_rule&#39;", thanks to Lucas Nussbaum (Closes: #527730).
Checksums-Sha1: 
 9c231086644b4efcb3bd5e83e0f89183722966b4 1876 setools_3.3.6.ds-6ubuntu1.dsc
 661489327e4a043a180a4811bf638553730d1c9c 1749865 setools_3.3.6.ds.orig.tar.gz
 59e0c0784013c5bb073bafcee2c5dae384c0e321 111204 
setools_3.3.6.ds-6ubuntu1.diff.gz
Checksums-Sha256: 
 9b2f5c0935ab12897b36937ec886a65ec84b5f2f1ce8235626bda26c6d4d6a74 1876 
setools_3.3.6.ds-6ubuntu1.dsc
 9046ac443137b7f862eb50e5b99dccc90219b4d584cd5c470684a85e05095895 1749865 
setools_3.3.6.ds.orig.tar.gz
 35421477552ad7c484b0b2b202fc3ca5a3a271d91896869365933263f58ae87f 111204 
setools_3.3.6.ds-6ubuntu1.diff.gz
Files: 
 f51b6ca67ec31710732acee3ffc0062d 1876 admin optional 
setools_3.3.6.ds-6ubuntu1.dsc
 4dfa82205461592f396da689e6a5ce47 1749865 admin optional 
setools_3.3.6.ds.orig.tar.gz
 66b3de00d9d0ec98fe5308b15daf3c44 111204 admin optional 
setools_3.3.6.ds-6ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 343319 491536
Original-Maintainer: Manoj Srivastava <sriva...@debian.org>

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

iEYEARECAAYFAksWvoMACgkQNFKBafeyeNdqDACfRvxbKxKE9e2yE1D2VO+4Ifhb
kWkAmwa84k0dy4hM2Dnjkf2rFr4pSHiQ
=EDXd
-----END PGP SIGNATURE-----
-- 
Lucid-changes mailing list
Lucid-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lucid-changes

Reply via email to