- 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:
parent
cac4888385
commit
dab5a2cb5a
@ -70,3 +70,4 @@ libselinux-1.27.28.tgz
|
|||||||
libselinux-1.28.tgz
|
libselinux-1.28.tgz
|
||||||
libselinux-1.29.1.tgz
|
libselinux-1.29.1.tgz
|
||||||
libselinux-1.29.2.tgz
|
libselinux-1.29.2.tgz
|
||||||
|
libselinux-1.29.3.tgz
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
%define libsetransver 0.1.11-1
|
%define libsetransver 0.1.11-1
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.29.2
|
Version: 1.29.3
|
||||||
Release: 4
|
Release: 1
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
Patch: libselinux-rhat.patch
|
#Patch: libselinux-rhat.patch
|
||||||
|
|
||||||
BuildRequires: libsepol-devel >= %{libsepolver}
|
BuildRequires: libsepol-devel >= %{libsepolver}
|
||||||
Requires: libsepol >= %{libsepolver}
|
Requires: libsepol >= %{libsepolver}
|
||||||
@ -50,7 +50,7 @@ needed for developing SELinux applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
#%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -110,6 +110,18 @@ exit 0
|
|||||||
%{_libdir}/python2.4/site-packages/selinux.py*
|
%{_libdir}/python2.4/site-packages/selinux.py*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 24 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-4
|
||||||
- Add build requires line for libsepol-devel
|
- Add build requires line for libsepol-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user