66bd21
%define libselinuxver 2.9-1
66bd21
%define libsepolver 2.9-1
66bd21
66bd21
Summary: SELinux policy compiler
66bd21
Name: checkpolicy
66bd21
Version: 2.9
66bd21
Release: 1%{?dist}
66bd21
License: GPLv2
66bd21
Source: https://github.com/SELinuxProject/selinux/releases/download/20190315/checkpolicy-2.9.tar.gz
66bd21
# git format-patch 20190315 -- checkpolicy
66bd21
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
66bd21
Conflicts: selinux-policy-base < 3.13.1-138
66bd21
BuildRequires: gcc
66bd21
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel  >= %{libselinuxver} 
66bd21
66bd21
%description
66bd21
Security-enhanced Linux is a feature of the Linux® kernel and a number
66bd21
of utilities with enhanced security functionality designed to add
66bd21
mandatory access controls to Linux.  The Security-enhanced Linux
66bd21
kernel contains new architectural components originally developed to
66bd21
improve the security of the Flask operating system. These
66bd21
architectural components provide general support for the enforcement
66bd21
of many kinds of mandatory access control policies, including those
66bd21
based on the concepts of Type Enforcement®, Role-based Access
66bd21
Control, and Multi-level Security.
66bd21
66bd21
This package contains checkpolicy, the SELinux policy compiler.  
66bd21
Only required for building policies. 
66bd21
66bd21
%prep
66bd21
%autosetup -p 1 -n checkpolicy-%{version}
66bd21
66bd21
%build
66bd21
%set_build_flags
66bd21
66bd21
make LIBDIR="%{_libdir}"
66bd21
cd test
66bd21
make LIBDIR="%{_libdir}"
66bd21
66bd21
%install
66bd21
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
66bd21
make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
66bd21
install test/dismod ${RPM_BUILD_ROOT}%{_bindir}/sedismod
66bd21
install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
66bd21
66bd21
%files
66bd21
%{!?_licensedir:%global license %%doc}
66bd21
%license COPYING
66bd21
%{_bindir}/checkpolicy
66bd21
%{_bindir}/checkmodule
66bd21
%{_mandir}/man8/checkpolicy.8.gz
66bd21
%{_mandir}/man8/checkmodule.8.gz
66bd21
%{_mandir}/ru/man8/checkpolicy.8.gz
66bd21
%{_mandir}/ru/man8/checkmodule.8.gz
66bd21
%{_bindir}/sedismod
66bd21
%{_bindir}/sedispol
66bd21
66bd21
%changelog
66bd21
* Mon Mar 25 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-1
66bd21
- SELinux userspace 2.9 release
66bd21
66bd21
* Sun Dec 16 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-2
66bd21
- destroy the class datum if it fails to initialize
66bd21
66bd21
* Fri May 25 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-1
66bd21
- SELinux userspace 2.8 release
66bd21
66bd21
* Tue May 15 2018 Petr Lautrbach <plautrba@workstation> - 2.8-0.rc3.1
66bd21
- SELinux userspace 2.8-rc3 release candidate
66bd21
66bd21
* Mon Apr 23 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-0.rc1.1
66bd21
- SELinux userspace 2.8-rc1 release candidate
66bd21
66bd21
* Wed Mar 21 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-7
66bd21
- Add support for the SCTP portcon keyword
66bd21
66bd21
* Tue Mar 13 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-6
66bd21
- build: follow standard semantics for DESTDIR and PREFIX
66bd21
66bd21
* Thu Feb 22 2018 Florian Weimer <fweimer@redhat.com> - 2.7-5
66bd21
- Use LDFLAGS from redhat-rpm-config
66bd21
66bd21
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-4
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
66bd21
66bd21
* Wed Nov 22 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-3
66bd21
- Rebuild with libsepol-2.7-3 and libselinux-2.7-6
66bd21
66bd21
* Fri Oct 20 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-2
66bd21
- Rebuilt with libsepol-2.7-2
66bd21
66bd21
* Mon Aug 07 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-1
66bd21
- Update to upstream release 2017-08-04
66bd21
66bd21
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
66bd21
66bd21
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
66bd21
66bd21
* Wed Feb 15 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-1
66bd21
- Update to upstream release 2016-10-14
66bd21
66bd21
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-9
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
66bd21
66bd21
* Mon Oct 03 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-8
66bd21
- Add types associated to a role in the current scope when parsing
66bd21
66bd21
* Mon Aug 01 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-7
66bd21
- Extend checkpolicy pathname matching
66bd21
- Rebuilt with libsepol-2.5-9
66bd21
66bd21
* Mon Jun 27 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-6
66bd21
- Fix typos in sedispol
66bd21
66bd21
* Thu Jun 23 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-5
66bd21
- Set flex as default lexer
66bd21
- Fix checkmodule output message
66bd21
66bd21
* Wed May 11 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-4
66bd21
- Rebuilt with libsepol-2.5-6
66bd21
66bd21
* Fri Apr 29 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-3
66bd21
- Build policy on systems not supporting DCCP protocol
66bd21
- Fail if module name different than output base filename
66bd21
66bd21
* Fri Apr 08 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-2
66bd21
- Add support for portcon dccp protocol
66bd21
66bd21
* Tue Feb 23 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-1
66bd21
- Update to upstream release 2016-02-23
66bd21
66bd21
* Sun Feb 21 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-0.1.rc1
66bd21
- Update to upstream rc1 release 2016-01-07
66bd21
66bd21
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2.1
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
66bd21
66bd21
* Tue Jul 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-1.1
66bd21
- Update to 2.4 release
66bd21
66bd21
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
66bd21
66bd21
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3-3
66bd21
- fix license handling
66bd21
66bd21
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
66bd21
66bd21
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
66bd21
- Update to upstream 
66bd21
	* Add Android support for building dispol.
