Skip to content

Debian Changelog libsepol (1.14-2)

2006

libsepol (1.14-2) unstable; urgency=high

   * Compile with -fPIC instead of -fpic. This fixes a FTBS for rpm on
     sparc.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 15 Nov 2006 01:31:58 -0600

libsepol (1.14-1) unstable; urgency=low

   * New upstream release
     * Build libsepol's static object files with -fpic
     * Updated version for release.

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 20 Oct 2006 11:50:47 -0500

libsepol (1.12.26-2) unstable; urgency=low

   * Bump the shlibs version. Mea culpa. I had missed the fact that the
     included range_transition enhancements and user module format changes
     may make packages, even if they compile fine, misbehave subtly.

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 11 Sep 2006 15:31:46 -0500

libsepol (1.12.26-1) unstable; urgency=low

   * New upstream point release
   * Merged conditionally expand neverallows patch from Jeremy Mowery.
   * Merged refactor expander patch from Jeremy Mowery.
   * Merged range transition enhancements and user format changes Darrel
     Goeddel
   * Provide md5sums

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 6 Sep 2006 16:24:16 -0500

libsepol (1.12.24-1) unstable; urgency=low

   * New upstream point release
     * Merged libsepol unit tests from Joshua Brindle.
     * Merged symtab datum patch from Karl MacMillan.
     * Merged netfilter contexts support from Chris PeBenito.
     * Merged helpful hierarchy check errors patch from Joshua Brindle.
     * Merged semodule_deps patch from Karl MacMillan.
       This adds source module names to the avrule decls.
   * Bug fix: "libsepol1: Should run "telinit u" in postinst
     script", thanks to Piotr Kaczuba                            (Closes: #382020).

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 9 Aug 2006 11:48:50 -0500

libsepol (1.12.19-1) unstable; urgency=low

   * New upstream point release
     * Lindent.
     * Merged optionals in base take 2 patch set from Joshua Brindle.
     * Merged fixes for several memory leaks in the error paths during
       policy read from Serge Hallyn.
     * Fixed bool_ids overflow bug in cond_node_find and cond_copy_list,
       based on bug report and suggested fix by Cedric Roux.
     * Merged sens_copy_callback, check_role_hierarchy_callback,
       and node_from_record fixes from Serge Hallyn.
     * Added sepol_policydb_compat_net() interface for testing whether
       a policy requires the compatibility support for network checks
       to be enabled in the kernel.
     * Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
       Reworked to use calloc in the first place, and converted some other
       malloc/memset pairs to calloc calls.
     * Merged patch to revert role/user decl upgrade from Karl MacMillan.
     * Dropped tests from all Makefile target.
     * Merged fix warnings patch from Karl MacMillan.
     * Merged libsepol test framework patch from Karl MacMillan.
     * Fixed cond_normalize to traverse the entire cond list at link time.
     * Merged fix for leak of optional package sections from Ivan Gyurdiev.
     * Generalize test for bitmap overflow in ebitmap_set_bit.
     * Fixed attr_convert_callback and expand_convert_type_set
       typemap bug.
     * Fixed avrule_block_write num_decls endian bug.
     * Fixed sepol_module_package_write buffer overflow bug.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 19 Jul 2006 16:35:56 -0500

libsepol (1.12-1) unstable; urgency=low

   * New upstream release
     * Updated version for release.
     * Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
     * Fixed bug in copy_avrule_list reported by Ivan Gyurdiev.
     * Merged sepol_policydb_mls_enabled interface and error handling
       changes from Ivan Gyurdiev.
     * Merged node_expand_addr bugfix and node_compare* change from
       Ivan Gyurdiev.
     * Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
     * Merged bug fix patch from Ivan Gyurdiev.
     * Added a defined flag to level_datum_t for use by checkpolicy.
     * Merged nodecon support patch from Ivan Gyurdiev.
     * Merged cleanups patch from Ivan Gyurdiev.
     * Merged optionals in base patch from Joshua Brindle.
     * Merged seuser/user_extra support patch from Joshua Brindle.
     * Merged fix patch from Ivan Gyurdiev.
     * Merged clone record on set_con patch from Ivan Gyurdiev.
     * Merged assertion copying bugfix from Joshua Brindle.
     * Merged sepol_av_to_string patch from Joshua Brindle.
     * Merged cond_expr mapping and package section count bug fixes
       from Joshua Brindle.
     * Merged improve port/fcontext API patch from Ivan Gyurdiev.
     * Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
     * Merged size_t -> unsigned int patch from Ivan Gyurdiev.
     * Merged 2nd const in APIs patch from Ivan Gyurdiev.
     * Merged const in APIs patch from Ivan Gyurdiev.
     * Merged compare2 function patch from Ivan Gyurdiev.
     * Fixed hierarchy checker to only check allow rules.
     * Merged further fixes from Russell Coker, specifically:
       - av_to_string overflow checking
       - sepol_context_to_string error handling
       - hierarchy checking memory leak fixes and optimizations
       - avrule_block_read variable initialization
     * Marked deprecated code in genbools and genusers.
     * Merged bugfix for sepol_port_modify from Russell Coker.
     * Fixed bug in sepol_iface_modify error path noted by Ivan Gyurdiev.
     * Merged port ordering patch from Ivan Gyurdiev.
     * Merged patch series from Ivan Gyurdiev.
       This includes patches to:
       - support ordering of records in compare function
       - enable port interfaces
       - add interfaces for context validity and range checks
       - add include guards
     * Fixed mls_range_cpy bug.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 22 Mar 2006 16:13:34 -0600

