From 6429e69e0b0237fe0746ff87aee4885648ce952b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 28 Nov 2006 19:02:17 +0000 Subject: [PATCH] - Upgrade to latest from NSA Merged patch to compile wit -fPIC instead of -fpic from Manoj Srivastava to prevent hitting the global offest table limit. Patch changed to include libselinux and libsemanage in addition to libsepol. --- .cvsignore | 1 + libsemanage.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index ca1a03e..d05a438 100644 --- a/.cvsignore +++ b/.cvsignore @@ -74,3 +74,4 @@ libsemanage-1.6.15.tgz libsemanage-1.6.16.tgz libsemanage-1.6.17.tgz libsemanage-1.8.tgz +libsemanage-1.9.1.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 1db888e..4f7b291 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,7 +2,7 @@ %define libselinuxver 1.32-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 1.8 +Version: 1.9.1 Release: 1 License: GPL Group: System Environment/Libraries @@ -75,6 +75,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Tue Nov 28 2006 Dan Walsh - 1.9.1-1 +- Upgrade to latest from NSA + * Merged patch to compile wit -fPIC instead of -fpic from + Manoj Srivastava to prevent hitting the global offest table + limit. Patch changed to include libselinux and libsemanage in + addition to libsepol. + * Tue Oct 17 2006 Dan Walsh - 1.8-1 - Upgrade to latest from NSA * Updated version for release. diff --git a/sources b/sources index 89b9e05..93c3f5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec33b119ec758d10d6bd344d0e21978e libsemanage-1.8.tgz +e2fd66d32b97b0814c0cd2db34c1ec2f libsemanage-1.9.1.tgz