rpms/realcrypt/devel noexecstack.patch, 1.1, 1.2 realcrypt.spec, 1.20, 1.21

Leigh Scott leigh123linux at rpmfusion.org
Thu Sep 13 13:20:29 CEST 2012


Author: leigh123linux

Update of /cvs/nonfree/rpms/realcrypt/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11389

Modified Files:
	noexecstack.patch realcrypt.spec 
Log Message:
* Thu Sep 13 2012 Leigh Scott <leigh123linux at googlemail.com> - 7.1a-2
- add DSO fix to the noexecstack.patch


noexecstack.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: noexecstack.patch
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/devel/noexecstack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noexecstack.patch	13 Apr 2012 15:57:34 -0000	1.1
+++ noexecstack.patch	13 Sep 2012 11:20:28 -0000	1.2
@@ -5,7 +5,7 @@
  C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto
  export ASFLAGS := -Ox -D __GNUC__
 -export LFLAGS :=
-+export LFLAGS := -Wl,-z,noexecstack
++export LFLAGS := -Wl,-z,noexecstack,-ldl
  
  export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig
  


Index: realcrypt.spec
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/devel/realcrypt.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- realcrypt.spec	13 Apr 2012 15:57:34 -0000	1.20
+++ realcrypt.spec	13 Sep 2012 11:20:28 -0000	1.21
@@ -4,7 +4,7 @@
 Name: realcrypt
 Summary: Cross platform disk encryption software
 Version: 7.1a
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: TrueCrypt License Version 3.0
 Group: Applications/File
 URL: http://www.truecrypt.org/
@@ -146,6 +146,9 @@
 
 
 %changelog
+* Thu Sep 13 2012 Leigh Scott <leigh123linux at googlemail.com> - 7.1a-2
+- add DSO fix to the noexecstack.patch
+
 * Fri Apr 13 2012 leigh scott <leigh123linux at googlemail.com> - 7.1a-1
 - update to 7.1a
 - harden build


More information about the rpmfusion-commits mailing list