[ecryptfs-utils] make executables hardened (#965505)

Michal Hlavinka mhlavink at fedoraproject.org
Thu May 23 15:12:46 UTC 2013


commit 138a681ae54047df1b9901078724790ee4decbf8
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu May 23 17:12:41 2013 +0200

    make executables hardened (#965505)

 ecryptfs-utils.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec
index 7206417..d4f75b8 100644
--- a/ecryptfs-utils.spec
+++ b/ecryptfs-utils.spec
@@ -5,7 +5,7 @@
 
 Name: ecryptfs-utils
 Version: 103
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPLv2+
@@ -121,6 +121,7 @@ the interface supplied by the ecryptfs-utils library.
 %patch23 -p1 -b .sudokeyring
 
 %build
+%global _hardened_build 1
 export CFLAGS="$RPM_OPT_FLAGS -Werror -Wtype-limits -Wno-unused"
 #we're modifing Makefile.am
 autoreconf -fiv
@@ -268,6 +269,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so
 
 %changelog
+* Thu May 23 2013 Michal Hlavinka <mhlavink at redhat.com> - 103-2
+- make executables hardened (#965505)
+
 * Wed Jan 30 2013 Michal Hlavinka <mhlavink at redhat.com> - 103-1
 - ecryptfs-utils updated to 103
 
@@ -457,8 +461,6 @@ rm -rf $RPM_BUILD_ROOT
 - use blkid instead of vol_id (#500820)
 - don't rely on cryptdisks service (#500829)
 - add icon for Access-Your-Private-Data.desktop file
-
-* Mon May 04 2009 Michal Hlavinka <mhlavink at redhat.com> 75-1
 - updated to 75
 - restrict mount.ecryptfs_private to ecryptfs group members only
 


More information about the scm-commits mailing list