e3bd6b653a
Fri Oct 24 2003 Lon Hohberger <lhh@redhat.com> 2.3-18 - Incorporate Arjan's exec-shield patch for i386 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
20 lines
627 B
Diff
20 lines
627 B
Diff
diff -ur zip-2.3/crc_i386.S zip-2.3-lhh/crc_i386.S
|
|
--- zip-2.3/crc_i386.S 1999-10-09 16:10:26.000000000 -0400
|
|
+++ zip-2.3-lhh/crc_i386.S 2003-10-24 16:15:52.000000000 -0400
|
|
@@ -230,3 +230,6 @@
|
|
#endif /* i386 || _i386 || _I386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB */
|
|
+
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|
|
diff -ur zip-2.3/match.S zip-2.3-lhh/match.S
|
|
--- zip-2.3/match.S 1999-07-27 17:18:14.000000000 -0400
|
|
+++ zip-2.3-lhh/match.S 2003-10-24 16:15:38.000000000 -0400
|
|
@@ -405,3 +405,5 @@
|
|
#endif /* i386 || _I386 || _i386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB */
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|