- Upgrade to latest from NSA

- corrected use of getline
- further calls to __fsetlocking for local files
- use of strdupa and asprintf
- proper handling of dirent in booleans code
- use of -z relro
- several other optimizations
Merged getpidcon python wrapper from Dan Walsh (Red Hat).
This commit is contained in:
Daniel J Walsh 2006-01-04 15:40:59 +00:00
parent cac4888385
commit dab5a2cb5a
3 changed files with 18 additions and 5 deletions

View File

@ -70,3 +70,4 @@ libselinux-1.27.28.tgz
libselinux-1.28.tgz
libselinux-1.29.1.tgz
libselinux-1.29.2.tgz
libselinux-1.29.3.tgz

View File

@ -2,12 +2,12 @@
%define libsetransver 0.1.11-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.29.2
Release: 4
Version: 1.29.3
Release: 1
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
#Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver}
Requires: libsepol >= %{libsepolver}
@ -50,7 +50,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
#%patch -p1 -b .rhat
%build
make clean
@ -110,6 +110,18 @@ exit 0
%{_libdir}/python2.4/site-packages/selinux.py*
%changelog
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.29.3-1
- Upgrade to latest from NSA
* Merged several fixes and improvements from Ulrich Drepper
(Red Hat), including:
- corrected use of getline
- further calls to __fsetlocking for local files
- use of strdupa and asprintf
- proper handling of dirent in booleans code
- use of -z relro
- several other optimizations
* Merged getpidcon python wrapper from Dan Walsh (Red Hat).
* Sat Dec 24 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-4
- Add build requires line for libsepol-devel

View File

@ -1 +1 @@
51e725936d4887965207ffa48d137271 libselinux-1.29.2.tgz
f65f31e4fd2edb0cf4070f44b1afe633 libselinux-1.29.3.tgz