rpms/checkpolicy/devel .cvsignore, 1.80, 1.81 checkpolicy-rhat.patch, 1.7, 1.8 checkpolicy.spec, 1.133, 1.134 sources, 1.81, 1.82

Daniel J Walsh dwalsh at fedoraproject.org
Wed Feb 18 21:55:11 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/checkpolicy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28081

Modified Files:
	.cvsignore checkpolicy-rhat.patch checkpolicy.spec sources 
Log Message:
* Wed Feb 18 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.19-1
- Latest update from NSA
	* Fix alias field in module format, caused by boundary format change
	  from Caleb Case.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore	28 May 2008 15:15:49 -0000	1.80
+++ .cvsignore	18 Feb 2009 21:54:40 -0000	1.81
@@ -68,3 +68,6 @@
 checkpolicy-2.0.14.tgz
 checkpolicy-2.0.15.tgz
 checkpolicy-2.0.16.tgz
+checkpolicy-2.0.17.tgz
+checkpolicy-2.0.18.tgz
+checkpolicy-2.0.19.tgz

checkpolicy-rhat.patch:

Index: checkpolicy-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/checkpolicy-rhat.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- checkpolicy-rhat.patch	6 May 2008 18:22:18 -0000	1.7
+++ checkpolicy-rhat.patch	18 Feb 2009 21:54:40 -0000	1.8
@@ -1,23 +1,13 @@
---- checkpolicy/policy_parse.y	2008-05-05 14:45:13 UTC (rev 2877)
-+++ checkpolicy/policy_parse.y	2008-05-05 15:12:17 UTC (rev 2878)
-@@ -723,6 +723,7 @@
-                         ;
- version_identifier      : VERSION_IDENTIFIER
-                         { if (insert_id(yytext,0)) return -1; }
-+                        | ipv4_addr_def /* version can look like ipv4 address */
-                         ;
- avrules_block           : avrule_decls avrule_user_defs
-                         ;
-
-
-This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-
--------------------------------------------------------------------------
-This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
-Don't miss this year's exciting event. There's still time to save $100. 
-Use priority code J8TL2D2. 
-http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
-_______________________________________________
-Selinux-commits mailing list
-Selinux-commits at lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/selinux-commits
+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");


Index: checkpolicy.spec
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/checkpolicy.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- checkpolicy.spec	8 Jul 2008 12:08:04 -0000	1.133
+++ checkpolicy.spec	18 Feb 2009 21:54:40 -0000	1.134
@@ -1,11 +1,12 @@
-%define libsepolver 2.0.32-1
+%define libsepolver 2.0.35-1
 Summary: SELinux policy compiler
 Name: checkpolicy
-Version: 2.0.16
-Release: 3%{?dist}
+Version: 2.0.19
+Release: 1%{?dist}
 License: GPLv2
 Group: Development/System
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
+Patch: checkpolicy-rhat.patch
 
 BuildRoot: %{_tmppath}/%{name}-buildroot
 BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .rhat
 
 %build
 make clean
@@ -53,6 +55,18 @@
 %{_bindir}/sedispol
 
 %changelog
+* Wed Feb 18 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.19-1
+- Latest update from NSA
+	* Fix alias field in module format, caused by boundary format change
+	  from Caleb Case.
+
+* Fri Jan 30 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.18-1
+- Latest update from NSA
+	* Properly escape regex symbols in the lexer from Stephen Smalley.
+	* Add bounds support from KaiGai Kohei.
+
+* Tue Oct 28 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.16-4
+
 * Mon Jul 7 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.16-3
 - Rebuild with new libsepol
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/checkpolicy/devel/sources,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sources	28 May 2008 15:15:49 -0000	1.81
+++ sources	18 Feb 2009 21:54:40 -0000	1.82
@@ -1 +1 @@
-f80b657be256d01dd3f1c0e42301cbd4  checkpolicy-2.0.16.tgz
+7f6b0a4cb49e62f0eb1fef28e1da117e  checkpolicy-2.0.19.tgz




More information about the fedora-extras-commits mailing list