rpms/checkpolicy/devel .cvsignore, 1.82, 1.83 checkpolicy-rhat.patch, 1.8, 1.9 checkpolicy.spec, 1.137, 1.138 sources, 1.83, 1.84

Daniel J Walsh dwalsh at fedoraproject.org
Wed Jun 16 12:11:21 UTC 2010


Author: dwalsh

Update of /cvs/extras/rpms/checkpolicy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32073

Modified Files:
	.cvsignore checkpolicy-rhat.patch checkpolicy.spec sources 
Log Message:
* Mon Jun 16 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.22-1
- Latest update from NSA
	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
- Allow policy version to be one number



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/.cvsignore,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- .cvsignore	1 Dec 2009 22:50:18 -0000	1.82
+++ .cvsignore	16 Jun 2010 12:11:21 -0000	1.83
@@ -73,3 +73,4 @@ checkpolicy-2.0.18.tgz
 checkpolicy-2.0.19.tgz
 checkpolicy-2.0.20.tgz
 checkpolicy-2.0.21.tgz
+checkpolicy-2.0.22.tgz

checkpolicy-rhat.patch:
 policy_parse.y |    2 ++
 1 file changed, 2 insertions(+)

Index: checkpolicy-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/checkpolicy-rhat.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- checkpolicy-rhat.patch	18 Feb 2009 21:54:40 -0000	1.8
+++ checkpolicy-rhat.patch	16 Jun 2010 12:11:21 -0000	1.9
@@ -1,13 +1,12 @@
-diff --exclude-from=exclude -N -u -r nsacheckpolicy/module_compiler.c checkpolicy-2.0.18/module_compiler.c
---- nsacheckpolicy/module_compiler.c	2008-10-14 13:57:54.000000000 -0400
-+++ checkpolicy-2.0.18/module_compiler.c	2008-10-28 10:10:03.000000000 -0400
-@@ -904,8 +904,7 @@
- 			return -1;
- 		}
- 	case -2:{
--			yyerror("duplicate declaration of type/attribute");
--			return -1;
-+			return 0;
- 		}
- 	case -1:{
- 			yyerror("could not require type/attribute here");
+diff --exclude-from=exclude -N -u -r nsacheckpolicy/policy_parse.y checkpolicy-2.0.22/policy_parse.y
+--- nsacheckpolicy/policy_parse.y	2010-05-19 14:45:51.000000000 -0400
++++ checkpolicy-2.0.22/policy_parse.y	2010-06-16 08:08:37.000000000 -0400
+@@ -755,6 +755,8 @@
+                         ;
+ version_identifier      : VERSION_IDENTIFIER
+                         { if (insert_id(yytext,0)) return -1; }
++			| number
++                        { if (insert_id(yytext,0)) return -1; }
+                         | ipv4_addr_def /* version can look like ipv4 address */
+                         ;
+ avrules_block           : avrule_decls avrule_user_defs


Index: checkpolicy.spec
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/checkpolicy.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- checkpolicy.spec	1 Dec 2009 22:50:18 -0000	1.137
+++ checkpolicy.spec	16 Jun 2010 12:11:21 -0000	1.138
@@ -1,7 +1,7 @@
 %define libsepolver 2.0.39-1
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.0.21
+Version: 2.0.22
 Release: 1%{?dist}
 License: GPLv2
 Group: Development/System
@@ -55,6 +55,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_bindir}/sedispol
 
 %changelog
+* Mon Jun 16 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.22-1
+- Latest update from NSA
+	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
+- Allow policy version to be one number
+
+* Mon May 3 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.21-2
+- Fix checkmodule man page and usage statements
+
 * Tue Nov 1 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.21-1
 - Latest update from NSA
 	* Add support for building Xen policies from Paul Nuzzi.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/sources,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- sources	1 Dec 2009 22:50:19 -0000	1.83
+++ sources	16 Jun 2010 12:11:21 -0000	1.84
@@ -1 +1 @@
-c95a8fd53be09715f6652cc93fcd646d  checkpolicy-2.0.21.tgz
+b144f4049d87a32027e29d11a144427b  checkpolicy-2.0.22.tgz



More information about the scm-commits mailing list