Commit Graph

3182 Commits

Author SHA1 Message Date
c832d032cb xorg-libevdev: update to 1.10.0 2020-10-27 16:15:38 +01:00
5de7cd91ea Merge branch '3.5' into 3.6 2020-10-24 10:14:15 +00:00
726413dc1a libva: update to 2.9.0 2020-10-17 10:18:36 +02:00
Fredrik Rinnestam
0705b7c286 mesa: 20.2.1 2020-10-14 20:08:55 +02:00
Fredrik Rinnestam
91e22cb99c mesa3d: 20.2.1 2020-10-14 20:01:12 +02:00
f707bb3899 xorg-server: remove old patch 2020-10-14 14:37:31 +02:00
819ffac9e9 xkeyboard-config: update to 2.31 2020-10-12 12:59:27 +02:00
d7484f29a9 Merge branch '3.5' into 3.6
Conflicts:
	xorg-xcb-proto/.signature
	xorg-xcb-proto/Pkgfile
2020-10-09 12:53:19 +00:00
fcce1779c0 xorg-xcb-proto: update to 1.14.1 2020-10-09 14:40:40 +02:00
ca15ea2a14 libinput: update to 1.16.2 2020-10-09 14:40:15 +02:00
7e1719114d Merge branch '3.5' into 3.6
Conflicts:
	mesa/.signature
	mesa/Pkgfile
2020-10-03 12:04:25 +00:00
2b6c9903d2 mesa3d: update to 20.1.9 2020-10-01 10:34:31 +02:00
631fa77217 Merge branch '3.5' into 3.6
Conflicts:
	mesa/.signature
	mesa/Pkgfile
2020-09-21 11:50:47 +00:00
75c98aa3bf mesa3d: update to 20.1.8 2020-09-21 12:47:57 +02:00
e8f8f83d34 xorg-xf86-video-vesa: update to 2.5.0 2020-09-11 10:04:46 +02:00
c1baf4c457 xorg-libxcb: force use of python3 2020-09-09 10:53:39 +00:00
767370ef78 xorg-xcb-proto: added python 3.9 gcd patch 2020-09-07 17:34:42 -05:00
b56ab0c067 Merge branch '3.5' into 3.6
Conflicts:
	mesa/.signature
	mesa/Pkgfile
2020-09-04 11:02:56 +00:00
af18a8b729 mesa3d: update to 20.1.7 2020-09-04 12:38:09 +02:00
451907c871 xorg-xcb-proto: fix footprint for python 3.9 2020-09-03 11:16:15 +00:00
Fredrik Rinnestam
64503261f9 Merge branch '3.5' into 3.6 2020-08-25 20:15:20 +02:00
Fredrik Rinnestam
6aa00ecd4e [notify] xorg-server: updated to 1.20.9. Fix for CVE-2020-14345
CVE-2020-14346, CVE-2020-14361, CVE-2020-14362

Multiple input validation failures in X server extensions
=========================================================

All theses issuses  can lead to local privileges elevation
on systems where the X server is running privileged.

* CVE-2020-14345 / ZDI CAN 11428 XkbSetNames Out-Of-Bounds Access

The handler for the XkbSetNames request does not validate the request
length before accessing its contents.

* CVE-2020-14346 / ZDI CAN 11429 XIChangeHierarchy Integer Underflow

An integer underflow exists in the handler for the XIChangeHierarchy
request.

* CVE-2020-14361 / ZDI CAN 11573 XkbSelectEvents Integer Underflow

An integer underflow exist in the handler for the XkbSelectEvents
request.

* CVE-2020-1436 / ZDI CAN 11574 XRecordRegisterClients Integer Underflow

An integer underflow exist in the handler for the CreateRegister
request of the X record extension.
2020-08-25 20:15:00 +02:00
Fredrik Rinnestam
2e1f373404 [notify] xorg-libx11: updated to 1.6.12. Fix for CVE-2020-14363
Double free in libX11 locale handling code
==========================================

CVE-2020-14363

There is an integer overflow and a double free vulnerability in the way
LibX11 handles locales. The integer overflow is a necessary precursor to
the double free.
2020-08-25 20:11:32 +02:00
5e9808292a Merge branch '3.5' into 3.6
Conflicts:
	mesa/.signature
	mesa/Pkgfile