66bd21
	* Report source file and line information for neverallow failures.
66bd21
	* Prevent incompatible option combinations for checkmodule.
66bd21
	* Drop -lselinux from LDLIBS for test programs; not used.
66bd21
	* Add debug feature to display constraints/validatetrans from Richard Haines.
66bd21
66bd21
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
66bd21
- Update to upstream 
66bd21
	* Fix hyphen usage in man pages from Laurent Bigonville.
66bd21
	* handle-unknown / -U required argument fix from Laurent Bigonville.
66bd21
	* Support overriding Makefile PATH and LIBDIR from Laurent Bigonville.
66bd21
	* Support space and : in filenames from Dan Walsh.
66bd21
66bd21
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-5
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
66bd21
66bd21
* Tue Jul 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-4
66bd21
- Fix a segmentation fault if the --handle-unknown option was set without
66bd21
arguments.
66bd21
- Thanks to Alexandre Rebert and his team at Carnegie Mellon University
66bd21
for detecting this crash.
66bd21
66bd21
* Tue Mar 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-3
66bd21
- ":" should be allowed for file trans names
66bd21
66bd21
* Tue Mar 12 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-2
66bd21
- Space should be allowed for file trans names
66bd21
66bd21
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
66bd21
- Update to upstream 
66bd21
        * Fix errors found by coverity
66bd21
        * implement default type policy syntax
66bd21
        * Free allocated memory when clean up / exit.
66bd21
66bd21
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> -  2.1.11-3
66bd21
- Update to latest patches from eparis/Upstream
66bd21
-   checkpolicy: libsepol: implement default type policy syntax
66bd21
-   
66bd21
-   We currently have a mechanism in which the default user, role, and range
66bd21
-   can be picked up from the source or the target object.  This implements
66bd21
-   the same thing for types.  The kernel will override this with type
66bd21
-   transition rules and similar.  This is just the default if nothing
66bd21
-   specific is given.
66bd21
    
66bd21
66bd21
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
66bd21
- Rebuild with fixed libsepol
66bd21
66bd21
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-1
66bd21
- Update to upstream 
66bd21
	* fd leak reading policy
66bd21
	* check return code on ebitmap_set_bit
