Commit Graph

52 Commits

Author SHA1 Message Date
9bcdb7fdd0 [notify] xorg-server: security update to version 21.1.11
see
- https://lists.x.org/archives/xorg-announce/2024-January/003442.html
- https://lists.x.org/archives/xorg/2024-January/061525.html
2024-01-16 13:16:20 +01:00
f9800155bb [notify] xorg-server: security update to 21.1.10
https://lists.x.org/archives/xorg-announce/2023-December/003435.html
2023-12-13 09:51:32 +01:00
df82dd947d [notify] xorg-server: security update to 21.1.9
https://lists.x.org/archives/xorg-announce/2023-October/003430.html
2023-10-25 10:40:37 +02:00
9c66bf1335
[notify] xorg-server: dropped obsolete dependencies: xorg-libdmx, xorg-libxxf86dga 2023-05-27 11:08:10 +02:00
feb8f319ac [notify] xorg-server: update to 21.1.8
security fix, see
https://lists.x.org/archives/xorg-announce/2023-March/003374.html
2023-03-30 10:44:56 +02:00
426d71db35 [notify] xorg-server: update to 21.1.7
security update, see
https://lists.x.org/archives/xorg-announce/2023-February/003321.html
2023-02-07 16:37:32 +01:00
b4674b95ff xorg-server: update to 21.1.6 2022-12-20 12:04:28 +01:00
69787d9831 [notify] xorg-server: update to 21.1.5
security fixes, see
https://lists.x.org/archives/xorg-announce/2022-December/003302.html
2022-12-14 12:21:42 +01:00
42b3e01fb7 [notify] xorg-server: update to 2.1.4
includes two security fixes, see
https://lists.x.org/archives/xorg-announce/2022-July/003192.html
2022-07-14 12:09:36 +02:00
8d9dae1564
xorg-server: 21.1.2 -> 21.1.3 2022-01-03 15:02:18 +01:00
3c331ff10d [notify] xorg-server: security update to 21.1.2
several fixes, see
https://lists.x.org/archives/xorg-announce/2021-December/003122.html
2021-12-16 11:42:09 +01:00
83b388c0dc
xorg-server: 21.1.0 -> 21.1.1 2021-11-07 13:46:38 +01:00
Danny Rawlins
3f05aad0a1 xorg-server: fix footprint 2021-11-02 01:42:59 +11:00
d6f53eef19
[notify] xorg-server: corrected permissions on Xorg.wrap, raised release number so everybody rebuilds this 2021-11-01 12:36:53 +01:00
177dd6a8af
[notify] xorg-server: explicitly sets suid bit for Xorg.wrapper 2021-11-01 12:30:20 +01:00
e4dc03c70f
[notify] xorg-server: 1.20.13 -> 21.1.0; new dependency: xorg-libxcvt 2021-10-31 14:47:07 +01:00
db878afb38 xorg-server: add missing symlink Xorg -> X 2021-09-21 10:51:48 +02:00
68fa91306a
xorg-server: fixed footprint 2021-09-21 00:36:12 +02:00
8b71b456e4
xorg-server: added a default config to the new Xwrapper 2021-09-20 17:33:48 +02:00
23c93e11fb xorg-server: added another patch from arch to match autotools behaviour 2021-09-20 12:13:25 +02:00
8b5737b643
[notify] xorg-server: build system changed to meson/ninja, new depedency nettle, check revdep after update 2021-09-19 20:19:30 +02:00
5b8f157d93 xorg-server: update to 1.20.13 2021-07-30 17:54:02 +02:00
e1637d6e83 xorg-server: update to 1.20.12 2021-07-10 12:21:15 +02:00
4fd660335f [notify] xorg-server: update to 1.20.11
includes a security fix, see
https://lists.x.org/archives/xorg-announce/2021-April/003080.html
2021-04-13 19:30:56 +02:00
Fredrik Rinnestam
d139c53819 [notify] xorg-server: 1.20.10. Fixes for CVE-2020-14360, CVE-2020-25712
Multiple input validation failures in X server XKB extension
============================================================

