Changelog for
checkpolicy-2.5-42.2.x86_64.rpm :
Thu Jun 29 14:00:00 2017 mpluskalAATTsuse.com
- Use plain flex
Thu Jul 21 14:00:00 2016 jengelhAATTinai.de
- Trim/update description
Thu Jul 14 14:00:00 2016 jsegitzAATTnovell.com
- Without bug number no submit to SLE 12 SP2 is possible, so to make
sle-changelog-checker happy: bsc#988977
Fri Jul 8 14:00:00 2016 iAATTmarguerite.su
- update version 2.5
* Add neverallow support for ioctl extended permissions
* fix double free on name-based type transitions
* switch operations to extended perms
* policy_define.c: fix compiler warnings
* Remove uses of -Wno-return-type
* Fix -Wreturn-type issues
* dispol: display operations as ranges
* dispol: Extend to display operations
* Add support for ioctl command whitelisting
* Add option to write CIL policy
* Add device tree ocontext nodes to Xen policy
* Widen Xen IOMEM context entries
* Expand allowed character set in paths
* Fix precedence between number and filesystem tokens
* dispol/dismod fgets function warnings fix
- changes in 2.4
* Fix bugs found by hardened gcc flags
* Add missing semicolon in cond_else parser rule
* Clear errno before call to strtol(3)
* Global C++11 compatibility
* Allow libsepol C++ static library on device
Sun May 18 14:00:00 2014 crrodriguezAATTopensuse.org
- version 2.3
* Report source file and line information for neverallow failures.
* Prevent incompatible option combinations for checkmodule.
* Drop -lselinux from LDLIBS for test programs; not used.
* Add debug feature to display constraints/validatetrans from Richard Haines.
Thu Oct 31 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 2.2
* Fix hyphen usage in man pages
* handle-unknown / -U required argument fix
* Support overriding Makefile PATH and LIBDIR
* Support space and : in filenames
- Remove checkpolicy-rhat.patch; fixed on upstream
Thu Jun 27 14:00:00 2013 vcizekAATTsuse.com
- change the source url to the official 2.1.12 release tarball
Fri Mar 29 13:00:00 2013 vcizekAATTsuse.com
- update to 2.1.12
* Fix errors found by coverity
* implement default type policy syntax
* Free allocated memory when clean up / exit.
- changes in checkpolicy-rhat.patch:
* original hunk was merged upstream
* space should be allowed for file trans names
Wed Jan 30 13:00:00 2013 vcizekAATTsuse.com
- update to 2.1.11
* fd leak reading policy
* check return code on ebitmap_set_bit
* sepolgen: We need to support files that have a + in them
* implement new default labeling behaviors for usr, role, range
Wed Jul 25 14:00:00 2012 meissnerAATTsuse.com
- updated to 2.1.8
- various fixes
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
Thu Feb 25 13:00:00 2010 prusnakAATTsuse.cz
- updated to 2.0.21
* Add support for building Xen policies from Paul Nuzzi.
* Add long options to checkpolicy and checkmodule by Guido
Trentalancia
Tue Jun 23 14:00:00 2009 prusnakAATTsuse.cz
- require libsepol-devel-static
Wed May 27 14:00:00 2009 prusnakAATTsuse.cz
- updated to 2.0.19
* fix alias field in module format, caused by boundary format change
from Caleb Case
* properly escape regex symbols in the lexer from Stephen Smalley
* add bounds support from KaiGai Kohei