Blame SPECS/checkpolicy.spec

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