Please merge setools 3.3.6.ds-6 (universe) from debian testing (main)

Bug #491536 reported by Andres Rodriguez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
setools (Ubuntu)
Fix Released
Wishlist
Andres Rodriguez

Bug Description

Binary package hint: setools

 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).

Related branches

Changed in setools (Ubuntu):
importance: Undecided → Wishlist
status: New → In Progress
assignee: nobody → Andres E. Rodriguez Lazo (andreserl)
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.6 KiB)

This bug was fixed in the package setools - 3.3.6.ds-6ubuntu1

---------------
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

  * [437e1...

Read more...

Changed in setools (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
Scott Kitterman (kitterman) wrote : Re: [Bug 491536] [NEW] Please merge setools 3.3.6.ds-6 (universe) from debian testing (main)

Please include the Ubuntu changelog entriy in the bug.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.