rpms/linuxwacom/F-7 linuxwacom-disable_stack_protector.patch, NONE, 1.1 linuxwacom.spec, 1.40, 1.41

Aristeu Sergio Rozanski Filho (arozansk) fedora-extras-commits at redhat.com
Tue Aug 21 15:32:03 UTC 2007


Author: arozansk

Update of /cvs/pkgs/rpms/linuxwacom/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1984

Modified Files:
	linuxwacom.spec 
Added Files:
	linuxwacom-disable_stack_protector.patch 
Log Message:
* disabling stack protector (BZ#253455)



linuxwacom-disable_stack_protector.patch:

--- NEW FILE linuxwacom-disable_stack_protector.patch ---
Index: linuxwacom-0.7.6-4/src/xdrv/Makefile.in
===================================================================
--- linuxwacom-0.7.6-4.orig/src/xdrv/Makefile.in
+++ linuxwacom-0.7.6-4/src/xdrv/Makefile.in
@@ -444,6 +444,7 @@ wcmFilter.o: wcmFilter.c wcmFilter.h
 
 $(XF86OBJS): xf86Wacom.h ../include/Xwacom.h Makefile
 	$(CC) $(CFLAGS) $(DEPFLAGS) $(DLLOADER) -pipe -ansi \
+		-fno-stack-protector \
 		-pedantic -Wall -Wpointer-arith $(NO_MERGE_CONSTANTS) \
 		-I$(srcdir) $(DRIVER_INCLUDES) -Dlinux \
 		-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \


Index: linuxwacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxwacom/F-7/linuxwacom.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- linuxwacom.spec	20 Jul 2007 20:31:45 -0000	1.40
+++ linuxwacom.spec	21 Aug 2007 15:31:30 -0000	1.41
@@ -6,7 +6,7 @@
 # Upstream's versioning is goofy.  Note the mapping from tarname to version.
 Name:		linuxwacom
 Version:	0.7.6.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Wacom Drivers from Linux Wacom Project
 
 Group:		User Interface/X Hardware Support
@@ -15,6 +15,7 @@
 Source0:	http://prdownloads.sourceforge.net/linuxwacom/%{tarname}.tar.bz2
 Source1:	60-wacom.rules
 Patch1:		linuxwacom-0.7.6.3-delibcwrap.patch
+Patch2:		linuxwacom-disable_stack_protector.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
 BuildRequires:	xorg-x11-server-Xorg, libX11-devel, libXi-devel, xorg-x11-server-sdk >= 1.0.99.901, ncurses-devel
@@ -40,6 +41,7 @@
 %setup -q -n %{tarname}
 
 %patch1 -p1 -b .delibcwrap
+%patch2 -p1
 
 %build
 
@@ -94,6 +96,9 @@
 %{_libdir}/libwacomcfg*.so
 
 %changelog
+* Fri Jul 27 2007 Aristeu Rozanski <arozansk at redhat.com> 0.7.6.4-3.fc7
+- disabling stack protector
+
 * Fri Jul 27 2007 Aristeu Rozanski <arozansk at redhat.com> 0.7.6.4-2.fc7
 - adding missing dependency on buildrequires
 




More information about the fedora-extras-commits mailing list