From 138a681ae54047df1b9901078724790ee4decbf8 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: May 23 2013 15:12:41 +0000 Subject: make executables hardened (#965505) --- 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 - 103-2 +- make executables hardened (#965505) + * Wed Jan 30 2013 Michal Hlavinka - 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 75-1 - updated to 75 - restrict mount.ecryptfs_private to ecryptfs group members only