66bd21
66bd21
* Mon Jul 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
66bd21
- Rebuild to grab latest libsepol
66bd21
66bd21
* Tue Jul 24 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-3
66bd21
- Rebuild to grab latest libsepol
66bd21
66bd21
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-2
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
66bd21
66bd21
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-1
66bd21
- Update to upstream 
66bd21
	* sepolgen: We need to support files that have a + in them
66bd21
	* Android/MacOS X build support
66bd21
66bd21
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-4
66bd21
- Rebuild to get latest libsepol which fixes the file_name transition problems
66bd21
66bd21
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-3
66bd21
- Recompile with libsepol that has support for ptrace_child
66bd21
66bd21
* Tue Apr 3 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-2
66bd21
- Allow checkpolicy to use + in a file name
66bd21
66bd21
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
66bd21
- Update to upstream 
66bd21
	* implement new default labeling behaviors for usr, role, range
66bd21
	* Fix dead links to www.nsa.gov/selinux
66bd21
66bd21
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
66bd21
- Fix man page to link to www.nsa.giv/research/selinux
66bd21
66bd21
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.8-2
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
66bd21
66bd21
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
66bd21
-Update to upstream
66bd21
	* add ignoredirs config for genhomedircon
66bd21
	* Fallback_user_level can be NULL if you are not using MLS
66bd21
66bd21
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-3
66bd21
- default_rules should be optional
66bd21
66bd21
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-2
66bd21
- Rebuild with latest libsepol
66bd21
66bd21
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
66bd21
- Upgrade to upstream
66bd21
	* dis* fixed signed vs unsigned errors
66bd21
	* dismod: fix unused parameter errors
66bd21
	* test: Makefile: include -W and -Werror
66bd21
	* allow ~ in filename transition rules
66bd21
- Allow policy to specify the source of target for generating the default user,role 
66bd21
- or mls label for a new target.
66bd21
66bd21
* Mon Nov 14 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
66bd21
- Allow ~ in a filename 
66bd21
66bd21
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
66bd21
- Upgrade to upstream
66bd21
	* Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
66bd21
	* drop libsepol dynamic link in checkpolicy
66bd21
66bd21
* Tue Sep 20 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
66bd21
- Fix checkpolicy to ignore '"' in filename trans rules
66bd21
66bd21
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
66bd21
-Update to upstream
66bd21
	* Separate tunable from boolean during compile.
66bd21
66bd21
* Tue Aug 30 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-0
66bd21
-Update to upstream
66bd21
	* checkpolicy: fix spacing in output message
66bd21
66bd21
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-0
66bd21
	* add missing ; to attribute_role_def
66bd21
	*Redo filename/filesystem syntax to support filename trans
66bd21
66bd21
* Wed Aug 3 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-0
66bd21
-Update to upstream
66bd21
	* .gitignore changes
66bd21
	* dispol output of role trans
66bd21
	* man page update: build a module with an older policy version
66bd21
66bd21
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.1-0
66bd21
-Update to upstream
66bd21
	* Minor updates to filename trans rule output in dis{mod,pol}
66bd21
66bd21
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
66bd21
-Update to upstream
66bd21
66bd21
* Mon May 23 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
66bd21
-Update to upstream
66bd21
	* Wrap file names in filename transitions with quotes by Steve Lawrence.
66bd21
	* Allow filesystem names to start with a digit by James Carter.
66bd21
	* Add support for using the last path compnent in type transitions by Eric
66bd21
66bd21
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
66bd21
* Fixes for new role_transition class field by Eric Paris.
66bd21
66bd21
* Fri Apr 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
66bd21
- Add "-" as a file type
66bd21
66bd21
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-1
66bd21
-Update to upstream
66bd21
	* Add new class field in role_transition by Harry Ciao.