libsepol (1.10-2) unstable; urgency=low

   * Bug fix: "libsepol: please include a pkg-config file", thanks to
     Guillem Jover In Debian, dpkg compiles in libselinux statically -- in
     order to prevent dependency loops. Now, as libselinux acquired a build
     time dependency on libsepol, automated dpkg builds failed -- since
     there was no way for packages to detect the transitive dependencies
     when linking statically. This patch fixes that issue -- by generating
     a .pc file to be used with pkg-config.                  (Closes: #348947).

 -- Manoj Srivastava <srivasta@debian.org>  Sat, 28 Jan 2006 20:23:36 -0600

2005

libsepol (1.10-1) unstable; urgency=low

   * New upstream release
     * Updated version for release.
     * Dropped handle from user_del_role interface.
     * Merged remove defrole from sepol patch from Ivan Gyurdiev.
     * Merged module function and map file cleanup from Ivan Gyurdiev.
     * Merged MLS and genusers cleanups from Ivan Gyurdiev.
       Prepare for removal of booleans* and *.users files.
     * Cleaned up sepol_genbools to not regenerate the image if
       there were no changes in the boolean values, including the
       degenerate case where there are no booleans or booleans.local
       files.
     * Cleaned up sepol_genusers to not warn on missing local.users.
     * Removed sepol_port_* from libsepol.map, as the port interfaces
       are not yet stable.
     * Merged context destroy cleanup patch from Ivan Gyurdiev.
     * Merged context_to_string interface change patch from Ivan Gyurdiev.
     * Added src/dso.h and src/*_internal.h.
       Added hidden_def for exported symbols used within libsepol.
       Added hidden for symbols that should not be exported by
       the wildcards in libsepol.map.
     * Merged record interface, record bugfix, and set_roles patches
       from Ivan Gyurdiev.
     * Merged count specification change from Ivan Gyurdiev.
     * Added further checking and error reporting to
       sepol_module_package_read and _info.
     * Merged sepol handle passing, DEBUG conversion, and memory leak
       fix patches from Ivan Gyurdiev.
     * Removed processing of system.users from sepol_genusers and
       dropped delusers logic.
     * Removed policydb_destroy from error path of policydb_read,
       since create/init/destroy/free of policydb is handled by the
       caller now.
     * Fixed sepol_module_package_read to handle a failed policydb_read
       properly.
     * Merged query/exists and count patches from Ivan Gyurdiev.
     * Merged fix for pruned types in expand code from Joshua Brindle.
     * Merged new module package format code from Joshua Brindle.
     * Merged context interface cleanup, record conversion code,
       key passing, and bug fix patches from Ivan Gyurdiev.
     * Merged users cleanup patch from Ivan Gyurdiev.
     * Merged user record memory leak fix from Ivan Gyurdiev.
     * Merged reorganize users patch from Ivan Gyurdiev.
     * Added check flag to expand_module() to control assertion
       and hierarchy checking on expansion.
     * Reworked check_assertions() and hierarchy_check_constraints()
       to take handles and use callback-based error reporting.
     * Changed expand_module() to call check_assertions() and
       hierarchy_check_constraints() prior to returning the expanded
       policy.
     * Changed sepol_module_package_set_file_contexts to copy the
       file contexts data since it is internally managed.
     * Added sepol_policy_file_set_handle interface to associate
       a handle with a policy file.
     * Added handle argument to policydb_from_image/to_image.
     * Added sepol_module_package_set_file_contexts interface.
     * Dropped sepol_module_package_create_file interface.
     * Reworked policydb_read/write, policydb_from_image/to_image,
       and sepol_module_package_read/write to use callback-based error
       reporting system rather than DEBUG.
     * Reworked link_packages, link_modules, and expand_module to use
       callback-based error reporting system rather than error buffering.
     * Merged conditional expression mapping fix in the module linking
       code from Joshua Brindle.
     * Hid sepol_module_package type definition, and added get interfaces.
     * Merged new callback-based error reporting system from Ivan
       Gyurdiev.
     * Merged support for require blocks inside conditionals from
       Joshua Brindle (Tresys).
     * Fixed use of policydb_from_image/to_image to ensure proper
       init of policydb.
     * Isolated policydb internal headers under <sepol/policydb/*.h>.
       These headers should only be used by users of the static libsepol.
       Created new <sepol/policydb.h> with new public types and interfaces
       for shared libsepol.
       Created new <sepol/module.h> with public types and interfaces moved
       or wrapped from old module.h, link.h, and expand.h, adjusted for
       new public types for policydb and policy_file.
       Added public interfaces to libsepol.map.
       Some implementation changes visible to users of the static libsepol:
       1) policydb_read no longer calls policydb_init.
          Caller must do so first.
       2) policydb_init no longer takes policy_type argument.
          Caller must set policy_type separately.
       3) expand_module automatically enables the global branch.
          Caller no longer needs to do so.
       4) policydb_write uses the policy_type and policyvers from the
          policydb itself, and sepol_set_policyvers() has been removed.
     * Merged function renaming and static cleanup from Ivan Gyurdiev.
     * Merged bug fix for check_assertions handling of no assertions
       from Joshua Brindle (Tresys).
     * Merged iterate patch from Ivan Gyurdiev.
     * Merged MLS in modules patch from Joshua Brindle (Tresys).
     * Merged pointer typedef elimination patch from Ivan Gyurdiev.
     * Merged user list function, new mls functions, and bugfix patch
       from Ivan Gyurdiev.
     * Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
     * Merged bug fix patches from Joshua Brindle (Tresys).
     * Merged boolean record and memory leak fix patches from Ivan
       Gyurdiev.
     * Merged interface record patch from Ivan Gyurdiev.
     * Merged fix for sepol_enable/disable_debug from Ivan
       Gyurdiev.
     * Merged stddef.h patch and debug conversion patch from
       Ivan Gyurdiev.
     * Fixed expand_avtab and expand_cond_av_list to keep separate
       entries with identical keys but different enabled flags.

 -- Manoj Srivastava <srivasta@debian.org>  Sat, 10 Dec 2005 17:49:28 -0600

libsepol (1.8-1) unstable; urgency=low

   * New upstream release
       * Updated version for release.
       * Fixed symtab_insert return value for duplicate declarations.
       * Merged fix for memory error in policy_module_destroy from
         Jason Tang (Tresys).
       * Merged fix for memory leak in sepol_context_to_sid from
         Jason Tang (Tresys).
       * Merged fixes for resource leaks on error paths and
         change to scope_destroy from Joshua Brindle (Tresys).
       * Merged more fixes for resource leaks on error paths
         from Serge Hallyn (IBM).  Bugs found by Coverity.
       * Changed to treat all type conflicts as fatal errors.
       * Merged several error handling fixes from
         Serge Hallyn (IBM).  Bugs found by Coverity.
       * Fixed further memory leaks found by valgrind.
       * Fixed several memory leaks found by valgrind.
       * Fixed empty list test in cond_write_av_list.  Bug found by
         Coverity, reported by Serge Hallyn (IBM).
       * Merged patch to policydb_write to check errors
         when writing the type->attribute reverse map from
         Serge Hallyn (IBM).  Bug found by Coverity.
       * Fixed policydb_destroy to properly handle NULL type_attr_map
         or attr_type_map.
       * Fixed use of uninitialized data by expand_avtab_node by
         clearing type_val_to_struct in policydb_index_others.
       * Improved memory use by SELinux by both reducing the avtab
         node size and reducing the number of avtab nodes (by not
         expanding attributes in TE rules when possible).  Added
         expand_avtab and expand_cond_av_list functions for use by
         assertion checker, hierarchy checker, compatibility code,
         and dispol.  Added new inline ebitmap operators and converted
         existing users of ebitmaps to the new operators for greater
         efficiency.
         Note:  The binary policy format version has been incremented to
         version 20 as a result of these changes.
       * Fixed bug in constraint_node_clone handling of name sets.
       * Fix range_trans_clone to map the type values properly.
       * Merged patch to move module read/write code from libsemanage
         to libsepol from Jason Tang (Tresys).
       * Enabled further compiler warning flags and fixed them.
       * Merged user, context, port records patch from Ivan Gyurdiev.
       * Merged key extract function patch from Ivan Gyurdiev.
       * Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
       * Merged context reorganization, memory leak fixes,
         port and interface loading, replacements for genusers and
         genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
       * Merged uninitialized variable bugfix from Dan Walsh.
       * Merged debug support, policydb conversion functions from Ivan
         Gyurdiev (Red Hat).
       * Removed genpolbools and genpolusers utilities.
       * Merged hierarchy check fix from Joshua Brindle (Tresys).
       * Merged header file cleanup and memory leak fix from Ivan Gyurdiev
        (Red Hat).
       * Merged genbools debugging message cleanup from Red Hat.
       * Merged loadable module support from Tresys Technology.
   * libsepol1: Priority should be required, thanks to Matt Kraai.
                                                                       (Closes: 328041)

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 14 Sep 2005 15:36:54 -0500

libsepol (1.6-2) unstable; urgency=low

   * Modify sections of generated binaries. sepol-utils belongs in admin,
     really.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 10 Aug 2005 13:28:02 -0500

libsepol (1.6-1) unstable; urgency=low

   * New upstream release
         * Updated version for release.
         * License changed to LGPL v2.1, see COPYING.
         * Added sepol_genbools_policydb and sepol_genusers_policydb for
           audit2why.
         * Added sepol_ prefix to Flask types to avoid
           namespace collision with libselinux.
         * Added sepol_compute_av_reason() for audit2why.
         * Fixed bug in role hierarchy checker.
         * Merged hierarchical type/role patch from Tresys Technology.
         * Merged MLS fixes from Darrel Goeddel of TCS.
         * Changed sepol_genusers to not delete users by default,
           and added a sepol_set_delusers function to enable deletion.
           Also, removed special case handling of system_u and user_u.
         * Merged booleans.local patch from Dan Walsh.
         * Added man page for sepol_check_context.
         * Added man page for sepol_genusers function.
         * Merged man pages for genpolusers and chkcon from Manoj Srivastava.

 -- Manoj Srivastava <srivasta@debian.org>  Mon, 27 Jun 2005 13:40:28 -0500

libsepol (1.4-1) unstable; urgency=low

   * New upstream release. Added enhanced MLS support, and the
     sepol_genusers function. Numerous small bug fixes as well.

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 11 Mar 2005 10:45:32 -0600

libsepol (1.2-3) unstable; urgency=high

   * Bug fix: "libsepol: FTBFS (amd64/gcc-4.0): static declaration of
     'policydb_compat' follows non-static declaration", thanks to Andreas
     Jochens                                             (Closes: #287447).
   * Bug fix: "libsepol: FTBFS (amd64/gcc-4.0): static declaration of
     'policydb_compat' follows non-static declaration", thanks to Andreas
     Jochens                                             (Closes: #287458).

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 12 Jan 2005 23:36:08 -0600

2004

libsepol (1.2-2) unstable; urgency=low

   * Update download location and copyright file, since the locations we
     were pointing to are now forbidden (return a code 403).

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 24 Nov 2004 14:02:32 -0600

libsepol (1.2-1) unstable; urgency=low

   * New upstream release. Changes:
     * MLS build fixes.
     * Added sepol_set_policydb_from_file and sepol_check_context for
       setfiles.
   * Even though the API has changed, the soname has not been bumped
     upstream on the grounds that no one is using this yet. Since we have
     not yet shipped libsepol, I guess I am OK with that.

 -- Manoj Srivastava <srivasta@debian.org>  Thu, 4 Nov 2004 01:06:08 -0600

libsepol (1.0-5) unstable; urgency=low

   * The section 3 man pages should be in the -dev package.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 27 Oct 2004 10:59:36 -0500

libsepol (1.0-3) unstable; urgency=low

   * New maintainer, and new build system. Try and address the concerns of
     the ftp master on the last upload.

 -- Manoj Srivastava <srivasta@debian.org>  Wed, 27 Oct 2004 00:45:53 -0500

libsepol (1.0-2) unstable; urgency=low

   * Stuffed it up.  New upload to fix dependency in -dev package.

 -- Russell Coker <russell@coker.com.au>  Fri, 20 Aug 2004 18:24:00 +1000

libsepol (1.0-1) unstable; urgency=low

   * Initial Release.

 -- Russell Coker <russell@coker.com.au>  Fri, 20 Aug 2004 18:14:00 +1000