Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9361129d | 2026-02-15 10:02:42 | Update to libXmu 1.3.1 | ||
| db9ebae3 | 2026-02-15 10:01:40 | Update to libXinerama 1.1.6 | ||
| 72c00268 | 2026-02-15 10:00:44 | Update to libXext 1.3.7 | ||
| 07b510ce | 2026-02-15 09:59:43 | Upsate to libXdamage 1.1.7 | ||
| 5df01a9a | 2026-02-15 09:58:30 | Update to libXcomposite 0.4.7 | ||
| 3a3ed0ff | 2026-02-14 10:28:17 | Missed removal of those 2 files in previous update. | ||
| b2d37da4 | 2026-02-10 17:38:48 | update | ||
| 161809e2 | 2026-02-10 17:06:06 | Update to png 1.6.55. ok tb@ The freetype code that used this copy of libpng is not calling png_set_quantize either directly or indirectly so it's not affected by CVE-2026-25646 (High): Heap buffer overflow in png_set_quantize | ||
| 400a099e | 2026-02-08 10:06:31 | update | ||
| 20bdf2f0 | 2026-02-08 09:45:07 | Update to xserver 21.1.21. ok tb@ | ||
| caf8a778 | 2026-02-08 09:42:33 | Update to xterm-406. Tested by kirill@ and tb, ok tb@ | ||
| 75abd42f | 2026-01-24 13:55:57 | update | ||
| 0f0dd4b8 | 2026-01-17 15:06:16 | Protect <endian.h> inclusion from assembly code. Fixes build failure reported on arm by deraadt@. ok jca@ (Note: the arm assembly code doesn't need the WORDS_BIGENDIAN) | ||
| e8c1a97e | 2026-01-17 11:01:47 | pixman: remove stale files in test | ||
| 0288c96a | 2026-01-14 07:01:51 | update | ||
| 54aba46c | 2026-01-14 06:38:29 | Update to png 1.6.54. | ||
| a89db768 | 2026-01-05 14:46:59 | handle Meta release as a separate mod key. from Sven M. Hallberg | ||
| b14f69e9 | 2025-12-21 17:10:39 | update | ||
| f34b658a | 2025-12-21 16:48:53 | pixman: remove left overs from previous build systems.OD | ||
| 6b5cc8cf | 2025-12-21 12:59:34 | pixman: Use endian.h to determine byte order Replace architecture-specific checks with BYTE_ORDER from <endian.h>. This covers m88k in addition to sparc64 and powerpc, which prevents graphical programs like xeyes from behaving strangely on luna88k. ok matthieu@ jsg@ | ||
| 221a04c8 | 2025-12-04 16:11:37 | update | ||
| b46ba83d | 2025-12-04 15:51:18 | Update to libpng 1.6.52. Fixes CVE-2025-66293. | ||
| b74cbbc5 | 2025-12-03 06:35:12 | update | ||
| 678216c0 | 2025-12-03 05:44:19 | Fixes for vulnerabilities found in xkbcommon also present in xkbcomp CVE-2018-15863 Don't crash on no-op modmask expressions CVE-2018-15861 Don't falsely promise from ExprResolveLhs CVE-2018-15859 Fail expression lookup on invalid atoms CVE-2018-15853 fix stack overflow when evaluating boolean negation | ||
| 68a42bf6 | 2025-11-29 09:29:57 | Missed removal in 1.3.1 update. | ||
| 6f8f3fce | 2025-11-24 21:46:01 | update | ||
| 735592d9 | 2025-11-24 21:24:23 | Update to png 1.6.51. fixes CVE-2025-64505, CVE-2025-64506, CVE-2025-64720 and CVE-2025-65018. ok jca@ | ||
| a5d8aadc | 2025-11-24 21:15:29 | sync | ||
| 3c43b969 | 2025-11-24 21:14:56 | Install new configuration files, missed in 2.17.1 update. Noticed by Tim van der Molden. While here also remove generated README during make clean. | ||
| 920545d9 | 2025-11-24 12:40:43 | Explicitely pass LOGIN_SETXDGENV LOGIN_SETXDGENV is no longer included in LOGIN_SETALL | ||
| a1cfd550 | 2025-11-23 13:50:28 | sync | ||
| e85b78f1 | 2025-11-23 13:18:55 | PYTHON_VERSION -> 3.13 | ||
| 4c528fdb | 2025-11-19 12:35:57 | Update PACKAGE_VERSION to 2.17.1; this was missed during last update. | ||
| 2acf0078 | 2025-11-17 19:24:40 | disable stdatomic support on all architectures. Fixes gcc builds. | ||
| b4677190 | 2025-11-17 15:51:30 | sync | ||
| eeb0c0de | 2025-11-16 19:02:33 | Remove luit. Already disabled in xterm and unlinked from the build. | ||
| b783ce41 | 2025-11-16 18:33:14 | let xenodm preserve the XDG_RUNTIME_DIR environment variable. | ||
| dbd00136 | 2025-11-16 17:24:27 | update | ||
| 1a0d240a | 2025-11-16 16:44:11 | sync | ||
| c6626ba1 | 2025-11-16 16:43:33 | Update to fontconfig 2.17.1. With help and testing from jca@ | ||
| a20716c0 | 2025-11-13 16:33:25 | Update the documentation of local modifications for utf8 and locale resources. Indirectly reminded by robert@ | ||
| 12582828 | 2025-11-11 17:39:11 | Add -lpthread to GLX_SYS_LIBS (fix build with CFLAGS=-O0) | ||
| 9e2aa0a0 | 2025-11-11 10:58:10 | detect wayland platform when not built with HAVE_WAYLAND_PLATFORM Otherwise the default platform type of x11 is used and a pointer is wrongly cast to an X11 Display type when using wayland. Mesa can't be built with HAVE_WAYLAND_PLATFORM as the wayland libraries are not in xenocara. initial diff from and ok landry@ | ||
| b7c21ca9 | 2025-11-09 15:54:47 | Garbage collect gcc3 support. From Brad. | ||
| 31b58479 | 2025-11-09 15:54:17 | garbage collect gcc3 support. From Brad. | ||
| f42a7316 | 2025-11-06 06:57:47 | update | ||
| 17008e3f | 2025-11-06 06:28:13 | constify sparcDriverName(), missed in xserver 21.1.20 merge. | ||
| c11fd4cb | 2025-11-03 10:44:02 | update | ||
| 89c579f1 | 2025-11-03 10:18:49 | Update to xkbcomp 1.4.7 again, with the patch that was merged upstream for the memory access issue. | ||
| d73c0bbe | 2025-11-03 09:58:18 | update to xinit 1.4.4 | ||
| b48f2471 | 2025-11-03 09:57:22 | Update to xserver 21.1.20. | ||
| c3ca4c3a | 2025-11-03 09:52:45 | update to xhost 1.0.10 | ||
| abd8e815 | 2025-11-03 09:52:22 | update to xgc 1.0.7 | ||
| 7e9523eb | 2025-11-03 09:51:43 | update to xgamma 1.0.8 | ||
| 0ac0690f | 2025-11-03 09:49:21 | update to xeyes 1.3.1 | ||
| 014a2341 | 2025-11-03 04:49:03 | sync | ||
| daca7e74 | 2025-11-03 04:48:24 | stop building libOSMesa OSMesa is the Mesa Off-Screen rendering library. It was removed upstream in Mesa 25.1. Using an EGL surfaceless context is the suggested replacement. | ||
| 663b2804 | 2025-11-02 09:54:03 | update | ||
| 08b18b53 | 2025-11-02 08:12:10 | With luit disabled, the default setting changed to not enabling utf8 mode. Update the resources to re-enable it by default. | ||
| 4d26dfaa | 2025-11-01 15:42:44 | update | ||
| b01d3453 | 2025-11-01 15:22:25 | Fix "xterm: Unrecognized keyword: Get/SetSelection" warnings on startup. PASTE64 is disabled on OpenBSD, thus those features don't exist in WindowOps | ||
| 6c30322d | 2025-11-01 11:03:43 | Remove files removed upstreams some time ago but missed. | ||
| c44f7905 | 2025-11-01 10:19:57 | sync | ||
| d9dfbd26 | 2025-11-01 10:18:19 | Unhook luit | ||
| 20f965d7 | 2025-11-01 10:17:37 | Disable luit. ok jsg@, schwarze@, naddy@ | ||
| 1cc90e58 | 2025-11-01 10:12:34 | Update to xterm 403. Tested by kirill@ jsg@ op@ | ||
| de505649 | 2025-10-28 13:16:49 | Merge fixes from upstream for multiple Xserver issues: CVE-2025-62229 present: Fix use-after-free in present_create_notifies() CVE-2025-62230 xkb: Free the XKB resource when freeing XkbInterest CVE-2025-62231 xkb: Prevent overflow in XkbSetCompatMap() | ||
| 17cd22dd | 2025-10-27 16:52:57 | update | ||
| 946f386a | 2025-10-27 16:19:31 | Update to xf86-input-synaptics 1.10.0 | ||
| c5b5cac0 | 2025-10-27 16:17:12 | Update to xf86-input-keyboard 2.1.0 | ||
| f1ae321d | 2025-10-26 12:05:30 | update | ||
| 9c82c65d | 2025-10-26 11:46:03 | Update to xcb-util-cursor 0.1.6 | ||
| a4220433 | 2025-10-26 11:41:14 | Update to libxshmfence 1.3.3 | ||
| fe8bface | 2025-10-26 11:24:15 | Update to libxcvt 0.1.3 | ||
| 03fcd9f3 | 2025-10-26 11:14:28 | Update to libXxf86vm 1.1.6 | ||
| 56196de0 | 2025-10-26 10:44:45 | MFC: Fix mismatched paren | ||
| a65d4fe3 | 2025-10-26 10:41:52 | Update to libXv 1.0.13 | ||
| 6f766146 | 2025-10-26 10:33:37 | Update to libXt 1.3.1 | ||
| 136679e0 | 2025-10-26 10:07:39 | Update to libXres 1.2.3 | ||
| 1cfb4088 | 2025-10-26 09:59:34 | Update to libXpresent 1.0.2 | ||
| d7083e16 | 2025-10-26 09:49:46 | Update to libXft 2.3.9 | ||
| 0bbff319 | 2025-10-26 09:26:53 | Update to libXfixes 6.0.2 | ||
| e6f629cf | 2025-10-26 09:23:46 | Update to libXScrnSaver 1.2.5. | ||
| 81c601eb | 2025-10-23 20:06:52 | fc-cache calls chmod() after creating .cache/fontconfig, so adjust the pledge to permit this. ok deraadt bentley | ||
| 8e6792ea | 2025-10-07 23:25:53 | return early if pci_sys is NULL in vgaarb functions Kevin Chadwick reported that Xorg was segfaulting every 10 or 20 minutes in pci_device_vgaarb_set_target() on a machine with Intel I945G (gen 3). This generation of hardware is pre OpenGL 2.0, so is not using glamor in the xserver or the modesetting driver. | ||
| 89617809 | 2025-10-03 05:58:49 | Use the beforeconfigure target to set up an almost complete autoconf cache on mips64, rather than disabling the cache entirely. | ||
| 604aeb51 | 2025-10-03 05:57:09 | Make sure the libpng object files are built using the same PICFLAG as those of freetype. This unbreaks freetype on at least luna88k, when the resulting library had text relocations because these files were not built pic. found by & ok aoyama@ | ||
| fc1270c7 | 2025-10-03 05:55:33 | Add the ability to override the autoconf cache file path, and an optional target to be able to run things prior to invoking configure. | ||
| f1de4a89 | 2025-10-01 05:03:58 | Move PICFLAG override out of the COMPILER_VERSION != gcc3 block as this is not related to the compiler choice. This was mistakenly introduced in 1.53. | ||
| f7e46d86 | 2025-10-01 02:52:43 | When powerpc64 sets CFLAGS it must configure --cache-file=/dev/null prevents an error found by deraadt@; ok miod@ robert@ | ||
| 8010970d | 2025-09-20 21:53:54 | Fix build and runtime link errors with gcc3. ok miod@ | ||
| eb2fdc57 | 2025-09-17 15:28:43 | Add information about libpng. | ||
| fa217aef | 2025-09-17 15:19:09 | bundle libpng into libfreetype because displaying emojis is really cool ok aja@ sthen@ matthieu@ deraadt@ | ||
| 7a75a1c6 | 2025-09-17 14:48:30 | Add Makefile.bsd-wrapper to build static libpng and run autoreconf. It will be bundled into libfreetype for better font rendering. ok robert@ sthen@ matthieu@ | ||
| e8681e75 | 2025-09-17 14:44:36 | Import source for libpng 1.6.50 (verbatim). | ||
| fd2e38e8 | 2025-08-30 11:56:24 | update automake version | ||
| a6d3163c | 2025-08-20 23:44:06 | add window-snap-center function OK tb@ okan@ | ||
| 53708eac | 2025-08-18 08:22:22 | Bump AUTOMAKE_VERSION to 1.13. It will be required by future updates and matthieu already planned to bump it. Note that this does not change anything until autoreconf is run, so it's safe. ok matthieu@ | ||
| 9988043c | 2025-08-12 17:01:56 | update | ||
| 09e3b847 | 2025-08-12 16:39:47 | sync |