These issues can lead to privileges elevations for authorized clients
on systems where the X server is running privileged.

* CVE-2020-14360 / ZDI CAN 11572 XkbSetMap Out-Of-Bounds Access

Insufficient checks on the lengths of the XkbSetMap request can lead to
out of bounds memory accesses in the X server.

* CVE-2020-25712 / ZDI-CAN-11839 XkbSetDeviceInfo Heap-based Buffer Overflow

Insufficient checks on input of the XkbSetDeviceInfo request can lead
to a buffer overflow on the head in the X server.
2020-12-01 19:02:53 +01: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
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
5732fa490c xorg-server: update to 1.20.8 2020-04-01 14:15:21 +02:00
5ca9a0b201 xorg-server: update to 1.20.7 2020-01-15 16:11:49 +01:00
7993447bd6 xorg-server: update to 1.20.6 2019-11-23 11:59:13 +01:00
Matt Housh
f018389939 xorg-server: patched for GL API version change from libglvnd 2019-10-19 12:30:12 -05:00
Danny Rawlins
118b1c9428 xorg: dependency cleanup 2019-08-25 23:41:05 +10:00
Fredrik Rinnestam
c6f94a4be9 xorg-server: updated to 1.20.5 2019-05-31 00:11:45 +02:00
Fredrik Rinnestam
f682fbfea9 xorg-mkfontdir: purged from dependencies 2019-03-03 00:27:32 +01:00
Fredrik Rinnestam
c35122e23a xorg-server: updated to 1.20.4 2019-02-26 22:36:40 +01:00
Fredrik Rinnestam
6458c60668 [notify] xorg-server: updated to 1.20.3. Fix for CVE-2018-14665 2018-10-25 17:42:15 +02:00
Fredrik Rinnestam
bd6bcabe24 xorg-server: updated to 1.20.2 2018-10-16 00:00:09 +02:00
53ca1b9644 xorg-server: update to 1.20.1 2018-08-07 19:17:39 +02:00
Fredrik Rinnestam
383464245f xorg-server: updated to 1.20.0 2018-05-10 20:39:25 +02:00
Danny Rawlins
644160c64d clean up dependency tree 2018-04-14 20:01:33 +10:00
Fredrik Rinnestam
354dfe8d1e xorg-server: dep cleanup 2018-02-08 21:02:01 +01:00
Fredrik Rinnestam
62af72a7dc xorg: adapted deps to use xorg-xorgproto 2018-02-08 20:57:33 +01:00
Fredrik Rinnestam
0c6985ada1 xorg-server: updated to 1.19.6 2017-12-21 02:25:37 +01:00
Fredrik Rinnestam
86a1256c73 xorg-server: updated to 1.19.5. Fixes for CVEs 2017-12176 through 2017-12187
C is a terrible language, please stop writing code in it.
2017-10-12 21:57:21 +02:00
Fredrik Rinnestam
e942dd764f xorg-server: updated to 1.19.4 2017-10-05 00:57:47 +02:00
cfb5574453 [notify] xorg-server: update to 1.19.3-47
includes fixes for CVE-2017-10971 and CVE-2017-10972

Tar-ball generated from the xserver 1.19 branch until
126144c2355ce5a3a350f15ef97389c7f34bb6fb, see
https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch
2017-10-02 17:08:11 +02:00
Fredrik Rinnestam
2f31a9e4c1 xorg-server: updated to 1.19.3 2017-03-15 22:29:33 +01:00
Danny Rawlins
a22e450b2f [notify] xorg-server: add missing dependency xorg-font-util, remove redundant deps xorg-libpixman xorg-xf86vidmodeproto 2017-03-06 09:51:14 +11:00
Fredrik Rinnestam
f27fff5876 [notify] xorg-server: updated to 1.19.2. Fix for CVE-2017-2624. 2017-03-04 01:24:46 +01:00
Fredrik Rinnestam
bdad33aa09 xorg-server: updated to 1.19.1 2017-01-11 22:43:39 +01:00