Build date: 1783893603 - Sun Jul 12 22:00:03 UTC 2026 Build cvs date: 1783892468 - Sun Jul 12 21:41:08 UTC 2026 Build id: 2026-07-13.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-ptrace-revert.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P regress/usr.bin/ssh/cfgparse.sh U regress/usr.bin/ssh/ecdsa256_openssh.prv U regress/usr.bin/ssh/ecdsa256_openssh.pub U regress/usr.bin/ssh/ecdsa384_openssh.prv U regress/usr.bin/ssh/ecdsa384_openssh.pub U regress/usr.bin/ssh/ecdsa521_openssh.prv U regress/usr.bin/ssh/ecdsa521_openssh.pub P regress/usr.bin/ssh/sshfp-connect.sh P sys/crypto/cryptosoft.c M sys/dev/usb/uhidev.c P sys/kern/kern_sysctl.c P sys/kern/sysv_msg.c P sys/kern/sysv_sem.c P sys/kern/sysv_shm.c P sys/netinet/ip_ah.c P sys/sys/sem.h P sys/sys/shm.h P usr.bin/tmux/cmd.c P usr.bin/tmux/job.c P usr.bin/tmux/xmalloc.c M usr.sbin/bgpd/session.c commit YJxKMzdoyCC6O3RS Author: bluhm Date: 2026/07/12 21:41:08 IPComp decompression must not overflow mbuf cluster. Check after decompressing an IPComp packet, that the content fits into a mbuf cluster. m_copyback() assumes that it can allocate a single mbuf cluster to enlarge the mbuf chain. That means the decompressed data must not exceed MAXMCLBYTES. Prevent panic: m_clget: request for 67948 byte cluster. reported by Homura Akemi, SecBuddyF, Tencent KeenLab; OK mvs@ sys/crypto/cryptosoft.c commit DNpDofuRaeqXHBDJ Author: bluhm Date: 2026/07/12 21:29:51 IPsec AH must contain replay counter. Before reading the replay counter from packet header in ah_input(), make sure that the mbuf is long enough. Prevents panic: m_copydata: null mbuf. reported by Homura Akemi, SecBuddyF, Tencent KeenLab; OK mvs@ sys/netinet/ip_ah.c commit 1IQnLfuXLJi1iHjm Author: nicm Date: 2026/07/12 20:35:52 Use _exit in child after fork, from Yayo Razo in GitHub issue 5376. usr.bin/tmux/cmd.c usr.bin/tmux/job.c commit aVT0GdzUlejHkPnQ Author: nicm Date: 2026/07/12 20:16:20 Add missing calloc check and use fatal. Prompted by a similar change from Yayo Razo. usr.bin/tmux/xmalloc.c commit eOpR6LU5eDtSTp9r Author: mvs Date: 2026/07/12 15:49:45 Move SysV sysctl(2) handlers out of sysctl_vslock(). They don't need to wire userland pages, but have sleeping malloc() calls which could block the locked sysctl(2) paths. Introduce rwlocks to serialize access to `seminfo' and `shminfo' respectively. The whole SysV IPC layer relies on kernel lock, but sysctl_sysvsem() and sysctl_sysvshm() paths have context switch requires the extra serialization. Joint work with and OK from kirill. sys/kern/kern_sysctl.c sys/kern/sysv_msg.c sys/kern/sysv_sem.c sys/kern/sysv_shm.c sys/sys/sem.h sys/sys/shm.h commit Ap3GSVrb62HH5lra Author: dtucker Date: 2026/07/12 11:19:33 Add tests for ecdsa 256, 384 and 521 keys in DNS fingerprints. Dynamically generate the required zone file. regress/usr.bin/ssh/ecdsa256_openssh.prv regress/usr.bin/ssh/ecdsa256_openssh.pub regress/usr.bin/ssh/ecdsa384_openssh.prv regress/usr.bin/ssh/ecdsa384_openssh.pub regress/usr.bin/ssh/ecdsa521_openssh.prv regress/usr.bin/ssh/ecdsa521_openssh.pub regress/usr.bin/ssh/sshfp-connect.sh commit 26VFYtMbWpTqaOQI Author: djm Date: 2026/07/12 08:40:00 check sshd_config output case insensitively regress/usr.bin/ssh/cfgparse.sh commit ICHgTyA2mg9W7RSz Author: dtucker Date: 2026/07/12 06:10:32 Add SSHFP tests for ed25519 key type. regress/usr.bin/ssh/sshfp-connect.sh P 3RDPARTY P MODULES U app/xclock/ABOUT-NLS P app/xclock/COPYING P app/xclock/ChangeLog P app/xclock/Clock.c P app/xclock/Clock.h P app/xclock/ClockP.h P app/xclock/Makefile.am P app/xclock/Makefile.in P app/xclock/aclocal.m4 P app/xclock/compile P app/xclock/config.guess P app/xclock/config.h.in P app/xclock/config.rpath P app/xclock/config.sub P app/xclock/configure P app/xclock/configure.ac P app/xclock/depcomp P app/xclock/install-sh U app/xclock/meson.build U app/xclock/meson.options P app/xclock/missing P app/xclock/xclock.c P app/xclock/man/Makefile.in P app/xclock/man/xclock.man P app/xedit/AUTHORS P app/xedit/ChangeLog P app/xedit/Makefile.am P app/xedit/Makefile.in P app/xedit/aclocal.m4 P app/xedit/ar-lib P app/xedit/commands.c P app/xedit/compile P app/xedit/config.guess P app/xedit/config.sub P app/xedit/configure P app/xedit/configure.ac P app/xedit/depcomp P app/xedit/hook.c P app/xedit/ispell.c P app/xedit/lisp.c U app/xedit/meson.build U app/xedit/meson.options P app/xedit/missing P app/xedit/options.c cvs server: app/xedit/strcasecmp.c is no longer in the repository P app/xedit/util.c P app/xedit/xedit.c P app/xedit/xedit.h P app/xedit/lisp/bytecode.c P app/xedit/lisp/core.c P app/xedit/lisp/core.h P app/xedit/lisp/debugger.c P app/xedit/lisp/debugger.h P app/xedit/lisp/format.c P app/xedit/lisp/format.h P app/xedit/lisp/helper.c P app/xedit/lisp/helper.h P app/xedit/lisp/internal.h P app/xedit/lisp/io.c P app/xedit/lisp/io.h P app/xedit/lisp/lisp.c P app/xedit/lisp/lisp.h P app/xedit/lisp/lsp.c P app/xedit/lisp/math.c P app/xedit/lisp/math.h P app/xedit/lisp/mathimp.c P app/xedit/lisp/package.c P app/xedit/lisp/package.h P app/xedit/lisp/pathname.c P app/xedit/lisp/pathname.h P app/xedit/lisp/private.h P app/xedit/lisp/read.c P app/xedit/lisp/read.h P app/xedit/lisp/regex.c P app/xedit/lisp/regex.h P app/xedit/lisp/require.c P app/xedit/lisp/require.h P app/xedit/lisp/stream.c P app/xedit/lisp/stream.h P app/xedit/lisp/string.c P app/xedit/lisp/string.h P app/xedit/lisp/struct.c P app/xedit/lisp/struct.h P app/xedit/lisp/time.c P app/xedit/lisp/time.h P app/xedit/lisp/write.c P app/xedit/lisp/write.h P app/xedit/lisp/xedit.c P app/xedit/lisp/modules/lisp.lsp P app/xedit/lisp/modules/psql.c P app/xedit/lisp/modules/x11.c P app/xedit/lisp/modules/xaw.c P app/xedit/lisp/modules/xt.c P app/xedit/lisp/modules/progmodes/patch.lsp P app/xedit/lisp/mp/mp.c P app/xedit/lisp/mp/mp.h P app/xedit/lisp/mp/mpi.c P app/xedit/lisp/mp/mpr.c U app/xedit/lisp/re/meson.build P app/xedit/lisp/re/tests.c P app/xedit/lisp/re/tests.txt P app/xedit/lisp/test/hello.lsp P app/xedit/lisp/test/list.lsp P app/xedit/lisp/test/math.lsp P app/xedit/lisp/test/psql-1.lsp P app/xedit/lisp/test/stream.lsp P app/xedit/lisp/test/widgets.lsp P app/xedit/man/Makefile.in P app/xedit/man/xedit.man P app/xev/ChangeLog P app/xev/Makefile.am P app/xev/Makefile.in P app/xev/aclocal.m4 P app/xev/compile P app/xev/config.guess P app/xev/config.sub P app/xev/configure P app/xev/configure.ac P app/xev/depcomp U app/xev/meson.build P app/xev/missing P app/xev/xev.c P app/xev/man/Makefile.in P app/xev/man/xev.man P app/xfontsel/ChangeLog P app/xfontsel/Makefile.am P app/xfontsel/Makefile.in P app/xfontsel/aclocal.m4 P app/xfontsel/compile P app/xfontsel/config.guess P app/xfontsel/config.sub P app/xfontsel/configure P app/xfontsel/configure.ac P app/xfontsel/depcomp U app/xfontsel/meson.build U app/xfontsel/meson.options P app/xfontsel/missing P app/xfontsel/man/Makefile.in P app/xfontsel/man/xfontsel.man U app/xfontsel/po/POTFILES U app/xfontsel/po/meson.build P app/xkbutils/COPYING P app/xkbutils/ChangeLog P app/xkbutils/LED.c P app/xkbutils/LED.h P app/xkbutils/LEDP.h P app/xkbutils/Makefile.am P app/xkbutils/Makefile.in P app/xkbutils/README.md P app/xkbutils/aclocal.m4 P app/xkbutils/compile P app/xkbutils/config.guess P app/xkbutils/config.h.in P app/xkbutils/config.sub P app/xkbutils/configure P app/xkbutils/configure.ac P app/xkbutils/depcomp U app/xkbutils/meson.build P app/xkbutils/missing P app/xkbutils/utils.c P app/xkbutils/utils.h P app/xkbutils/xkbbell.c P app/xkbutils/xkbvleds.c P app/xkbutils/xkbwatch.c P app/xkbutils/man/Makefile.in P app/xkbutils/man/xkbbell.man P app/xkbutils/man/xkbvleds.man P app/xkbutils/man/xkbwatch.man P app/xlsatoms/COPYING P app/xlsatoms/ChangeLog P app/xlsatoms/Makefile.am P app/xlsatoms/Makefile.in P app/xlsatoms/aclocal.m4 P app/xlsatoms/compile P app/xlsatoms/config.guess P app/xlsatoms/config.h.in P app/xlsatoms/config.sub P app/xlsatoms/configure P app/xlsatoms/configure.ac P app/xlsatoms/depcomp P app/xlsatoms/install-sh U app/xlsatoms/meson.build P app/xlsatoms/missing P app/xlsatoms/xlsatoms.c P app/xlsatoms/man/Makefile.in P app/xlsatoms/man/xlsatoms.man P app/xlsclients/ChangeLog P app/xlsclients/Makefile.am P app/xlsclients/Makefile.in P app/xlsclients/aclocal.m4 P app/xlsclients/compile P app/xlsclients/config.guess P app/xlsclients/config.h.in P app/xlsclients/config.sub P app/xlsclients/configure P app/xlsclients/configure.ac P app/xlsclients/depcomp P app/xlsclients/install-sh U app/xlsclients/meson.build P app/xlsclients/missing P app/xlsclients/xlsclients.c P app/xlsclients/man/Makefile.in P app/xlsclients/man/xlsclients.man P app/xlsfonts/ChangeLog P app/xlsfonts/Makefile.am P app/xlsfonts/Makefile.in P app/xlsfonts/aclocal.m4 P app/xlsfonts/compile P app/xlsfonts/config.guess P app/xlsfonts/config.sub P app/xlsfonts/configure P app/xlsfonts/configure.ac P app/xlsfonts/depcomp P app/xlsfonts/dsimple.c P app/xlsfonts/dsimple.h U app/xlsfonts/meson.build P app/xlsfonts/missing P app/xlsfonts/xlsfonts.c P app/xlsfonts/xlsfonts.xml P app/xlsfonts/man/Makefile.in P app/xlsfonts/man/xlsfonts.man P app/xrdb/ChangeLog P app/xrdb/Makefile.am P app/xrdb/Makefile.in P app/xrdb/aclocal.m4 P app/xrdb/compile P app/xrdb/config.guess P app/xrdb/config.sub P app/xrdb/configure P app/xrdb/configure.ac P app/xrdb/depcomp U app/xrdb/meson.build U app/xrdb/meson.options P app/xrdb/missing P app/xrdb/xrdb.c P app/xrdb/man/Makefile.in P app/xrdb/man/xrdb.man P app/xrefresh/ChangeLog P app/xrefresh/Makefile.am P app/xrefresh/Makefile.in P app/xrefresh/aclocal.m4 P app/xrefresh/compile P app/xrefresh/config.guess P app/xrefresh/config.h.in P app/xrefresh/config.sub P app/xrefresh/configure P app/xrefresh/configure.ac P app/xrefresh/depcomp U app/xrefresh/meson.build P app/xrefresh/missing P app/xrefresh/xrefresh.c P app/xrefresh/man/Makefile.in P app/xrefresh/man/xrefresh.man P app/xset/COPYING P app/xset/ChangeLog P app/xset/Makefile.am P app/xset/Makefile.in P app/xset/aclocal.m4 P app/xset/compile P app/xset/config.guess P app/xset/config.h.in P app/xset/config.sub P app/xset/configure P app/xset/configure.ac P app/xset/depcomp P app/xset/install-sh U app/xset/meson.build U app/xset/meson.options P app/xset/missing P app/xset/xset.c P app/xset/man/Makefile.in P app/xset/man/xset.man P app/xsetroot/ChangeLog P app/xsetroot/Makefile.am P app/xsetroot/Makefile.in P app/xsetroot/aclocal.m4 P app/xsetroot/compile P app/xsetroot/config.guess P app/xsetroot/config.h.in P app/xsetroot/config.sub P app/xsetroot/configure P app/xsetroot/configure.ac P app/xsetroot/depcomp P app/xsetroot/install-sh U app/xsetroot/meson.build P app/xsetroot/missing P app/xsetroot/xsetroot.c P app/xsetroot/man/Makefile.in P app/xsetroot/man/xsetroot.man P app/xvinfo/ChangeLog P app/xvinfo/Makefile.am P app/xvinfo/Makefile.in P app/xvinfo/aclocal.m4 P app/xvinfo/compile P app/xvinfo/config.guess P app/xvinfo/config.h.in P app/xvinfo/config.sub P app/xvinfo/configure P app/xvinfo/configure.ac P app/xvinfo/depcomp P app/xvinfo/install-sh U app/xvinfo/meson.build P app/xvinfo/missing P app/xvinfo/xvinfo.c P app/xvinfo/man/Makefile.in P app/xvinfo/man/xvinfo.man P app/xwd/ChangeLog P app/xwd/Makefile.am P app/xwd/Makefile.in P app/xwd/aclocal.m4 P app/xwd/compile P app/xwd/config.guess P app/xwd/config.sub P app/xwd/configure P app/xwd/configure.ac P app/xwd/depcomp U app/xwd/meson.build U app/xwd/meson.options P app/xwd/missing P app/xwd/multiVis.c P app/xwd/xwd.c P app/xwd/man/Makefile.in P app/xwd/man/xwd.man P app/xwud/ChangeLog P app/xwud/Makefile.am P app/xwud/Makefile.in P app/xwud/aclocal.m4 P app/xwud/compile P app/xwud/configure P app/xwud/configure.ac P app/xwud/depcomp U app/xwud/meson.build P app/xwud/missing P app/xwud/xwud.c P app/xwud/man/Makefile.in P app/xwud/man/xwud.man P lib/libXfont2/ChangeLog P lib/libXfont2/Makefile.am P lib/libXfont2/Makefile.in P lib/libXfont2/aclocal.m4 P lib/libXfont2/compile P lib/libXfont2/config.h.in P lib/libXfont2/configure P lib/libXfont2/configure.ac P lib/libXfont2/depcomp P lib/libXfont2/missing U lib/libXfont2/test-driver P lib/libXfont2/doc/Makefile.in P lib/libXfont2/include/X11/fonts/bdfint.h cvs server: lib/libXfont2/include/X11/fonts/fontencc.h is no longer in the repository P lib/libXfont2/m4/libtool.m4 cvs server: lib/libXfont2/m4/ltoptions.m4 is no longer in the repository cvs server: lib/libXfont2/m4/ltsugar.m4 is no longer in the repository cvs server: lib/libXfont2/m4/ltversion.m4 is no longer in the repository cvs server: lib/libXfont2/m4/lt~obsolete.m4 is no longer in the repository P lib/libXfont2/src/FreeType/ftenc.c P lib/libXfont2/src/bitmap/bdfread.c P lib/libXfont2/src/bitmap/pcfread.c P lib/libXfont2/src/builtins/render.c P lib/libXfont2/src/fc/fsio.c cvs server: lib/libXfont2/src/fontfile/fontencc.c is no longer in the repository U lib/libXfont2/test/gen_evil_pcf_bitmapscale.py U lib/libXfont2/test/gen_evil_pcf_encoding.py U lib/libXfont2/test/gen_evil_pcf_norepad.py U lib/libXfont2/test/gen_evil_pcf_props.py U lib/libXfont2/test/gen_evil_pcf_repad.py U lib/libXfont2/test/pcf-test-common.c U lib/libXfont2/test/pcf-test-common.h U lib/libXfont2/test/test-pcf-bitmapscale.c U lib/libXfont2/test/test-pcf-encoding.c U lib/libXfont2/test/test-pcf-norepad.c U lib/libXfont2/test/test-pcf-props.c U lib/libXfont2/test/test-pcf-repad.c P lib/libXfont2/test/utils/font-test-utils.c P lib/libXi/ChangeLog P lib/libXi/Makefile.in P lib/libXi/aclocal.m4 P lib/libXi/compile P lib/libXi/configure P lib/libXi/configure.ac P lib/libXi/depcomp P lib/libXi/missing cvs server: lib/libXi/m4/libtool.m4 is no longer in the repository cvs server: lib/libXi/m4/ltoptions.m4 is no longer in the repository cvs server: lib/libXi/m4/ltsugar.m4 is no longer in the repository cvs server: lib/libXi/m4/ltversion.m4 is no longer in the repository cvs server: lib/libXi/m4/lt~obsolete.m4 is no longer in the repository P lib/libXi/man/Makefile.in P lib/libXi/man/XAllowDeviceEvents.man P lib/libXi/man/XChangeDeviceDontPropagateList.man P lib/libXi/man/XChangeKeyboardDevice.man P lib/libXi/man/XChangePointerDevice.man P lib/libXi/man/XDeviceBell.man P lib/libXi/man/XGetDeviceControl.man P lib/libXi/man/XGetDeviceKeyMapping.man P lib/libXi/man/XGetDeviceModifierMapping.man P lib/libXi/man/XGetDeviceMotionEvents.man P lib/libXi/man/XGetDeviceProperty.man P lib/libXi/man/XGetExtensionVersion.man P lib/libXi/man/XGetFeedbackControl.man P lib/libXi/man/XGrabDevice.man P lib/libXi/man/XGrabDeviceButton.man P lib/libXi/man/XGrabDeviceKey.man P lib/libXi/man/XIAllowEvents.man P lib/libXi/man/XIBarrierReleasePointer.man P lib/libXi/man/XIChangeHierarchy.man P lib/libXi/man/XIChangeProperty.man P lib/libXi/man/XIDefineCursor.man P lib/libXi/man/XIGrabButton.man P lib/libXi/man/XIGrabDevice.man P lib/libXi/man/XIGrabEnter.man P lib/libXi/man/XIListProperties.man P lib/libXi/man/XIQueryDevice.man P lib/libXi/man/XIQueryPointer.man P lib/libXi/man/XIQueryVersion.man P lib/libXi/man/XISelectEvents.man P lib/libXi/man/XISetClientPointer.man P lib/libXi/man/XISetFocus.man P lib/libXi/man/XIWarpPointer.man P lib/libXi/man/XListDeviceProperties.man P lib/libXi/man/XListInputDevices.man P lib/libXi/man/XOpenDevice.man P lib/libXi/man/XQueryDeviceState.man P lib/libXi/man/XSelectExtensionEvent.man P lib/libXi/man/XSendExtensionEvent.man P lib/libXi/man/XSetDeviceButtonMapping.man P lib/libXi/man/XSetDeviceFocus.man P lib/libXi/man/XSetDeviceMode.man P lib/libXi/man/XSetDeviceValuators.man P lib/libXi/specs/Makefile.in P lib/libXi/src/Makefile.in P lib/libXi/src/XExtInt.c U util/gccmakedep/COPYING P util/gccmakedep/ChangeLog P util/gccmakedep/Makefile.am P util/gccmakedep/Makefile.in P util/gccmakedep/aclocal.m4 P util/gccmakedep/compile P util/gccmakedep/config.guess P util/gccmakedep/config.sub P util/gccmakedep/configure P util/gccmakedep/configure.ac P util/gccmakedep/gccmakedep.in P util/gccmakedep/gccmakedep.man U util/gccmakedep/meson.build P util/gccmakedep/missing P xserver/ChangeLog P xserver/configure P xserver/configure.ac P xserver/meson.build P xserver/dix/colormap.c P xserver/dix/dixfonts.c P xserver/glamor/glamor_font.c P xserver/glx/vndservermapping.c P xserver/hw/xquartz/GL/Makefile.am P xserver/hw/xquartz/GL/Makefile.in P xserver/hw/xquartz/GL/indirect.c P xserver/hw/xquartz/GL/meson.build P xserver/os/Makefile.in P xserver/xkb/maprules.c commit 8FZ4YIouKoYm82QB Author: matthieu Date: 2026/07/12 17:13:53 update 3RDPARTY MODULES commit ZyVUAQMdPa98JbBV Author: matthieu Date: 2026/07/12 16:29:36 Update to gccmakedep 1.0.5 util/gccmakedep/COPYING util/gccmakedep/ChangeLog util/gccmakedep/Makefile.am util/gccmakedep/Makefile.in util/gccmakedep/aclocal.m4 util/gccmakedep/compile util/gccmakedep/config.guess util/gccmakedep/config.sub util/gccmakedep/configure util/gccmakedep/configure.ac util/gccmakedep/gccmakedep.in util/gccmakedep/gccmakedep.man util/gccmakedep/meson.build util/gccmakedep/missing commit KmiwAueSqRI4bBpm Author: matthieu Date: 2026/07/12 16:24:28 Update xwud to 1.0.8 app/xwud/ChangeLog app/xwud/Makefile.am app/xwud/Makefile.in app/xwud/aclocal.m4 app/xwud/compile app/xwud/configure app/xwud/configure.ac app/xwud/depcomp app/xwud/meson.build app/xwud/missing app/xwud/xwud.c app/xwud/man/Makefile.in app/xwud/man/xwud.man commit kMhlsXX9uu77hZB5 Author: matthieu Date: 2026/07/12 16:21:49 Update to xwd 1.0.10 app/xwd/ChangeLog app/xwd/Makefile.am app/xwd/Makefile.in app/xwd/aclocal.m4 app/xwd/compile app/xwd/config.guess app/xwd/config.sub app/xwd/configure app/xwd/configure.ac app/xwd/depcomp app/xwd/meson.build app/xwd/meson.options app/xwd/missing app/xwd/multiVis.c app/xwd/xwd.c app/xwd/man/Makefile.in app/xwd/man/xwd.man commit vJuYw6sobg95zpRw Author: matthieu Date: 2026/07/12 16:18:25 Update to xvinfo 1.1.6 app/xvinfo/ChangeLog app/xvinfo/Makefile.am app/xvinfo/Makefile.in app/xvinfo/aclocal.m4 app/xvinfo/compile app/xvinfo/config.guess app/xvinfo/config.h.in app/xvinfo/config.sub app/xvinfo/configure app/xvinfo/configure.ac app/xvinfo/depcomp app/xvinfo/install-sh app/xvinfo/meson.build app/xvinfo/missing app/xvinfo/xvinfo.c app/xvinfo/man/Makefile.in app/xvinfo/man/xvinfo.man commit rTCo7Vb4wyNPwLa7 Author: matthieu Date: 2026/07/12 16:15:32 Update to xsetroot 1.1.4 app/xsetroot/ChangeLog app/xsetroot/Makefile.am app/xsetroot/Makefile.in app/xsetroot/aclocal.m4 app/xsetroot/compile app/xsetroot/config.guess app/xsetroot/config.h.in app/xsetroot/config.sub app/xsetroot/configure app/xsetroot/configure.ac app/xsetroot/depcomp app/xsetroot/install-sh app/xsetroot/meson.build app/xsetroot/missing app/xsetroot/xsetroot.c app/xsetroot/man/Makefile.in app/xsetroot/man/xsetroot.man commit RtepvHiJLLAge2AH Author: matthieu Date: 2026/07/12 16:13:00 Update to xset 1.2.6 app/xset/COPYING app/xset/ChangeLog app/xset/Makefile.am app/xset/Makefile.in app/xset/aclocal.m4 app/xset/compile app/xset/config.guess app/xset/config.h.in app/xset/config.sub app/xset/configure app/xset/configure.ac app/xset/depcomp app/xset/install-sh app/xset/meson.build app/xset/meson.options app/xset/missing app/xset/xset.c app/xset/man/Makefile.in app/xset/man/xset.man commit TVZvl3ZqCYaW9o3r Author: matthieu Date: 2026/07/12 16:11:37 missed cvs add app/xrefresh/meson.build commit Fcl0m3axPh4JEMPJ Author: matthieu Date: 2026/07/12 16:09:04 Update to xrefresh 1.1.1 app/xrefresh/ChangeLog app/xrefresh/Makefile.am app/xrefresh/Makefile.in app/xrefresh/aclocal.m4 app/xrefresh/compile app/xrefresh/config.guess app/xrefresh/config.h.in app/xrefresh/config.sub app/xrefresh/configure app/xrefresh/configure.ac app/xrefresh/depcomp app/xrefresh/missing app/xrefresh/xrefresh.c app/xrefresh/man/Makefile.in app/xrefresh/man/xrefresh.man commit CJAO5O5yowHq1CuO Author: matthieu Date: 2026/07/12 16:01:49 Update to xrdb 1.2.3 app/xrdb/ChangeLog app/xrdb/Makefile.am app/xrdb/Makefile.in app/xrdb/aclocal.m4 app/xrdb/compile app/xrdb/config.guess app/xrdb/config.sub app/xrdb/configure app/xrdb/configure.ac app/xrdb/depcomp app/xrdb/meson.build app/xrdb/meson.options app/xrdb/missing app/xrdb/xrdb.c app/xrdb/man/Makefile.in app/xrdb/man/xrdb.man commit UEMMAnUpEtlPVy5b Author: matthieu Date: 2026/07/12 15:57:19 Update to xlsfonts 1.0.9 app/xlsfonts/ChangeLog app/xlsfonts/Makefile.am app/xlsfonts/Makefile.in app/xlsfonts/aclocal.m4 app/xlsfonts/compile app/xlsfonts/config.guess app/xlsfonts/config.sub app/xlsfonts/configure app/xlsfonts/configure.ac app/xlsfonts/depcomp app/xlsfonts/dsimple.c app/xlsfonts/dsimple.h app/xlsfonts/meson.build app/xlsfonts/missing app/xlsfonts/xlsfonts.c app/xlsfonts/xlsfonts.xml app/xlsfonts/man/Makefile.in app/xlsfonts/man/xlsfonts.man commit hd6lbojb6xwIb32t Author: matthieu Date: 2026/07/12 15:54:09 Update to xlsatoms 1.1.5 app/xlsatoms/COPYING app/xlsatoms/ChangeLog app/xlsatoms/Makefile.am app/xlsatoms/Makefile.in app/xlsatoms/aclocal.m4 app/xlsatoms/compile app/xlsatoms/config.guess app/xlsatoms/config.h.in app/xlsatoms/config.sub app/xlsatoms/configure app/xlsatoms/configure.ac app/xlsatoms/depcomp app/xlsatoms/install-sh app/xlsatoms/meson.build app/xlsatoms/missing app/xlsatoms/xlsatoms.c app/xlsatoms/man/Makefile.in app/xlsatoms/man/xlsatoms.man commit CcYDjnQtgcxBWYqM Author: matthieu Date: 2026/07/12 15:50:22 Update to xkbutils 1.0.7 app/xkbutils/COPYING app/xkbutils/ChangeLog app/xkbutils/LED.c app/xkbutils/LED.h app/xkbutils/LEDP.h app/xkbutils/Makefile.am app/xkbutils/Makefile.in app/xkbutils/README.md app/xkbutils/aclocal.m4 app/xkbutils/compile app/xkbutils/config.guess app/xkbutils/config.h.in app/xkbutils/config.sub app/xkbutils/configure app/xkbutils/configure.ac app/xkbutils/depcomp app/xkbutils/meson.build app/xkbutils/missing app/xkbutils/utils.c app/xkbutils/utils.h app/xkbutils/xkbbell.c app/xkbutils/xkbvleds.c app/xkbutils/xkbwatch.c app/xkbutils/man/Makefile.in app/xkbutils/man/xkbbell.man app/xkbutils/man/xkbvleds.man app/xkbutils/man/xkbwatch.man commit m8wuj7R3tmN56Hmc Author: matthieu Date: 2026/07/12 15:46:52 Update to xfontsel 1.1.2 app/xfontsel/ChangeLog app/xfontsel/Makefile.am app/xfontsel/Makefile.in app/xfontsel/aclocal.m4 app/xfontsel/compile app/xfontsel/config.guess app/xfontsel/config.sub app/xfontsel/configure app/xfontsel/configure.ac app/xfontsel/depcomp app/xfontsel/meson.build app/xfontsel/meson.options app/xfontsel/missing app/xfontsel/man/Makefile.in app/xfontsel/man/xfontsel.man app/xfontsel/po/POTFILES app/xfontsel/po/meson.build commit rc9XnDswQZOlxfQY Author: matthieu Date: 2026/07/12 15:42:15 Update to xedit 1.2.5 app/xedit/AUTHORS app/xedit/ChangeLog app/xedit/Makefile.am app/xedit/Makefile.in app/xedit/aclocal.m4 app/xedit/ar-lib app/xedit/commands.c app/xedit/compile app/xedit/config.guess app/xedit/config.sub app/xedit/configure app/xedit/configure.ac app/xedit/depcomp app/xedit/hook.c app/xedit/ispell.c app/xedit/lisp.c app/xedit/meson.build app/xedit/meson.options app/xedit/missing app/xedit/options.c app/xedit/util.c app/xedit/xedit.c app/xedit/xedit.h app/xedit/lisp/bytecode.c app/xedit/lisp/core.c app/xedit/lisp/core.h app/xedit/lisp/debugger.c app/xedit/lisp/debugger.h app/xedit/lisp/format.c app/xedit/lisp/format.h app/xedit/lisp/helper.c app/xedit/lisp/helper.h app/xedit/lisp/internal.h app/xedit/lisp/io.c app/xedit/lisp/io.h app/xedit/lisp/lisp.c app/xedit/lisp/lisp.h app/xedit/lisp/lsp.c app/xedit/lisp/math.c app/xedit/lisp/math.h app/xedit/lisp/mathimp.c app/xedit/lisp/package.c app/xedit/lisp/package.h app/xedit/lisp/pathname.c app/xedit/lisp/pathname.h app/xedit/lisp/private.h app/xedit/lisp/read.c app/xedit/lisp/read.h app/xedit/lisp/regex.c app/xedit/lisp/regex.h app/xedit/lisp/require.c app/xedit/lisp/require.h app/xedit/lisp/stream.c app/xedit/lisp/stream.h app/xedit/lisp/string.c app/xedit/lisp/string.h app/xedit/lisp/struct.c app/xedit/lisp/struct.h app/xedit/lisp/time.c app/xedit/lisp/time.h app/xedit/lisp/write.c app/xedit/lisp/write.h app/xedit/lisp/xedit.c app/xedit/lisp/modules/lisp.lsp app/xedit/lisp/modules/psql.c app/xedit/lisp/modules/x11.c app/xedit/lisp/modules/xaw.c app/xedit/lisp/modules/xt.c app/xedit/lisp/modules/progmodes/patch.lsp app/xedit/lisp/mp/mp.c app/xedit/lisp/mp/mp.h app/xedit/lisp/mp/mpi.c app/xedit/lisp/mp/mpr.c app/xedit/lisp/re/meson.build app/xedit/lisp/re/tests.c app/xedit/lisp/re/tests.txt app/xedit/lisp/test/hello.lsp app/xedit/lisp/test/list.lsp app/xedit/lisp/test/math.lsp app/xedit/lisp/test/psql-1.lsp app/xedit/lisp/test/stream.lsp app/xedit/lisp/test/widgets.lsp app/xedit/man/Makefile.in app/xedit/man/xedit.man commit DYbpD1lLcKFollbn Author: matthieu Date: 2026/07/12 15:28:10 Update to xclock 1.2.0 app/xclock/ABOUT-NLS app/xclock/COPYING app/xclock/ChangeLog app/xclock/Clock.c app/xclock/Clock.h app/xclock/ClockP.h app/xclock/Makefile.am app/xclock/Makefile.in app/xclock/aclocal.m4 app/xclock/compile app/xclock/config.guess app/xclock/config.h.in app/xclock/config.rpath app/xclock/config.sub app/xclock/configure app/xclock/configure.ac app/xclock/depcomp app/xclock/install-sh app/xclock/meson.build app/xclock/meson.options app/xclock/missing app/xclock/xclock.c app/xclock/man/Makefile.in app/xclock/man/xclock.man commit vptyHiUaKqgG9l8e Author: matthieu Date: 2026/07/12 14:55:19 Update to xlsclients 1.1.6 app/xlsclients/ChangeLog app/xlsclients/Makefile.am app/xlsclients/Makefile.in app/xlsclients/aclocal.m4 app/xlsclients/compile app/xlsclients/config.guess app/xlsclients/config.h.in app/xlsclients/config.sub app/xlsclients/configure app/xlsclients/configure.ac app/xlsclients/depcomp app/xlsclients/install-sh app/xlsclients/meson.build app/xlsclients/missing app/xlsclients/xlsclients.c app/xlsclients/man/Makefile.in app/xlsclients/man/xlsclients.man commit pJq0l40HGlvQgEWw Author: matthieu Date: 2026/07/12 14:50:52 Update to xev 1.2.7 app/xev/ChangeLog app/xev/Makefile.am app/xev/Makefile.in app/xev/aclocal.m4 app/xev/compile app/xev/config.guess app/xev/config.sub app/xev/configure app/xev/configure.ac app/xev/depcomp app/xev/meson.build app/xev/missing app/xev/xev.c app/xev/man/Makefile.in app/xev/man/xev.man commit j7WO7ZpCswcjZUAJ Author: matthieu Date: 2026/07/12 10:28:31 Update to xserver 21.1.24. Security fixes are already committed. xserver/ChangeLog xserver/configure xserver/configure.ac xserver/meson.build xserver/dix/colormap.c xserver/dix/dixfonts.c xserver/glamor/glamor_font.c xserver/glx/vndservermapping.c xserver/hw/xquartz/GL/Makefile.am xserver/hw/xquartz/GL/Makefile.in xserver/hw/xquartz/GL/indirect.c xserver/hw/xquartz/GL/meson.build xserver/os/Makefile.in xserver/xkb/maprules.c commit fTfJT7iKmN9QC8Hs Author: matthieu Date: 2026/07/12 10:19:32 update to libXi 1.8.3 lib/libXi/ChangeLog lib/libXi/Makefile.in lib/libXi/aclocal.m4 lib/libXi/compile lib/libXi/configure lib/libXi/configure.ac lib/libXi/depcomp lib/libXi/missing lib/libXi/man/Makefile.in lib/libXi/man/XAllowDeviceEvents.man lib/libXi/man/XChangeDeviceDontPropagateList.man lib/libXi/man/XChangeKeyboardDevice.man lib/libXi/man/XChangePointerDevice.man lib/libXi/man/XDeviceBell.man lib/libXi/man/XGetDeviceControl.man lib/libXi/man/XGetDeviceKeyMapping.man lib/libXi/man/XGetDeviceModifierMapping.man lib/libXi/man/XGetDeviceMotionEvents.man lib/libXi/man/XGetDeviceProperty.man lib/libXi/man/XGetExtensionVersion.man lib/libXi/man/XGetFeedbackControl.man lib/libXi/man/XGrabDevice.man lib/libXi/man/XGrabDeviceButton.man lib/libXi/man/XGrabDeviceKey.man lib/libXi/man/XIAllowEvents.man lib/libXi/man/XIBarrierReleasePointer.man lib/libXi/man/XIChangeHierarchy.man lib/libXi/man/XIChangeProperty.man lib/libXi/man/XIDefineCursor.man lib/libXi/man/XIGrabButton.man lib/libXi/man/XIGrabDevice.man lib/libXi/man/XIGrabEnter.man lib/libXi/man/XIListProperties.man lib/libXi/man/XIQueryDevice.man lib/libXi/man/XIQueryPointer.man lib/libXi/man/XIQueryVersion.man lib/libXi/man/XISelectEvents.man lib/libXi/man/XISetClientPointer.man lib/libXi/man/XISetFocus.man lib/libXi/man/XIWarpPointer.man lib/libXi/man/XListDeviceProperties.man lib/libXi/man/XListInputDevices.man lib/libXi/man/XOpenDevice.man lib/libXi/man/XQueryDeviceState.man lib/libXi/man/XSelectExtensionEvent.man lib/libXi/man/XSendExtensionEvent.man lib/libXi/man/XSetDeviceButtonMapping.man lib/libXi/man/XSetDeviceFocus.man lib/libXi/man/XSetDeviceMode.man lib/libXi/man/XSetDeviceValuators.man lib/libXi/specs/Makefile.in lib/libXi/src/Makefile.in lib/libXi/src/XExtInt.c commit ojy6M2GM0yGFeHOO Author: matthieu Date: 2026/07/12 09:51:04 Update to libXfont2 2.0.8. Security fixes are already committed. lib/libXfont2/ChangeLog lib/libXfont2/Makefile.am lib/libXfont2/Makefile.in lib/libXfont2/aclocal.m4 lib/libXfont2/compile lib/libXfont2/config.h.in lib/libXfont2/configure lib/libXfont2/configure.ac lib/libXfont2/depcomp lib/libXfont2/missing lib/libXfont2/test-driver lib/libXfont2/doc/Makefile.in lib/libXfont2/include/X11/fonts/bdfint.h lib/libXfont2/m4/libtool.m4 lib/libXfont2/src/FreeType/ftenc.c lib/libXfont2/src/bitmap/bdfread.c lib/libXfont2/src/bitmap/pcfread.c lib/libXfont2/src/builtins/render.c lib/libXfont2/src/fc/fsio.c lib/libXfont2/test/gen_evil_pcf_bitmapscale.py lib/libXfont2/test/gen_evil_pcf_encoding.py lib/libXfont2/test/gen_evil_pcf_norepad.py lib/libXfont2/test/gen_evil_pcf_props.py lib/libXfont2/test/gen_evil_pcf_repad.py lib/libXfont2/test/pcf-test-common.c lib/libXfont2/test/pcf-test-common.h lib/libXfont2/test/test-pcf-bitmapscale.c lib/libXfont2/test/test-pcf-encoding.c lib/libXfont2/test/test-pcf-norepad.c lib/libXfont2/test/test-pcf-props.c lib/libXfont2/test/test-pcf-repad.c lib/libXfont2/test/utils/font-test-utils.c