rpms/gzip/devel gzip-1.3.5-asm-execstack.patch, NONE, 1.1 gzip.spec, 1.16, 1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 22 09:47:00 UTC 2005


Update of /cvs/dist/rpms/gzip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1303

Modified Files:
	gzip.spec 
Added Files:
	gzip-1.3.5-asm-execstack.patch 
Log Message:
- make stack in match.S nonexecutable


gzip-1.3.5-asm-execstack.patch:
 match.c |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE gzip-1.3.5-asm-execstack.patch ---
--- gzip-1.3.5/match.c.execstack	2002-09-30 09:21:35.000000000 +0200
+++ gzip-1.3.5/match.c	2005-03-22 10:40:37.739640958 +0100
@@ -54,6 +54,9 @@
 	.globl	_match_init
 	.globl  _longest_match
 
+	.section .note.GNU-stack, "", @progbits
+	.previous
+	
 	.text
 
 _match_init:


Index: gzip.spec
===================================================================
RCS file: /cvs/dist/rpms/gzip/devel/gzip.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gzip.spec	22 Mar 2005 08:59:15 -0000	1.16
+++ gzip.spec	22 Mar 2005 09:46:58 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: The GNU data compression program.
 Name: gzip
 Version: 1.3.5
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/File
 Source: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
@@ -13,6 +13,7 @@
 Patch6: gzip-1.3.3-window-size.patch
 Patch7: gzip-1.3.3-addsuffix.patch
 Patch8: gzip-1.3.5-zgrep-sed.patch
+Patch9: gzip-1.3.5-asm-execstack.patch
 URL: http://www.gzip.org/
 Prereq: /sbin/install-info
 Requires: mktemp less
@@ -35,6 +36,7 @@
 %patch6 -p1 -b .window-size
 %patch7 -p1 -b .addsuffix
 %patch8 -p0 -b .sed
+%patch9 -p1 -b .execstack
 
 %build
 export DEFS="-DNO_ASM"
@@ -80,10 +82,11 @@
 %{_infodir}/gzip.info*
 
 %changelog
-* Tue Mar 22 2005 Tomas Mraz <tmraz at redhat.com> 1.3.5-1
+* Tue Mar 22 2005 Tomas Mraz <tmraz at redhat.com> 1.3.5-2
 - upstream 1.3.5
 - dropped long ago obsolete dirinfo patch
 - escape file names in zgrep (#123012)
+- make stack in match.S nonexecutable
 
 * Fri Mar 04 2005 Jiri Ryska <jryska at redhat.com>
 - rebuilt




More information about the fedora-cvs-commits mailing list