source:
net-p2p/mldonkey/files/2.9.5-execstacks.patch
@
5ddb244
Revision 5ddb244, 1.5 KB checked in by geos_one <geos_one@…>, 11 years ago (diff) | |
---|---|
|
-
src/utils/lib/md4_i386.s
diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i386.s mldonkey-2.9.5/src/utils/lib/md4_i386.s
old new 934 934 935 935 .data 936 936 937 #if defined(__linux__) && defined(__ELF__) 938 .section .note.GNU-stack,"",%progbits 939 #endif 940 -
src/utils/lib/md4_i486.s
diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i486.s mldonkey-2.9.5/src/utils/lib/md4_i486.s
old new 1091 1091 1092 1092 .data 1093 1093 1094 #if defined(__linux__) && defined(__ELF__) 1095 .section .note.GNU-stack,"",%progbits 1096 #endif 1097 -
src/utils/lib/md4_i586.s
diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i586.s mldonkey-2.9.5/src/utils/lib/md4_i586.s
old new 1047 1047 1048 1048 .data 1049 1049 1050 #if defined(__linux__) && defined(__ELF__) 1051 .section .note.GNU-stack,"",%progbits 1052 #endif 1053 -
src/utils/lib/md4_i686.s
diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i686.s mldonkey-2.9.5/src/utils/lib/md4_i686.s
old new 1009 1009 1010 1010 .data 1011 1011 1012 #if defined(__linux__) && defined(__ELF__) 1013 .section .note.GNU-stack,"",%progbits 1014 #endif 1015
Note: See TracBrowser
for help on using the repository browser.