Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2021-04-19 21:05:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Mon Apr 19 21:05:45 2021 rev:37 rq:886000 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2021-04-08 21:03:19.205975459 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new.12324/xf86-input-libinput.changes
2021-04-19 21:05:57.712026000 +0200
@@ -1,0 +2,11 @@
+Fri Apr 16 13:15:02 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.0.1
+ * Only one fix, the code to set the tap button mapping property
+ didn't correctly check for a valid device, causing memory
+ corruption and a crash if called after a device was disabled.
+ Or, in more user-friendly terms: if your X session crashed
+ after calling `xinput disable $touchpad-device`, this release
+ has the fix for it.
+
+-------------------------------------------------------------------
Old:
----
xf86-input-libinput-1.0.0.tar.bz2
xf86-input-libinput-1.0.0.tar.bz2.sig
New:
----
xf86-input-libinput-1.0.1.tar.bz2
xf86-input-libinput-1.0.1.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.y7har2/_old 2021-04-19 21:05:58.220026761 +0200
+++ /var/tmp/diff_new_pack.y7har2/_new 2021-04-19 21:05:58.220026761 +0200
@@ -17,7 +17,7 @@
Name: xf86-input-libinput
-Version: 1.0.0
+Version: 1.0.1
Release: 0
Summary: Libinput driver for the Xorg X server
License: MIT
++++++ xf86-input-libinput-1.0.0.tar.bz2 -> xf86-input-libinput-1.0.1.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xf86-input-libinput-1.0.0/ChangeLog
new/xf86-input-libinput-1.0.1/ChangeLog
--- old/xf86-input-libinput-1.0.0/ChangeLog 2021-04-06 08:10:30.000000000
+0200
+++ new/xf86-input-libinput-1.0.1/ChangeLog 2021-04-16 04:20:17.000000000
+0200
@@ -1,3 +1,21 @@
+commit 69888cef81b3bf2339aa9f9132e4b7b83127979c
+Author: Peter Hutterer <[email protected]>
+Date: Fri Apr 16 12:18:24 2021 +1000
+
+ xf86-input-libinput 1.0.1
+
+ Signed-off-by: Peter Hutterer <[email protected]>
+
+commit 6c1c53d296f42b4bdadadf1d85750c4610fc4096
+Author: Peter Hutterer <[email protected]>
+Date: Fri Apr 9 10:33:15 2021 +1000
+
+ Make sure the device is valid when setting the tap button map
+
+ Fixes #34
+
+ Signed-off-by: Peter Hutterer <[email protected]>
+
commit 34f14fdf1222d0b4e75a022fd10a04d57800ea93
Author: Peter Hutterer <[email protected]>
Date: Tue Apr 6 15:50:38 2021 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xf86-input-libinput-1.0.0/configure
new/xf86-input-libinput-1.0.1/configure
--- old/xf86-input-libinput-1.0.0/configure 2021-04-06 08:10:25.000000000
+0200
+++ new/xf86-input-libinput-1.0.1/configure 2021-04-16 04:20:13.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xf86-input-libinput 1.0.0.
+# Generated by GNU Autoconf 2.69 for xf86-input-libinput 1.0.1.
#
# Report bugs to
<https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='xf86-input-libinput'
PACKAGE_TARNAME='xf86-input-libinput'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='xf86-input-libinput 1.0.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='xf86-input-libinput 1.0.1'
PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues'
PACKAGE_URL=''
@@ -1367,7 +1367,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures xf86-input-libinput 1.0.0 to adapt to many kinds of
systems.
+\`configure' configures xf86-input-libinput 1.0.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1439,7 +1439,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xf86-input-libinput 1.0.0:";;
+ short | recursive ) echo "Configuration of xf86-input-libinput 1.0.1:";;
esac
cat <<\_ACEOF
@@ -1573,7 +1573,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xf86-input-libinput configure 1.0.0
+xf86-input-libinput configure 1.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1897,7 +1897,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by xf86-input-libinput $as_me 1.0.0, which was
+It was created by xf86-input-libinput $as_me 1.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2765,7 +2765,7 @@
# Define the identity of the package.
PACKAGE='xf86-input-libinput'
- VERSION='1.0.0'
+ VERSION='1.0.1'
cat >>confdefs.h <<_ACEOF
@@ -19109,7 +19109,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by xf86-input-libinput $as_me 1.0.0, which was
+This file was extended by xf86-input-libinput $as_me 1.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19175,7 +19175,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-xf86-input-libinput config.status 1.0.0
+xf86-input-libinput config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xf86-input-libinput-1.0.0/configure.ac
new/xf86-input-libinput-1.0.1/configure.ac
--- old/xf86-input-libinput-1.0.0/configure.ac 2021-04-06 08:10:19.000000000
+0200
+++ new/xf86-input-libinput-1.0.1/configure.ac 2021-04-16 04:20:07.000000000
+0200
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-libinput],
- [1.0.0],
+ [1.0.1],
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues],
[xf86-input-libinput])
AC_CONFIG_SRCDIR([Makefile.am])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xf86-input-libinput-1.0.0/src/xf86libinput.c
new/xf86-input-libinput-1.0.1/src/xf86libinput.c
--- old/xf86-input-libinput-1.0.0/src/xf86libinput.c 2021-04-06
08:10:19.000000000 +0200
+++ new/xf86-input-libinput-1.0.1/src/xf86libinput.c 2021-04-16
04:20:07.000000000 +0200
@@ -3812,10 +3812,14 @@
data = (BOOL*)val->data;
- if (checkonly &&
- ((data[0] && data[1]) || (!data[0] && !data[1])))
+ if (checkonly) {
+ if ((data[0] && data[1]) || (!data[0] && !data[1]))
return BadValue;
+ if (!xf86libinput_check_device (dev, atom))
+ return BadMatch;
+ }
+
if (data[0])
map = LIBINPUT_CONFIG_TAP_MAP_LRM;
else if (data[1])