From 99ddec8d69dd777d02de1e6354a12ecf8290fbfc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 06 2005 16:41:47 +0000 Subject: - Update from NSA Merged modified form of patch to avoid dlopen/dlclose by the static libselinux from Dan Walsh. Users of the static libselinux will not have any context translation by default. --- diff --git a/.cvsignore b/.cvsignore index f55bd9b..156329d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -44,3 +44,4 @@ libselinux-1.25.3.tgz libselinux-1.25.4.tgz libselinux-1.25.5.tgz libselinux-1.25.6.tgz +libselinux-1.25.7.tgz diff --git a/libselinux.spec b/libselinux.spec index c90a75c..43a2bfd 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,11 +1,11 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 1.25.6 +Version: 1.25.7 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 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -35,7 +35,6 @@ needed for developing SELinux applications. %prep %setup -q -%patch -p1 -b .rhat %build make CFLAGS="-g %{optflags}" @@ -85,6 +84,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Tue Sep 6 2005 Dan Walsh 1.25.7-1 +- Update from NSA + * Merged modified form of patch to avoid dlopen/dlclose by + the static libselinux from Dan Walsh. Users of the static libselinux + will not have any context translation by default. + * Thu Sep 1 2005 Dan Walsh 1.25.6-1 - Update from NSA * Added public functions to export context translation to diff --git a/sources b/sources index b9faafb..41864d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bf97b33ed29d9a7a8b5d6c285310013 libselinux-1.25.6.tgz +cc15bd74ab7508117da03334182330fd libselinux-1.25.7.tgz