rpms/libselinux/FC-6 .cvsignore, 1.120, 1.121 libselinux-rhat.patch, 1.92, 1.93 libselinux.spec, 1.229, 1.230 sources, 1.122, 1.123

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 29 21:01:36 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/libselinux/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv11130

Modified Files:
	.cvsignore libselinux-rhat.patch libselinux.spec sources 
Log Message:
* Tue Nov 14 2006 Dan Walsh <dwalsh at redhat.com> - 1.33.2-1
- Upgrade to upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-6/.cvsignore,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- .cvsignore	29 Sep 2006 15:56:14 -0000	1.120
+++ .cvsignore	29 Nov 2006 21:01:29 -0000	1.121
@@ -95,3 +95,7 @@
 libselinux-1.30.27.tgz
 libselinux-1.30.28.tgz
 libselinux-1.30.29.tgz
+libselinux-1.30.30.tgz
+libselinux-1.32.tgz
+libselinux-1.33.1.tgz
+libselinux-1.33.2.tgz

libselinux-rhat.patch:
 include/selinux/av_permissions.h |    1 +
 src/av_perm_to_string.h          |    1 +
 2 files changed, 2 insertions(+)

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-6/libselinux-rhat.patch,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- libselinux-rhat.patch	25 Sep 2006 14:19:06 -0000	1.92
+++ libselinux-rhat.patch	29 Nov 2006 21:01:29 -0000	1.93
@@ -1,19 +1,16 @@
-diff -ur libselinux-1.30.28.orig/include/selinux/av_permissions.h libselinux-1.30.28/include/selinux/av_permissions.h
---- libselinux-1.30.28.orig/include/selinux/av_permissions.h	2006-09-25 09:44:13.000000000 -0400
-+++ libselinux-1.30.28/include/selinux/av_permissions.h	2006-09-25 09:44:47.000000000 -0400
-@@ -468,6 +468,7 @@
- #define PROCESS__EXECSTACK                        0x04000000UL
- #define PROCESS__EXECHEAP                         0x08000000UL
- #define PROCESS__SETKEYCREATE                     0x10000000UL
-+#define PROCESS__SETSOCKCREATE                    0x20000000UL
- 
- #define IPC__CREATE                               0x00000001UL
- #define IPC__DESTROY                              0x00000002UL
-@@ -910,6 +911,7 @@
- #define ASSOCIATION__SENDTO                       0x00000001UL
- #define ASSOCIATION__RECVFROM                     0x00000002UL
- #define ASSOCIATION__SETCONTEXT                   0x00000004UL
-+#define ASSOCIATION__POLMATCH                     0x00000008UL
- 
- #define NETLINK_KOBJECT_UEVENT_SOCKET__IOCTL      0x00000001UL
- #define NETLINK_KOBJECT_UEVENT_SOCKET__READ       0x00000002UL
+diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/av_permissions.h libselinux-1.33.1/include/selinux/av_permissions.h
+--- nsalibselinux/include/selinux/av_permissions.h	2006-10-24 12:49:23.000000000 -0400
++++ libselinux-1.33.1/include/selinux/av_permissions.h	2006-11-03 16:56:52.000000000 -0500
+@@ -896,3 +896,4 @@
+ #define KEY__SETATTR                              0x00000020UL
+ #define KEY__CREATE                               0x00000040UL
+ #define CONTEXT__TRANSLATE                        0x00000001UL
++#define CONTEXT__CONTAINS                         0x00000002UL
+diff --exclude-from=exclude -N -u -r nsalibselinux/src/av_perm_to_string.h libselinux-1.33.1/src/av_perm_to_string.h
+--- nsalibselinux/src/av_perm_to_string.h	2006-10-24 12:49:23.000000000 -0400
++++ libselinux-1.33.1/src/av_perm_to_string.h	2006-11-03 16:57:58.000000000 -0500
+@@ -266,3 +266,4 @@
+     S_(SECCLASS_KEY, KEY__SETATTR, "setattr")
+     S_(SECCLASS_KEY, KEY__CREATE, "create")
+     S_(SECCLASS_CONTEXT, CONTEXT__TRANSLATE, "translate")
++    S_(SECCLASS_CONTEXT, CONTEXT__CONTAINS, "contains")


Index: libselinux.spec
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-6/libselinux.spec,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- libselinux.spec	1 Oct 2006 20:19:56 -0000	1.229
+++ libselinux.spec	29 Nov 2006 21:01:29 -0000	1.230
@@ -1,8 +1,8 @@
-%define libsepolver 1.12.27-1
+%define libsepolver 1.15.2-1
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 1.30.29
-Release: 2
+Version: 1.33.2
+Release: 1%{?dist}
 License: Public domain (uncopyrighted)
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@@ -117,6 +117,23 @@
 %{_libdir}/python*/site-packages/selinux.py*
 
 %changelog
+* Tue Nov 14 2006 Dan Walsh <dwalsh at redhat.com> - 1.33.2-1
+- Upgrade to upstream
+
+* Fri Nov 3 2006 Dan Walsh <dwalsh at redhat.com> - 1.33.1-2
+- Add James Antill patch for login verification of MLS Levels
+-  MLS ragnes need to be checked, Eg. login/cron. This patch adds infrastructure.
+
+* Tue Oct 24 2006 Dan Walsh <dwalsh at redhat.com> - 1.33.1-1
+- Upgrade to latest from NSA
+	* Merged updated flask definitions from Darrel Goeddel.
+ 	  This adds the context security class, and also adds
+	  the string definitions for setsockcreate and polmatch.
+
+* Tue Oct 17 2006 Dan Walsh <dwalsh at redhat.com> - 1.32-1
+- Upgrade to latest from NSA
+	* Updated version for release.
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 1.30.29-2
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-6/sources,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- sources	29 Sep 2006 15:56:14 -0000	1.122
+++ sources	29 Nov 2006 21:01:29 -0000	1.123
@@ -1 +1 @@
-e4c458f46ee652f2d37500fb417679e5  libselinux-1.30.29.tgz
+443ffbc50604d5481010ce698ed1b742  libselinux-1.33.2.tgz




More information about the fedora-cvs-commits mailing list