rpms/libselinux/devel .cvsignore, 1.154, 1.155 libselinux-rhat.patch, 1.133, 1.134 libselinux.spec, 1.293, 1.294 sources, 1.156, 1.157

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri Nov 30 20:13:41 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/libselinux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21840

Modified Files:
	.cvsignore libselinux-rhat.patch libselinux.spec sources 
Log Message:
* Fri Nov 30 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.45-1
- Upgrade to upstream
	* dlopen libsepol.so.1 rather than libsepol.so from Stephen Smalley.
	* Based on a suggestion from Ulrich Drepper, defer regex compilation until we have a stem match, by Stephen Smalley.
	*  A further optimization would be to defer regex compilation until we have a complete match of the constant prefix of the regex - TBD.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/.cvsignore,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- .cvsignore	15 Nov 2007 15:29:15 -0000	1.154
+++ .cvsignore	30 Nov 2007 20:13:08 -0000	1.155
@@ -134,3 +134,5 @@
 libselinux-2.0.37.tgz
 libselinux-2.0.40.tgz
 libselinux-2.0.42.tgz
+libselinux-2.0.43.tgz
+libselinux-2.0.45.tgz

libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- libselinux-rhat.patch	5 Oct 2007 17:20:30 -0000	1.133
+++ libselinux-rhat.patch	30 Nov 2007 20:13:08 -0000	1.134
@@ -1,6 +1,18 @@
-diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.35/src/matchpathcon.c
+diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/av_permissions.h libselinux-2.0.42/include/selinux/av_permissions.h
+--- nsalibselinux/include/selinux/av_permissions.h	2007-11-15 15:52:46.000000000 -0500
++++ libselinux-2.0.42/include/selinux/av_permissions.h	2007-11-15 16:30:48.000000000 -0500
+@@ -900,6 +900,8 @@
+ #define PACKET__SEND                              0x00000001UL
+ #define PACKET__RECV                              0x00000002UL
+ #define PACKET__RELABELTO                         0x00000004UL
++#define PACKET__FLOW_IN                           0x00000008UL
++#define PACKET__FLOW_OUT                          0x00000010UL
+ #define KEY__VIEW                                 0x00000001UL
+ #define KEY__READ                                 0x00000002UL
+ #define KEY__WRITE                                0x00000004UL
+diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.42/src/matchpathcon.c
 --- nsalibselinux/src/matchpathcon.c	2007-09-28 09:48:58.000000000 -0400
-+++ libselinux-2.0.35/src/matchpathcon.c	2007-09-27 13:54:33.000000000 -0400
++++ libselinux-2.0.42/src/matchpathcon.c	2007-11-15 15:08:23.000000000 -0500
 @@ -2,6 +2,7 @@
  #include <string.h>
  #include <errno.h>
@@ -18,10 +30,9 @@
  	va_end(ap);
  }
  
- %module selinux
-diff --exclude-from=exclude -N -u -r nsalibselinux/utils/matchpathcon.c libselinux-2.0.35/utils/matchpathcon.c
+diff --exclude-from=exclude -N -u -r nsalibselinux/utils/matchpathcon.c libselinux-2.0.42/utils/matchpathcon.c
 --- nsalibselinux/utils/matchpathcon.c	2007-07-16 14:20:45.000000000 -0400
-+++ libselinux-2.0.35/utils/matchpathcon.c	2007-09-27 13:54:33.000000000 -0400
++++ libselinux-2.0.42/utils/matchpathcon.c	2007-11-15 15:08:23.000000000 -0500
 @@ -17,10 +17,24 @@
  	exit(1);
  }


Index: libselinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- libselinux.spec	15 Nov 2007 15:29:15 -0000	1.293
+++ libselinux.spec	30 Nov 2007 20:13:08 -0000	1.294
@@ -1,7 +1,7 @@
 %define libsepolver 2.0.10-1
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 2.0.42
+Version: 2.0.45
 Release: 1%{?dist}
 License: Public domain (uncopyrighted)
 Group: System Environment/Libraries
@@ -123,6 +123,16 @@
 %{_libdir}/python*/site-packages/selinux.py*
 
 %changelog
+* Fri Nov 30 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.45-1
+- Upgrade to upstream
+	* dlopen libsepol.so.1 rather than libsepol.so from Stephen Smalley.
+	* Based on a suggestion from Ulrich Drepper, defer regex compilation until we have a stem match, by Stephen Smalley.
+	*  A further optimization would be to defer regex compilation until we have a complete match of the constant prefix of the regex - TBD.
+
+* Thu Nov 15 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.43-1
+- Upgrade to upstream
+	* Regenerated Flask headers from policy.
+
 * Thu Nov 15 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.42-1
 - Upgrade to upstream
 	* AVC enforcing mode override patch from Eamon Walsh.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/sources,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- sources	15 Nov 2007 15:29:15 -0000	1.156
+++ sources	30 Nov 2007 20:13:08 -0000	1.157
@@ -1 +1 @@
-ae28209845d0189b408aacfb3c739274  libselinux-2.0.42.tgz
+a728752820841a8cb4e9e5a8a1d582cd  libselinux-2.0.45.tgz




More information about the fedora-extras-commits mailing list