mirror of
git://slackware.nl/current.git
synced 2025-01-17 18:12:36 +01:00
4f53dfead2
a/logrotate-3.21.0-x86_64-1.txz: Upgraded. kde/gwenview-22.12.0-x86_64-2.txz: Rebuilt. Recompiled against cfitsio-4.2.0. kde/kstars-3.6.2-x86_64-2.txz: Rebuilt. Recompiled against cfitsio-4.2.0. l/cfitsio-4.2.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/gsettings-desktop-schemas-43.0-x86_64-1.txz: Upgraded. l/gtk4-4.8.2-x86_64-1.txz: Upgraded. x/xorg-server-21.1.6-x86_64-1.txz: Upgraded. This release fixes an invalid event type mask in XTestSwapFakeInput which was inadvertently changed from octal 0177 to hexadecimal 0x177 in the fix for CVE-2022-46340. x/xorg-server-xephyr-21.1.6-x86_64-1.txz: Upgraded. x/xorg-server-xnest-21.1.6-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-21.1.6-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-22.1.7-x86_64-1.txz: Upgraded. This release fixes an invalid event type mask in XTestSwapFakeInput which was inadvertently changed from octal 0177 to hexadecimal 0x177 in the fix for CVE-2022-46340. testing/packages/rust-1.66.0-x86_64-1.txz: Added. |
||
---|---|---|
.. | ||
igt-gpu-tools | ||
luit | ||
pixman | ||
xauth | ||
xcompmgr | ||
xf86-video-intel | ||
xf86-video-s3virge | ||
xf86-video-tseng | ||
xf86-video-voodoo | ||
xf86-video-xgixp | ||
xinit | ||
xorg-cf-files | ||
xorg-server | ||
xpyb | ||
igt-gpu-tools.patch | ||
luit.patch | ||
pixman.patch | ||
README | ||
xauth.patch | ||
xcompmgr.patch | ||
xf86-video-apm.patch | ||
xf86-video-ark.patch | ||
xf86-video-ast.patch | ||
xf86-video-dummy.patch | ||
xf86-video-glint.patch | ||
xf86-video-i128.patch | ||
xf86-video-intel.patch | ||
xf86-video-nv.patch | ||
xf86-video-s3virge.patch | ||
xf86-video-tga.patch | ||
xf86-video-tseng.patch | ||
xf86-video-voodoo.patch | ||
xf86-video-xgi.patch | ||
xf86-video-xgixp.patch | ||
xinit.patch | ||
xorg-cf-files.patch | ||
xorg-server.patch | ||
xpyb.patch |
IMPORTANT! To fail/exit a script, use this: [command that fails] || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; } DO NOT USE THIS: [command that fails] || exit 1 as it will cause the parent script to exit in the wrong location and possibly silently skip building some packages. Thanks, The Management