66bd21
66bd21
* Mon Apr 11 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-5
66bd21
- Fix type_transition to allow all files
66bd21
66bd21
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-4
66bd21
- Patches from Eric Paris 
66bd21
We just use random numbers to make menu selections.  Use #defines and
66bd21
names that make some sense instead.
66bd21
66bd21
This patch adds support for using the last path component as part of the
66bd21
information in making labeling decisions for new objects.  A example
66bd21
rule looks like so:
66bd21
66bd21
type_transition unconfined_t etc_t:file system_conf_t eric;
66bd21
66bd21
This rule says if unconfined_t creates a file in a directory labeled
66bd21
etc_t and the last path component is "eric" (no globbing, no matching
66bd21
magic, just exact strcmp) it should be labeled system_conf_t.
66bd21
66bd21
The kernel and policy representation does not have support for such
66bd21
rules in conditionals, and thus policy explicitly notes that fact if
66bd21
such a rule is added to a conditional.
66bd21
66bd21
66bd21
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.23-3
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
66bd21
66bd21
* Wed Jan 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-2
66bd21
- Add James Carters Patch
66bd21
  *This patch is needed because some filesystem names (such as 9p) start
66bd21
  with a digit.
66bd21
66bd21
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
66bd21
- Latest update from NSA
66bd21
  * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock
66bd21
66bd21
* Wed Dec 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-2
66bd21
- Rebuild to make sure it will build in Fedora 
66bd21
66bd21
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
66bd21
- Latest update from NSA
66bd21
	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
66bd21
- Allow policy version to be one number
66bd21
66bd21
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
66bd21
- Fix checkmodule man page and usage statements
66bd21
66bd21
* Sun Nov 1 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
66bd21
- Latest update from NSA
66bd21
	* Add support for building Xen policies from Paul Nuzzi.
66bd21
	* Add long options to checkpolicy and checkmodule by Guido
66bd21
	  Trentalancia <guido@trentalancia.com>
66bd21
66bd21
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
66bd21
66bd21
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
66bd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
66bd21
66bd21
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.19-1
66bd21
- Latest update from NSA
66bd21
	* Fix alias field in module format, caused by boundary format change
66bd21
	  from Caleb Case.
66bd21
66bd21
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
66bd21
- Latest update from NSA
66bd21
	* Properly escape regex symbols in the lexer from Stephen Smalley.
66bd21
	* Add bounds support from KaiGai Kohei.
66bd21
66bd21
* Tue Oct 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-4
66bd21
66bd21
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-3
66bd21
- Rebuild with new libsepol
66bd21
66bd21
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.16-2
66bd21
- fix license tag
66bd21
66bd21
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
66bd21
- Latest update from NSA
66bd21
	* Update checkpolicy for user and role mapping support from Joshua Brindle.
66bd21
66bd21
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
66bd21
- Latest update from NSA
66bd21
	* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
66bd21
	  Resolves bug 444451.
66bd21
66bd21
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
66bd21
- Allow modules with 4 sections or more
66bd21
66bd21
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-1
66bd21
- Latest update from NSA
66bd21
	* Add permissive domain support from Eric Paris.
66bd21
66bd21
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
66bd21
- Latest update from NSA
66bd21
	* Split out non-grammar parts of policy_parse.yacc into
66bd21
	  policy_define.c and policy_define.h from Todd C. Miller.
66bd21
	* Initialize struct policy_file before using it, from Todd C. Miller.
66bd21
	* Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
66bd21
66bd21
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
66bd21
- Latest update from NSA
66bd21
	* Use yyerror2() where appropriate from Todd C. Miller.
66bd21
- Build against latest libsepol
66bd21
66bd21
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-2
66bd21
- Start shipping sedismod and sedispol
66bd21
66bd21
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
66bd21
- Latest update from NSA
66bd21
	* Update dispol for libsepol avtab changes from Stephen Smalley.
66bd21
66bd21
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
66bd21
- Latest update from NSA
66bd21
	* Deprecate role dominance in parser.
66bd21
66bd21
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
66bd21
- Update to use libsepol-static library
66bd21
66bd21
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
66bd21
- Latest update from NSA
66bd21
	* Added support for policy capabilities from Todd Miller.
