Changelog for
checkpolicy-3.5-1.1.i586.rpm :
* Fri Feb 24 2023 Johannes Segitz
- Update to version 3.5
* error out if required permission would exceed limit
* Improve error message for type bounds- Added additional developer key (Jason Zaman)
* Mon May 09 2022 Johannes Segitz - Update to version 3.4
* warn on bogus IP address or netmask in nodecon statement
* allow wildcard permissions in constraints
* mention class name on invalid permission
* Thu Nov 11 2021 Johannes Segitz - Update to version 3.3
* When reading a binary policy by checkpolicy, do not automatically change the version to the max policy version supported by libsepol or, if specified, the value given using the \"-c\" flag.
* Updated documentation
* Prints the reason why opening a source policy file failed
* Tue Mar 09 2021 Johannes Segitz - Update to version 3.2
* Fix a memleak and an integer overflow
* Tue Jul 14 2020 Johannes Segitz - Update to version 3.1
* checkpolicy treats invalid characters as an error - might break rare use cases (intentionally)
* Drop extern_te_assert_t.patch, is upstream
* Tue Mar 03 2020 Johannes Segitz - Update to version 3.0
* add flag to enable policy optimization
* allow to write policy to stdout
* remove a redundant if-condition
* Wed Jan 15 2020 Johannes Segitz - Add extern_te_assert_t.patch to mark te_assert_t as extern. Prevents build failures on gcc10 (bsc#1160259)
* Wed Mar 20 2019 jsegitzAATTsuse.com- Update to version 2.9
* Add option to sort contexts when creating a binary policy
* Update manpage
* check the result value of hashtable_search
* destroy the class datum if it fails to initialize
* remove extraneous policy build noise
* Sun Nov 11 2018 Jan Engelhardt - Enable parallel build. Remove ineffective LDFLAGS=\"$RPM_LD_FLAGS\" (RPM_LD_FLAGS is always empty).
* Wed Nov 07 2018 jsegitzAATTsuse.com- Source URL was invalid (bsc#1115052)