[xorg-x11-drv-synaptics/f17] Fix stack smash on apple touchpads (#877464)

Peter Hutterer whot at fedoraproject.org
Fri Apr 26 00:20:21 UTC 2013


commit 6c43db09c9286a6be8f576e6b80d460e489488b9
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 26 10:19:55 2013 +1000

    Fix stack smash on apple touchpads (#877464)

 xorg-x11-drv-synaptics.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index f7f14cd..501a55e 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -8,7 +8,7 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
 Version:        1.6.3
-Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release:        2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -22,6 +22,8 @@ Source1:        50-synaptics.conf
 Source2:        make-git-snapshot.sh
 Source3:        70-touchpad-quirks.rules
 
+Patch01:        0001-Fix-stack-smash-in-clickpad_guess_clickfingers.patch
+
 ExcludeArch:    s390 s390x %{?rhel:ppc ppc64}
 
 BuildRequires:  libtool pkgconfig
@@ -79,6 +81,7 @@ Features:
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
+%patch01 -p1
 
 %build
 autoreconf -v --install --force || exit 1
@@ -135,6 +138,9 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Fri Apr 26 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.6.3-2
+- Fix stack smash on apple touchpads (#877464)
+
 * Fri Feb 01 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.6.3-1
 - synaptics 1.6.3
 


More information about the scm-commits mailing list