66bd21
66bd21
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
66bd21
- Latest update from NSA
66bd21
	* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
66bd21
	* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
66bd21
66bd21
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
66bd21
	* Merged handle unknown policydb flag support from Eric Paris.
66bd21
	  Adds new command line options -U {allow, reject, deny} for selecting
66bd21
	  the flag when a base module or kernel policy is built.
66bd21
66bd21
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-3
66bd21
- Rebuild for selinux ppc32 issue.
66bd21
66bd21
* Mon Jun 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-2
66bd21
- Rebuild with the latest libsepol
66bd21
66bd21
* Sun Jun 17 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
66bd21
- Latest update from NSA
66bd21
	* Merged fix for segfault on duplicate require of sensitivity from Caleb Case.
66bd21
	* Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
66bd21
66bd21
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.2-1
66bd21
- Latest update from NSA
66bd21
	* Merged checkmodule man page fix from Dan Walsh.
66bd21
66bd21
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-3
66bd21
- Rebuild with new libsepol
66bd21
66bd21
* Wed Mar 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-2
66bd21
- Rebuild with new libsepol
66bd21
66bd21
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
66bd21
- Latest update from NSA
66bd21
	* Merged patch to allow dots in class identifiers from Caleb Case.
66bd21
66bd21
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.0-1
66bd21
- Latest update from NSA
66bd21
	* Merged patch to use new libsepol error codes by Karl MacMillan.
66bd21
	* Updated version for stable branch.
66bd21
66bd21
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-2
66bd21
- Rebuild for new libraries
66bd21
66bd21
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-1
66bd21
- Latest update from NSA
66bd21
	* Collapse user identifiers and identifiers together.
66bd21
66bd21
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.32-1
66bd21
- Latest update from NSA
66bd21
	* Updated version for release.
66bd21
66bd21
* Thu Sep 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.12-1
66bd21
- Latest update from NSA
66bd21
	* Merged user and range_transition support for modules from 
66bd21
	  Darrel Goeddel
66bd21
66bd21
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.11-1
66bd21
- Latest update from NSA
66bd21
	* merged range_transition enhancements and user module format
66bd21
	  changes from Darrel Goeddel
66bd21
	* Merged symtab datum patch from Karl MacMillan.
66bd21
66bd21
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.30.9-1.1
66bd21
- rebuild
66bd21
66bd21
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.8-1
66bd21
- Latest upgrade from NSA
66bd21
	* Lindent.
66bd21
	* Merged patch to remove TE rule conflict checking from the parser
66bd21
	  from Joshua Brindle.  This can only be done properly by the 
66bd21
	  expander.
66bd21
	* Merged patch to make checkpolicy/checkmodule handling of
66bd21
	  duplicate/conflicting TE rules the same as the expander 
66bd21
	  from Joshua Brindle.
66bd21
	* Merged optionals in base take 2 patch set from Joshua Brindle.
66bd21
66bd21
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.5-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged compiler cleanup patch from Karl MacMillan.
66bd21
	* Merged fix warnings patch from Karl MacMillan.	
66bd21
66bd21
* Wed Apr 5 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.4-1
66bd21
- Latest upgrade from NSA
66bd21
	* Changed require_class to reject permissions that have not been
66bd21
	  declared if building a base module.
66bd21
66bd21
* Tue Mar 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.3-1
66bd21
- Latest upgrade from NSA
66bd21
	* Fixed checkmodule to call link_modules prior to expand_module
66bd21
	  to handle optionals.
66bd21
	* Fixed require_class to avoid shadowing permissions already defined
66bd21
	  in an inherited common definition.
66bd21
66bd21
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-2
66bd21
- Rebuild with new libsepol
66bd21
66bd21
* Thu Mar 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-1
66bd21
- Latest upgrade from NSA
66bd21
	* Moved processing of role and user require statements to 2nd pass.
66bd21
66bd21
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.30-1
66bd21
- Latest upgrade from NSA
66bd21
	* Updated version for release.
66bd21
	* Fixed bug in role dominance (define_role_dom).
