From dab5a2cb5abbdb2a191a920acec1eb75999f9a29 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jan 04 2006 15:40:59 +0000 Subject: - 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). --- diff --git a/.cvsignore b/.cvsignore index ca9b9b7..135f57b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libselinux.spec b/libselinux.spec index 3b3640b..341ddc8 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -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 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 1.29.2-4 - Add build requires line for libsepol-devel diff --git a/sources b/sources index 8b9432c..25fa259 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51e725936d4887965207ffa48d137271 libselinux-1.29.2.tgz +f65f31e4fd2edb0cf4070f44b1afe633 libselinux-1.29.3.tgz