|
|
Author: dwalsh
Update of /cvs/dist/rpms/checkpolicy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6704
Modified Files:
.cvsignore checkpolicy.spec sources
Log Message:
* Thu Aug 11 2005 Dan Walsh <dwalsh@xxxxxxxxxx> 1.25.8-1
- Update to NSA Release
* Updated checkpolicy and dispol for the new avtab format.
Converted users of ebitmaps to new inline operators.
Note: The binary policy format version has been incremented to
version 20 as a result of these changes. To build a policy
for a kernel that does not yet include these changes, use
the -c 19 option to checkpolicy.
* Merged patch to prohibit use of "self" as a type name from Jason Tang
(Tresys).
* Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/checkpolicy/devel/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore 10 Aug 2005 21:05:55 -0000 1.34
+++ .cvsignore 12 Aug 2005 02:57:19 -0000 1.35
@@ -17,3 +17,4 @@
checkpolicy-1.25.2.tgz
checkpolicy-1.25.3.tgz
checkpolicy-1.25.5.tgz
+checkpolicy-1.25.8.tgz
Index: checkpolicy.spec
===================================================================
RCS file: /cvs/dist/rpms/checkpolicy/devel/checkpolicy.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- checkpolicy.spec 10 Aug 2005 21:05:55 -0000 1.42
+++ checkpolicy.spec 12 Aug 2005 02:57:19 -0000 1.43
@@ -1,7 +1,7 @@
-%define libsepolver 1.7.6-2
+%define libsepolver 1.7.13-1
Summary: SELinux policy compiler
Name: checkpolicy
-Version: 1.25.5
+Version: 1.25.8
Release: 1
License: GPL
Group: Development/System
@@ -46,6 +46,17 @@
%{_mandir}/man8/checkpolicy.8.gz
%changelog
+* Thu Aug 11 2005 Dan Walsh <dwalsh@xxxxxxxxxx> 1.25.8-1
+- Update to NSA Release
+ * Updated checkpolicy and dispol for the new avtab format.
+ Converted users of ebitmaps to new inline operators.
+ Note: The binary policy format version has been incremented to
+ version 20 as a result of these changes. To build a policy
+ for a kernel that does not yet include these changes, use
+ the -c 19 option to checkpolicy.
+ * Merged patch to prohibit use of "self" as a type name from Jason Tang
(Tresys).
+ * Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
+
* Wed Aug 10 2005 Dan Walsh <dwalsh@xxxxxxxxxx> 1.25.5-1
- Update to NSA Release
* Fixed call to hierarchy checking code to pass the right policydb.
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/checkpolicy/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources 10 Aug 2005 21:05:55 -0000 1.35
+++ sources 12 Aug 2005 02:57:19 -0000 1.36
@@ -1 +1 @@
-076cab7322ef14cc51e21237fccf4a90 checkpolicy-1.25.5.tgz
+77a56787b822be766dd8ed8e48b5a9b3 checkpolicy-1.25.8.tgz
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|