Blame SPECS/checkpolicy.spec

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