Blame SPECS/checkpolicy.spec

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