2020-08-22 10:31:20 +00:00
10d6d12503 mesa3d: update to 20.1.6 2020-08-22 12:26:23 +02:00
2ce3a04717 libinput: update to 1.16.1 2020-08-13 11:19:36 +02:00
0abe77fbdb libinput: update to 1.16.0 2020-08-11 11:05:49 +02:00
Fredrik Rinnestam
68af8db9ed Merge branch '3.5' into 3.6 2020-08-09 10:20:15 +02:00
Fredrik Rinnestam
f20f287065 mesa3d: 20.1.5 2020-08-09 10:14:16 +02:00
Fredrik Rinnestam
57fcb02003 Merge branch '3.5' into 3.6 2020-08-08 22:53:43 +02:00
Fredrik Rinnestam
265e2c0022 xorg-font-alias: 1.0.4 2020-08-08 22:52:36 +02:00
Fredrik Rinnestam
32c8e8788c xorg-libx11: 1.6.11 2020-08-08 22:52:17 +02:00
8b2ca2b966 xorg-xf86-video-openchrome: fix build with gcc 10.x 2020-08-01 17:28:23 +00:00
05f07e9764 xorg-xf86-video-amdgpu: fix build with gcc 10.x 2020-08-01 17:26:39 +00:00
Fredrik Rinnestam
6aecebdc06 Merge branch '3.5' into 3.6 2020-08-01 16:17:35 +02:00
Fredrik Rinnestam
3a026cd9c1 [notify] xorg-server: Fix for CVE-2020-14347.
X.Org security advisory: July 31, 2020

X Server Pixel Data Uninitialized Memory Information Disclosure
===============================================================

CVE-2020-14347

Allocation for pixmap data in AllocatePixmap() does not initialize the
memory in xserver, it leads to leak uninitialize heap memory to
clients. When the X server runs with elevated privileges.

This flaw can lead to ASLR bypass, which when combined with other
flaws (known/unknown) could lead to lead to privilege elevation in the
client.
2020-08-01 16:17:09 +02:00
Fredrik Rinnestam
dd4728e3ea Merge branch '3.5' into 3.6 2020-07-31 22:52:14 +02:00
Fredrik Rinnestam
7617936b6e [notify] xorg-libx11: 1.6.10. Fix for CVE-2020-14344
X.Org security advisory: July 31, 2020

Heap corruption in the X input method client in libX11
======================================================

CVE-2020-14344

The X Input Method (XIM) client implementation in libX11 has some
integer overflows and signed/unsigned comparison issues that can lead
to heap corruption when handling malformed messages from an input
method.
2020-07-31 22:48:49 +02:00
Fredrik Rinnestam
9d8b2426b2 mesa: 20.1.4 2020-07-23 17:46:28 +02:00
Fredrik Rinnestam
a5b9b1a161 mesa3d: 20.1.4 2020-07-23 17:40:43 +02:00
8c4c25e98d glu, libepoxy, xorg-xdriinfo: mesa3d -> mesa dependency update 2020-07-22 18:03:49 -05:00
6c6f08f148 renamed mesa3d to mesa 2020-07-22 12:21:45 +00:00
b967413dbb Merge branch '3.5' into 3.6 2020-07-22 09:40:27 +00:00
Danny Rawlins
b58931cf4d libglvnd: 1.3.1 -> 1.3.2 2020-07-22 08:52:46 +10:00
3c1e7930a3 xorg-libevdev: update to 1.9.1 2020-07-20 15:24:46 +02:00
4d44e58738 xorg-xev: update to 1.2.4 2020-07-19 10:30:32 +02:00
26dfa3f812 Merge branch '3.5' into 3.6 2020-07-18 08:03:25 +00:00
Fredrik Rinnestam
659618a723 mesa3d: 20.1.3 2020-07-08 23:20:15 +02:00
9c0b468c29 xorg-xcb-proto: footprint update for python 3.8 2020-07-04 12:18:11 +00:00
a764a4b7b8 Merge branch '3.5' into 3.6 2020-07-04 12:17:03 +00:00