66bd21
66bd21
* Fri Feb 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.4-1
66bd21
- Latest upgrade from NSA
66bd21
	* Added a check for failure to declare each sensitivity in
66bd21
	  a level definition.
66bd21
	* Changed to clone level data for aliased sensitivities to
66bd21
	  avoid double free upon sens_destroy.  Bug reported by Kevin
66bd21
	  Carr of Tresys Technology.
66bd21
66bd21
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.2-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged optionals in base patch from Joshua Brindle.
66bd21
66bd21
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.1-1.2
66bd21
- Need to build againi
66bd21
66bd21
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.1-1.1
66bd21
- bump again for double-long bug on ppc(64)
66bd21
66bd21
* Tue Feb 07 2006 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged sepol_av_to_string patch from Joshua Brindle.
66bd21
66bd21
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.28-5.1
66bd21
- rebuilt for new gcc4.1 snapshot and glibc changes
66bd21
66bd21
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.28-4
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.28-3
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 1.28-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
66bd21
- rebuilt
66bd21
66bd21
* Fri Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
66bd21
- Latest upgrade from NSA
66bd21
66bd21
* Sun Dec 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged checkmodule man page from Dan Walsh, and edited it.
66bd21
66bd21
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
66bd21
- Latest upgrade from NSA
66bd21
	* Added error checking of all ebitmap_set_bit calls for out of
66bd21
	  memory conditions.
66bd21
	* Merged removal of compatibility handling of netlink classes
66bd21
	  (requirement that policies with newer versions include the
66bd21
	   netlink class definitions, remapping of fine-grained netlink
66bd21
	   classes in newer source policies to single netlink class when
66bd21
	   generating older policies) from George Coker.
66bd21
66bd21
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-7
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged dismod fix from Joshua Brindle.
66bd21
66bd21
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.16-1
66bd21
- Latest upgrade from NSA
66bd21
	* Removed obsolete cond_check_type_rules() function and call and 
66bd21
	  cond_optimize_lists() call from checkpolicy.c; these are handled
66bd21
	  during parsing and expansion now.
66bd21
	* Updated calls to expand_module for interface change.
66bd21
	* Changed checkmodule to verify that expand_module succeeds 
66bd21
	  when building base modules.
66bd21
	* Merged module compiler fixes from Joshua Brindle.
66bd21
	* Removed direct calls to hierarchy_check_constraints() and 
66bd21
	  check_assertions() from checkpolicy since they are now called 
66bd21
	  internally by expand_module().
66bd21
66bd21
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.11-1
66bd21
- Latest upgrade from NSA
66bd21
	* Updated for changes to sepol policydb_index_others interface.
66bd21
66bd21
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.10-1
66bd21
- Latest upgrade from NSA
66bd21
	* Updated for changes to sepol expand_module and link_modules interfaces.
66bd21
* Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged support for require blocks inside conditionals from
66bd21
	Joshua Brindle (Tresys).
66bd21
66bd21
* Wed Oct 12 2005 Karsten Hopp <karsten@redhat.de> 1.27.8-2
66bd21
- add buildrequirement for libselinux-devel for dispol
66bd21
66bd21
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.27.8-1
66bd21
- Latest upgrade from NSA
66bd21
	* Updated for changes to libsepol.
66bd21
66bd21
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged several bug fixes from Joshua Brindle (Tresys).
66bd21
66bd21
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged MLS in modules patch from Joshua Brindle (Tresys).
66bd21
66bd21
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged error handling improvement in checkmodule from Karl MacMillan (Tresys).
66bd21
66bd21
* Tue Sep 27 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged bugfix for dup role transition error messages from
66bd21
	Karl MacMillan (Tresys).
66bd21
66bd21
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged policyver/modulever patches from Joshua Brindle (Tresys).
66bd21
66bd21
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
66bd21
- Latest upgrade from NSA
66bd21
	* Fixed parse_categories handling of undefined category.
