[libselinux: 3/3] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Fri Sep 14 10:02:55 UTC 2012


commit 9fac486ba39afa4bbb260b10da3a6feec42206e3
Merge: 01a1f70 ebb7fce
Author: rhatdan <dwalsh at redhat.com>
Date:   Fri Sep 14 06:02:36 2012 -0400

    Update to upstream
    
    	* Add support for lxc_contexts_path
    	* utils: add service to getdefaultcon
    	* libsemanage: do not set soname needlessly
    	* libsemanage: remove PYTHONLIBDIR and ruby equivalent
    	* boolean name equivalency
    	* getsebool: support boolean name substitution
    	* Add man page for new selinux_boolean_sub function.
    	* expose selinux_boolean_sub
    	* matchpathcon: add -m option to force file type check
    	* utils: avcstat: clear sa_mask set
    	* seusers: Check for strchr failure
    	* booleans: initialize pointer to silence coveriety
    	* stop messages when SELinux disabled
    	* label_file: use PCRE instead of glibc regex functions
    	* label_file: remove all typedefs
    	* label_file: move definitions to include file
    	* label_file: do string to mode_t conversion in a helper function
    	* label_file: move error reporting back into caller
    	* label_file: move stem/spec handling to header
    	* label_file: drop useless ncomp field from label_file data
    	* label_file: move spec_hasMetaChars to header
    	* label_file: fix potential read past buffer in spec_hasMetaChars
    	* label_file: move regex sorting to the header
    	* label_file: add accessors for the pcre extra data
    	* label_file: only run regex files one time
    	* label_file: new process_file function
    	* label_file: break up find_stem_from_spec
    	* label_file: struct reorg
    	* label_file: only run array once when sorting
    	* Ensure that we only close the selinux netlink socket once.
    	* improve the file_contexts.5 manual page

 libselinux.spec |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --cc libselinux.spec
index abeae88,ca2847f..6bd08aa
--- a/libselinux.spec
+++ b/libselinux.spec
@@@ -234,44 -235,15 +236,53 @@@ rm -rf %{buildroot
  %{ruby_sitearch}/selinux.so
  
  %changelog
 +* Thu Sep 13 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.12-1
 +- Update to upstream 
 +	* Add support for lxc_contexts_path
 +	* utils: add service to getdefaultcon
 +	* libsemanage: do not set soname needlessly
 +	* libsemanage: remove PYTHONLIBDIR and ruby equivalent
 +	* boolean name equivalency
 +	* getsebool: support boolean name substitution
 +	* Add man page for new selinux_boolean_sub function.
 +	* expose selinux_boolean_sub
 +	* matchpathcon: add -m option to force file type check
 +	* utils: avcstat: clear sa_mask set
 +	* seusers: Check for strchr failure
 +	* booleans: initialize pointer to silence coveriety
 +	* stop messages when SELinux disabled
 +	* label_file: use PCRE instead of glibc regex functions
 +	* label_file: remove all typedefs
 +	* label_file: move definitions to include file
 +	* label_file: do string to mode_t conversion in a helper function
 +	* label_file: move error reporting back into caller
 +	* label_file: move stem/spec handling to header
 +	* label_file: drop useless ncomp field from label_file data
 +	* label_file: move spec_hasMetaChars to header
 +	* label_file: fix potential read past buffer in spec_hasMetaChars
 +	* label_file: move regex sorting to the header
 +	* label_file: add accessors for the pcre extra data
 +	* label_file: only run regex files one time
 +	* label_file: new process_file function
 +	* label_file: break up find_stem_from_spec
 +	* label_file: struct reorg
 +	* label_file: only run array once when sorting
 +	* Ensure that we only close the selinux netlink socket once.
 +	* improve the file_contexts.5 manual page
 +
+ * Fri Aug 03 2012 David Malcolm <dmalcolm at redhat.com> - 2.1.11-6
+ - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
+ 
+ * Wed Aug  1 2012 David Malcolm <dmalcolm at redhat.com> - 2.1.11-5
+ - make with_python3 be conditional on fedora
+ 
+ * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.11-4
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+ 
 +* Tue Jul 31 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.11-4
 +- Ensure that we only close the selinux netlink socket once.
 +- Taken from our Android libselinux tree. From Stephen Smalley
 +
  * Mon Jul 16 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.11-3
  - Move the tmpfiles.d content from /etc/tmpfiles.d to /usr/lib/tmpfiles.d
  


More information about the scm-commits mailing list