summaryrefslogtreecommitdiffstats
path: root/source/a (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thu Jan 12 21:42:02 UTC 202320230112214202 Patrick J Volkerding2023-01-121-1/+1
| | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-17.txz: Rebuilt. Upgraded: liblzma.so.5.4.1. a/ed-1.19-x86_64-1.txz: Upgraded. a/kernel-generic-6.1.5-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.5-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.5-x86_64-1.txz: Upgraded. a/xz-5.4.1-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.5-x86-1.txz: Upgraded. k/kernel-source-6.1.5-noarch-1.txz: Upgraded. l/pipewire-0.3.64-x86_64-1.txz: Upgraded. n/iptables-1.8.9-x86_64-1.txz: Upgraded. x/mesa-22.3.3-x86_64-1.txz: Upgraded. xap/xine-ui-0.99.14-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Jan 9 20:10:55 UTC 202320230109201055 Patrick J Volkerding2023-01-091-1/+1
| | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-16.txz: Rebuilt. Upgraded: libncurses.so.6.4, libncursesw.so.6.4, libtinfo.so.6.4, libform.so.6.4, libformw.so.6.4, libmenu.so.6.4, libmenuw.so.6.4, libpanel.so.6.4, libglib-2.0.so.0.7400.4, libgmodule-2.0.so.0.7400.4, libgobject-2.0.so.0.7400.4, libgthread-2.0.so.0.7400.4, libmpfr.so.6.2.0. a/aaa_terminfo-6.4-x86_64-1.txz: Upgraded. ap/man-db-2.11.2-x86_64-1.txz: Upgraded. kde/kio-5.101.0-x86_64-2.txz: Rebuilt. [PATCH] Restore old behavior for KFileFilterCombo::setFilter Thanks to marav. kde/okteta-0.26.10-x86_64-1.txz: Upgraded. l/libspectre-0.2.12-x86_64-1.txz: Upgraded. l/mpfr-4.2.0-x86_64-1.txz: Upgraded. l/ncurses-6.4-x86_64-1.txz: Upgraded. x/xterm-378-x86_64-1.txz: Upgraded. xap/libnma-1.10.6-x86_64-1.txz: Upgraded.
* Sat Jan 7 20:30:44 UTC 202320230107203044 Patrick J Volkerding2023-01-071-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're going to go ahead and jump to the 6.1.4 kernel, in spite of the fact that a kernel bisect identified the patch that was preventing 32-bit from booting here on a Thinkpad X1E: ------ From 2e479b3b82c49bfb9422274c0a9c155a41caecb7 Mon Sep 17 00:00:00 2001 From: Michael Kelley <mikelley@microsoft.com> Date: Wed, 16 Nov 2022 10:41:24 -0800 Subject: [PATCH] x86/ioremap: Fix page aligned size calculation in __ioremap_caller() commit 4dbd6a3e90e03130973688fd79e19425f720d999 upstream. Current code re-calculates the size after aligning the starting and ending physical addresses on a page boundary. But the re-calculation also embeds the masking of high order bits that exceed the size of the physical address space (via PHYSICAL_PAGE_MASK). If the masking removes any high order bits, the size calculation results in a huge value that is likely to immediately fail. Fix this by re-calculating the page-aligned size first. Then mask any high order bits using PHYSICAL_PAGE_MASK. Fixes: ffa71f33a820 ("x86, ioremap: Fix incorrect physical address handling in PAE mode") ------ The non-SMP non-PAE 32-bit kernel is fine even without the patch revert. The PAE kernel also works fine with this patch reverted without any need to revert ffa71f33a820 (the patch that this one is supposed to fix). The machine's excessive (for 32-bit) amount of physical RAM (64GB) might also be a factor here considering the PAE kernel works on all the other machines around here without reverting this patch. The patch is reverted only on 32-bit. Upstream report still pending. Enjoy! :-) a/kernel-generic-6.1.4-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.4-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.4-x86_64-1.txz: Upgraded. a/tree-2.1.0-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.4-x86-1.txz: Upgraded. k/kernel-source-6.1.4-noarch-1.txz: Upgraded. l/gvfs-1.50.3-x86_64-1.txz: Upgraded. l/hunspell-1.7.2-x86_64-1.txz: Upgraded. l/libnice-0.1.21-x86_64-1.txz: Upgraded. n/tin-2.6.2-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Thu Dec 22 03:40:55 UTC 202220221222034055 Patrick J Volkerding2022-12-222-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/sysvinit-scripts-15.1-noarch-3.txz: Rebuilt. rc.6: support an optional rc.firewall_shutdown script. Most firewall scripts don't need a formal shutdown, but in some cases it can be useful. If your rc.firewall script supports a stop parameter, the shutdown script should just contain "/etc/rc.d/rc.firewall stop", or rc.firewall_shutdown could also be a symlink to the rc.firewall script in that case. But how the script works is (like the rc.firewall script support) completely up to the admin. Thanks to metaed for the suggestion. Please note that contrary to the request, I placed this *after* the network is shut down to avoid removing firewall protection while the interfaces are still active. Whether it'll work in this place for metaed's (or anyone else's) needs, I'm not sure. It's a start. Feel free to weigh in on the LQ thread if you have any ideas for improvement, but the goal here is to keep this support as simple and flexible as possible. d/nasm-2.16-x86_64-1.txz: Upgraded. d/parallel-20221222-noarch-1.txz: Upgraded. n/bind-9.18.10-x86_64-1.txz: Upgraded. n/curl-7.87.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.6.1-x86_64-1.txz: Upgraded. This release contains a security fix and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.6.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-54/ https://www.cve.org/CVERecord?id=CVE-2022-46874 (* Security fix *) xfce/xfce4-screenshooter-1.10.0-x86_64-1.txz: Upgraded.
* Sun Dec 18 20:58:52 UTC 202220221218205852 Patrick J Volkerding2022-12-181-1/+2
| | | | | | l/imagemagick-7.1.0_55-x86_64-2.txz: Rebuilt. Rebuilt to fix dng.so module that was mistakenly compiled against the new LibRaw that we don't yet include.
* Sun Dec 18 02:54:27 UTC 202220221218025427 Patrick J Volkerding2022-12-181-1/+1
| | | | | | a/aaa_libraries-15.1-x86_64-15.txz: Rebuilt. Upgraded: liblzma.so.5.4.0, libmpc.so.3.3.1. Thanks to LuckyCyborg for the heads-up.
* Sat Dec 17 02:40:06 UTC 202220221217024006 Patrick J Volkerding2022-12-175-13/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-14.txz: Rebuilt. Upgraded: liblzma.so.5.2.9, libpcre2-8.so.0.11.2, libglib-2.0.so.0.7400.3, libgmodule-2.0.so.0.7400.3, libpng16.so.16.39.0. Removed: libFLAC++.so.6.3.0, libFLAC.so.8.3.0, libicudata.so.71.1, libicui18n.so.71.1, libicuio.so.71.1, libicutest.so.71.1, libicutu.so.71.1, libicuuc.so.71.1, libjasper.so.6.0.0. Added: libboost_atomic.so.1.80.0, libboost_chrono.so.1.80.0, libboost_container.so.1.80.0, libboost_context.so.1.80.0, libboost_contract.so.1.80.0, libboost_coroutine.so.1.80.0, libboost_date_time.so.1.80.0, libboost_fiber.so.1.80.0, libboost_filesystem.so.1.80.0, libboost_graph.so.1.80.0, libboost_iostreams.so.1.80.0, libboost_json.so.1.80.0, libboost_locale.so.1.80.0, libboost_log.so.1.80.0, libboost_log_setup.so.1.80.0, libboost_math_c99.so.1.80.0, libboost_math_c99f.so.1.80.0, libboost_math_c99l.so.1.80.0, libboost_math_tr1.so.1.80.0, libboost_math_tr1f.so.1.80.0, libboost_math_tr1l.so.1.80.0, libboost_nowide.so.1.80.0, libboost_prg_exec_monitor.so.1.80.0, libboost_program_options.so.1.80.0, libboost_python27.so.1.80.0, libboost_python39.so.1.80.0, libboost_random.so.1.80.0, libboost_regex.so.1.80.0, libboost_serialization.so.1.80.0, libboost_stacktrace_addr2line.so.1.80.0, libboost_stacktrace_basic.so.1.80.0, libboost_stacktrace_noop.so.1.80.0, libboost_system.so.1.80.0, libboost_thread.so.1.80.0, libboost_timer.so.1.80.0, libboost_type_erasure.so.1.80.0, libboost_unit_test_framework.so.1.80.0, libboost_wave.so.1.80.0, libboost_wserialization.so.1.80.0. ap/pamixer-1.5-x86_64-5.txz: Rebuilt. Recompiled against boost-1.81.0. kde/kig-22.12.0-x86_64-2.txz: Rebuilt. Recompiled against boost-1.81.0. kde/kopeninghours-22.12.0-x86_64-2.txz: Rebuilt. Recompiled against boost-1.81.0. kde/krita-5.1.4-x86_64-2.txz: Rebuilt. Recompiled against boost-1.81.0. l/boost-1.81.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/cryfs-0.10.3-x86_64-7.txz: Rebuilt. Recompiled against boost-1.81.0. x/fcitx5-chinese-addons-5.0.16-x86_64-2.txz: Rebuilt. Recompiled against boost-1.81.0. x/libime-1.0.16-x86_64-2.txz: Rebuilt. Recompiled against boost-1.81.0. xap/mozilla-firefox-108.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/108.0.1/releasenotes/ xfce/elementary-xfce-0.17-x86_64-1.txz: Upgraded.
* Wed Dec 14 21:19:34 UTC 202220221214211934 Patrick J Volkerding2022-12-143-0/+393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/bash-5.2.015-x86_64-1.txz: Upgraded. a/tcsh-6.24.06-x86_64-1.txz: Upgraded. ap/inxi-3.3.24_1-noarch-1.txz: Upgraded. ap/nano-7.1-x86_64-1.txz: Upgraded. d/git-2.39.0-x86_64-1.txz: Upgraded. d/rust-1.65.0-x86_64-1.txz: Upgraded. d/strace-6.1-x86_64-1.txz: Upgraded. kde/krita-5.1.4-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_54-x86_64-1.txz: Upgraded. l/nodejs-19.3.0-x86_64-1.txz: Upgraded. l/pcre2-10.42-x86_64-1.txz: Upgraded. n/iproute2-6.1.0-x86_64-1.txz: Upgraded. x/makedepend-1.0.8-x86_64-1.txz: Upgraded. x/xhost-1.0.9-x86_64-1.txz: Upgraded. x/xorg-server-21.1.5-x86_64-1.txz: Upgraded. This release fixes 6 recently reported security vulnerabilities in various extensions. For more information, see: https://lists.x.org/archives/xorg-announce/2022-December/003302.html https://www.cve.org/CVERecord?id=CVE-2022-46340 https://www.cve.org/CVERecord?id=CVE-2022-46341 https://www.cve.org/CVERecord?id=CVE-2022-46342 https://www.cve.org/CVERecord?id=CVE-2022-46343 https://www.cve.org/CVERecord?id=CVE-2022-46344 https://www.cve.org/CVERecord?id=CVE-2022-4283 (* Security fix *) x/xorg-server-xephyr-21.1.5-x86_64-1.txz: Upgraded. x/xorg-server-xnest-21.1.5-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-21.1.5-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-22.1.6-x86_64-1.txz: Upgraded. This release fixes 6 recently reported security vulnerabilities in various extensions. For more information, see: https://lists.x.org/archives/xorg-announce/2022-December/003302.html https://www.cve.org/CVERecord?id=CVE-2022-46340 https://www.cve.org/CVERecord?id=CVE-2022-46341 https://www.cve.org/CVERecord?id=CVE-2022-46342 https://www.cve.org/CVERecord?id=CVE-2022-46343 https://www.cve.org/CVERecord?id=CVE-2022-46344 https://www.cve.org/CVERecord?id=CVE-2022-4283 (* Security fix *) xap/mozilla-thunderbird-102.6.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/security/advisories/mfsa2022-53/ https://www.cve.org/CVERecord?id=CVE-2022-46880 https://www.cve.org/CVERecord?id=CVE-2022-46872 https://www.cve.org/CVERecord?id=CVE-2022-46881 https://www.cve.org/CVERecord?id=CVE-2022-46874 https://www.cve.org/CVERecord?id=CVE-2022-46875 https://www.cve.org/CVERecord?id=CVE-2022-46882 https://www.cve.org/CVERecord?id=CVE-2022-46878 (* Security fix *) xap/xscreensaver-6.06-x86_64-1.txz: Upgraded. testing/packages/mozilla-firefox-108.0-x86_64-1.txz: Upgraded. Starting this out in /testing for now, since I've been trying for 2 days to get it to compile on 32-bit with no luck. It ends up failing with a bunch of errors like this: ld.lld: error: undefined hidden symbol: tabs_4d51_TabsStore_sync Any help getting this to build on 32-bit would be greatly appreciated. I've tried most of ponce's bag of tricks already. :-)
* Fri Dec 2 06:58:38 UTC 202220221202065838 Patrick J Volkerding2022-12-025-3/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/gptfdisk-1.0.9-x86_64-2.txz: Rebuilt. Applied upstream patches to fix a crash and partition corruption caused by the popt upgrade: [PATCH] Updated guid.cc to deal with minor change in libuuid [PATCH] Fix failure & crash of sgdisk when compiled with latest popt [PATCH] Fix NULL dereference when duplicating string argument Thanks to jloco. d/cmake-3.25.1-x86_64-1.txz: Upgraded. kde/calligra-3.2.1-x86_64-24.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/cantor-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/kfilemetadata-5.100.0-x86_64-2.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/kile-2.9.93-x86_64-22.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/kitinerary-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/krita-5.1.3-x86_64-2.txz: Rebuilt. Recompiled against poppler-22.12.0. kde/okular-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against poppler-22.12.0. l/glib2-2.74.3-x86_64-1.txz: Upgraded. l/poppler-22.12.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/NetworkManager-1.40.6-x86_64-1.txz: Upgraded. xap/NetworkManager-openvpn-1.10.2-x86_64-1.txz: Upgraded. xap/libnma-1.10.4-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.30.0-x86_64-1.txz: Upgraded.
* Tue Nov 29 20:56:03 UTC 202220221129205603 Patrick J Volkerding2022-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/cryptsetup-2.6.0-x86_64-1.txz: Upgraded. a/kernel-firmware-20221123_cdf9499-noarch-1.txz: Upgraded. kde/bluedevil-5.26.4-x86_64-1.txz: Upgraded. kde/breeze-5.26.4-x86_64-1.txz: Upgraded. kde/breeze-grub-5.26.4-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.26.4-x86_64-1.txz: Upgraded. kde/drkonqi-5.26.4-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.26.4-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.26.4-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.26.4-x86_64-1.txz: Upgraded. kde/kdecoration-5.26.4-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.26.4-x86_64-1.txz: Upgraded. kde/kgamma5-5.26.4-x86_64-1.txz: Upgraded. kde/khotkeys-5.26.4-x86_64-1.txz: Upgraded. kde/kinfocenter-5.26.4-x86_64-1.txz: Upgraded. kde/kmenuedit-5.26.4-x86_64-1.txz: Upgraded. kde/kpipewire-5.26.4-x86_64-1.txz: Upgraded. kde/kscreen-5.26.4-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.26.4-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.26.4-x86_64-1.txz: Upgraded. kde/ksystemstats-5.26.4-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.26.4-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.26.4-x86_64-1.txz: Upgraded. kde/kwin-5.26.4-x86_64-1.txz: Upgraded. kde/kwrited-5.26.4-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.26.4-x86_64-1.txz: Upgraded. kde/libkscreen-5.26.4-x86_64-1.txz: Upgraded. kde/libksysguard-5.26.4-x86_64-1.txz: Upgraded. kde/milou-5.26.4-x86_64-1.txz: Upgraded. kde/oxygen-5.26.4-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-disks-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-integration-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-nm-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-pa-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-vault-5.26.4-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.26.4.1-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.26.4-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.26.4-x86_64-1.txz: Upgraded. kde/powerdevil-5.26.4-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.26.4-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.26.4-x86_64-1.txz: Upgraded. kde/systemsettings-5.26.4-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.26.4-x86_64-1.txz: Upgraded. l/glib2-2.74.2-x86_64-2.txz: Rebuilt. Patched to fix C++ API. Thanks to 0XBF. l/wavpack-5.6.0-x86_64-1.txz: Upgraded. n/iputils-20221126-x86_64-1.txz: Upgraded. n/libmbim-1.28.2-x86_64-1.txz: Upgraded. x/libime-1.0.16-x86_64-1.txz: Upgraded. x/xterm-377-x86_64-1.txz: Upgraded. xap/mozilla-firefox-107.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
* Thu Nov 24 20:55:37 UTC 202220221124205537 Patrick J Volkerding2022-11-255-2/+478
| | | | | | | | | | | | | | | | | | | | a/bash-5.2.012-x86_64-1.txz: Upgraded. a/less-612-x86_64-1.txz: Upgraded. a/tcsh-6.24.02-x86_64-1.txz: Upgraded. ap/vim-9.0.0942-x86_64-1.txz: Upgraded. d/make-4.4-x86_64-2.txz: Rebuilt. [SV 63307] Spawn children with the default disposition of sigpipe. Thanks to nobodino. d/ruby-3.1.3-x86_64-1.txz: Upgraded. This release includes a security fix: HTTP response splitting in CGI. For more information, see: https://www.cve.org/CVERecord?id=CVE-2021-33621 (* Security fix *) l/pipewire-0.3.61-x86_64-1.txz: Upgraded. n/ipset-7.16-x86_64-1.txz: Upgraded. x/fcitx5-5.0.21-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.0942-x86_64-1.txz: Upgraded.
* Wed Nov 23 19:51:17 UTC 202220221123195117 Patrick J Volkerding2022-11-245-41/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | a/gawk-5.2.1-x86_64-1.txz: Upgraded. a/rpm2tgz-1.2.2-x86_64-7.txz: Rebuilt. Take rpmoffset fixes from Gentoo. Thanks to allend. d/ccache-4.7.4-x86_64-1.txz: Upgraded. d/meson-0.64.1-x86_64-1.txz: Upgraded. d/parallel-20221122-noarch-1.txz: Upgraded. kde/fcitx5-configtool-5.0.16-x86_64-1.txz: Upgraded. l/SDL2-2.26.0-x86_64-1.txz: Upgraded. l/glib2-2.74.1-x86_64-2.txz: Rebuilt. [PATCH 1/2] Revert "Handling collision between standard i/o file descriptors and newly created ones." [PATCH 2/2] glib-unix: Add test to make sure g_unix_open_pipe will intrude standard range. Thanks to marav. l/newt-0.52.22-x86_64-1.txz: Upgraded. l/pipewire-0.3.60-x86_64-2.txz: Rebuilt. [PATCH] alsa: force playback start when buffer is full. Thanks to marav. tcl/tcl-8.6.13-x86_64-1.txz: Upgraded. tcl/tk-8.6.13-x86_64-1.txz: Upgraded. x/libglvnd-1.6.0-x86_64-1.txz: Upgraded. x/wayland-protocols-1.30-noarch-1.txz: Upgraded. xap/blueman-2.3.5-x86_64-1.txz: Upgraded.
* Mon Nov 21 20:23:13 UTC 202220221121202313 Patrick J Volkerding2022-11-223-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | a/libpwquality-1.4.5-x86_64-1.txz: Upgraded. a/pciutils-3.9.0-x86_64-1.txz: Upgraded. ap/qpdf-11.2.0-x86_64-1.txz: Upgraded. d/mercurial-6.3.1-x86_64-1.txz: Upgraded. kde/krusader-2.8.0-x86_64-1.txz: Upgraded. l/libpng-1.6.39-x86_64-1.txz: Upgraded. l/mlt-7.12.0-x86_64-1.txz: Upgraded. x/fcitx5-5.0.20-x86_64-1.txz: Upgraded. x/fcitx5-anthy-5.0.13-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.0.16-x86_64-1.txz: Upgraded. x/fcitx5-gtk-5.0.20-x86_64-1.txz: Upgraded. x/fcitx5-kkc-5.0.11-x86_64-1.txz: Upgraded. x/fcitx5-m17n-5.0.11-x86_64-1.txz: Upgraded. x/fcitx5-qt-5.0.16-x86_64-1.txz: Upgraded. x/fcitx5-table-extra-5.0.12-x86_64-1.txz: Upgraded. x/fcitx5-unikey-5.0.12-x86_64-1.txz: Upgraded. x/libXdmcp-1.1.4-x86_64-1.txz: Upgraded. x/libXpm-3.5.14-x86_64-1.txz: Upgraded. x/libXrandr-1.5.3-x86_64-1.txz: Upgraded. x/libime-1.0.15-x86_64-1.txz: Upgraded. x/libinput-1.22.0-x86_64-1.txz: Upgraded. x/xcb-imdkit-1.0.4-x86_64-1.txz: Upgraded.
* Sun Nov 20 00:54:24 UTC 202220221120005424 Patrick J Volkerding2022-11-203-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-13.txz: Rebuilt. Upgraded: libelf-0.188.so, liblzma.so.5.2.8, libmpfr.so.6.1.1. Removed: libunistring.so.2.1.0. Added: libFLAC++.so.6.3.0, libFLAC.so.8.3.0, libjasper.so.6.0.0. ap/flac-1.4.2-x86_64-1.txz: Upgraded. Shared library .so-version bump. ap/moc-2.6_alpha3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. ap/opus-tools-0.2-x86_64-4.txz: Rebuilt. Recompiled against flac-1.4.2. ap/sox-14.4.2-x86_64-9.txz: Rebuilt. Recompiled against flac-1.4.2. ap/vorbis-tools-1.4.2-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2. kde/audiocd-kio-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/digikam-7.8.0-x86_64-4.txz: Rebuilt. Recompiled against jasper-4.0.0. kde/k3b-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/kid3-3.9.2-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. kde/kwave-22.08.3-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/LibRaw-0.20.2-x86_64-6.txz: Rebuilt. Recompiled against jasper-4.0.0. l/at-spi2-core-2.46.0-x86_64-1.txz: Upgraded. l/audiofile-0.3.6-x86_64-5.txz: Rebuilt. Recompiled against flac-1.4.2. l/gamin-0.1.10-x86_64-9.txz: Removed. l/gegl-0.4.40-x86_64-2.txz: Rebuilt. Recompiled against jasper-4.0.0. l/glib-networking-2.74.0-x86_64-1.txz: Upgraded. l/glib2-2.74.1-x86_64-1.txz: Upgraded. l/gobject-introspection-1.74.0-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.20.4-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/jasper-4.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libsndfile-1.1.0-x86_64-2.txz: Rebuilt. Recompiled against flac-1.4.2. l/libsoup-2.74.3-x86_64-1.txz: Upgraded. l/pango-1.50.12-x86_64-1.txz: Upgraded. l/pygobject3-3.42.2-x86_64-1.txz: Upgraded. l/qt5-5.15.7_20221116_ee27a432-x86_64-1.txz: Upgraded. Compiled against jasper-4.0.0. l/sdl-1.2.15-x86_64-13.txz: Rebuilt. Recompiled against flac-1.4.2. l/vte-0.70.1-x86_64-1.txz: Upgraded. xap/audacious-plugins-4.2-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2. xap/easytag-2.4.3-x86_64-5.txz: Rebuilt. Recompiled against flac-1.4.2. xap/xine-lib-1.2.12-x86_64-3.txz: Rebuilt. Recompiled against flac-1.4.2.
* Tue Nov 8 22:21:43 UTC 202220221108222143 Patrick J Volkerding2022-11-098-1/+863
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/bash-5.2.009-x86_64-1.txz: Upgraded. a/glibc-zoneinfo-2022f-noarch-1.txz: Upgraded. a/sed-4.9-x86_64-1.txz: Upgraded. ap/mariadb-10.6.11-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://mariadb.com/kb/en/mariadb-10-6-11-release-notes d/ccache-4.7.3-x86_64-1.txz: Upgraded. d/meson-0.64.0-x86_64-1.txz: Upgraded. d/patchelf-0.17.0-x86_64-1.txz: Upgraded. kde/bluedevil-5.26.3-x86_64-1.txz: Upgraded. kde/breeze-5.26.3-x86_64-1.txz: Upgraded. kde/breeze-grub-5.26.3-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.26.3-x86_64-1.txz: Upgraded. kde/drkonqi-5.26.3-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.26.3-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.26.3-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.26.3-x86_64-1.txz: Upgraded. kde/kdecoration-5.26.3-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.26.3-x86_64-1.txz: Upgraded. kde/kgamma5-5.26.3-x86_64-1.txz: Upgraded. kde/khotkeys-5.26.3-x86_64-1.txz: Upgraded. kde/kinfocenter-5.26.3-x86_64-1.txz: Upgraded. kde/kmenuedit-5.26.3-x86_64-1.txz: Upgraded. kde/kpipewire-5.26.3-x86_64-1.txz: Upgraded. kde/kscreen-5.26.3-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.26.3-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.26.3-x86_64-1.txz: Upgraded. kde/ksystemstats-5.26.3-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.26.3-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.26.3-x86_64-1.txz: Upgraded. kde/kwin-5.26.3-x86_64-1.txz: Upgraded. kde/kwrited-5.26.3-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.26.3-x86_64-1.txz: Upgraded. kde/libkscreen-5.26.3-x86_64-1.txz: Upgraded. kde/libksysguard-5.26.3-x86_64-1.txz: Upgraded. kde/milou-5.26.3-x86_64-1.txz: Upgraded. kde/oxygen-5.26.3-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-disks-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-integration-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-nm-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-pa-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-vault-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.26.3-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.26.3-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.26.3-x86_64-1.txz: Upgraded. kde/powerdevil-5.26.3-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.26.3-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.26.3-x86_64-1.txz: Upgraded. kde/systemsettings-5.26.3-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.26.3-x86_64-1.txz: Upgraded. l/Imath-3.1.6-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_52-x86_64-1.txz: Upgraded. l/libspectre-0.2.11-x86_64-1.txz: Upgraded. n/mutt-2.2.8-x86_64-1.txz: Upgraded. x/mesa-22.2.3-x86_64-1.txz: Upgraded. x/wayland-protocols-1.28-noarch-1.txz: Upgraded.
* Thu Oct 27 02:30:15 UTC 202220221027023015 Patrick J Volkerding2022-10-273-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-12.txz: Rebuilt. Upgraded: libexpat.so.1.8.10, libffi.so.8.1.2. Added (temporarily): libicudata.so.71.1, libicui18n.so.71.1, libicuio.so.71.1, libicutest.so.71.1, libicutu.so.71.1, libicuuc.so.71.1. a/xfsprogs-5.13.0-x86_64-4.txz: Rebuilt. Recompiled against icu4c-72.1. ap/sqlite-3.39.4-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. kde/bluedevil-5.26.2-x86_64-1.txz: Upgraded. kde/breeze-5.26.2-x86_64-1.txz: Upgraded. kde/breeze-grub-5.26.2-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.26.2-x86_64-1.txz: Upgraded. kde/drkonqi-5.26.2-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.26.2-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.26.2-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.26.2-x86_64-1.txz: Upgraded. kde/kdecoration-5.26.2-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.26.2-x86_64-1.txz: Upgraded. Compiled against icu4c-72.1. kde/kgamma5-5.26.2-x86_64-1.txz: Upgraded. kde/khotkeys-5.26.2-x86_64-1.txz: Upgraded. kde/kinfocenter-5.26.2-x86_64-1.txz: Upgraded. kde/kmenuedit-5.26.2-x86_64-1.txz: Upgraded. kde/kpipewire-5.26.2-x86_64-1.txz: Upgraded. kde/kscreen-5.26.2-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.26.2-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.26.2-x86_64-1.txz: Upgraded. kde/ksystemstats-5.26.2-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.26.2-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.26.2-x86_64-1.txz: Upgraded. kde/kwin-5.26.2.1-x86_64-1.txz: Upgraded. kde/kwrited-5.26.2-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.26.2-x86_64-1.txz: Upgraded. kde/libkscreen-5.26.2-x86_64-1.txz: Upgraded. kde/libksysguard-5.26.2-x86_64-1.txz: Upgraded. kde/milou-5.26.2-x86_64-1.txz: Upgraded. kde/oxygen-5.26.2-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-disks-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-integration-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-nm-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-pa-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-vault-5.26.2-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.26.2-x86_64-1.txz: Upgraded. Compiled against icu4c-72.1. kde/plasma-workspace-wallpapers-5.26.2-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.26.2-x86_64-1.txz: Upgraded. kde/powerdevil-5.26.2-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.26.2-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.26.2-x86_64-1.txz: Upgraded. kde/systemsettings-5.26.2-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.26.2-x86_64-1.txz: Upgraded. l/boost-1.80.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. l/harfbuzz-5.3.1-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. l/icu4c-72.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libical-3.0.16-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. l/libqalculate-4.4.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. l/libvisio-0.1.7-x86_64-10.txz: Rebuilt. Recompiled against icu4c-72.1. l/nodejs-19.0.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. l/qt5-5.15.6_20221026_0402bce0-x86_64-1.txz: Upgraded. Compiled against icu4c-72.1. l/qt5-webkit-5.212.0_alpha4-x86_64-10.txz: Rebuilt. Recompiled against icu4c-72.1. l/vte-0.68.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. n/curl-7.86.0-x86_64-1.txz: Upgraded. This update fixes security issues: HSTS bypass via IDN. HTTP proxy double-free. .netrc parser out-of-bounds access. POST following PUT confusion. For more information, see: https://curl.se/docs/CVE-2022-42916.html https://curl.se/docs/CVE-2022-42915.html https://curl.se/docs/CVE-2022-35260.html https://curl.se/docs/CVE-2022-32221.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42916 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42915 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35260 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32221 (* Security fix *) n/dovecot-2.3.19.1-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. n/php-7.4.32-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. n/postfix-3.7.3-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. n/samba-4.17.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. n/tin-2.6.1-x86_64-4.txz: Rebuilt. Recompiled against icu4c-72.1. t/texlive-2022.220801-x86_64-3.txz: Rebuilt. Recompiled against icu4c-72.1. x/xorg-server-xwayland-22.1.4-x86_64-2.txz: Rebuilt. [PATCH] xwayland/input: Do not ignore leave events. Thanks to marav. xap/mozilla-firefox-106.0.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/ extra/brltty/brltty-6.5-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. extra/php80/php80-8.0.24-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. extra/php81/php81-8.1.11-x86_64-2.txz: Rebuilt. Recompiled against icu4c-72.1. extra/sendmail/sendmail-8.17.1-x86_64-6.txz: Rebuilt. Recompiled against icu4c-72.1. extra/sendmail/sendmail-cf-8.17.1-noarch-6.txz: Rebuilt.
* Fri Oct 21 18:19:00 UTC 202220221021181900 Patrick J Volkerding2022-10-221-1/+1
| | | | | | | | | | | a/tree-2.0.4-x86_64-1.txz: Upgraded. l/freecell-solver-6.8.0-x86_64-1.txz: Upgraded. l/speech-dispatcher-0.11.3-x86_64-1.txz: Upgraded. n/rsync-3.2.7-x86_64-1.txz: Upgraded. This is a bugfix release. Notably, this addresses some regressions caused by the file-list validation fix in rsync-3.2.5. Thanks to llgar.
* Wed Oct 19 20:06:33 UTC 2022 Patrick J Volkerding2022-10-205-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-11.txz: Rebuilt. Upgraded: libcap.so.2.66, liblzma.so.5.2.7, libpopt.so.0.0.2, libexpat.so.1.8.9, libglib-2.0.so.0.7200.4, libgmodule-2.0.so.0.7200.4, libgobject-2.0.so.0.7200.4, libgthread-2.0.so.0.7200.4, libhistory.so.8.2, libreadline.so.8.2. Added: libunistring.so.2.1.0, libunistring.so.5.0.0. Removed: libffi.so.7.1.0. a/gettext-0.21.1-x86_64-2.txz: Rebuilt. ap/lsof-4.96.4-x86_64-1.txz: Upgraded. ap/man-pages-6.01-noarch-1.txz: Upgraded. d/clisp-2.50_20220927_acb1266ee-x86_64-1.txz: Upgraded. Compiled against libunistring-1.1. d/gettext-tools-0.21.1-x86_64-2.txz: Rebuilt. Recompiled against libunistring-1.1. d/guile-3.0.8-x86_64-3.txz: Rebuilt. Recompiled against libunistring-1.1. kde/kguiaddons-5.99.0-x86_64-2.txz: Rebuilt. [PATCH] systemclipboard: Don't signal data source cancellation. Thanks to marav. l/libidn2-2.3.3-x86_64-2.txz: Rebuilt. l/libpsl-0.21.1-x86_64-5.txz: Rebuilt. Recompiled against libunistring-1.1. l/libunistring-1.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/bind-9.18.8-x86_64-1.txz: Upgraded. n/gnutls-3.7.8-x86_64-2.txz: Rebuilt. Recompiled against libunistring-1.1. n/samba-4.17.1-x86_64-1.txz: Upgraded. This update fixes the following security issue: Bad password count not incremented atomically. For more information, see: https://bugzilla.samba.org/show_bug.cgi?id=14611 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20251 (* Security fix *) n/wget-1.21.3-x86_64-2.txz: Rebuilt. Recompiled against libunistring-1.1. x/imake-1.0.9-x86_64-1.txz: Upgraded. x/xcb-util-errors-1.0.1-x86_64-1.txz: Upgraded. x/xcb-util-image-0.4.1-x86_64-1.txz: Upgraded. x/xcb-util-keysyms-0.4.1-x86_64-1.txz: Upgraded. x/xcb-util-renderutil-0.3.10-x86_64-1.txz: Upgraded. x/xcb-util-wm-0.4.2-x86_64-1.txz: Upgraded.
* Mon Oct 17 00:42:43 UTC 202220221017004243 Patrick J Volkerding2022-10-175-5/+27
| | | | | | | | a/gettext-0.21.1-x86_64-1.txz: Upgraded. a/glibc-zoneinfo-2022e-noarch-1.txz: Upgraded. This package provides the latest timezone updates. d/gettext-tools-0.21.1-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_51-x86_64-1.txz: Upgraded.
* Fri Oct 7 20:32:18 UTC 202220221007203218 Patrick J Volkerding2022-10-085-27/+160
| | | | | | | | | | | a/iniparser-4.1-x86_64-1.txz: Added. This is needed by ndctl. a/ndctl-74-x86_64-1.txz: Upgraded. l/libical-3.0.15-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.3.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.3.2/releasenotes/
* Thu Oct 6 18:53:43 UTC 202220221006185343 Patrick J Volkerding2022-10-072-0/+92
| | | | | | | | | | | a/bash-5.2.002-x86_64-1.txz: Upgraded. a/dbus-1.14.4-x86_64-1.txz: Upgraded. a/less-608-x86_64-1.txz: Upgraded. d/meson-0.63.3-x86_64-1.txz: Upgraded. l/readline-8.2.001-x86_64-1.txz: Upgraded. n/iproute2-6.0.0-x86_64-1.txz: Upgraded. n/openssh-9.1p1-x86_64-1.txz: Upgraded. x/xkeyboard-config-2.37-noarch-1.txz: Upgraded.
* Mon Sep 26 19:43:54 UTC 202220220926194354 Patrick J Volkerding2022-09-2716-1221/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/bash-5.2.000-x86_64-1.txz: Upgraded. ap/vim-9.0.0594-x86_64-1.txz: Upgraded. Fixed stack-based buffer overflow. Thanks to marav for the heads-up. In addition, Mig21 pointed out an issue where the defaults.vim file might need to be edited for some purposes as its contents will override the settings in the system-wide vimrc. Usually this file is replaced whenever vim is upgraded, which in those situations would be inconvenient for the admin. So, I've added support for a file named defaults.vim.custom which (if it exists) will be used instead of the defaults.vim file shipped in the package and will persist through upgrades. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296 (* Security fix *) l/fluidsynth-2.3.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_49-x86_64-1.txz: Upgraded. l/libcap-2.66-x86_64-1.txz: Upgraded. l/netpbm-10.99.03-x86_64-1.txz: Upgraded. l/readline-8.2.000-x86_64-1.txz: Upgraded. l/xapian-core-1.4.21-x86_64-1.txz: Upgraded. n/dnsmasq-2.87-x86_64-1.txz: Upgraded. Fix write-after-free error in DHCPv6 server code. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934 (* Security fix *) x/xterm-373-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.0594-x86_64-1.txz: Upgraded.
* Thu Sep 22 19:50:20 UTC 202220220922195020 Patrick J Volkerding2022-09-231-1/+1
| | | | | | | | | | | | | | | a/quota-4.09-x86_64-1.txz: Upgraded. d/parallel-20220922-noarch-1.txz: Upgraded. l/jemalloc-5.3.0-x86_64-2.txz: Rebuilt. Fixed version numbers in jemalloc.h. Thanks to Markus Wiesner. n/ca-certificates-20220922-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. testing/packages/rust-1.64.0-x86_64-1.txz: Added. We've found ourselves in a situation where Thunderbird requires the Rust compiler in /extra, and Firefox requires the one in the main tree (and can't use this one until Firefox 107 sometime in November), so we'll just park this here until we can use it.
* Thu Sep 15 20:15:52 UTC 202220220915201552 Patrick J Volkerding2022-09-163-42/+12
| | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-10.txz: Rebuilt. Upgraded: liblzma.so.5.2.6, libpng16.so.16.38.0, libslang.so.2.3.3. Removed: libboost_*.so.1.79.0. Use ldconfig to activate the libraries as they might be needed by install scripts (or to chroot to the install partition from the installer). Thanks to Stuart Winter. a/kernel-generic-5.19.9-x86_64-1.txz: Upgraded. a/kernel-huge-5.19.9-x86_64-1.txz: Upgraded. a/kernel-modules-5.19.9-x86_64-1.txz: Upgraded. ap/qpdf-11.1.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.19.9-x86-1.txz: Upgraded. k/kernel-source-5.19.9-noarch-1.txz: Upgraded. l/libpng-1.6.38-x86_64-1.txz: Upgraded. l/pipewire-0.3.58-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Thu Sep 8 01:33:19 UTC 202220220908013319 Patrick J Volkerding2022-09-0810-11/+50
| | | | | | | | | a/hdparm-9.65-x86_64-1.txz: Upgraded. n/samba-4.16.5-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/
* Tue Sep 6 20:21:24 UTC 202220220906202124 Patrick J Volkerding2022-09-0739-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/cracklib-2.9.8-x86_64-1.txz: Upgraded. a/gawk-5.2.0-x86_64-1.txz: Upgraded. a/grep-3.8-x86_64-1.txz: Upgraded. a/kernel-firmware-20220902_2f2f018-noarch-1.txz: Upgraded. a/kernel-generic-5.19.7-x86_64-1.txz: Upgraded. a/kernel-huge-5.19.7-x86_64-1.txz: Upgraded. a/kernel-modules-5.19.7-x86_64-1.txz: Upgraded. a/pcmciautils-018-x86_64-5.txz: Rebuilt. rc.pcmcia: change fgrep to grep -F. a/pkgtools-15.1-noarch-1.txz: Upgraded. removepkg: change fgrep to grep -F. a/sysvinit-functions-8.53-x86_64-6.txz: Rebuilt. /etc/rc.d/init.d/functions: change egrep to grep -E. a/sysvinit-scripts-15.1-noarch-2.txz: Rebuilt. rc.cpufreq: command-line choice should take priority over /etc/default/cpufreq. Thanks to af7567. rc.6: change egrep to grep -E. ap/sqlite-3.39.3-x86_64-1.txz: Upgraded. ap/vim-9.0.0396-x86_64-1.txz: Upgraded. Fixed use after free. Thanks to marav for the heads-up. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3099 (* Security fix *) d/autoconf-2.71-noarch-2.txz: Rebuilt. doinst.sh: change fgrep to grep -F. d/autoconf-archive-2022.09.03-noarch-1.txz: Upgraded. d/automake-1.16.5-noarch-2.txz: Rebuilt. doinst.sh: change fgrep to grep -F. d/kernel-headers-5.19.7-x86-1.txz: Upgraded. d/libtool-2.4.7-x86_64-4.txz: Rebuilt. doinst.sh: change fgrep to grep -F. d/meson-0.63.2-x86_64-1.txz: Upgraded. d/vala-0.56.3-x86_64-1.txz: Upgraded. k/kernel-source-5.19.7-noarch-1.txz: Upgraded. kde/bluedevil-5.25.5-x86_64-1.txz: Upgraded. kde/breeze-5.25.5-x86_64-1.txz: Upgraded. kde/breeze-grub-5.25.5-x86_64-1.txz: Upgraded. kde/breeze-gtk-5.25.5-x86_64-1.txz: Upgraded. kde/drkonqi-5.25.5-x86_64-1.txz: Upgraded. kde/kactivitymanagerd-5.25.5-x86_64-1.txz: Upgraded. kde/kde-cli-tools-5.25.5-x86_64-1.txz: Upgraded. kde/kde-gtk-config-5.25.5-x86_64-1.txz: Upgraded. kde/kdecoration-5.25.5-x86_64-1.txz: Upgraded. kde/kdeplasma-addons-5.25.5-x86_64-1.txz: Upgraded. kde/kgamma5-5.25.5-x86_64-1.txz: Upgraded. kde/khotkeys-5.25.5-x86_64-1.txz: Upgraded. kde/kinfocenter-5.25.5-x86_64-1.txz: Upgraded. kde/kmenuedit-5.25.5-x86_64-1.txz: Upgraded. kde/kscreen-5.25.5-x86_64-1.txz: Upgraded. kde/kscreenlocker-5.25.5-x86_64-1.txz: Upgraded. kde/ksshaskpass-5.25.5-x86_64-1.txz: Upgraded. kde/ksystemstats-5.25.5-x86_64-1.txz: Upgraded. kde/kwallet-pam-5.25.5-x86_64-1.txz: Upgraded. kde/kwayland-integration-5.25.5-x86_64-1.txz: Upgraded. kde/kwin-5.25.5-x86_64-1.txz: Upgraded. kde/kwrited-5.25.5-x86_64-1.txz: Upgraded. kde/layer-shell-qt-5.25.5-x86_64-1.txz: Upgraded. kde/libkscreen-5.25.5-x86_64-1.txz: Upgraded. kde/libksysguard-5.25.5-x86_64-1.txz: Upgraded. kde/milou-5.25.5-x86_64-1.txz: Upgraded. kde/oxygen-5.25.5-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-browser-integration-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-desktop-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-disks-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-firewall-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-integration-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-nm-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-pa-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-systemmonitor-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-vault-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-wayland-protocols-1.8.0-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.25.5-x86_64-1.txz: Upgraded. kde/plasma-workspace-wallpapers-5.25.5-x86_64-1.txz: Upgraded. kde/polkit-kde-agent-1-5.25.5-x86_64-1.txz: Upgraded. kde/powerdevil-5.25.5-x86_64-1.txz: Upgraded. kde/qqc2-breeze-style-5.25.5-x86_64-1.txz: Upgraded. kde/sddm-kcm-5.25.5-x86_64-1.txz: Upgraded. kde/systemsettings-5.25.5-x86_64-1.txz: Upgraded. kde/xdg-desktop-portal-kde-5.25.5-x86_64-1.txz: Upgraded. l/fluidsynth-2.2.9-x86_64-1.txz: Upgraded. l/libsoup3-3.0.8-x86_64-1.txz: Upgraded. l/libssh-0.10.3-x86_64-1.txz: Upgraded. l/neon-0.32.3-x86_64-1.txz: Upgraded. l/slang-2.3.3-x86_64-1.txz: Upgraded. n/nmap-7.93-x86_64-1.txz: Upgraded. x/ibus-m17n-1.4.11-x86_64-1.txz: Upgraded. x/libXft-2.3.5-x86_64-1.txz: Upgraded. xap/mozilla-firefox-104.0.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/ xap/vim-gvim-9.0.0396-x86_64-1.txz: Upgraded. xfce/xfce4-pulseaudio-plugin-0.4.4-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Tue Aug 30 19:39:30 UTC 202220220830193930 Patrick J Volkerding2022-08-313-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/cryptsetup-2.5.0-x86_64-3.txz: Rebuilt. rc.luks: use --batch-mode when creating encrypted swap. Thanks to Markus Wiesner. a/sysvinit-3.05-x86_64-1.txz: Upgraded. ap/vim-9.0.0334-x86_64-1.txz: Upgraded. Fixed use after free. Thanks to marav for the heads-up. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016 (* Security fix *) kde/digikam-7.8.0-x86_64-1.txz: Upgraded. kde/fcitx5-configtool-5.0.15-x86_64-1.txz: Upgraded. kde/umbrello-22.08.0-x86_64-2.txz: Rebuilt. Recompiled against kdevelop-22.08.0. Thanks to th_r. x/fcitx5-5.0.19-x86_64-1.txz: Upgraded. x/fcitx5-chinese-addons-5.0.15-x86_64-1.txz: Upgraded. x/libime-1.0.14-x86_64-1.txz: Upgraded. xap/NetworkManager-openvpn-1.10.0-x86_64-1.txz: Upgraded. xap/mozilla-firefox-104.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/ xap/vim-gvim-9.0.0334-x86_64-1.txz: Upgraded. extra/sendmail/sendmail-8.17.1-x86_64-5.txz: Rebuilt. Patched sendmail.h to fix SASL auth. Thanks to af7567. Build without -DUSE_EAI (which is evidently considered experimental) since the option breaks the vacation binary. Thanks to bitfuzzy and HQuest. It is possible that this could work but requires additional options. I found this in the ChangeLog for the SUSE rpm: Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available when using the compile time option USE_EAI (see also devtools/Site/site.config.m4.sample for other required settings) and the cf option SMTPUTF8. If a mail submission via the command line requires the use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the addresses on the command line are all ASCII, then the new option -U must be used, and the cf option SMTPUTF8 must be set in submit.cf. Any assistance with getting -DUSE_EAI working properly would be appreciated. extra/sendmail/sendmail-cf-8.17.1-noarch-5.txz: Rebuilt.
* Mon Aug 15 20:23:47 UTC 202220220815202347 Patrick J Volkerding2022-08-164-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/etc-15.1-x86_64-2.txz: Rebuilt. Added support for $HOME/.profile.d/*.{csh,sh} scripts. Thanks to Heinz Wiesinger. a/mcelog-188-x86_64-1.txz: Upgraded. kde/fcitx5-configtool-5.0.14-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. kde/fcitx5-theme-breeze-2.0.0-noarch-1.txz: Added. Thanks to Heinz Wiesinger. kde/kcm-fcitx-0.5.6-x86_64-4.txz: Removed. l/fmt-9.0.0-x86_64-1.txz: Added. Thanks to Steven Voges. l/librsvg-2.54.4-x86_64-2.txz: Rebuilt. Removed dangling symlink. Thanks to marav. n/rsync-3.2.5-x86_64-1.txz: Upgraded. Added some file-list safety checking that helps to ensure that a rogue sending rsync can't add unrequested top-level names and/or include recursive names that should have been excluded by the sender. These extra safety checks only require the receiver rsync to be updated. When dealing with an untrusted sending host, it is safest to copy into a dedicated destination directory for the remote content (i.e. don't copy into a destination directory that contains files that aren't from the remote host unless you trust the remote host). For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29154 (* Security fix *) x/anthy-9100h-x86_64-4.txz: Removed. x/anthy-unicode-1.0.0.20211224-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx-4.2.9.8-x86_64-3.txz: Removed. x/fcitx-anthy-0.2.4-x86_64-1.txz: Removed. x/fcitx-configtool-0.4.10-x86_64-3.txz: Removed. x/fcitx-hangul-0.3.1-x86_64-3.txz: Removed. x/fcitx-kkc-0.1.4-x86_64-3.txz: Removed. x/fcitx-libpinyin-0.5.4-x86_64-2.txz: Removed. x/fcitx-m17n-0.2.4-x86_64-3.txz: Removed. x/fcitx-qt5-1.2.7-x86_64-1.txz: Removed. x/fcitx-sayura-0.1.2-x86_64-3.txz: Removed. x/fcitx-table-extra-0.3.8-x86_64-3.txz: Removed. x/fcitx-table-other-0.2.4-x86_64-3.txz: Removed. x/fcitx-unikey-0.2.7-x86_64-3.txz: Removed. x/fcitx5-5.0.18-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-anthy-5.0.12-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-chinese-addons-5.0.14-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-gtk-5.0.17-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-hangul-5.0.10-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-kkc-5.0.10-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-m17n-5.0.10-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-qt-5.0.14-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-sayura-5.0.8-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-table-extra-5.0.11-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-table-other-5.0.10-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/fcitx5-unikey-5.0.11-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/ibus-1.5.26-x86_64-2.txz: Rebuilt. Use correct path to kimpanel in ibus-autostart. Thanks to Lockywolf. x/ibus-anthy-1.5.14-x86_64-2.txz: Rebuilt. Recompiled against anthy-unicode-1.0.0.20211224. Thanks to Heinz Wiesinger. x/libime-1.0.13-x86_64-1.txz: Added. Thanks to Heinz Wiesinger. x/m17n-lib-1.8.0-x86_64-5.txz: Rebuilt. Rebuilt to drop the dependency on anthy-9100h. Thanks to Heinz Wiesinger. x/skkdic-20210919-noarch-1.txz: Upgraded. Thanks to Heinz Wiesinger. x/x11-skel-7.7-x86_64-9.txz: Rebuilt. Added imconfig script for selecting the input method. Thanks to Heinz Wiesinger. x/xcb-imdkit-1.0.3-x86_64-1.txz: Added. Thanks to Heinz Wiesinger.
* Sat Aug 13 19:12:40 UTC 202220220813191240 Patrick J Volkerding2022-08-142-97/+1
| | | | | | | | | | a/glibc-zoneinfo-2022b-noarch-1.txz: Upgraded. This package provides the latest timezone updates. a/xz-5.2.6-x86_64-1.txz: Upgraded. d/meson-0.63.1-x86_64-1.txz: Upgraded. d/strace-5.19-x86_64-1.txz: Upgraded. l/libjpeg-turbo-2.1.4-x86_64-1.txz: Upgraded. l/libnl3-3.7.0-x86_64-1.txz: Upgraded.
* Fri Aug 12 01:47:02 UTC 202220220812014702 Patrick J Volkerding2022-08-122-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-9.txz: Rebuilt. Added: libboost_atomic.so.1.79.0, libboost_chrono.so.1.79.0, libboost_container.so.1.79.0, libboost_context.so.1.79.0, libboost_contract.so.1.79.0, libboost_coroutine.so.1.79.0, libboost_date_time.so.1.79.0, libboost_fiber.so.1.79.0, libboost_filesystem.so.1.79.0, libboost_graph.so.1.79.0, libboost_iostreams.so.1.79.0, libboost_json.so.1.79.0, libboost_locale.so.1.79.0, libboost_log.so.1.79.0, libboost_log_setup.so.1.79.0, libboost_math_c99.so.1.79.0, libboost_math_c99f.so.1.79.0, libboost_math_c99l.so.1.79.0, libboost_math_tr1.so.1.79.0, libboost_math_tr1f.so.1.79.0, libboost_math_tr1l.so.1.79.0, libboost_nowide.so.1.79.0, libboost_prg_exec_monitor.so.1.79.0, libboost_program_options.so.1.79.0, libboost_python27.so.1.79.0, libboost_python39.so.1.79.0, libboost_random.so.1.79.0, libboost_regex.so.1.79.0, libboost_serialization.so.1.79.0, libboost_stacktrace_addr2line.so.1.79.0, libboost_stacktrace_basic.so.1.79.0, libboost_stacktrace_noop.so.1.79.0, libboost_system.so.1.79.0, libboost_thread.so.1.79.0, libboost_timer.so.1.79.0, libboost_type_erasure.so.1.79.0, libboost_unit_test_framework.so.1.79.0, libboost_wave.so.1.79.0, libboost_wserialization.so.1.79.0. a/kernel-generic-5.18.17-x86_64-1.txz: Upgraded. a/kernel-huge-5.18.17-x86_64-1.txz: Upgraded. a/kernel-modules-5.18.17-x86_64-1.txz: Upgraded. ap/pamixer-1.5-x86_64-4.txz: Rebuilt. Recompiled against boost-1.80.0. d/git-2.37.2-x86_64-1.txz: Upgraded. d/kernel-headers-5.18.17-x86-1.txz: Upgraded. d/rust-1.63.0-x86_64-1.txz: Upgraded. k/kernel-source-5.18.17-noarch-1.txz: Upgraded. kde/kig-22.04.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.80.0. kde/kopeninghours-22.04.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.80.0. kde/krita-5.0.8-x86_64-4.txz: Rebuilt. Recompiled against boost-1.80.0. l/boost-1.80.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/cryfs-0.10.3-x86_64-6.txz: Rebuilt. Recompiled against boost-1.80.0. l/openexr-3.1.5-x86_64-2.txz: Rebuilt. Recompiled against boost-1.80.0. l/pango-1.50.9-x86_64-1.txz: Upgraded. n/NetworkManager-1.38.4-x86_64-1.txz: Upgraded. x/mesa-22.1.6-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.19.x/kernel-generic-5.19.1-x86_64-1.txz: Added. testing/packages/linux-5.19.x/kernel-headers-5.19.1-x86-1.txz: Added. testing/packages/linux-5.19.x/kernel-huge-5.19.1-x86_64-1.txz: Added. testing/packages/linux-5.19.x/kernel-modules-5.19.1-x86_64-1.txz: Added. testing/packages/linux-5.19.x/kernel-source-5.19.1-noarch-1.txz: Added. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sun Aug 7 18:45:57 UTC 202220220807184557 Patrick J Volkerding2022-08-081-1/+1
| | | | | | | | | | a/aaa_libraries-15.1-x86_64-8.txz: Rebuilt. Upgraded: libffi.so.8.1.0. a/mcelog-185-x86_64-1.txz: Upgraded. l/libffi-3.4.2-x86_64-2.txz: Rebuilt. Recompiled with --disable-exec-static-tramp to work around issues with gobject-introspection. Thanks to chrisVV. x/ibus-table-1.16.11-x86_64-1.txz: Upgraded.
* Sat Aug 6 23:57:27 UTC 202220220806235727 Patrick J Volkerding2022-08-074-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-7.txz: Rebuilt. Upgraded: libnsl-2.36.so. Added: libffi.so.8.1.0. Removed: libffi.so.6.0.4, libicudata.so.70.1, libicui18n.so.70.1, libicuio.so.70.1, libicutest.so.70.1, libicutu.so.70.1, libicuuc.so.70.1. d/guile-3.0.8-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. d/llvm-14.0.6-x86_64-3.txz: Rebuilt. Recompiled against libffi-3.4.2. d/python2-2.7.18-x86_64-5.txz: Rebuilt. Recompiled against libffi-3.4.2. d/python3-3.9.13-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. d/ruby-3.1.2-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. kde/kid3-3.9.2-x86_64-1.txz: Upgraded. l/gjs-1.70.2-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. l/glib-networking-2.72.2-x86_64-1.txz: Upgraded. l/glib2-2.72.3-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. l/gobject-introspection-1.72.0-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. l/gtkmm3-3.24.6-x86_64-1.txz: Upgraded. l/libffi-3.4.2-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libwebp-1.2.4-x86_64-1.txz: Upgraded. l/pygobject-2.28.7-x86_64-9.txz: Rebuilt. Recompiled against libffi-3.4.2. l/pygobject3-3.42.1-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. l/python-cffi-1.15.0-x86_64-3.txz: Rebuilt. Recompiled against libffi-3.4.2. n/p11-kit-0.24.1-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. x/ibus-m17n-1.4.10-x86_64-1.txz: Upgraded. x/wayland-1.21.0-x86_64-2.txz: Rebuilt. Recompiled against libffi-3.4.2. xap/mozilla-thunderbird-102.1.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.1.1/releasenotes/
* Fri Aug 5 21:04:39 UTC 202220220805210439 Patrick J Volkerding2022-08-066-41/+184
| | | | | | | | | | | | | | | | | | a/dcron-4.5-x86_64-12.txz: Rebuilt. Rebase the run-parts script on the latest version from Fedora's crontabs package. Thanks to avian. a/elilo-3.16-x86_64-13.txz: Rebuilt. Patched to disable the Confidential Computing blob for SEV-SNP, which fixes booting a 5.19 kernel with the EFI stub enabled. If you use elilo, be sure to either run eliloconfig again or manually copy (and rename) the proper elilo binary to your EFI System Partition. Thanks to PiterPunk. a/sysklogd-2.4.2-x86_64-1.txz: Upgraded. ap/most-5.2.0-x86_64-1.txz: Upgraded. d/cmake-3.24.0-x86_64-1.txz: Upgraded. x/ibus-table-1.16.10-x86_64-1.txz: Upgraded. extra/brltty/brltty-6.5-x86_64-1.txz: Upgraded. extra/php80/php80-8.0.22-x86_64-1.txz: Upgraded.
* Thu Aug 4 19:41:01 UTC 202220220804194101 Patrick J Volkerding2022-08-051-1/+1
| | | | | | | | | | a/kernel-firmware-20220804_e6185d5-noarch-1.txz: Upgraded. a/util-linux-2.38.1-x86_64-1.txz: Upgraded. ap/mpg123-1.30.2-x86_64-1.txz: Upgraded. n/NetworkManager-1.38.2-x86_64-1.txz: Upgraded. xap/libnma-1.8.40-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.28.0-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.9-x86_64-1.txz: Upgraded.
* Mon Aug 1 23:30:59 UTC 202220220801233059 Patrick J Volkerding2022-08-026-96/+142
| | | | | | | a/cryptsetup-2.5.0-x86_64-2.txz: Rebuilt. Use file descriptor 3 in rc.luks's main loop so that sdtin works properly for cryptsetup and/or a keyscript. PiterPunk gave it to me like this and then I proceeded to break it. Sorry about that.
* Tue Jul 26 19:27:53 UTC 202220220726192753 Patrick J Volkerding2022-07-273-98/+6
| | | | | | | | | | | | | | | | a/etc-15.1-x86_64-1.txz: Upgraded. Fixed install script to avoid a warning from chown that "." should be ":". a/kernel-firmware-20220725_150864a-noarch-1.txz: Upgraded. a/tar-1.34-x86_64-2.txz: Rebuilt. Sergey Poznyakoff added options to GNU tar back in 2013 to make it possible to use it in the pkgtools, and with help from gnashley and ruario we switched to using the latest version of tar in makepkg over 4 years ago. Still, we kept the old tar-1.13 around. It's finally time to let go of this old artifact. Farewell tar-1.13, thanks for everything. :-) l/gnome-keyring-42.1-x86_64-1.txz: Upgraded. l/harfbuzz-5.0.1-x86_64-1.txz: Upgraded. l/iso-codes-4.11.0-noarch-1.txz: Upgraded. n/mobile-broadband-provider-info-20220725-x86_64-1.txz: Upgraded.
* Wed Jul 20 18:59:12 UTC 202220220720185912 Patrick J Volkerding2022-07-212-41/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-6.txz: Rebuilt. Upgraded: libcap.so.2.65, libglib-2.0.so.0.7200.3, libgmodule-2.0.so.0.7200.3, libgobject-2.0.so.0.7200.3, libgthread-2.0.so.0.7200.3, libidn2.so.0.3.8. Removed: libboost_*.so.1.78.0. a/kernel-firmware-20220719_4421586-noarch-1.txz: Upgraded. d/python-setuptools-63.2.0-x86_64-1.txz: Upgraded. d/rust-1.62.1-x86_64-1.txz: Upgraded. kde/kio-5.96.0-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. l/libcap-2.65-x86_64-1.txz: Upgraded. l/netpbm-10.99.01-x86_64-1.txz: Upgraded. l/pipewire-0.3.56-x86_64-1.txz: Upgraded. l/qt5-5.15.5_20220705_ea4efc06-x86_64-1.txz: Upgraded. Compiled against krb5-1.19.3. n/alpine-2.26-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. n/bind-9.18.5-x86_64-1.txz: Upgraded. Compiled against krb5-1.19.3. n/curl-7.84.0-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. n/fetchmail-6.4.31-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. n/krb5-1.19.3-x86_64-2.txz: Rebuilt. Since Samba still won't link against krb5-1.20, I think it's best to drop back to this version until it does. Perhaps it would be better to just use the internal Heimdal libraries instead, but I don't really know if that has all the same functionality or not. Hints welcome if you'd like to drop them in the "regression on -current with samba (new krb5)" thread. Also, just to be 100% sure the krb5 revert doesn't cause any ABI issues, we'll recompile everything that we've linked to krb5 while krb5-1.20 was in -current. Thanks to nobodino. n/php-7.4.30-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. n/samba-4.16.3-x86_64-1.txz: Upgraded. Compiled against krb5-1.19.3. xap/gnuplot-5.4.4-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.0.3-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.0.3/releasenotes/ extra/php80/php80-8.0.21-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3. extra/php81/php81-8.1.8-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.19.3.
* Sat Jul 9 18:50:24 UTC 202220220709185024 Patrick J Volkerding2022-07-103-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-5.txz: Rebuilt. Upgraded: libelf-0.187.so, libcurl.so.4.8.0, libidn.so.12.6.4, libisl.so.23.2.0, libjson-c.so.5.2.0, libltdl.so.7.3.2, libpcre2-8.so.0.11.0, libstdc++.so.6.0.30, libtdb.so.1.4.7, libtiff.so.5.8.0, libtiffxx.so.5.8.0. a/kernel-firmware-20220708_be7798e-noarch-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-30.txz: Rebuilt. Patched for kmod-30. Thanks to teoberi. kde/attica-5.96.0-x86_64-1.txz: Upgraded. kde/baloo-5.96.0-x86_64-1.txz: Upgraded. kde/bluez-qt-5.96.0-x86_64-1.txz: Upgraded. kde/breeze-icons-5.96.0-noarch-1.txz: Upgraded. kde/extra-cmake-modules-5.96.0-x86_64-1.txz: Upgraded. kde/frameworkintegration-5.96.0-x86_64-1.txz: Upgraded. kde/kactivities-5.96.0-x86_64-1.txz: Upgraded. kde/kactivities-stats-5.96.0-x86_64-1.txz: Upgraded. kde/kapidox-5.96.0-x86_64-1.txz: Upgraded. kde/karchive-5.96.0-x86_64-1.txz: Upgraded. kde/kauth-5.96.0-x86_64-1.txz: Upgraded. kde/kbookmarks-5.96.0-x86_64-1.txz: Upgraded. kde/kcalendarcore-5.96.0-x86_64-1.txz: Upgraded. kde/kcmutils-5.96.0-x86_64-1.txz: Upgraded. kde/kcodecs-5.96.0-x86_64-1.txz: Upgraded. kde/kcompletion-5.96.0-x86_64-1.txz: Upgraded. kde/kconfig-5.96.0-x86_64-1.txz: Upgraded. kde/kconfigwidgets-5.96.0-x86_64-1.txz: Upgraded. kde/kcontacts-5.96.0-x86_64-1.txz: Upgraded. kde/kcoreaddons-5.96.0-x86_64-1.txz: Upgraded. kde/kcrash-5.96.0-x86_64-1.txz: Upgraded. kde/kdav-5.96.0-x86_64-1.txz: Upgraded. kde/kdbusaddons-5.96.0-x86_64-1.txz: Upgraded. kde/kdeclarative-5.96.0-x86_64-1.txz: Upgraded. kde/kded-5.96.0-x86_64-1.txz: Upgraded. kde/kdelibs4support-5.96.0-x86_64-1.txz: Upgraded. kde/kdesignerplugin-5.96.0-x86_64-1.txz: Upgraded. kde/kdesu-5.96.0-x86_64-1.txz: Upgraded. kde/kdewebkit-5.96.0-x86_64-1.txz: Upgraded. kde/kdnssd-5.96.0-x86_64-1.txz: Upgraded. kde/kdoctools-5.96.0-x86_64-1.txz: Upgraded. kde/kemoticons-5.96.0-x86_64-1.txz: Upgraded. kde/kfilemetadata-5.96.0-x86_64-1.txz: Upgraded. kde/kglobalaccel-5.96.0-x86_64-1.txz: Upgraded. kde/kguiaddons-5.96.0-x86_64-1.txz: Upgraded. kde/kholidays-5.96.0-x86_64-1.txz: Upgraded. kde/khtml-5.96.0-x86_64-1.txz: Upgraded. kde/ki18n-5.96.0-x86_64-1.txz: Upgraded. kde/kiconthemes-5.96.0-x86_64-1.txz: Upgraded. kde/kidletime-5.96.0-x86_64-1.txz: Upgraded. kde/kimageformats-5.96.0-x86_64-1.txz: Upgraded. kde/kinit-5.96.0-x86_64-1.txz: Upgraded. kde/kio-5.96.0-x86_64-1.txz: Upgraded. kde/kirigami2-5.96.0-x86_64-1.txz: Upgraded. kde/kitemmodels-5.96.0-x86_64-1.txz: Upgraded. kde/kitemviews-5.96.0-x86_64-1.txz: Upgraded. kde/kjobwidgets-5.96.0-x86_64-1.txz: Upgraded. kde/kjs-5.96.0-x86_64-1.txz: Upgraded. kde/kjsembed-5.96.0-x86_64-1.txz: Upgraded. kde/kmediaplayer-5.96.0-x86_64-1.txz: Upgraded. kde/knewstuff-5.96.0-x86_64-1.txz: Upgraded. kde/knotifications-5.96.0-x86_64-1.txz: Upgraded. kde/knotifyconfig-5.96.0-x86_64-1.txz: Upgraded. kde/kpackage-5.96.0-x86_64-1.txz: Upgraded. kde/kparts-5.96.0-x86_64-1.txz: Upgraded. kde/kpeople-5.96.0-x86_64-1.txz: Upgraded. kde/kplotting-5.96.0-x86_64-1.txz: Upgraded. kde/kpty-5.96.0-x86_64-1.txz: Upgraded. kde/kquickcharts-5.96.0-x86_64-1.txz: Upgraded. kde/kross-5.96.0-x86_64-1.txz: Upgraded. kde/krunner-5.96.0-x86_64-1.txz: Upgraded. kde/kservice-5.96.0-x86_64-1.txz: Upgraded. kde/ktexteditor-5.96.0-x86_64-1.txz: Upgraded. kde/ktextwidgets-5.96.0-x86_64-1.txz: Upgraded. kde/kunitconversion-5.96.0-x86_64-1.txz: Upgraded. kde/kwallet-5.96.0-x86_64-1.txz: Upgraded. kde/kwayland-5.96.0-x86_64-1.txz: Upgraded. kde/kwidgetsaddons-5.96.0-x86_64-1.txz: Upgraded. kde/kwindowsystem-5.96.0-x86_64-1.txz: Upgraded. kde/kxmlgui-5.96.0-x86_64-1.txz: Upgraded. kde/kxmlrpcclient-5.96.0-x86_64-1.txz: Upgraded. kde/modemmanager-qt-5.96.0-x86_64-1.txz: Upgraded. kde/networkmanager-qt-5.96.0-x86_64-1.txz: Upgraded. kde/oxygen-icons5-5.96.0-noarch-1.txz: Upgraded. kde/plasma-framework-5.96.0-x86_64-1.txz: Upgraded. kde/prison-5.96.0-x86_64-1.txz: Upgraded. kde/purpose-5.96.0-x86_64-1.txz: Upgraded. kde/qqc2-desktop-style-5.96.0-x86_64-1.txz: Upgraded. kde/solid-5.96.0-x86_64-1.txz: Upgraded. kde/sonnet-5.96.0-x86_64-1.txz: Upgraded. kde/syndication-5.96.0-x86_64-1.txz: Upgraded. kde/syntax-highlighting-5.96.0-x86_64-1.txz: Upgraded. kde/threadweaver-5.96.0-x86_64-1.txz: Upgraded. l/SDL2_image-2.6.0-x86_64-1.txz: Upgraded. l/SDL2_mixer-2.6.0-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.7.2-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_41-x86_64-1.txz: Upgraded. l/nodejs-16.16.0-x86_64-1.txz: Upgraded.
* Tue Jul 5 20:33:18 UTC 202220220705203318 Patrick J Volkerding2022-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/hwdata-0.361-noarch-1.txz: Upgraded. a/kernel-firmware-20220705_f5f02da-noarch-1.txz: Upgraded. a/kmod-30-x86_64-1.txz: Upgraded. a/mcelog-184-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1q-x86_64-1.txz: Upgraded. ap/vim-9.0.0041-x86_64-1.txz: Upgraded. d/llvm-14.0.6-x86_64-2.txz: Rebuilt. Shared library .so-version bump. We gave the DYLIB options a try and the resulting compilers are unable to compile Firefox or Thunderbird, so we're back to using BUILD_SHARED_LIBS (which works fine). I'm in no real hurry to revisit this, but I'll look at any hints you might have for me if you post them on LQ. d/meson-0.63.0-x86_64-1.txz: Upgraded. d/rust-1.62.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_40-x86_64-1.txz: Upgraded. l/isl-0.25-x86_64-1.txz: Upgraded. l/libdmtx-0.7.7-x86_64-1.txz: Upgraded. l/libgphoto2-2.5.30-x86_64-1.txz: Upgraded. l/libmtp-1.1.20-x86_64-1.txz: Upgraded. l/libvpx-1.12.0-x86_64-1.txz: Upgraded. l/pipewire-0.3.53-x86_64-1.txz: Upgraded. l/poppler-22.07.0-x86_64-1.txz: Upgraded. l/spirv-llvm-translator-14.0.0-x86_64-2.txz: Rebuilt. Recompiled against llvm-14.0.6-2. n/openssl-1.1.1q-x86_64-1.txz: Upgraded. This update fixes security issues: Heap memory corruption with RSA private key operation. AES OCB fails to encrypt some bytes. For more information, see: https://www.openssl.org/news/secadv/20220705.txt https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2274 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2097 (* Security fix *) n/wget2-2.0.1-x86_64-1.txz: Upgraded. x/libva-2.15.0-x86_64-1.txz: Upgraded. x/libva-utils-2.15.0-x86_64-1.txz: Upgraded. x/mesa-21.3.8-x86_64-3.txz: Rebuilt. Recompiled against llvm-14.0.6-2. xap/mozilla-firefox-102.0.1-x86_64-1.txz: Upgraded. This update contains security fixes (possibly) and improvements. At this time, the link below only says "We're still preparing the notes for this release, and will post them here when they are ready. Please check back later." For more information, see: https://www.mozilla.org/en-US/firefox/102.0.1/releasenotes/ (* Security fix *) xap/vim-gvim-9.0.0041-x86_64-1.txz: Upgraded. extra/rust-for-mozilla/rust-1.60.0-x86_64-1.txz: Upgraded.
* Thu Jun 2 19:42:06 UTC 202220220602194206 Patrick J Volkerding2022-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/hwdata-0.360-noarch-1.txz: Upgraded. a/kernel-firmware-20220531_eaee2da-noarch-1.txz: Upgraded. a/libblockdev-2.27-x86_64-1.txz: Upgraded. ap/alsa-utils-1.2.7-x86_64-1.txz: Upgraded. ap/tmux-3.3-x86_64-1.txz: Upgraded. d/mercurial-6.1.3-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.7-x86_64-1.txz: Upgraded. l/iso-codes-4.10.0-noarch-1.txz: Upgraded. l/mozilla-nss-3.79-x86_64-1.txz: Upgraded. l/nodejs-16.15.1-x86_64-1.txz: Upgraded. l/pulseaudio-16.0-x86_64-1.txz: Upgraded. n/nftables-1.0.3-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-91.10.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.10.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-22/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31736 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31737 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31738 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31739 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31740 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31741 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1834 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31742 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31747 (* Security fix *)
* Thu May 26 18:27:32 UTC 202220220526182732 Patrick J Volkerding2022-05-273-6/+13
| | | | | | | | | | | | | | | a/libbytesize-2.7-x86_64-1.txz: Upgraded. a/logrotate-3.20.1-x86_64-1.txz: Upgraded. a/ntfs-3g-2022.5.17-x86_64-1.txz: Upgraded. a/tree-2.0.2-x86_64-1.txz: Upgraded. ap/cups-2.4.2-x86_64-1.txz: Upgraded. Fixed certificate strings comparison for Local authorization. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26691 (* Security fix *) d/cmake-3.23.2-x86_64-1.txz: Upgraded. l/libqalculate-4.2.0-x86_64-1.txz: Upgraded. n/epic5-2.1.10-x86_64-1.txz: Upgraded.
* Wed May 18 19:41:22 UTC 202220220518194122 Patrick J Volkerding2022-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/f2fs-tools-1.15.0-x86_64-1.txz: Upgraded. a/kernel-firmware-20220516_251d290-noarch-1.txz: Upgraded. a/kernel-generic-5.17.9-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.9-x86_64-1.txz: Upgraded. a/kernel-modules-5.17.9-x86_64-1.txz: Upgraded. d/kernel-headers-5.17.9-x86-1.txz: Upgraded. d/ninja-1.11.0-x86_64-1.txz: Upgraded. k/kernel-source-5.17.9-noarch-1.txz: Upgraded. kde/calligra-3.2.1-x86_64-19.txz: Rebuilt. Recompiled against gsl-2.7.1. kde/krita-5.0.6-x86_64-5.txz: Rebuilt. Recompiled against gsl-2.7.1. kde/plasma-workspace-5.24.5-x86_64-2.txz: Rebuilt. [PATCH] kcms/desktoptheme: find metadata.json when loading ThemesModel. Thanks to Heinz Wiesinger for the link to the patch. kde/step-22.04.1-x86_64-2.txz: Rebuilt. Recompiled against gsl-2.7.1. l/gsl-2.7.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/mutt-2.2.5-x86_64-1.txz: Upgraded. x/igt-gpu-tools-1.26-x86_64-2.txz: Rebuilt. Recompiled against gsl-2.7.1. xap/xsnow-3.5.0-x86_64-2.txz: Rebuilt. Recompiled against gsl-2.7.1. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Sat Apr 30 21:35:21 UTC 202220220430213521 Patrick J Volkerding2022-05-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | a/btrfs-progs-5.17-x86_64-1.txz: Upgraded. l/libgsf-1.14.49-x86_64-1.txz: Upgraded. l/mozilla-nss-3.78-x86_64-1.txz: Upgraded. l/oniguruma-6.9.8-x86_64-1.txz: Upgraded. l/python-alabaster-0.7.12-x86_64-1.txz: Added. l/python-babel-2.10.1-x86_64-1.txz: Added. l/python-imagesize-1.3.0-x86_64-1.txz: Added. l/python-importlib_metadata-4.11.3-x86_64-1.txz: Added. l/python-pytz-2022.1-x86_64-1.txz: Added. l/python-snowballstemmer-2.2.0-x86_64-1.txz: Added. l/python-sphinx-4.5.0-x86_64-1.txz: Added. l/python-zipp-3.8.0-x86_64-1.txz: Added. n/ModemManager-1.18.8-x86_64-1.txz: Upgraded. x/libX11-1.8-x86_64-1.txz: Upgraded. xap/pidgin-2.14.9-x86_64-1.txz: Upgraded. Mitigate the potential for a man in the middle attack via DNS spoofing by removing the code that supported the _xmppconnect DNS TXT record. For more information, see: https://www.pidgin.im/about/security/advisories/cve-2022-26491/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26491 (* Security fix *)
* Tue Apr 26 19:45:46 UTC 202220220426194546 Patrick J Volkerding2022-04-276-7/+68
| | | | | | | | | | | | | | | a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt. Support mounting additional partitions from the initrd - useful for anyone still stuck with a separated /usr. ;-) Thanks to PiterPunk. Ensure that the target directory exists before trying to copy a module into it (workaround for coreutils 9.1 behavior change). ap/vim-8.2.4830-x86_64-1.txz: Upgraded. l/SDL2-2.0.22-x86_64-1.txz: Upgraded. l/elfutils-0.187-x86_64-1.txz: Upgraded. l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded. n/gnupg2-2.2.35-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded. xap/xpdf-4.04-x86_64-1.txz: Upgraded.
* Thu Apr 21 19:11:10 UTC 202220220421191110 Patrick J Volkerding2022-04-222-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20220419_ee43979-noarch-1.txz: Upgraded. a/kernel-generic-5.17.4-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.4-x86_64-1.txz: Upgraded. a/kernel-modules-5.17.4-x86_64-1.txz: Upgraded. a/mcelog-181-x86_64-1.txz: Upgraded. a/pciutils-3.8.0-x86_64-1.txz: Upgraded. d/git-2.36.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.17.4-x86-1.txz: Upgraded. k/kernel-source-5.17.4-noarch-1.txz: Upgraded. l/fribidi-1.0.12-x86_64-1.txz: Upgraded. l/parted-3.5-x86_64-1.txz: Upgraded. l/pipewire-0.3.50-x86_64-2.txz: Rebuilt. Build in FFmpeg and Vulkan support. Thanks to Klaatu. n/bind-9.18.2-x86_64-1.txz: Upgraded. n/postfix-3.7.1-x86_64-1.txz: Upgraded. x/libinput-1.20.1-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-91.8.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.8.1/releasenotes/ isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
* Mon Apr 18 19:58:04 UTC 202220220418195804 Patrick J Volkerding2022-04-193-138/+20
| | | | | | | | | | | | | | | | a/coreutils-9.1-x86_64-1.txz: Upgraded. kde/krita-5.0.5-x86_64-3.txz: Rebuilt. Recompiled against quazip-1.3. l/enchant-2.3.3-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_30-x86_64-1.txz: Upgraded. l/json-c-0.16_20220414-x86_64-1.txz: Upgraded. l/libnl3-3.6.0-x86_64-1.txz: Upgraded. l/pcre2-10.40-x86_64-1.txz: Upgraded. l/quazip-1.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/rsync-3.2.4-x86_64-1.txz: Upgraded. x/libpinyin-2.6.2-x86_64-1.txz: Upgraded. xap/xsnow-3.5.0-x86_64-1.txz: Upgraded.
* Fri Apr 15 20:01:44 UTC 202220220415200144 Patrick J Volkerding2022-04-152-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-4.txz: Rebuilt. Upgraded: libaio.so.1.0.2. Added: libboost_atomic.so.1.78.0, libboost_chrono.so.1.78.0, libboost_container.so.1.78.0, libboost_context.so.1.78.0, libboost_contract.so.1.78.0, libboost_coroutine.so.1.78.0, libboost_date_time.so.1.78.0, libboost_fiber.so.1.78.0, libboost_filesystem.so.1.78.0, libboost_graph.so.1.78.0, libboost_iostreams.so.1.78.0, libboost_json.so.1.78.0, libboost_locale.so.1.78.0, libboost_log.so.1.78.0, libboost_log_setup.so.1.78.0, libboost_math_c99.so.1.78.0, libboost_math_c99f.so.1.78.0, libboost_math_c99l.so.1.78.0, libboost_math_tr1.so.1.78.0, libboost_math_tr1f.so.1.78.0, libboost_math_tr1l.so.1.78.0, libboost_nowide.so.1.78.0, libboost_prg_exec_monitor.so.1.78.0, libboost_program_options.so.1.78.0, libboost_python27.so.1.78.0, libboost_python39.so.1.78.0, libboost_random.so.1.78.0, libboost_regex.so.1.78.0, libboost_serialization.so.1.78.0, libboost_stacktrace_addr2line.so.1.78.0, libboost_stacktrace_basic.so.1.78.0, libboost_stacktrace_noop.so.1.78.0, libboost_system.so.1.78.0, libboost_thread.so.1.78.0, libboost_timer.so.1.78.0, libboost_type_erasure.so.1.78.0, libboost_unit_test_framework.so.1.78.0, libboost_wave.so.1.78.0, libboost_wserialization.so.1.78.0. The boost libraries are from the previous package (for temporary compatibility) and will be removed in a month or so. a/dialog-1.3_20220414-x86_64-1.txz: Upgraded. a/gptfdisk-1.0.9-x86_64-1.txz: Upgraded. ap/pamixer-1.5-x86_64-3.txz: Rebuilt. Recompiled against boost-1.79.0. kde/kig-21.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. kde/kopeninghours-21.12.3-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. kde/krita-5.0.5-x86_64-2.txz: Rebuilt. Recompiled against boost-1.79.0. l/boost-1.79.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/cfitsio-4.1.0-x86_64-1.txz: Upgraded. l/cryfs-0.10.3-x86_64-5.txz: Rebuilt. Recompiled against boost-1.79.0. l/openexr-2.5.7-x86_64-6.txz: Rebuilt. Recompiled against boost-1.79.0. extra/php80/php80-8.0.18-x86_64-1.txz: Upgraded.
* Thu Apr 14 21:14:21 UTC 202220220414211421 Patrick J Volkerding2022-04-152-1/+97
| | | | | | | | | | | | | | | | | | | | | | a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded. a/sysvinit-3.03-x86_64-1.txz: Upgraded. a/xz-5.2.5-x86_64-4.txz: Rebuilt. This update fixes a security issue: xzgrep applied to a crafted file name with two or more newlines can no longer overwrite an arbitrary, attacker-selected file. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271 (* Security fix *) d/git-2.35.3-x86_64-1.txz: Upgraded. This update fixes a security issue where a Git worktree created by another user might be able to execute arbitrary code. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 (* Security fix *) l/libaio-0.3.113-x86_64-1.txz: Upgraded. l/tevent-0.12.0-x86_64-1.txz: Upgraded. n/php-7.4.29-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.5-x86_64-1.txz: Upgraded.
* Mon Apr 11 20:49:27 UTC 202220220411204927 Patrick J Volkerding2022-04-129-61/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/aaa_libraries-15.1-x86_64-3.txz: Rebuilt. Upgraded: libz.so.1.2.12, libexpat.so.1.8.8, libcap.so.2.64, libicudata.so.70.1, libicui18n.so.70.1, libicuio.so.70.1, libicutest.so.70.1, libicutu.so.70.1, libicuuc.so.70.1. The icu4c libraries are from the previous package (for temporary compatibility) and will be removed in a month or so. Removed: liblber-2.4.so.2.11.7, libldap-2.4.so.2.11.7. a/haveged-1.9.18-x86_64-1.txz: Upgraded. I've decided to turn this back on by default in light of comments in README.md. It doesn't hurt to have an additional source of entropy (especially in early boot), and the overhead from running this daemon is negligible. a/sysvinit-scripts-15.0-noarch-11.txz: Rebuilt. rc.S, rc.6: use a temporary umask and more syncing to avoid any races when creating the random seed directory and files. Use the poolsize rather than a hardcoded 512 bytes when creating a non-creditable seed in the fallback scripts. Thanks to Jason A. Donenfeld. a/xfsprogs-5.13.0-x86_64-3.txz: Rebuilt. Recompiled against icu4c-71.1. ap/inxi-3.3.15_1-noarch-1.txz: Upgraded. ap/sqlite-3.38.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. d/help2man-1.49.2-x86_64-1.txz: Upgraded. kde/attica-5.93.0-x86_64-1.txz: Upgraded. kde/baloo-5.93.0-x86_64-1.txz: Upgraded. kde/bluez-qt-5.93.0-x86_64-1.txz: Upgraded. kde/breeze-icons-5.93.0-noarch-1.txz: Upgraded. kde/extra-cmake-modules-5.93.0-x86_64-1.txz: Upgraded. kde/frameworkintegration-5.93.0-x86_64-1.txz: Upgraded. kde/kactivities-5.93.0-x86_64-1.txz: Upgraded. kde/kactivities-stats-5.93.0-x86_64-1.txz: Upgraded. kde/kapidox-5.93.0-x86_64-1.txz: Upgraded. kde/karchive-5.93.0-x86_64-1.txz: Upgraded. kde/kauth-5.93.0-x86_64-1.txz: Upgraded. kde/kbookmarks-5.93.0-x86_64-1.txz: Upgraded. kde/kcalendarcore-5.93.0-x86_64-1.txz: Upgraded. kde/kcmutils-5.93.0-x86_64-1.txz: Upgraded. kde/kcodecs-5.93.0-x86_64-1.txz: Upgraded. kde/kcompletion-5.93.0-x86_64-1.txz: Upgraded. kde/kconfig-5.93.0-x86_64-1.txz: Upgraded. kde/kconfigwidgets-5.93.0-x86_64-1.txz: Upgraded. kde/kcontacts-5.93.0-x86_64-1.txz: Upgraded. kde/kcoreaddons-5.93.0-x86_64-1.txz: Upgraded. kde/kcrash-5.93.0-x86_64-1.txz: Upgraded. kde/kdav-5.93.0-x86_64-1.txz: Upgraded. kde/kdbusaddons-5.93.0-x86_64-1.txz: Upgraded. kde/kdeclarative-5.93.0-x86_64-1.txz: Upgraded. kde/kded-5.93.0-x86_64-1.txz: Upgraded. kde/kdelibs4support-5.93.0-x86_64-1.txz: Upgraded. kde/kdesignerplugin-5.93.0-x86_64-1.txz: Upgraded. kde/kdesu-5.93.0-x86_64-1.txz: Upgraded. kde/kdewebkit-5.93.0-x86_64-1.txz: Upgraded. kde/kdnssd-5.93.0-x86_64-1.txz: Upgraded. kde/kdoctools-5.93.0-x86_64-1.txz: Upgraded. kde/kemoticons-5.93.0-x86_64-1.txz: Upgraded. kde/kfilemetadata-5.93.0-x86_64-1.txz: Upgraded. kde/kglobalaccel-5.93.0-x86_64-1.txz: Upgraded. kde/kguiaddons-5.93.0-x86_64-1.txz: Upgraded. kde/kholidays-5.93.0-x86_64-1.txz: Upgraded. kde/khtml-5.93.0-x86_64-1.txz: Upgraded. kde/ki18n-5.93.0-x86_64-1.txz: Upgraded. kde/kiconthemes-5.93.0-x86_64-1.txz: Upgraded. kde/kidletime-5.93.0-x86_64-1.txz: Upgraded. kde/kimageformats-5.93.0-x86_64-1.txz: Upgraded. kde/kinit-5.93.0-x86_64-1.txz: Upgraded. kde/kio-5.93.0-x86_64-1.txz: Upgraded. kde/kirigami2-5.93.0-x86_64-1.txz: Upgraded. kde/kitemmodels-5.93.0-x86_64-1.txz: Upgraded. kde/kitemviews-5.93.0-x86_64-1.txz: Upgraded. kde/kjobwidgets-5.93.0-x86_64-1.txz: Upgraded. kde/kjs-5.93.0-x86_64-1.txz: Upgraded. kde/kjsembed-5.93.0-x86_64-1.txz: Upgraded. kde/kmediaplayer-5.93.0-x86_64-1.txz: Upgraded. kde/knewstuff-5.93.0-x86_64-1.txz: Upgraded. kde/knotifications-5.93.0-x86_64-1.txz: Upgraded. kde/knotifyconfig-5.93.0-x86_64-1.txz: Upgraded. kde/kpackage-5.93.0-x86_64-1.txz: Upgraded. kde/kparts-5.93.0-x86_64-1.txz: Upgraded. kde/kpeople-5.93.0-x86_64-1.txz: Upgraded. kde/kplotting-5.93.0-x86_64-1.txz: Upgraded. kde/kpty-5.93.0-x86_64-1.txz: Upgraded. kde/kquickcharts-5.93.0-x86_64-1.txz: Upgraded. kde/kross-5.93.0-x86_64-1.txz: Upgraded. kde/krunner-5.93.0-x86_64-1.txz: Upgraded. kde/kservice-5.93.0-x86_64-1.txz: Upgraded. kde/ktexteditor-5.93.0-x86_64-1.txz: Upgraded. kde/ktextwidgets-5.93.0-x86_64-1.txz: Upgraded. kde/kunitconversion-5.93.0-x86_64-1.txz: Upgraded. kde/kwallet-5.93.0-x86_64-1.txz: Upgraded. kde/kwayland-5.93.0-x86_64-1.txz: Upgraded. kde/kwidgetsaddons-5.93.0-x86_64-1.txz: Upgraded. kde/kwindowsystem-5.93.0-x86_64-1.txz: Upgraded. kde/kxmlgui-5.93.0-x86_64-1.txz: Upgraded. kde/kxmlrpcclient-5.93.0-x86_64-1.txz: Upgraded. kde/modemmanager-qt-5.93.0-x86_64-1.txz: Upgraded. kde/networkmanager-qt-5.93.0-x86_64-1.txz: Upgraded. kde/oxygen-icons5-5.93.0-noarch-1.txz: Upgraded. kde/plasma-framework-5.93.0-x86_64-1.txz: Upgraded. kde/prison-5.93.0-x86_64-1.txz: Upgraded. kde/purpose-5.93.0-x86_64-1.txz: Upgraded. kde/qqc2-desktop-style-5.93.0-x86_64-1.txz: Upgraded. kde/solid-5.93.0-x86_64-1.txz: Upgraded. kde/sonnet-5.93.0-x86_64-1.txz: Upgraded. kde/syndication-5.93.0-x86_64-1.txz: Upgraded. kde/syntax-highlighting-5.93.0-x86_64-1.txz: Upgraded. kde/threadweaver-5.93.0-x86_64-1.txz: Upgraded. l/boost-1.78.0-x86_64-4.txz: Rebuilt. Recompiled against icu4c-71.1. l/harfbuzz-4.2.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. l/icu4c-71.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libcap-2.64-x86_64-1.txz: Upgraded. l/libical-3.0.14-x86_64-3.txz: Rebuilt. Recompiled against icu4c-71.1. l/libqalculate-4.1.1-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. l/libvisio-0.1.7-x86_64-9.txz: Rebuilt. Recompiled against icu4c-71.1. l/nodejs-16.14.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. l/qt5-5.15.3_20220407_9b1efa0e-x86_64-1.txz: Upgraded. Compiled against icu4c-71.1. l/qt5-webkit-5.212.0_alpha4-x86_64-9.txz: Rebuilt. Recompiled against icu4c-71.1. l/vte-0.66.2-x86_64-3.txz: Rebuilt. Recompiled against icu4c-71.1. n/dovecot-2.3.18-x86_64-4.txz: Rebuilt. Recompiled against icu4c-71.1. n/links-2.26-x86_64-1.txz: Upgraded. n/openssh-9.0p1-x86_64-1.txz: Upgraded. This update contains some potentially incompatible changes regarding the scp utility. For more information, see: https://www.openssh.com/releasenotes.html#9.0 n/php-7.4.28-x86_64-4.txz: Rebuilt. Recompiled against icu4c-71.1. n/postfix-3.7.0-x86_64-4.txz: Rebuilt. Recompiled against icu4c-71.1. n/samba-4.16.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. n/tin-2.6.1-x86_64-3.txz: Rebuilt. Recompiled against icu4c-71.1. t/texlive-2021.210418-x86_64-4.txz: Rebuilt. Recompiled against icu4c-71.1. x/xclock-1.1.1-x86_64-1.txz: Upgraded. x/xdpyinfo-1.3.3-x86_64-1.txz: Upgraded. extra/brltty/brltty-6.4-x86_64-5.txz: Rebuilt. Recompiled against icu4c-71.1. extra/php80/php80-8.0.17-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. extra/php81/php81-8.1.4-x86_64-2.txz: Rebuilt. Recompiled against icu4c-71.1. extra/sendmail/sendmail-8.17.1-x86_64-3.txz: Rebuilt. Recompiled against icu4c-71.1. extra/sendmail/sendmail-cf-8.17.1-noarch-3.txz: Rebuilt.
* Wed Apr 6 20:23:46 UTC 202220220406202346 Patrick J Volkerding2022-04-077-21/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a/haveged-1.9.17-x86_64-2.txz: Rebuilt. Install /etc/rc.d/rc.haveged as non-executable. For existing installations running a recent kernel, it is safe to turn this off. Back when we added the haveged package we were using the 4.4 kernel, but since Linux 5.4 this same entropy generating algorithm has been built into the kernel, so there's no reason to also run it in userspace. We'll keep the package around (for now, anyway) in case someone might be running an old kernel. Thanks to Jason A. Donenfeld. a/sysvinit-scripts-15.0-noarch-10.txz: Rebuilt. rc.S, rc.6: use the seedrng utility to seed and initialize the kernel random number generator and generate a new seed. If seedrng is missing, we'll attempt to do these things with scripting. Thanks to Jason A. Donenfeld for hints about how to make a modest improvement in that regard (blame me for any problems with my own changes), but because you can't force the kernel RNG to initialize with a script (it needs an ioctl), you won't get the same guarantees that you do when using the new seedrng utility. a/util-linux-2.38-x86_64-2.txz: Rebuilt. Added seedrng utility, used to seed and initialize the kernel random number generator and to generate new seeds for carrying entropy across reboots. Thanks to Jason A. Donenfeld. n/libmnl-1.0.5-x86_64-1.txz: Upgraded. n/libnfnetlink-1.0.2-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-91.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/91.8.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1097 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28281 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1197 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1196 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28282 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28285 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28286 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24713 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28289 (* Security fix *)