66bd21
66bd21
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Sat Sep 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-1
66bd21
- Latest upgrade from NSA
66bd21
	* Merged bug fix for role dominance handling from Darrel Goeddel (TCS). 
66bd21
* Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-1
66bd21
- Latest upgrade from NSA
66bd21
	* Updated version for release.
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-3
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-2
66bd21
- Rebuild to get latest libsepol
66bd21
66bd21
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-1
66bd21
- Update to NSA Release
66bd21
	* Fixed handling of validatetrans constraint expressions.
66bd21
	Bug reported by Dan Walsh for checkpolicy -M.
66bd21
66bd21
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-2
66bd21
- Fix mls crash
66bd21
66bd21
* Fri Aug 19 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-1
66bd21
- Update to NSA Release
66bd21
	* Merged use-after-free fix from Serge Hallyn (IBM).  
66bd21
	  Bug found by Coverity.
66bd21
66bd21
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.10-1
66bd21
- Update to NSA Release
66bd21
	* Fixed further memory leaks found by valgrind.
66bd21
	* Changed checkpolicy to destroy the policydbs prior to exit
66bd21
	  to allow leak detection.
66bd21
	* Fixed several memory leaks found by valgrind.
66bd21
66bd21
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-3
66bd21
- Rebuild to get latest libsepol changes
66bd21
66bd21
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-2
66bd21
- Rebuild to get latest libsepol changes
66bd21
66bd21
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-1
66bd21
- Update to NSA Release
66bd21
	* Updated checkpolicy and dispol for the new avtab format.
66bd21
	  Converted users of ebitmaps to new inline operators.
66bd21
  	  Note:  The binary policy format version has been incremented to 
66bd21
	  version 20 as a result of these changes.  To build a policy
66bd21
	  for a kernel that does not yet include these changes, use
66bd21
	  the -c 19 option to checkpolicy.
66bd21
	* Merged patch to prohibit use of "self" as a type name from Jason Tang (Tresys).
66bd21
	* Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
66bd21
66bd21
* Wed Aug 10 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
66bd21
- Update to NSA Release
66bd21
	* Fixed call to hierarchy checking code to pass the right policydb.
66bd21
	* Merged patch to update dismod for the relocation of the
66bd21
	  module read/write code from libsemanage to libsepol, and
66bd21
	  to enable build of test subdirectory from Jason Tang (Tresys).
66bd21
66bd21
* Thu Jul 28 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
66bd21
- Update to NSA Release
66bd21
	* Merged hierarchy check fix from Joshua Brindle (Tresys).
66bd21
66bd21
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
66bd21
- Update to NSA Release
66bd21
	* Merged loadable module support from Tresys Technology.
66bd21
	* Merged patch to prohibit the use of * and ~ in type sets 
66bd21
	  (other than in neverallow statements) and in role sets
66bd21
	  from Joshua Brindle (Tresys).
66bd21
	* Updated version for release.
66bd21
66bd21
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23-4-1
66bd21
- Update to NSA Release
66bd21
	* Merged cleanup patch from Dan Walsh.
66bd21
66bd21
* Thu May 19 2005 Dan Walsh <dwalsh@redhat.com> 1.23-3-1
66bd21
- Update to NSA Release
66bd21
	* Added sepol_ prefix to Flask types to avoid namespace
66bd21
	  collision with libselinux.
66bd21
66bd21
* Sat May 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23-2-1
66bd21
- Update to NSA Release
66bd21
	* Merged identifier fix from Joshua Brindle (Tresys).
66bd21
66bd21
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23,1-1
66bd21
	* Merged hierarchical type/role patch from Tresys Technology.
66bd21
	* Merged MLS fixes from Darrel Goeddel of TCS.
66bd21
66bd21
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
66bd21
- Update to NSA Release
66bd21
66bd21
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-2
66bd21
- Rebuild for FC4
66bd21
66bd21
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
66bd21
	* Merged define_user() cleanup patch from Darrel Goeddel (TCS).
66bd21
	* Moved genpolusers utility to libsepol.
66bd21
	* Merged range_transition support from Darrel Goeddel (TCS).
