mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
a38ab2e72c
ap/vim-9.0.1314-x86_64-1.txz: Upgraded. l/pipewire-0.3.66-x86_64-1.txz: Upgraded. n/bind-9.18.12-x86_64-1.txz: Upgraded. x/xf86-video-s3virge-1.11.1-x86_64-1.txz: Added. x/xf86-video-trident-1.4.0-x86_64-1.txz: Added. x/xterm-379-x86_64-1.txz: Upgraded. xap/freerdp-2.10.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.8.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.8.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-07/ https://www.cve.org/CVERecord?id=CVE-2023-0616 https://www.cve.org/CVERecord?id=CVE-2023-25728 https://www.cve.org/CVERecord?id=CVE-2023-25730 https://www.cve.org/CVERecord?id=CVE-2023-0767 https://www.cve.org/CVERecord?id=CVE-2023-25735 https://www.cve.org/CVERecord?id=CVE-2023-25737 https://www.cve.org/CVERecord?id=CVE-2023-25738 https://www.cve.org/CVERecord?id=CVE-2023-25739 https://www.cve.org/CVERecord?id=CVE-2023-25729 https://www.cve.org/CVERecord?id=CVE-2023-25732 https://www.cve.org/CVERecord?id=CVE-2023-25734 https://www.cve.org/CVERecord?id=CVE-2023-25742 https://www.cve.org/CVERecord?id=CVE-2023-25746 (* Security fix *) xap/vim-gvim-9.0.1314-x86_64-1.txz: Upgraded. |
||
---|---|---|
.. | ||
luit | ||
pixman | ||
xauth | ||
xcompmgr | ||
xf86-video-intel | ||
xf86-video-tseng | ||
xf86-video-voodoo | ||
xf86-video-xgixp | ||
xinit | ||
xorg-cf-files | ||
xorg-server | ||
xpyb | ||
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-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