summaryrefslogtreecommitdiffstats
path: root/source/x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tue Mar 26 22:24:59 UTC 202420240326222459 Patrick J Volkerding2024-03-2717-0/+17
| | | | | l/gjs-1.80.2-x86_64-1.txz: Upgraded. l/qt6-6.6.3_20240319_c2516323-x86_64-1.txz: Upgraded.
* Mon Mar 25 18:58:10 UTC 202420240325185810 Patrick J Volkerding2024-03-252-14/+1
| | | | | | | | | | | | | | a/shadow-4.15.1-x86_64-1.txz: Upgraded. The main point of this release is to fix a bug that caused spurious error messages about unknown login.defs configuration options. a/sysvinit-3.09-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.3.25-x86_64-1.txz: Upgraded. x/libX11-1.8.8-x86_64-1.txz: Upgraded. x/libXmu-1.2.0-x86_64-1.txz: Upgraded. x/lndir-1.0.5-x86_64-1.txz: Upgraded. x/xf86-video-savage-2.4.1-x86_64-1.txz: Upgraded. x/xman-1.2.0-x86_64-1.txz: Upgraded. x/xorg-docs-1.7.3-noarch-1.txz: Upgraded.
* Sat Mar 23 19:34:02 UTC 202420240323193402 Patrick J Volkerding2024-03-232-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | ap/vim-9.1.0199-x86_64-1.txz: Upgraded. Dropped python2 support. Thanks to Audrius Kažukauskas. l/duktape-2.7.0-x86_64-1.txz: Added. Needed by polkit. l/gjs-1.80.1-x86_64-1.txz: Upgraded. l/libdeflate-1.20-x86_64-1.txz: Upgraded. l/mozjs102-102.15.1esr-x86_64-2.txz: Removed. l/mozjs115-115.9.1esr-x86_64-1.txz: Upgraded. l/polkit-123-x86_64-2.txz: Rebuilt. Use duktape instead of mozjs102 as the JavaScript engine. x/iceauth-1.0.10-x86_64-2.txz: Rebuilt. It's never too early to build with --enable-year2038. Thanks to bigbadaboum. xap/geeqie-2.4-x86_64-1.txz: Upgraded. xap/mozilla-firefox-115.9.1esr-x86_64-1.txz: Upgraded. This update fixes a critical security issue: An attacker was able to inject an event handler into a privileged object that would allow arbitrary JavaScript execution in the parent process. For more information, see: https://www.mozilla.org/en-US/firefox/115.9.1esr/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2024-16/ https://www.cve.org/CVERecord?id=CVE-2024-29944 (* Security fix *) xap/vim-gvim-9.1.0199-x86_64-1.txz: Upgraded. Dropped python2 support. Thanks to Audrius Kažukauskas.
* Thu Mar 21 19:53:15 UTC 202420240321195315 Patrick J Volkerding2024-03-214-20/+16
| | | | | | | | | | | | | | | | | | | | | | | d/mercurial-6.7.1-x86_64-1.txz: Upgraded. d/rust-1.77.0-x86_64-1.txz: Upgraded. l/cairomm1-1.18.0-x86_64-1.txz: Added. Thanks to jloco. l/glibmm2-2.78.1-x86_64-1.txz: Added. Thanks to jloco. l/gtkmm4-4.12.0-x86_64-1.txz: Added. Thanks to jloco. l/libclc-18.1.2-x86_64-1.txz: Upgraded. l/pangomm-2.46.4-x86_64-1.txz: Upgraded. l/pangomm2-2.50.2-x86_64-1.txz: Added. Thanks to jloco. n/openvpn-2.6.10-x86_64-1.txz: Upgraded. x/libkkc-0.3.5-x86_64-5.txz: Rebuilt. Use python for the build, not python2. x/libkkc-data-0.2.7-x86_64-5.txz: Rebuilt. Use python for the build, not python2. x/marisa-0.2.6-x86_64-8.txz: Rebuilt. Drop python2 support and rebuild marisa module for python3. x/wayland-protocols-1.34-noarch-1.txz: Upgraded.
* Wed Mar 20 21:10:30 UTC 202420240320211030 Patrick J Volkerding2024-03-209-41/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/libblockdev-2.28-x86_64-2.txz: Rebuilt. Drop python2 support. a/sysvinit-scripts-15.1-noarch-15.txz: Rebuilt. rc.M: start rc.iceccd and rc.icecc-scheduler earlier. a/util-linux-2.39.3-x86_64-2.txz: Rebuilt. Drop python2 support. a/volume_key-0.3.12-x86_64-6.txz: Rebuilt. Drop python2 support. ap/man-pages-6.7-noarch-1.txz: Upgraded. d/cmake-3.28.4-x86_64-1.txz: Upgraded. d/llvm-18.1.2-x86_64-1.txz: Upgraded. d/python2-2.7.18-x86_64-7.txz: Rebuilt. Bundle the final python2 versions of pip and setuptools. Drop the /usr/bin/python symlink. d/python3-3.9.19-x86_64-1.txz: Upgraded. Point the /usr/bin/python symlink at python3.9. PEP 394 says we can do this, and in a world of ambigious shebangs, this is probably the best of the available options. This update also fixes security issues: bundled libexpat was updated to 2.6.0. zipfile is now protected from the "quoted-overlap" zipbomb. tempfile.TemporaryDirectory cleanup no longer dereferences symlinks when working around file system permission errors. For more information, see: https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html https://www.cve.org/CVERecord?id=CVE-2023-52425 https://www.cve.org/CVERecord?id=CVE-2024-0450 https://www.cve.org/CVERecord?id=CVE-2023-6597 (* Security fix *) d/strace-6.8-x86_64-1.txz: Upgraded. kde/kross-interpreters-23.08.5-x86_64-2.txz: Rebuilt. Drop python2 support. l/libxml2-2.12.6-x86_64-2.txz: Rebuilt. Drop python2 support. l/mozjs115-115.9.0esr-x86_64-2.txz: Rebuilt. Fixed installed library name. Thanks to reddog83. Fixed slack-desc. Thanks to r1w1s1. l/phonon-4.12.0-x86_64-1.txz: Upgraded. l/pilot-link-0.12.5-x86_64-17.txz: Rebuilt. Drop python2 support. l/python2-module-collection-2.7.18-x86_64-6.txz: Removed. Good bye! l/python2-pycairo-1.18.2-x86_64-1.txz: Added. We'll need this (along with pygtk and pygobject) until we get gimp3. Well, we could build gimp without python support, but I really don't think that's the route we want to take. n/bind-9.18.25-x86_64-1.txz: Upgraded. n/crda-4.15-x86_64-1.txz: Removed. The kernel is able to load from wireless-regdb directly. Obsolete. n/getmail-6.18.14-x86_64-1.txz: Upgraded. n/gpgme-1.23.2-x86_64-2.txz: Rebuilt. Drop python2 support. n/obexftp-0.24.2-x86_64-11.txz: Rebuilt. Drop python2 support. n/wireless-regdb-2024.01.23-x86_64-1.txz: Added. Wireless regulatory database, previously bundled with crda. x/ibus-1.5.29-x86_64-2.txz: Rebuilt. Drop python2 support. x/libkkc-0.3.5-x86_64-4.txz: Rebuilt. Still forcing python2 with this one, but perhaps a python3 marisa module could work around this. x/libkkc-data-0.2.7-x86_64-4.txz: Rebuilt. Still forcing python2 with this one, but perhaps a python3 marisa module could work around this. x/xcb-proto-1.16.0-x86_64-2.txz: Rebuilt. Drop python2 support. x/xpyb-1.3.1-x86_64-7.txz: Removed. Nothing uses it, and it was never updated for python3. Removed as obsolete.
* Mon Mar 18 21:44:21 UTC 202420240318214421 Patrick J Volkerding2024-03-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | d/perl-5.38.2-x86_64-2.txz: Rebuilt. Added IO-Tty-1.20, needed by mosh. Upgraded: DBD-mysql-4.051, URI-5.27, XML-Parser-2.47, IO-Socket-SSL-2.085, and Net-SSLeay-1.94. kde/cantor-23.08.5-x86_64-3.txz: Rebuilt. Recompiled against libqalculate-5.0.0. kde/plasma-workspace-5.27.11-x86_64-2.txz: Rebuilt. Recompiled against libqalculate-5.0.0. kde/step-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against libqalculate-5.0.0. l/abseil-cpp-20240116.1-x86_64-1.txz: Added. Needed for protobuf and mosh. l/libgnt-2.14.3-x86_64-2.txz: Rebuilt. Build with -Dpython2=false. Thanks to USUARIONUEVO. l/libqalculate-5.0.0-x86_64-2.txz: Rebuilt. Shared library .so-version bump. Thanks to gmgf. l/protobuf-26.0-x86_64-1.txz: Added. Needed for mosh. n/mosh-1.4.0-x86_64-1.txz: Added. Thanks to unInstance for cueing me in on this one. n/pinentry-1.3.0-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.3.275.0-x86_64-2.txz: Rebuilt. Build glslang with -DENABLE_OPT=Off. Thanks to F0nix.
* Thu Mar 14 20:01:17 UTC 202420240314200117 Patrick J Volkerding2024-03-141-1/+1
| | | | | | | | | | | | | | | | a/cryptsetup-2.7.1-x86_64-1.txz: Upgraded. a/elogind-252.23-x86_64-2.txz: Rebuilt. Install /etc/pam.d/elogind-user as .new. Thanks to Markus Wiesner. a/kmod-32-x86_64-1.txz: Upgraded. a/tcsh-6.24.11-x86_64-1.txz: Upgraded. ap/a2ps-4.15.6-x86_64-1.txz: Upgraded. d/vala-0.56.16-x86_64-1.txz: Upgraded. l/avahi-20240306_709e60f-x86_64-1.txz: Upgraded. Don't reload dbus from the installer. x/mesa-24.0.3-x86_64-1.txz: Upgraded. xap/xlockmore-5.76-x86_64-1.txz: Upgraded. xfce/xfce4-screensaver-4.18.3-x86_64-2.txz: Rebuilt. Install /etc/pam.d/xfce4-screensaver as .new. Thanks to Markus Wiesner.
* Thu Mar 7 20:40:08 UTC 202420240307204008 Patrick J Volkerding2024-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ap/ghostscript-10.03.0-x86_64-1.txz: Upgraded. This update addresses a security issue: A vulnerability was identified in the way Ghostscript/GhostPDL called tesseract for the OCR devices, which could allow arbitrary code execution. Thanks to J_W for the heads-up. (* Security fix *) ap/lxc-4.0.12-x86_64-3.txz: Rebuilt. lxc-slackware.in: include gnupg2 (not gnupg) for slackpkg. ap/slackpkg-15.0.10-noarch-3.txz: Rebuilt. core-functions.sh: use gpg2, not gpg. d/Cython-3.0.9-x86_64-1.txz: Upgraded. d/git-2.44.0-x86_64-2.txz: Rebuilt. Include git-subtree. Thanks to gwhl. d/llvm-18.1.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. kde/kdevelop-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against llvm-18.1.0. l/openexr-3.2.3-x86_64-1.txz: Upgraded. l/python-importlib_metadata-7.0.2-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.3.3-x86_64-1.txz: Upgraded. l/qt5-5.15.12_20240228_6609503f-x86_64-1.txz: Upgraded. Compiled against llvm-18.1.0. l/qt6-6.6.2_20240210_15b7e743-x86_64-3.txz: Rebuilt. Recompiled against llvm-18.1.0. l/spirv-llvm-translator-18.1.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/gnupg2-2.4.5-x86_64-1.txz: Upgraded. n/libassuan-2.5.7-x86_64-1.txz: Upgraded. n/postfix-3.9.0-x86_64-1.txz: Upgraded. x/mesa-24.0.2-x86_64-2.txz: Rebuilt. Recompiled against llvm-18.1.0 and spirv-llvm-translator-18.1.0. isolinux/initrd.img: Rebuilt. Fixed kernel version. Thanks to chrisVV. usb-and-pxe-installers/usbboot.img: Rebuilt. Fixed kernel version. Thanks to chrisVV.
* Wed Mar 6 21:30:27 UTC 202420240306213027 Patrick J Volkerding2024-03-065-43/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/etc-15.1-x86_64-8.txz: Rebuilt. Added UID 54 and GID 54 for nslcd. Thanks to Thom1b. a/hwdata-0.380-noarch-1.txz: Upgraded. a/kernel-firmware-20240305_d13f88b-noarch-1.txz: Upgraded. a/kernel-generic-6.6.21-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.21-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.21-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.21-x86-1.txz: Upgraded. k/kernel-source-6.6.21-noarch-1.txz: Upgraded. kde/bluedevil-5.27.11-x86_64-1.txz: Upgraded. kde/breeze-5.27.11-x86_64-1.txz: Upgraded. kde/breeze-grub-5.27.11-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.27.11-x86_64-1.txz: Upgraded. kde/drkonqi-5.27.11-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.27.11-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.27.11-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.27.11-x86_64-1.txz: Upgraded. kde/kdecoration-5.27.11-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.27.11-x86_64-1.txz: Upgraded. kde/kgamma5-5.27.11-x86_64-1.txz: Upgraded. kde/khotkeys-5.27.11-x86_64-1.txz: Upgraded. kde/kinfocenter-5.27.11-x86_64-1.txz: Upgraded. kde/kmenuedit-5.27.11-x86_64-1.txz: Upgraded. kde/kpipewire-5.27.11-x86_64-1.txz: Upgraded. kde/kscreen-5.27.11-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.27.11-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.27.11-x86_64-1.txz: Upgraded. kde/ksystemstats-5.27.11-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.27.11-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.27.11-x86_64-1.txz: Upgraded. kde/kwin-5.27.11-x86_64-1.txz: Upgraded. kde/kwrited-5.27.11-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.27.11-x86_64-1.txz: Upgraded. kde/libkscreen-5.27.11-x86_64-1.txz: Upgraded. kde/libksysguard-5.27.11-x86_64-1.txz: Upgraded. kde/milou-5.27.11-x86_64-1.txz: Upgraded. kde/oxygen-5.27.11-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-disks-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-integration-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-nm-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-pa-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-vault-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.27.11-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.27.11-noarch-1.txz: Upgraded. kde/polkit-kde-agent-1-5.27.11-x86_64-1.txz: Upgraded. kde/powerdevil-5.27.11-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.27.11-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.27.11-x86_64-1.txz: Upgraded. kde/systemsettings-5.27.11-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.27.11-x86_64-1.txz: Upgraded. l/SDL2-2.30.1-x86_64-1.txz: Upgraded. l/libplacebo-6.338.2-x86_64-2.txz: Rebuilt. Recompiled against vulkan-sdk-1.3.275.0. l/pango-1.52.1-x86_64-1.txz: Upgraded. n/gnupg-1.4.23-x86_64-6.txz: Rebuilt. Renamed binaries and manpages to end in 1, and renamed internally to gnupg1. Thanks to Lockywolf. n/gnupg2-2.4.4-x86_64-2.txz: Rebuilt. Make a gpg -> gpg2 symlink if it doesn't exist. Thanks to Lockywolf. n/nss-pam-ldapd-0.9.12-x86_64-3.txz: Rebuilt. rc.nss-pam-ldapd: chown /run/nslcd to the new nslcd user/group. Thanks to Thom1b. x/vulkan-sdk-1.3.275.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Mar 4 20:41:42 UTC 202420240304204142 Patrick J Volkerding2024-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d/vala-0.56.15-x86_64-1.txz: Upgraded. e/emacspeak-59.0-x86_64-1.txz: Upgraded. kde/calligra-3.2.1-x86_64-37.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/cantor-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/kfilemetadata-5.115.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/kile-2.9.93-x86_64-31.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/kitinerary-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/krita-5.2.2-x86_64-5.txz: Rebuilt. Recompiled against poppler-24.03.0. kde/okular-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against poppler-24.03.0. l/poppler-24.03.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. Enabled building libpoppler-qt6. x/xev-1.2.6-x86_64-1.txz: Upgraded. x/xf86-input-wacom-1.2.1-x86_64-1.txz: Upgraded. x/xfontsel-1.1.1-x86_64-1.txz: Upgraded. x/xmessage-1.0.7-x86_64-1.txz: Upgraded. x/xmh-1.0.5-x86_64-1.txz: Upgraded. x/xpr-1.2.0-x86_64-1.txz: Upgraded. x/xrefresh-1.1.0-x86_64-1.txz: Upgraded. x/xsm-1.0.6-x86_64-1.txz: Upgraded.
* Sun Mar 3 20:50:24 UTC 202420240303205024 Patrick J Volkerding2024-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | d/gdb-14.2-x86_64-1.txz: Upgraded. l/python-PyYAML-6.0.1-x86_64-2.txz: Rebuilt. Fixed build with Cython >= 3. Thanks to Stuart Winter. l/qt6-6.6.2_20240210_15b7e743-x86_64-2.txz: Rebuilt. Fixed the sdpscanner6 symlink by moving INSTALL_LIBEXECDIR to the expected location. x/editres-1.0.9-x86_64-1.txz: Upgraded. x/encodings-1.1.0-noarch-1.txz: Upgraded. x/gccmakedep-1.0.4-noarch-1.txz: Upgraded. x/libXaw3d-1.6.6-x86_64-1.txz: Upgraded. x/libXcursor-1.2.2-x86_64-1.txz: Upgraded. x/libXdmcp-1.1.5-x86_64-1.txz: Upgraded. x/libfontenc-1.1.8-x86_64-1.txz: Upgraded. x/libxcb-1.16.1-x86_64-1.txz: Upgraded. x/listres-1.0.6-x86_64-1.txz: Upgraded. x/mkfontscale-1.2.3-x86_64-1.txz: Upgraded. x/xauth-1.1.3-x86_64-1.txz: Upgraded. x/xlsfonts-1.0.8-x86_64-1.txz: Upgraded.
* Sat Mar 2 20:40:46 UTC 202420240302204046 Patrick J Volkerding2024-03-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | a/kernel-generic-6.6.20-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.20-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.20-x86_64-1.txz: Upgraded. a/lzip-1.24.1-x86_64-1.txz: Upgraded. a/shadow-4.14.6-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.20-x86-1.txz: Upgraded. k/kernel-source-6.6.20-noarch-1.txz: Upgraded. l/elfutils-0.191-x86_64-1.txz: Upgraded. l/libunibreak-6.1-x86_64-1.txz: Upgraded. l/python-build-1.1.1-x86_64-1.txz: Upgraded. l/python-psutil-5.9.8-x86_64-1.txz: Upgraded. l/python-setuptools_scm-8.0.4-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.2.23-x86_64-1.txz: Upgraded. l/sip-6.8.3-x86_64-1.txz: Upgraded. x/pyxdg-0.28-x86_64-1.txz: Upgraded. xfce/xfce4-taskmanager-1.5.7-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Fri Mar 1 22:13:28 UTC 202420240301221328 Patrick J Volkerding2024-03-023-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20240229_5cd471e-noarch-1.txz: Upgraded. a/kernel-generic-6.6.19-x86_64-1.txz: Upgraded. a/kernel-huge-6.6.19-x86_64-1.txz: Upgraded. a/kernel-modules-6.6.19-x86_64-1.txz: Upgraded. d/Cython-3.0.8-x86_64-1.txz: Upgraded. d/kernel-headers-6.6.19-x86-1.txz: Upgraded. d/python-pip-24.0-x86_64-1.txz: Upgraded. d/python-setuptools-69.1.1-x86_64-1.txz: Upgraded. k/kernel-source-6.6.19-noarch-1.txz: Upgraded. kde/fcitx5-configtool-5.1.4-x86_64-1.txz: Upgraded. For now, continuing to build this against qt5. l/M2Crypto-0.41.0-x86_64-1.txz: Upgraded. l/Mako-1.3.2-x86_64-1.txz: Upgraded. l/dbus-python-1.3.2-x86_64-1.txz: Upgraded. l/expat-2.6.1-x86_64-1.txz: Upgraded. This is a bugfix release. l/glib-networking-2.78.1-x86_64-1.txz: Upgraded. l/pycairo-1.26.0-x86_64-1.txz: Upgraded. l/pycurl-7.45.3-x86_64-1.txz: Upgraded. l/pygobject3-3.46.0-x86_64-1.txz: Upgraded. l/pyparsing-3.1.1-x86_64-1.txz: Upgraded. l/python-Jinja2-3.1.3-x86_64-1.txz: Upgraded. l/python-MarkupSafe-2.1.5-x86_64-1.txz: Upgraded. l/python-PyYAML-6.0.1-x86_64-1.txz: Upgraded. l/python-alabaster-0.7.16-x86_64-1.txz: Upgraded. l/python-babel-2.14.0-x86_64-1.txz: Upgraded. l/python-build-1.0.3-x86_64-1.txz: Upgraded. l/python-certifi-2024.2.2-x86_64-1.txz: Upgraded. l/python-cffi-1.16.0-x86_64-1.txz: Upgraded. l/python-chardet-5.2.0-x86_64-1.txz: Upgraded. l/python-charset-normalizer-3.3.2-x86_64-1.txz: Upgraded. l/python-distro-1.9.0-x86_64-1.txz: Upgraded. l/python-dnspython-2.6.1-x86_64-1.txz: Upgraded. l/python-doxypypy-0.8.8.7-x86_64-1.txz: Upgraded. l/python-doxyqml-0.5.3-x86_64-1.txz: Upgraded. l/python-future-1.0.0-x86_64-1.txz: Upgraded. l/python-glad2-2.0.5-x86_64-1.txz: Upgraded. l/python-idna-3.6-x86_64-1.txz: Upgraded. l/python-imagesize-1.4.1-x86_64-1.txz: Upgraded. l/python-importlib_metadata-7.0.1-x86_64-1.txz: Upgraded. l/python-lxml-5.1.0-x86_64-1.txz: Upgraded. l/python-markdown-3.5.2-x86_64-1.txz: Upgraded. l/python-packaging-23.2-x86_64-1.txz: Upgraded. l/python-pbr-6.0.0-x86_64-1.txz: Upgraded. l/python-pillow-10.2.0-x86_64-1.txz: Upgraded. l/python-pysol_cards-0.16.0-x86_64-1.txz: Upgraded. l/python-pytz-2024.1-x86_64-1.txz: Upgraded. l/python-random2-1.0.2-x86_64-1.txz: Upgraded. l/python-setuptools_scm-7.1.0-x86_64-1.txz: Upgraded. l/python-tomli-2.0.1-x86_64-1.txz: Upgraded. l/python-typing_extensions-4.10.0-x86_64-1.txz: Added. This is a temporary addition, needed by python-setuptools_scm until we get a newer version of both that and Python. l/python-wheel-0.42.0-x86_64-1.txz: Upgraded. l/python-zipp-3.17.0-x86_64-1.txz: Upgraded. l/wavpack-5.7.0-x86_64-1.txz: Upgraded. n/nghttp2-1.60.0-x86_64-1.txz: Upgraded. tcl/tcl-8.6.14-x86_64-1.txz: Upgraded. tcl/tk-8.6.14-x86_64-1.txz: Upgraded. x/fcitx5-5.1.8-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.1.4-x86_64-1.txz: Upgraded. For now, continuing to build this against qt5. x/fcitx5-gtk-5.1.2-x86_64-1.txz: Upgraded. x/fcitx5-hangul-5.1.2-x86_64-1.txz: Upgraded. x/fcitx5-kkc-5.1.2-x86_64-1.txz: Upgraded. For now, continuing to build this against qt5. x/fcitx5-qt-5.1.5-x86_64-1.txz: Upgraded. This is compiled against both qt5 and qt6. x/fcitx5-table-extra-5.1.4-x86_64-1.txz: Upgraded. x/fcitx5-table-other-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-unikey-5.1.3-x86_64-1.txz: Upgraded. For now, continuing to build this against qt5. x/libime-1.1.6-x86_64-1.txz: Upgraded. x/xcb-imdkit-1.0.7-x86_64-1.txz: Upgraded. xfce/xfce4-clipman-plugin-1.6.6-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Thu Feb 29 19:11:19 UTC 202420240229191119 Patrick J Volkerding2024-02-291-1/+1
| | | | | | | | | | | d/pahole-1.26-x86_64-1.txz: Upgraded. l/Imath-3.1.11-x86_64-1.txz: Upgraded. l/openjpeg-2.5.2-x86_64-1.txz: Upgraded. x/ibus-anthy-1.5.16-x86_64-1.txz: Upgraded. x/mesa-24.0.2-x86_64-1.txz: Upgraded. x/pixman-0.43.4-x86_64-1.txz: Upgraded. xfce/xfce4-panel-4.18.6-x86_64-1.txz: Upgraded. xfce/xfce4-terminal-1.1.3-x86_64-1.txz: Upgraded.
* Mon Feb 26 20:09:43 UTC 202420240226200943 Patrick J Volkerding2024-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | a/mdadm-4.3-x86_64-1.txz: Upgraded. a/pciutils-3.11.1-x86_64-1.txz: Upgraded. d/swig-4.2.1-x86_64-1.txz: Upgraded. l/LibRaw-0.21.2-x86_64-2.txz: Rebuilt. Include the example programs (which are actually useful). Thanks to giomat. l/imagemagick-7.1.1_29-x86_64-1.txz: Upgraded. l/openjpeg-2.5.1-x86_64-1.txz: Upgraded. Fixed a heap-based buffer overflow in openjpeg in color.c:379:42 in sycc420_to_rgb when decompressing a crafted .j2k file. An attacker could use this to execute arbitrary code with the permissions of the application compiled against openjpeg. For more information, see: https://www.cve.org/CVERecord?id=CVE-2021-3575 (* Security fix *) l/pango-1.52.0-x86_64-1.txz: Upgraded. x/sddm-0.21.0-x86_64-1.txz: Upgraded. xap/x3270-4.3ga5-x86_64-1.txz: Upgraded.
* Sun Feb 18 21:03:57 UTC 202420240218210357 Patrick J Volkerding2024-02-181-3/+3
| | | | | | | | | a/ndctl-78-x86_64-1.txz: Upgraded. ap/mpg123-1.32.5-x86_64-1.txz: Upgraded. l/libffi-3.4.6-x86_64-1.txz: Upgraded. x/mesa-24.0.1-x86_64-2.txz: Rebuilt. Added av1dec,av1enc,and vp9dec to the list of codecs to support. Thanks to fulalas and ZhaoLin1547.
* Wed Feb 14 04:31:08 UTC 202420240214043108 Patrick J Volkerding2024-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | l/exiv2-0.28.2-x86_64-1.txz: Upgraded. Fixes two low-severity security issues introduced in 0.28.x: Out-of-bounds read in QuickTimeVideo::NikonTagsDecoder. Denial of service due to unbounded recursion in QuickTimeVideo::multipleEntriesDecoder. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-24826 https://www.cve.org/CVERecord?id=CVE-2024-25112 (* Security fix *) l/gnome-keyring-46.1-x86_64-1.txz: Upgraded. n/dnsmasq-2.90-x86_64-1.txz: Upgraded. Add limits on the resources used to do DNSSEC validation. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-50387 https://www.cve.org/CVERecord?id=CVE-2023-50868 (* Security fix *) x/igt-gpu-tools-1.28-x86_64-2.txz: Rebuilt. Recompiled against /procps-ng-4.0.4.
* Tue Feb 13 19:19:24 UTC 202420240213191924 Patrick J Volkerding2024-02-131-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ap/tmux-3.4-x86_64-1.txz: Upgraded. d/lua-5.4.6-x86_64-5.txz: Rebuilt. Search paths under /usr/local in addition to /usr. Thanks to Arch for the patch. l/gst-plugins-bad-free-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.22.10-x86_64-1.txz: Upgraded. l/gstreamer-1.22.10-x86_64-1.txz: Upgraded. l/wireplumber-0.4.17-x86_64-3.txz: Rebuilt. Build against system lua. n/bind-9.18.24-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: Specific DNS answers could cause a denial-of-service condition due to DNS validation taking a long time. Restore DNS64 state when handling a serve-stale timeout. Specific queries could trigger an assertion check with nxdomain-redirect enabled. Speed up parsing of DNS messages with many different names. For more information, see: https://kb.isc.org/docs/cve-2023-50387 https://www.cve.org/CVERecord?id=CVE-2023-50387 https://kb.isc.org/docs/cve-2023-5679 https://www.cve.org/CVERecord?id=CVE-2023-5679 https://kb.isc.org/docs/cve-2023-5517 https://www.cve.org/CVERecord?id=CVE-2023-5517 https://kb.isc.org/docs/cve-2023-4408 https://www.cve.org/CVERecord?id=CVE-2023-4408 (* Security fix *) n/ipset-7.21-x86_64-1.txz: Upgraded.
* Wed Feb 7 20:07:29 UTC 202420240207200729 Patrick J Volkerding2024-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | a/hwdata-0.379-noarch-1.txz: Upgraded. ap/inxi-3.3.33_1-noarch-1.txz: Upgraded. ap/rpm-4.19.1.1-x86_64-1.txz: Upgraded. kde/kstars-3.6.9-x86_64-1.txz: Upgraded. l/enchant-2.6.5-x86_64-1.txz: Upgraded. Reverted to non-broken version. l/expat-2.6.0-x86_64-1.txz: Upgraded. This update fixes security issues: Fix quadratic runtime issues with big tokens that can cause denial of service. Fix billion laughs attacks for users compiling *without* XML_DTD defined (which is not common). For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-52425 https://www.cve.org/CVERecord?id=CVE-2023-52426 (* Security fix *) l/orc-0.4.37-x86_64-1.txz: Upgraded. l/pipewire-1.0.3-x86_64-2.txz: Rebuilt. Use wireplumber-0.4.17, as the newer version's support for elogind seems to be broken, and this prevents bluetooth from connecting properly. Thanks to mistfire and rizitis. x/libwacom-2.10.0-x86_64-1.txz: Upgraded. xap/hexchat-2.16.2-x86_64-1.txz: Upgraded. extra/xv/xv-5.0.0-x86_64-1.txz: Upgraded.
* Tue Feb 6 21:45:37 UTC 202420240206214537 Patrick J Volkerding2024-02-066-35/+28
| | | | | | | | | | | | | a/kernel-firmware-20240203_b4b04a5-noarch-1.txz: Upgraded. ap/inxi-3.3.32_1-noarch-1.txz: Upgraded. d/ccache-4.9.1-x86_64-1.txz: Upgraded. d/cmake-3.28.3-x86_64-1.txz: Upgraded. l/jasper-4.2.0-x86_64-1.txz: Upgraded. x/libpciaccess-0.18-x86_64-1.txz: Upgraded. x/xdg-utils-1.2.1-noarch-1.txz: Upgraded. xfce/garcon-4.18.2-x86_64-1.txz: Upgraded. xfce/libxfce4ui-4.18.5-x86_64-1.txz: Upgraded. xfce/libxfce4util-4.18.2-x86_64-1.txz: Upgraded.
* Sun Feb 4 19:20:00 UTC 202420240204192000 Patrick J Volkerding2024-02-042-2/+2
| | | | | | | | | | | | | | | | | | | | ap/pamixer-1.6-x86_64-1.txz: Upgraded. d/rust-bindgen-0.69.4-x86_64-1.txz: Upgraded. l/cxxopts-3.1.1-x86_64-1.txz: Added. Needed by pamixer-1.6. l/gc-8.2.6-x86_64-1.txz: Upgraded. l/libxml2-2.12.5-x86_64-1.txz: Upgraded. Fix the following security issue: xmlreader: Don't expand XIncludes when backtracking. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-25062 (* Security fix *) x/bitmap-1.1.1-x86_64-1.txz: Upgraded. x/xditview-1.0.7-x86_64-1.txz: Upgraded. x/xkbcomp-1.4.7-x86_64-1.txz: Upgraded. x/xkbutils-1.0.6-x86_64-1.txz: Upgraded. x/xmore-1.0.4-x86_64-1.txz: Upgraded. x/xprop-1.2.7-x86_64-1.txz: Upgraded.
* Sat Feb 3 20:54:00 UTC 202420240203205400 Patrick J Volkerding2024-02-036-11/+90
| | | | | | | | | | a/glibc-zoneinfo-2024a-noarch-1.txz: Upgraded. This package provides the latest timezone updates. n/ca-certificates-20240203-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. x/ibus-libpinyin-1.15.7-x86_64-1.txz: Upgraded. x/xdg-utils-1.2.0-noarch-1.txz: Upgraded.
* Sun Jan 21 20:50:08 UTC 202420240121205008 Patrick J Volkerding2024-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | a/ed-1.20-x86_64-1.txz: Upgraded. l/SDL2_ttf-2.22.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_27-x86_64-1.txz: Upgraded. l/libproxy-0.5.3-x86_64-1.txz: Upgraded. n/nghttp2-1.59.0-x86_64-1.txz: Upgraded. x/xbiff-1.0.5-x86_64-1.txz: Upgraded. extra/tigervnc/tigervnc-1.13.1-x86_64-3.txz: Rebuilt. Recompiled against xorg-server-21.1.11, including the latest patches for several security issues. Thanks to marav. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-6377 https://www.cve.org/CVERecord?id=CVE-2023-6478 https://www.cve.org/CVERecord?id=CVE-2023-6816 https://www.cve.org/CVERecord?id=CVE-2024-0229 https://www.cve.org/CVERecord?id=CVE-2024-0408 https://www.cve.org/CVERecord?id=CVE-2024-0409 https://www.cve.org/CVERecord?id=CVE-2024-21885 https://www.cve.org/CVERecord?id=CVE-2024-21886 https://www.cve.org/CVERecord?id=CVE-2024-21886 (* Security fix *)
* Fri Jan 19 19:58:34 UTC 202420240119195834 Patrick J Volkerding2024-01-191-1/+1
| | | | | | | n/php-8.3.2-x86_64-1.txz: Upgraded. x/wayland-protocols-1.33-noarch-1.txz: Upgraded. xap/network-manager-applet-1.36.0-x86_64-1.txz: Upgraded. xap/xsnow-3.7.7-x86_64-1.txz: Upgraded.
* Thu Jan 11 20:27:14 UTC 202420240111202714 Patrick J Volkerding2024-01-119-0/+372
| | | | | | | | ap/mpg123-1.32.4-x86_64-1.txz: Upgraded. l/nodejs-20.11.0-x86_64-1.txz: Upgraded. l/pipewire-1.0.1-x86_64-1.txz: Upgraded. x/mesa-23.3.3-x86_64-1.txz: Upgraded. x/sddm-0.20.0-x86_64-4.txz: Rebuilt.
* Sat Jan 6 20:43:01 UTC 202420240106204301 Patrick J Volkerding2024-01-062-2/+2
| | | | | | | | | | x/fcitx5-anthy-5.1.3-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.1.3-x86_64-1.txz: Upgraded. x/fcitx5-gtk-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-kkc-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-table-extra-5.1.2-x86_64-1.txz: Upgraded. x/fcitx5-unikey-5.1.2-x86_64-1.txz: Upgraded. x/libime-1.1.4-x86_64-1.txz: Upgraded.
* Thu Jan 4 20:54:16 UTC 202420240104205416 Patrick J Volkerding2024-01-044-932/+24
| | | | | | | | | | a/dcron-4.5-x86_64-14.txz: Rebuilt. Add /etc/default/run-parts. Thanks to lostintime. kde/fcitx5-configtool-5.1.3-x86_64-1.txz: Upgraded. x/fcitx5-5.1.6-x86_64-1.txz: Upgraded. x/fcitx5-qt-5.1.4-x86_64-1.txz: Upgraded. x/pixman-0.43.0-x86_64-1.txz: Upgraded. x/xcb-imdkit-1.0.6-x86_64-1.txz: Upgraded.
* Wed Dec 27 20:43:42 UTC 202320231227204342 Patrick J Volkerding2023-12-273-3/+3
| | | | | | | | ap/qpdf-11.7.0-x86_64-1.txz: Upgraded. d/meson-1.3.1-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_24-x86_64-1.txz: Upgraded. l/netpbm-11.04.06-x86_64-1.txz: Upgraded. x/mypaint-brushes-1.3.1-noarch-1.txz: Upgraded.
* Tue Dec 26 00:20:26 UTC 202320231226002026 Patrick J Volkerding2023-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20231222_a7dee43-noarch-1.txz: Upgraded. ap/vim-9.0.2185-x86_64-1.txz: Upgraded. d/autoconf-2.72-noarch-1.txz: Upgraded. d/parallel-20231222-noarch-1.txz: Upgraded. d/ruby-3.3.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/subversion-1.14.2-x86_64-7.txz: Rebuilt. Recompiled against ruby-3.3.0. kde/kross-interpreters-23.08.4-x86_64-2.txz: Rebuilt. Recompiled against ruby-3.3.0. l/rubygem-asciidoctor-2.0.20-x86_64-1.txz: Upgraded. Compiled against ruby-3.3.0. n/epic5-2.1.12-x86_64-6.txz: Rebuilt. Recompiled against ruby-3.3.0. n/iputils-20231222-x86_64-1.txz: Upgraded. n/tin-2.6.3-x86_64-1.txz: Upgraded. x/marisa-0.2.6-x86_64-7.txz: Rebuilt. Recompiled against ruby-3.3.0. xap/vim-gvim-9.0.2185-x86_64-1.txz: Upgraded.
* Sat Dec 16 20:33:34 UTC 202320231216203334 Patrick J Volkerding2023-12-161-1/+1
| | | | | | | | a/kbd-2.6.4-x86_64-1.txz: Upgraded. ap/sudo-1.9.15p4-x86_64-1.txz: Upgraded. kde/kstars-3.6.8-x86_64-1.txz: Upgraded. l/mozilla-nss-3.96-x86_64-1.txz: Upgraded. x/ibus-libpinyin-1.15.6-x86_64-1.txz: Upgraded.
* Fri Dec 15 18:59:04 UTC 202320231215185904 Patrick J Volkerding2023-12-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-25.txz: Rebuilt. Added (temporarily): libboost_*.so.1.83.0. ap/pamixer-1.5-x86_64-8.txz: Rebuilt. Recompiled against boost-1.84.0. ap/vim-9.0.2167-x86_64-1.txz: Upgraded. d/cmake-3.28.1-x86_64-1.txz: Upgraded. kde/attica-5.113.0-x86_64-1.txz: Upgraded. kde/baloo-5.113.0-x86_64-1.txz: Upgraded. kde/bluez-qt-5.113.0-x86_64-1.txz: Upgraded. kde/breeze-icons-5.113.0-noarch-1.txz: Upgraded. kde/extra-cmake-modules-5.113.0-x86_64-1.txz: Upgraded. kde/frameworkintegration-5.113.0-x86_64-1.txz: Upgraded. kde/kactivities-5.113.0-x86_64-1.txz: Upgraded. kde/kactivities-stats-5.113.0-x86_64-1.txz: Upgraded. kde/kapidox-5.113.0-x86_64-1.txz: Upgraded. kde/karchive-5.113.0-x86_64-1.txz: Upgraded. kde/kauth-5.113.0-x86_64-1.txz: Upgraded. kde/kbookmarks-5.113.0-x86_64-1.txz: Upgraded. kde/kcalendarcore-5.113.0-x86_64-1.txz: Upgraded. kde/kcmutils-5.113.0-x86_64-1.txz: Upgraded. kde/kcodecs-5.113.0-x86_64-1.txz: Upgraded. kde/kcompletion-5.113.0-x86_64-1.txz: Upgraded. kde/kconfig-5.113.0-x86_64-1.txz: Upgraded. kde/kconfigwidgets-5.113.0-x86_64-1.txz: Upgraded. kde/kcontacts-5.113.0-x86_64-1.txz: Upgraded. kde/kcoreaddons-5.113.0-x86_64-1.txz: Upgraded. kde/kcrash-5.113.0-x86_64-1.txz: Upgraded. kde/kdav-5.113.0-x86_64-1.txz: Upgraded. kde/kdbusaddons-5.113.0-x86_64-1.txz: Upgraded. kde/kdeclarative-5.113.0-x86_64-1.txz: Upgraded. kde/kded-5.113.0-x86_64-1.txz: Upgraded. kde/kdelibs4support-5.113.0-x86_64-1.txz: Upgraded. kde/kdesignerplugin-5.113.0-x86_64-1.txz: Upgraded. kde/kdesu-5.113.0-x86_64-1.txz: Upgraded. kde/kdewebkit-5.113.0-x86_64-1.txz: Upgraded. kde/kdnssd-5.113.0-x86_64-1.txz: Upgraded. kde/kdoctools-5.113.0-x86_64-1.txz: Upgraded. kde/kemoticons-5.113.0-x86_64-1.txz: Upgraded. kde/kfilemetadata-5.113.0-x86_64-1.txz: Upgraded. kde/kglobalaccel-5.113.0-x86_64-1.txz: Upgraded. kde/kguiaddons-5.113.0-x86_64-1.txz: Upgraded. kde/kholidays-5.113.0-x86_64-1.txz: Upgraded. kde/khtml-5.113.0-x86_64-1.txz: Upgraded. kde/ki18n-5.113.0-x86_64-1.txz: Upgraded. kde/kiconthemes-5.113.0-x86_64-1.txz: Upgraded. kde/kidletime-5.113.0-x86_64-1.txz: Upgraded. kde/kig-23.08.4-x86_64-2.txz: Rebuilt. Recompiled against boost-1.84.0. kde/kimageformats-5.113.0-x86_64-1.txz: Upgraded. kde/kinit-5.113.0-x86_64-1.txz: Upgraded. kde/kio-5.113.0-x86_64-1.txz: Upgraded. kde/kirigami2-5.113.0-x86_64-1.txz: Upgraded. kde/kitemmodels-5.113.0-x86_64-1.txz: Upgraded. kde/kitemviews-5.113.0-x86_64-1.txz: Upgraded. kde/kjobwidgets-5.113.0-x86_64-1.txz: Upgraded. kde/kjs-5.113.0-x86_64-1.txz: Upgraded. kde/kjsembed-5.113.0-x86_64-1.txz: Upgraded. kde/kmediaplayer-5.113.0-x86_64-1.txz: Upgraded. kde/knewstuff-5.113.0-x86_64-1.txz: Upgraded. kde/knotifications-5.113.0-x86_64-1.txz: Upgraded. kde/knotifyconfig-5.113.0-x86_64-1.txz: Upgraded. kde/kopeninghours-23.08.4-x86_64-2.txz: Rebuilt. Recompiled against boost-1.84.0. kde/kpackage-5.113.0-x86_64-1.txz: Upgraded. kde/kparts-5.113.0-x86_64-1.txz: Upgraded. kde/kpeople-5.113.0-x86_64-1.txz: Upgraded. kde/kplotting-5.113.0-x86_64-1.txz: Upgraded. kde/kpty-5.113.0-x86_64-1.txz: Upgraded. kde/kquickcharts-5.113.0-x86_64-1.txz: Upgraded. kde/krita-5.2.2-x86_64-2.txz: Rebuilt. Recompiled against boost-1.84.0. kde/kross-5.113.0-x86_64-1.txz: Upgraded. kde/krunner-5.113.0-x86_64-1.txz: Upgraded. kde/kservice-5.113.0-x86_64-1.txz: Upgraded. kde/ktexteditor-5.113.0-x86_64-1.txz: Upgraded. kde/ktextwidgets-5.113.0-x86_64-1.txz: Upgraded. kde/kunitconversion-5.113.0-x86_64-1.txz: Upgraded. kde/kwallet-5.113.0-x86_64-1.txz: Upgraded. kde/kwayland-5.113.0-x86_64-1.txz: Upgraded. kde/kwidgetsaddons-5.113.0-x86_64-1.txz: Upgraded. kde/kwindowsystem-5.113.0-x86_64-1.txz: Upgraded. kde/kxmlgui-5.113.0-x86_64-1.txz: Upgraded. kde/kxmlrpcclient-5.113.0-x86_64-1.txz: Upgraded. kde/modemmanager-qt-5.113.0-x86_64-1.txz: Upgraded. kde/networkmanager-qt-5.113.0-x86_64-1.txz: Upgraded. kde/oxygen-icons-5.113.0-noarch-1.txz: Added. kde/oxygen-icons5-5.112.0-noarch-1.txz: Removed. This package is renamed to oxygen-icons. kde/plasma-framework-5.113.0-x86_64-1.txz: Upgraded. kde/prison-5.113.0-x86_64-1.txz: Upgraded. kde/purpose-5.113.0-x86_64-1.txz: Upgraded. kde/qqc2-desktop-style-5.113.0-x86_64-1.txz: Upgraded. kde/solid-5.113.0-x86_64-1.txz: Upgraded. kde/sonnet-5.113.0-x86_64-1.txz: Upgraded. kde/syndication-5.113.0-x86_64-1.txz: Upgraded. kde/syntax-highlighting-5.113.0-x86_64-1.txz: Upgraded. kde/threadweaver-5.113.0-x86_64-1.txz: Upgraded. l/boost-1.84.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/cryfs-0.10.3-x86_64-10.txz: Rebuilt. Recompiled against boost-1.84.0. x/fcitx5-chinese-addons-5.1.2-x86_64-2.txz: Rebuilt. Recompiled against boost-1.84.0. x/libime-1.1.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.84.0. xap/vim-gvim-9.0.2167-x86_64-1.txz: Upgraded.
* Thu Dec 14 20:09:31 UTC 202320231214200931 Patrick J Volkerding2023-12-142-2/+60
| | | | | | | | | | | | | | | | | l/libxml2-2.12.3-x86_64-2.txz: Rebuilt. Rebuilt using the --with-legacy option (maximum ABI compatibility) and --with-ftp option (functionality included by default in libxml2 2.9). n/bluez-5.71-x86_64-1.txz: Upgraded. This update fixes a security issue: It may have been possible for an attacker within Bluetooth range to inject keystrokes (and possibly execute commands) while devices were discoverable. Thanks to marav for the heads-up. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-45866 (* Security fix *) x/compiz-0.8.18-x86_64-4.txz: Rebuilt. Patched to work properly with libxml2-2.12.3. Thanks to saxa.
* Thu Nov 30 21:21:55 UTC 202320231130212155 Patrick J Volkerding2023-11-302-169/+0
| | | | | | | | | | | | | | | | d/perl-5.38.2-x86_64-1.txz: Upgraded. d/rust-1.70.0-x86_64-4.txz: Rebuilt. Fixed path to the rust libraries in rust-analyzer. Thanks to Heinz Wiesinger. kde/digikam-8.2.0-x86_64-1.txz: Upgraded. kde/wcslib-8.2.2-x86_64-1.txz: Upgraded. l/gdbm-1.23-x86_64-2.txz: Rebuilt. Build with --enable-libgdbm-compat since Python wants this. n/c-ares-1.23.0-x86_64-1.txz: Upgraded. x/mesa-23.3.0-x86_64-1.txz: Upgraded. xfce/xfce4-power-manager-4.18.3-x86_64-1.txz: Upgraded. xfce/xfce4-settings-4.18.4-x86_64-1.txz: Upgraded. testing/packages/rust-1.74.0-x86_64-2.txz: Rebuilt. Fixed path to the rust libraries in rust-analyzer. Thanks to Heinz Wiesinger.
* Wed Nov 29 20:13:41 UTC 202320231129201341 Patrick J Volkerding2023-11-291-0/+2
| | | | | | | l/jasper-4.1.1-x86_64-1.txz: Upgraded. l/mlt-7.22.0-x86_64-1.txz: Upgraded. n/gpgme-1.23.2-x86_64-1.txz: Upgraded. x/ibus-libpinyin-1.15.5-x86_64-1.txz: Upgraded.
* Mon Nov 27 21:54:37 UTC 202320231127215437 Patrick J Volkerding2023-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | l/libqalculate-4.9.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.95-x86_64-1.txz: Upgraded. l/v4l-utils-1.26.0-x86_64-2.txz: Rebuilt. Do not overwrite gconv-modules from glibc - instead, install it to gconv-modules.d/v4l-utils.conf. If your /usr/lib{,64}/gconv/gconv-modules was overwritten causing character conversion errors, reinstall the glibc package to fix this. Thanks to glennmcc. n/php-8.3.0-x86_64-1.txz: Upgraded. n/samba-4.19.3-x86_64-1.txz: Upgraded. This is a security release in order to address the following defect: An information leak vulnerability was discovered in Samba's LDAP server. Due to missing access control checks, an authenticated but unprivileged attacker could discover the names and preserved attributes of deleted objects in the LDAP store. Upgrading to this package will not prevent this information leak - if you are using Samba as an Active Directory Domain Controller, you will need to follow the instructions in the samba.org link given below. For more information, see: https://www.samba.org/samba/security/CVE-2018-14628.html https://www.cve.org/CVERecord?id=CVE-2018-14628 (* Security fix *) x/libwacom-2.9.0-x86_64-1.txz: Upgraded.
* Sat Nov 25 19:44:38 UTC 202320231125194438 Patrick J Volkerding2023-11-251-25/+23
| | | | | | | | | | | | | | | | a/shadow-4.14.2-x86_64-2.txz: Rebuilt. adduser: fixed chown syntax to silence warnings. Thanks to Stuart Winter. l/gi-docgen-2023.3-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. l/python-smartypants-2.0.1-x86_64-1.txz: Added. Needed for gi-docgen. Thanks to Heinz Wiesinger. l/python-toml-0.10.2-x86_64-1.txz: Added. Needed for gi-docgen. Thanks to Heinz Wiesinger. l/python-typogrify-2.0.7-x86_64-1.txz: Added. Needed for gi-docgen. Thanks to Heinz Wiesinger. x/xdg-desktop-portal-1.18.2-x86_64-1.txz: Upgraded. Thanks to 0XBF. testing/packages/php-8.3.0-x86_64-1.txz: Added.
* Fri Nov 24 20:52:02 UTC 202320231124205202 Patrick J Volkerding2023-11-245-602/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/openssl-solibs-3.2.0-x86_64-1.txz: Upgraded. ap/sqlite-3.44.2-x86_64-1.txz: Upgraded. ap/vim-9.0.2127-x86_64-1.txz: Upgraded. Fixed security issues. Thanks to marav for the heads-up. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-48231 https://www.cve.org/CVERecord?id=CVE-2023-48232 https://www.cve.org/CVERecord?id=CVE-2023-48233 https://www.cve.org/CVERecord?id=CVE-2023-48234 https://www.cve.org/CVERecord?id=CVE-2023-48235 https://www.cve.org/CVERecord?id=CVE-2023-48236 https://www.cve.org/CVERecord?id=CVE-2023-48237 (* Security fix *) d/parallel-20231122-noarch-1.txz: Upgraded. l/cfitsio-4.3.1-x86_64-1.txz: Upgraded. l/ffmpeg-5.1.4-x86_64-2.txz: Rebuilt. Recompiled against vulkan-sdk-1.3.268.0. n/openssl-3.2.0-x86_64-1.txz: Upgraded. OpenSSL 3.2.0 is a feature release adding significant new functionality. This release incorporates the following potentially significant or incompatible changes: * The default SSL/TLS security level has been changed from 1 to 2. * The `x509`, `ca`, and `req` apps now always produce X.509v3 certificates. * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings by default. x/vulkan-sdk-1.3.268.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. xap/vim-gvim-9.0.2127-x86_64-1.txz: Upgraded.
* Tue Nov 21 21:15:30 UTC 202320231121211530 Patrick J Volkerding2023-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have fresh 6.6 kernels in /testing! You may notice that on the 32-bit side we have done away with the -smp labeled kernel packages, but it's actually the other kernels that were retired -- the non-SMP, non-PAE ones. If you were previously using kernel-generic-smp or kernel-huge-smp, you'll need to make some adjustments to your bootloader setup to load kernel-generic or kernel-huge instead. About the only non-obsolete CPUs that may have an issue with this are the first generation Pentium M chips, which supported PAE but unfortunately did not advertise this in the CPU flags. But these will support PAE if the kernel option "forcepae" is appended at boot time. Enjoy! :-) a/gettext-0.22.4-x86_64-1.txz: Upgraded. a/kbd-2.6.3-x86_64-3.txz: Rebuilt. Installed extra console fonts. a/kernel-firmware-20231120_9552083-noarch-1.txz: Upgraded. a/kernel-generic-6.1.63-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.63-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.63-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-34.txz: Rebuilt. Fix tests for including jfs/xfs repair tools. Thanks to regdub. a/pkgtools-15.1-noarch-8.txz: Rebuilt. Make vim the default vi choice. ap/vim-9.0.2116-x86_64-1.txz: Upgraded. d/gettext-tools-0.22.4-x86_64-1.txz: Upgraded. d/git-2.43.0-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.63-x86-1.txz: Upgraded. d/mercurial-6.6-x86_64-1.txz: Upgraded. d/meson-1.3.0-x86_64-1.txz: Upgraded. d/scons-4.6.0-x86_64-1.txz: Upgraded. k/kernel-source-6.1.63-noarch-1.txz: Upgraded. l/readline-8.2.007-x86_64-1.txz: Upgraded. n/c-ares-1.22.1-x86_64-1.txz: Upgraded. n/nfs-utils-2.6.4-x86_64-1.txz: Upgraded. x/libdrm-2.4.118-x86_64-1.txz: Upgraded. xap/mozilla-firefox-115.5.0esr-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. Thanks to zuriel for the taskbar icon fix on Wayland. :-) For more information, see: https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2023-50/ https://www.cve.org/CVERecord?id=CVE-2023-6204 https://www.cve.org/CVERecord?id=CVE-2023-6205 https://www.cve.org/CVERecord?id=CVE-2023-6206 https://www.cve.org/CVERecord?id=CVE-2023-6207 https://www.cve.org/CVERecord?id=CVE-2023-6208 https://www.cve.org/CVERecord?id=CVE-2023-6209 https://www.cve.org/CVERecord?id=CVE-2023-6212 (* Security fix *) xap/vim-gvim-9.0.2116-x86_64-1.txz: Upgraded. xap/xsnow-3.7.6-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/kernel-generic-6.6.2-x86_64-1.txz: Added. testing/packages/kernel-headers-6.6.2-x86-1.txz: Added. testing/packages/kernel-huge-6.6.2-x86_64-1.txz: Added. testing/packages/kernel-modules-6.6.2-x86_64-1.txz: Added. testing/packages/kernel-source-6.6.2-noarch-1.txz: Added. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Nov 18 19:26:33 UTC 202320231118192633 Patrick J Volkerding2023-11-184-99/+804
| | | | | | | | | | | | | a/kernel-firmware-20231117_7124ce3-noarch-1.txz: Upgraded. d/cargo-vendor-filterer-0.5.12-x86_64-1.txz: Upgraded. kde/wcslib-8.2.1-x86_64-1.txz: Upgraded. l/gtk4-4.12.4-x86_64-1.txz: Upgraded. n/ca-certificates-20231117-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. n/openvpn-2.6.8-x86_64-1.txz: Upgraded. n/socat-1.8.0.0-x86_64-1.txz: Upgraded. x/ibus-1.5.29-x86_64-1.txz: Upgraded.
* Wed Nov 15 22:01:26 UTC 202320231115220126 Patrick J Volkerding2023-11-152-26/+0
| | | | | | | | | | | | | | | | | | | | a/btrfs-progs-6.6.2-x86_64-1.txz: Upgraded. d/cmake-3.27.8-x86_64-1.txz: Upgraded. l/netpbm-11.04.04-x86_64-1.txz: Upgraded. l/woff2-20231106_0f4d304-x86_64-1.txz: Upgraded. Include the binary utilities. Thanks to TJ09. n/bind-9.18.20-x86_64-1.txz: Upgraded. n/c-ares-1.22.0-x86_64-1.txz: Upgraded. n/libgcrypt-1.10.3-x86_64-1.txz: Upgraded. n/p11-kit-0.25.3-x86_64-1.txz: Upgraded. x/xf86-video-ati-22.0.0-x86_64-1.txz: Upgraded. x/xf86-video-intel-20230201_b74b67f0-x86_64-1.txz: Upgraded. x/xf86-video-nouveau-20231005_827f1e2-x86_64-1.txz: Upgraded. x/xf86-video-r128-6.12.1-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.4.3-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.4.3/releasenotes/
* Mon Nov 13 19:20:40 UTC 202320231113192040 Patrick J Volkerding2023-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | d/vala-0.56.14-x86_64-1.txz: Upgraded. l/gst-plugins-bad-free-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.22.7-x86_64-1.txz: Upgraded. l/gstreamer-1.22.7-x86_64-1.txz: Upgraded. l/pango-1.51.1-x86_64-1.txz: Upgraded. x/egl-wayland-1.1.13-x86_64-2.txz: Rebuilt. Install the NVidia ICD file. Thanks to marav. extra/tigervnc/tigervnc-1.13.1-x86_64-2.txz: Rebuilt. Recompiled against xorg-server-21.1.9, which addresses some security issues. Thanks to marav. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-5367 https://www.cve.org/CVERecord?id=CVE-2023-5380 https://www.cve.org/CVERecord?id=CVE-2023-1393 (* Security fix *)
* Fri Oct 20 21:46:56 UTC 202320231020214656 Patrick J Volkerding2023-10-211-1/+2
| | | | | x/libdrm-2.4.117-x86_64-2.txz: Rebuilt. Rebuilt with -Dintel=enabled. Thanks to Petri Kaukasoina and marav.
* Tue Oct 17 19:34:56 UTC 202320231017193456 Patrick J Volkerding2023-10-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | a/util-linux-2.39.2-x86_64-2.txz: Rebuilt. Copy /etc/pam.d/login to /etc/pam.d/remote. This is needed for /bin/login's '-h' option, used (for example) by telnetd. If -h is used without /etc/pam.d/remote, pam will not be configured properly, and /etc/securetty will be ignored, possibly allowing root to login from a tty that is not considered secure. Of course, the usual disclaimers about the security of telnet/telnetd apply. Thanks to HytronBG and Petri Kaukasoina. (* Security fix *) ap/qpdf-11.6.3-x86_64-1.txz: Upgraded. d/llvm-17.0.3-x86_64-1.txz: Upgraded. l/libjpeg-turbo-3.0.1-x86_64-1.txz: Upgraded. l/tevent-0.16.0-x86_64-1.txz: Upgraded. n/samba-4.19.2-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-5568 (* Security fix *) x/OpenCC-1.1.7-x86_64-1.txz: Upgraded. xfce/xfconf-4.18.2-x86_64-1.txz: Upgraded.
* Tue Oct 3 22:19:10 UTC 202320231003221910 Patrick J Volkerding2023-10-045-58/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_glibc-solibs-2.37-x86_64-3.txz: Rebuilt. a/dialog-1.3_20231002-x86_64-1.txz: Upgraded. ap/mpg123-1.32.3-x86_64-1.txz: Upgraded. d/llvm-17.0.2-x86_64-1.txz: Upgraded. d/meson-1.2.2-x86_64-2.txz: Rebuilt. [PATCH] Revert rust: apply global, project, and environment C args to bindgen. This fixes building Mesa. Thanks to lucabon and marav. kde/calligra-3.2.1-x86_64-34.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/cantor-23.08.1-x86_64-2.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/kfilemetadata-5.110.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/kile-2.9.93-x86_64-28.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/kitinerary-23.08.1-x86_64-2.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/krita-5.1.5-x86_64-15.txz: Rebuilt. Recompiled against poppler-23.10.0. kde/okular-23.08.1-x86_64-2.txz: Rebuilt. Recompiled against poppler-23.10.0. l/glibc-2.37-x86_64-3.txz: Rebuilt. l/glibc-i18n-2.37-x86_64-3.txz: Rebuilt. Patched to fix the "Looney Tunables" vulnerability, a local privilege escalation in ld.so. This vulnerability was introduced in April 2021 (glibc 2.34) by commit 2ed18c. Thanks to Qualys Research Labs for reporting this issue. For more information, see: https://www.qualys.com/2023/10/03/cve-2023-4911/looney-tunables-local-privilege-escalation-glibc-ld-so.txt https://www.cve.org/CVERecord?id=CVE-2023-4911 (* Security fix *) l/glibc-profile-2.37-x86_64-3.txz: Rebuilt. l/mozilla-nss-3.94-x86_64-1.txz: Upgraded. l/poppler-23.10.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/NetworkManager-1.44.2-x86_64-1.txz: Upgraded. n/irssi-1.4.5-x86_64-1.txz: Upgraded. x/fcitx5-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-anthy-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-gtk-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-hangul-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-kkc-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-m17n-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-qt-5.1.1-x86_64-1.txz: Upgraded. x/fcitx5-sayura-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-table-extra-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-table-other-5.1.0-x86_64-1.txz: Upgraded. x/fcitx5-unikey-5.1.1-x86_64-1.txz: Upgraded. x/libX11-1.8.7-x86_64-1.txz: Upgraded. This update fixes security issues: libX11: out-of-bounds memory access in _XkbReadKeySyms(). libX11: stack exhaustion from infinite recursion in PutSubImage(). libX11: integer overflow in XCreateImage() leading to a heap overflow. For more information, see: https://lists.x.org/archives/xorg-announce/2023-October/003424.html https://www.cve.org/CVERecord?id=CVE-2023-43785 https://www.cve.org/CVERecord?id=CVE-2023-43786 https://www.cve.org/CVERecord?id=CVE-2023-43787 (* Security fix *) x/libXpm-3.5.17-x86_64-1.txz: Upgraded. This update fixes security issues: libXpm: out of bounds read in XpmCreateXpmImageFromBuffer(). libXpm: out of bounds read on XPM with corrupted colormap. For more information, see: https://lists.x.org/archives/xorg-announce/2023-October/003424.html https://www.cve.org/CVERecord?id=CVE-2023-43788 https://www.cve.org/CVERecord?id=CVE-2023-43789 (* Security fix *) testing/packages/aaa_glibc-solibs-2.38-x86_64-2.txz: Rebuilt. testing/packages/glibc-2.38-x86_64-2.txz: Rebuilt. Patched to fix the "Looney Tunables" vulnerability, a local privilege escalation in ld.so. This vulnerability was introduced in April 2021 (glibc 2.34) by commit 2ed18c. Thanks to Qualys Research Labs for reporting this issue. For more information, see: https://www.qualys.com/2023/10/03/cve-2023-4911/looney-tunables-local-privilege-escalation-glibc-ld-so.txt https://www.cve.org/CVERecord?id=CVE-2023-4911 (* Security fix *) testing/packages/glibc-i18n-2.38-x86_64-2.txz: Rebuilt. testing/packages/glibc-profile-2.38-x86_64-2.txz: Rebuilt.
* Fri Sep 29 19:45:18 UTC 202320230929194518 Patrick J Volkerding2023-09-291-1/+1
| | | | | | | | | | | | | | d/meson-1.2.2-x86_64-1.txz: Upgraded. l/nodejs-20.8.0-x86_64-1.txz: Upgraded. l/sof-firmware-2023.09-noarch-1.txz: Upgraded. n/bluez-5.70-x86_64-1.txz: Upgraded. n/php-8.2.11-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.php.net/ChangeLog-8.php#8.2.11 x/mesa-23.2.1-x86_64-1.txz: Upgraded. x/xman-1.1.6-x86_64-1.txz: Upgraded. xfce/xfce4-clipman-plugin-1.6.5-x86_64-1.txz: Upgraded.
* Mon Sep 25 19:19:27 UTC 202320230925191927 Patrick J Volkerding2023-09-253-1/+170
| | | | | | | | | | | | | | | | | | | | ap/man-db-2.12.0-x86_64-1.txz: Upgraded. ap/mpg123-1.32.1-x86_64-1.txz: Upgraded. d/llvm-17.0.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/lua-5.4.6-x86_64-4.txz: Rebuilt. Fixed prefix and $LIBDIRSUFFIX in lua.pc. Thanks to ArTourter. d/parallel-20230922-noarch-1.txz: Upgraded. kde/kdevelop-23.08.1-x86_64-2.txz: Rebuilt. Recompiled against llvm-17.0.1. l/imagemagick-7.1.1_18-x86_64-1.txz: Upgraded. l/libclc-17.0.1-x86_64-1.txz: Upgraded. l/qt5-5.15.10_20230923_6e8e373e-x86_64-1.txz: Upgraded. Compiled against llvm-17.0.1. l/spirv-llvm-translator-17.0.0-x86_64-1.txz: Upgraded. Compiled against llvm-17.0.1. x/mesa-23.2.0_rc4-x86_64-1.txz: Upgraded. Compiled against llvm-17.0.1.
* Fri Sep 22 21:51:12 UTC 202320230922215112 Patrick J Volkerding2023-09-231-2/+2
| | | | | | | | kde/ktextaddons-1.5.1-x86_64-1.txz: Upgraded. n/ipset-7.19-x86_64-1.txz: Upgraded. x/mesa-23.1.8-x86_64-2.txz: Rebuilt. Rebuilt with -Dvulkan-drivers=amd,intel,intel_hasvk,swrast. Thanks to biker_rat.
* Thu Sep 14 02:38:14 UTC 202320230914023814 Patrick J Volkerding2023-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20230907_dfa1146-noarch-1.txz: Upgraded. a/kernel-generic-6.1.53-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.53-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.53-x86_64-1.txz: Upgraded. ap/ghostscript-10.02.0-x86_64-1.txz: Upgraded. ap/vim-9.0.1897-x86_64-2.txz: Rebuilt. Recompiled against libsodium-1.0.19. d/cbindgen-0.26.0-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.53-x86-1.txz: Upgraded. k/kernel-source-6.1.53-noarch-1.txz: Upgraded. kde/keysmith-23.08.0-x86_64-2.txz: Rebuilt. Recompiled against libsodium-1.0.19. l/glib2-2.78.0-x86_64-2.txz: Rebuilt. [PATCH] gthreadedresolver: Fix race between source callbacks and finalize. Thanks to marav. l/libarchive-3.7.2-x86_64-1.txz: Upgraded. This update fixes multiple security vulnerabilities in the PAX writer: Heap overflow in url_encode() in archive_write_set_format_pax.c. NULL dereference in archive_write_pax_header_xattrs(). Another NULL dereference in archive_write_pax_header_xattrs(). NULL dereference in archive_write_pax_header_xattr(). (* Security fix *) l/librsvg-2.56.4-x86_64-1.txz: Upgraded. l/libsodium-1.0.19-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/curl-8.3.0-x86_64-1.txz: Upgraded. This update fixes a security issue: HTTP headers eat all memory. https://curl.se/docs/CVE-2023-38039.html https://www.cve.org/CVERecord?id=CVE-2023-38039 (* Security fix *) n/dovecot-2.3.20-x86_64-4.txz: Rebuilt. Recompiled against libsodium-1.0.19. n/netatalk-3.1.16-x86_64-1.txz: Upgraded. This update fixes bugs and security issues. Shared library .so-version bump. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-23121 https://www.cve.org/CVERecord?id=CVE-2022-23123 (* Security fix *) n/openldap-2.6.6-x86_64-2.txz: Rebuilt. Recompiled against libsodium-1.0.19. n/php-8.2.10-x86_64-2.txz: Rebuilt. Recompiled against libsodium-1.0.19. n/proftpd-1.3.8-x86_64-4.txz: Rebuilt. Recompiled against libsodium-1.0.19. x/libglvnd-1.7.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.2.2-x86_64-1.txz: Upgraded. This release contains a security fix for a critical heap buffer overflow. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.2.2/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/ https://www.cve.org/CVERecord?id=CVE-2023-4863 (* Security fix *) xap/vim-gvim-9.0.1897-x86_64-2.txz: Rebuilt. Recompiled against libsodium-1.0.19. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Tue Aug 29 00:06:09 UTC 202320230829000609 Patrick J Volkerding2023-08-296-62/+669
| | | | | | | | | l/fmt-10.1.1-x86_64-1.txz: Upgraded. l/libedit-20230828_3.1-x86_64-1.txz: Upgraded. n/daemon-0.8.4-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.3.250.0-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. xap/freerdp-2.11.0-x86_64-1.txz: Upgraded.
* Mon Aug 28 00:38:01 UTC 202320230828003801 Patrick J Volkerding2023-08-281-1/+1
| | | | | | | | | | | | | | | | a/kernel-generic-6.1.49-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.49-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.49-x86_64-1.txz: Upgraded. ap/sqlite-3.43.0-x86_64-2.txz: Rebuilt. Build/package sqldiff and sqlite3_analyzer. Thanks to Heinz Wiesinger. d/doxygen-1.9.8-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.49-x86-1.txz: Upgraded. k/kernel-source-6.1.49-noarch-1.txz: Upgraded. l/libedit-20230827_3.1-x86_64-1.txz: Upgraded. x/m17n-lib-1.8.4-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.