66bd21
66bd21
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
66bd21
- Latest from NSA
66bd21
	* Changed relabel Makefile target to use restorecon.
66bd21
66bd21
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
66bd21
- Latest from NSA
66bd21
	* Merged enhanced MLS support from Darrel Goeddel (TCS).
66bd21
66bd21
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
66bd21
- Update for version increase at NSA
66bd21
66bd21
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
66bd21
- Latest from NSA
66bd21
	* Merged typeattribute statement patch from Darrel Goeddel of TCS.
66bd21
	* Changed genpolusers to handle multiple user config files.
66bd21
	* Merged nodecon ordering patch from Chad Hanson of TCS.
66bd21
66bd21
* Thu Nov 11 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
66bd21
- Latest from NSA
66bd21
	* Merged nodecon ordering patch from Chad Hanson of TCS.
66bd21
66bd21
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
66bd21
- Latest from NSA
66bd21
	* MLS build fix.
66bd21
66bd21
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
66bd21
- Latest from NSA
66bd21
	* Fixed Makefile dependencies (Chris PeBenito).
66bd21
66bd21
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
66bd21
- Latest from NSA
66bd21
	* Fixed Makefile dependencies (Chris PeBenito).
66bd21
66bd21
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
66bd21
- Latest from NSA
66bd21
	* Merged fix for role dominance ordering issue from Chad Hanson of TCS.
66bd21
66bd21
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
66bd21
- Latest from NSA
66bd21
66bd21
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.16.3-1
66bd21
- Fix NSA package to not include y.tab files.
66bd21
66bd21
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.16.2-1
66bd21
- Latest from NSA
66bd21
- Allow port ranges to overlap
66bd21
66bd21
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
66bd21
- Latest from NSA
66bd21
66bd21
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
66bd21
- Latest from NSA
66bd21
66bd21
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
66bd21
- Latest from NSA
66bd21
66bd21
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
66bd21
- Latest from NSA
66bd21
66bd21
* Sat Aug 7 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
66bd21
- Latest from NSA
66bd21
66bd21
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
66bd21
- Latest from NSA
66bd21
66bd21
* Sat Jul 31 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
66bd21
- Latest from NSA
66bd21
66bd21
* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.14.2-1
66bd21
- Latest from NSA
66bd21
66bd21
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
66bd21
- Latest from NSA
66bd21
66bd21
* Fri Jun 18 2004 Dan Walsh <dwalsh@redhat.com> 1.12.2-1
66bd21
- Latest from NSA
66bd21
66bd21
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12.1-1
66bd21
- Update to latest from NSA
66bd21
66bd21
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
66bd21
- Update to latest from NSA
66bd21
66bd21
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.10-5
66bd21
- Add nlclass patch
66bd21
66bd21
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
66bd21
- rebuilt
66bd21
66bd21
* Fri Jun 4 2004 Dan Walsh <dwalsh@redhat.com> 1.10-3
66bd21
- Add BuildRequires flex
66bd21
66bd21
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
66bd21
- Add BuildRequires byacc
66bd21
66bd21
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
66bd21
- Upgrade to the latest from NSA
66bd21
66bd21
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
66bd21
- Upgrade to the latest from NSA
66bd21
66bd21
* Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
66bd21
- Upgrade to the latest from NSA
66bd21
66bd21
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
66bd21
- rebuilt
66bd21
66bd21
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-6
66bd21
- Add typealias patch
66bd21
66bd21
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
66bd21
- Update excludetypes with negset-final patch
66bd21
66bd21
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
66bd21
- Add excludetypes patch
66bd21
66bd21
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-3
66bd21
- Add Colin Walter's lineno patch
66bd21
66bd21
* Wed Jan 7 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
66bd21
- Remove check for roles transition
66bd21
66bd21
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
66bd21
- upgrade to 1.4
66bd21
66bd21
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
66bd21
- upgrade to 1.2
66bd21
66bd21
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
66bd21
- upgrade to 1.1
66bd21
66bd21
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
66bd21
- Initial version