| Commit message (Expand) | Author | Age | Files | Lines |
* | Thu Feb 1 19:51:54 UTC 2024...a/kernel-firmware-20240201_09f0fb8-noarch-1.txz: Upgraded.
a/kernel-generic-6.6.15-x86_64-1.txz: Upgraded.
a/kernel-huge-6.6.15-x86_64-1.txz: Upgraded.
a/kernel-modules-6.6.15-x86_64-1.txz: Upgraded.
d/kernel-headers-6.6.15-x86-1.txz: Upgraded.
k/kernel-source-6.6.15-noarch-1.txz: Upgraded.
kde/libindi-2.0.6-x86_64-1.txz: Upgraded.
l/libusb-1.0.27-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.38-x86_64-1.txz: Upgraded.
x/mesa-24.0.0-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20240201195154 | Patrick J Volkerding | 2024-02-01 | 1 | -1/+1 |
* | Wed Jan 31 21:19:19 UTC 2024...ap/nvme-cli-2.7.1-x86_64-1.txz: Upgraded.
l/libnvme-1.7.1-x86_64-1.txz: Added.
This is required by nvme-cli.
l/pipewire-1.0.2-x86_64-1.txz: Upgraded.
n/curl-8.6.0-x86_64-1.txz: Upgraded.
n/libmilter-8.18.1-x86_64-1.txz: Upgraded.
extra/sendmail/sendmail-8.18.1-x86_64-1.txz: Upgraded.
sendmail through 8.17.2 allows SMTP smuggling in certain configurations.
Remote attackers can use a published exploitation technique to inject e-mail
messages with a spoofed MAIL FROM address, allowing bypass of an SPF
protection mechanism. This occurs because sendmail supports <LF>.<CR><LF>
but some other popular e-mail servers do not. This is resolved in 8.18 and
later versions with 'o' in srv_features.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-51765
(* Security fix *)
extra/sendmail/sendmail-cf-8.18.1-noarch-1.txz: Upgraded.
20240131211919 | Patrick J Volkerding | 2024-01-31 | 1 | -1/+1 |
* | Tue Jan 30 22:01:28 UTC 2024...a/lzip-1.24-x86_64-1.txz: Upgraded.
a/openssl-solibs-3.2.1-x86_64-1.txz: Upgraded.
ap/alsa-utils-1.2.11-x86_64-1.txz: Upgraded.
ap/sqlite-3.45.1-x86_64-1.txz: Upgraded.
d/binutils-2.42-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
d/cmake-3.28.2-x86_64-1.txz: Upgraded.
d/oprofile-1.4.0-x86_64-13.txz: Rebuilt.
Recompiled against binutils-2.42.
d/strace-6.7-x86_64-1.txz: Upgraded.
kde/digikam-8.2.0-x86_64-5.txz: Rebuilt.
Recompiled against libpng-1.6.42.
l/alsa-lib-1.2.11-x86_64-1.txz: Upgraded.
l/libpng-1.6.42-x86_64-1.txz: Upgraded.
Fixed the implementation of the macro function png_check_sig().
This was an API regression, introduced in libpng-1.6.41.
Reported by Matthieu Darbois.
l/lmdb-0.9.32-x86_64-1.txz: Upgraded.
l/neon-0.33.0-x86_64-1.txz: Upgraded.
l/opencv-4.9.0-x86_64-3.txz: Rebuilt.
Recompiled against libpng-1.6.42.
l/qt5-5.15.12_20240103_b8fd1448-x86_64-4.txz: Rebuilt.
Recompiled against libpng-1.6.42.
l/talloc-2.4.2-x86_64-1.txz: Upgraded.
l/tdb-1.4.10-x86_64-1.txz: Upgraded.
l/tevent-0.16.1-x86_64-1.txz: Upgraded.
n/openldap-2.6.7-x86_64-1.txz: Upgraded.
n/openssl-3.2.1-x86_64-1.txz: Upgraded.
This update fixes possible denial-of-service security issues:
A file in PKCS12 format can contain certificates and keys and may come from
an untrusted source. The PKCS12 specification allows certain fields to be
NULL, but OpenSSL did not correctly check for this case. A fix has been
applied to prevent a NULL pointer dereference that results in OpenSSL
crashing. If an application processes PKCS12 files from an untrusted source
using the OpenSSL APIs then that application will be vulnerable to this
issue prior to this fix.
OpenSSL APIs that were vulnerable to this are: PKCS12_parse(),
PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes()
and PKCS12_newpass().
When function EVP_PKEY_public_check() is called on RSA public keys,
a computation is done to confirm that the RSA modulus, n, is composite.
For valid RSA keys, n is a product of two or more large primes and this
computation completes quickly. However, if n is an overly large prime,
then this computation would take a long time.
An application that calls EVP_PKEY_public_check() and supplies an RSA key
obtained from an untrusted source could be vulnerable to a Denial of Service
attack.
The function EVP_PKEY_public_check() is not called from other OpenSSL
functions however it is called from the OpenSSL pkey command line
application. For that reason that application is also vulnerable if used
with the "-pubin" and "-check" options on untrusted data.
To resolve this issue RSA keys larger than OPENSSL_RSA_MAX_MODULUS_BITS will
now fail the check immediately with an RSA_R_MODULUS_TOO_LARGE error reason.
Fix excessive time spent in DH check / generation with large Q parameter
value.
Applications that use the functions DH_generate_key() to generate an
X9.42 DH key may experience long delays. Likewise, applications that use
DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check()
to check an X9.42 DH key or X9.42 DH parameters may experience long delays.
Where the key or parameters that are being checked have been obtained from
an untrusted source this may lead to a Denial of Service.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-0727
https://www.cve.org/CVERecord?id=CVE-2023-6237
https://www.cve.org/CVERecord?id=CVE-2023-5678
(* Security fix *)
xap/MPlayer-20240130-x86_64-1.txz: Upgraded.
Fixed build script to exit on errors.
Patched to build against gettext-0.22.4.
Thanks to Matteo Bernardini.
xap/xine-lib-1.2.13-x86_64-7.txz: Rebuilt.
Recompiled against libpng-1.6.42.
20240130220128 | Patrick J Volkerding | 2024-01-30 | 1 | -1/+1 |
* | Sun Jan 21 20:50:08 UTC 2024...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 *)
20240121205008 | Patrick J Volkerding | 2024-01-21 | 1 | -1/+1 |
* | Fri Jan 19 19:58:34 UTC 2024...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.
20240119195834 | Patrick J Volkerding | 2024-01-19 | 1 | -2/+2 |
* | Sat Jan 13 20:31:09 UTC 2024...a/dcron-4.5-x86_64-15.txz: Rebuilt.
run-parts: don't redirect stderr to stdout. Thanks to Thom1b.
ap/vim-9.1.0027-x86_64-1.txz: Upgraded.
d/mercurial-6.6.2-x86_64-1.txz: Upgraded.
d/rust-bindgen-0.69.2-x86_64-1.txz: Upgraded.
kde/attica-5.114.0-x86_64-1.txz: Upgraded.
kde/baloo-5.114.0-x86_64-1.txz: Upgraded.
kde/bluez-qt-5.114.0-x86_64-1.txz: Upgraded.
kde/breeze-icons-5.114.0-noarch-1.txz: Upgraded.
kde/extra-cmake-modules-5.114.0-x86_64-1.txz: Upgraded.
kde/frameworkintegration-5.114.0-x86_64-1.txz: Upgraded.
kde/kactivities-5.114.0-x86_64-1.txz: Upgraded.
kde/kactivities-stats-5.114.0-x86_64-1.txz: Upgraded.
kde/kapidox-5.114.0-x86_64-1.txz: Upgraded.
kde/karchive-5.114.0-x86_64-1.txz: Upgraded.
kde/kauth-5.114.0-x86_64-1.txz: Upgraded.
kde/kbookmarks-5.114.0-x86_64-1.txz: Upgraded.
kde/kcalendarcore-5.114.0-x86_64-1.txz: Upgraded.
kde/kcmutils-5.114.0-x86_64-1.txz: Upgraded.
kde/kcodecs-5.114.0-x86_64-1.txz: Upgraded.
kde/kcompletion-5.114.0-x86_64-1.txz: Upgraded.
kde/kconfig-5.114.0-x86_64-1.txz: Upgraded.
kde/kconfigwidgets-5.114.0-x86_64-1.txz: Upgraded.
kde/kcontacts-5.114.0-x86_64-1.txz: Upgraded.
kde/kcoreaddons-5.114.0-x86_64-1.txz: Upgraded.
kde/kcrash-5.114.0-x86_64-1.txz: Upgraded.
kde/kdav-5.114.0-x86_64-1.txz: Upgraded.
kde/kdbusaddons-5.114.0-x86_64-1.txz: Upgraded.
kde/kdeclarative-5.114.0-x86_64-1.txz: Upgraded.
kde/kded-5.114.0-x86_64-1.txz: Upgraded.
kde/kdelibs4support-5.114.0-x86_64-1.txz: Upgraded.
kde/kdesignerplugin-5.114.0-x86_64-1.txz: Upgraded.
kde/kdesu-5.114.0-x86_64-1.txz: Upgraded.
kde/kdewebkit-5.114.0-x86_64-1.txz: Upgraded.
kde/kdnssd-5.114.0-x86_64-1.txz: Upgraded.
kde/kdoctools-5.114.0-x86_64-1.txz: Upgraded.
kde/kemoticons-5.114.0-x86_64-1.txz: Upgraded.
kde/kfilemetadata-5.114.0-x86_64-1.txz: Upgraded.
kde/kglobalaccel-5.114.0-x86_64-1.txz: Upgraded.
kde/kguiaddons-5.114.0-x86_64-1.txz: Upgraded.
kde/kholidays-5.114.0-x86_64-1.txz: Upgraded.
kde/khtml-5.114.0-x86_64-1.txz: Upgraded.
kde/ki18n-5.114.0-x86_64-1.txz: Upgraded.
kde/kiconthemes-5.114.0-x86_64-1.txz: Upgraded.
kde/kidletime-5.114.0-x86_64-1.txz: Upgraded.
kde/kimageformats-5.114.0-x86_64-1.txz: Upgraded.
kde/kinit-5.114.0-x86_64-1.txz: Upgraded.
kde/kio-5.114.0-x86_64-1.txz: Upgraded.
kde/kirigami2-5.114.0-x86_64-1.txz: Upgraded.
kde/kitemmodels-5.114.0-x86_64-1.txz: Upgraded.
kde/kitemviews-5.114.0-x86_64-1.txz: Upgraded.
kde/kjobwidgets-5.114.0-x86_64-1.txz: Upgraded.
kde/kjs-5.114.0-x86_64-1.txz: Upgraded.
kde/kjsembed-5.114.0-x86_64-1.txz: Upgraded.
kde/kmediaplayer-5.114.0-x86_64-1.txz: Upgraded.
kde/knewstuff-5.114.0-x86_64-1.txz: Upgraded.
kde/knotifications-5.114.0-x86_64-1.txz: Upgraded.
kde/knotifyconfig-5.114.0-x86_64-1.txz: Upgraded.
kde/kpackage-5.114.0-x86_64-1.txz: Upgraded.
kde/kparts-5.114.0-x86_64-1.txz: Upgraded.
kde/kpeople-5.114.0-x86_64-1.txz: Upgraded.
kde/kplotting-5.114.0-x86_64-1.txz: Upgraded.
kde/kpty-5.114.0-x86_64-1.txz: Upgraded.
kde/kquickcharts-5.114.0-x86_64-1.txz: Upgraded.
kde/kross-5.114.0-x86_64-1.txz: Upgraded.
kde/krunner-5.114.0-x86_64-1.txz: Upgraded.
kde/kservice-5.114.0-x86_64-1.txz: Upgraded.
kde/ktextaddons-1.5.3-x86_64-1.txz: Upgraded.
kde/ktexteditor-5.114.0-x86_64-1.txz: Upgraded.
kde/ktextwidgets-5.114.0-x86_64-1.txz: Upgraded.
kde/kunitconversion-5.114.0-x86_64-1.txz: Upgraded.
kde/kwallet-5.114.0-x86_64-1.txz: Upgraded.
kde/kwayland-5.114.0-x86_64-1.txz: Upgraded.
kde/kwidgetsaddons-5.114.0-x86_64-1.txz: Upgraded.
kde/kwindowsystem-5.114.0-x86_64-1.txz: Upgraded.
kde/kxmlgui-5.114.0-x86_64-1.txz: Upgraded.
kde/kxmlrpcclient-5.114.0-x86_64-1.txz: Upgraded.
kde/modemmanager-qt-5.114.0-x86_64-1.txz: Upgraded.
kde/networkmanager-qt-5.114.0-x86_64-1.txz: Upgraded.
kde/oxygen-icons-5.114.0-noarch-1.txz: Upgraded.
kde/plasma-framework-5.114.0-x86_64-1.txz: Upgraded.
kde/prison-5.114.0-x86_64-1.txz: Upgraded.
kde/pulseaudio-qt-1.4.0-x86_64-1.txz: Upgraded.
kde/purpose-5.114.0-x86_64-1.txz: Upgraded.
kde/qqc2-desktop-style-5.114.0-x86_64-1.txz: Upgraded.
kde/solid-5.114.0-x86_64-1.txz: Upgraded.
kde/sonnet-5.114.0-x86_64-1.txz: Upgraded.
kde/syndication-5.114.0-x86_64-1.txz: Upgraded.
kde/syntax-highlighting-5.114.0-x86_64-1.txz: Upgraded.
kde/threadweaver-5.114.0-x86_64-1.txz: Upgraded.
l/jasper-4.1.2-x86_64-1.txz: Upgraded.
l/pulseaudio-17.0-x86_64-1.txz: Upgraded.
n/bluez-5.72-x86_64-1.txz: Upgraded.
x/libdrm-2.4.120-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.1.0027-x86_64-1.txz: Upgraded.
20240113203109 | Patrick J Volkerding | 2024-01-13 | 2 | -39/+1 |
* | Tue Jan 9 01:52:43 UTC 2024...a/procps-ng-3.3.17-x86_64-3.txz: Rebuilt.
Add /etc/default/sysctl to support custom options for sysctl in rc.S.
Thanks to lostintime.
a/sysvinit-scripts-15.1-noarch-12.txz: Rebuilt.
rc.S: support /etc/default/sysctl for custom options.
Thanks to lostintime.
l/imagemagick-7.1.1_26-x86_64-1.txz: Upgraded.
l/qt5-5.15.12_20240103_b8fd1448-x86_64-1.txz: Upgraded.
n/samba-4.19.4-x86_64-1.txz: Upgraded.
x/imake-1.0.10-x86_64-1.txz: Upgraded.
20240109015243 | Patrick J Volkerding | 2024-01-09 | 1 | -2/+2 |
* | Wed Jan 3 20:25:45 UTC 2024...ap/vim-9.1.0-x86_64-1.txz: Upgraded.
d/clisp-2.50_20230718_669249717-x86_64-1.txz: Upgraded.
l/poppler-24.01.0-x86_64-1.txz: Upgraded.
n/c-ares-1.25.0-x86_64-1.txz: Upgraded.
n/mobile-broadband-provider-info-20231023-x86_64-1.txz: Upgraded.
n/ncftp-3.2.7-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.1.0-x86_64-1.txz: Upgraded.
20240103202545 | Patrick J Volkerding | 2024-01-03 | 2 | -2/+2 |
* | Tue Dec 26 00:20:26 UTC 2023...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.
20231226002026 | Patrick J Volkerding | 2023-12-26 | 2 | -2/+2 |
* | Sat Dec 23 02:48:56 UTC 2023...a/glibc-zoneinfo-2023d-noarch-1.txz: Upgraded.
This package provides the latest timezone updates.
l/libsass-3.6.6-x86_64-1.txz: Upgraded.
n/postfix-3.8.4-x86_64-1.txz: Upgraded.
Security: this release adds support to defend against an email spoofing
attack (SMTP smuggling) on recipients at a Postfix server. Sites
concerned about SMTP smuggling attacks should enable this feature on
Internet-facing Postfix servers. For compatibility with non-standard
clients, Postfix by default excludes clients in mynetworks from this
countermeasure.
The recommended settings are:
# Optionally disconnect remote SMTP clients that send bare newlines,
# but allow local clients with non-standard SMTP implementations
# such as netcat, fax machines, or load balancer health checks.
#
smtpd_forbid_bare_newline = yes
smtpd_forbid_bare_newline_exclusions = $mynetworks
The smtpd_forbid_bare_newline feature is disabled by default.
For more information, see:
https://www.postfix.org/smtp-smuggling.html
(* Security fix *)
20231223024856 | Patrick J Volkerding | 2023-12-23 | 1 | -1/+1 |
* | Thu Dec 21 20:46:11 UTC 2023...n/iw-6.7-x86_64-1.txz: Upgraded.
n/php-8.3.1-x86_64-1.txz: Upgraded.
x/libdrm-2.4.119-x86_64-1.txz: Upgraded.
20231221204611 | Patrick J Volkerding | 2023-12-21 | 3 | -3/+6 |
* | Wed Dec 20 21:10:47 UTC 2023...a/kernel-firmware-20231215_c156e6b-noarch-1.txz: Upgraded.
a/kernel-generic-6.6.8-x86_64-1.txz: Upgraded.
a/kernel-huge-6.6.8-x86_64-1.txz: Upgraded.
a/kernel-modules-6.6.8-x86_64-1.txz: Upgraded.
d/kernel-headers-6.6.8-x86-1.txz: Upgraded.
k/kernel-source-6.6.8-noarch-1.txz: Upgraded.
l/aspell-0.60.8.1-x86_64-1.txz: Upgraded.
l/libcap-ng-0.8.4-x86_64-1.txz: Upgraded.
Drop python2 support.
l/sof-firmware-2023.12-noarch-1.txz: Upgraded.
n/bind-9.18.21-x86_64-1.txz: Upgraded.
n/proftpd-1.3.8b-x86_64-1.txz: Upgraded.
This update fixes a security issue:
mod_sftp: implemented mitigations for "Terrapin" SSH attack.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-48795
(* Security fix *)
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231220211047 | Patrick J Volkerding | 2023-12-20 | 1 | -2/+2 |
* | Tue Dec 19 21:24:05 UTC 2023...a/sysvinit-scripts-15.1-noarch-9.txz: Rebuilt.
rc.cpufreq: also default to "performance" for amd-pstate-epp.
Thanks to pghvlaans.
l/LibRaw-0.21.2-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.39-x86_64-1.txz: Upgraded.
l/libssh-0.10.6-x86_64-1.txz: Upgraded.
This update fixes security issues:
Command injection using proxycommand.
Potential downgrade attack using strict kex.
Missing checks for return values of MD functions.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-6004
https://www.cve.org/CVERecord?id=CVE-2023-48795
https://www.cve.org/CVERecord?id=CVE-2023-6918
(* Security fix *)
l/mozilla-nss-3.96.1-x86_64-1.txz: Upgraded.
n/bluez-5.71-x86_64-2.txz: Rebuilt.
Fix a regression in bluez-5.71:
[PATCH] adapter: Fix link key address type for old kernels.
Thanks to marav.
xap/mozilla-firefox-115.6.0esr-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/firefox/115.6.0/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2023-54/
https://www.cve.org/CVERecord?id=CVE-2023-6856
https://www.cve.org/CVERecord?id=CVE-2023-6865
https://www.cve.org/CVERecord?id=CVE-2023-6857
https://www.cve.org/CVERecord?id=CVE-2023-6858
https://www.cve.org/CVERecord?id=CVE-2023-6859
https://www.cve.org/CVERecord?id=CVE-2023-6860
https://www.cve.org/CVERecord?id=CVE-2023-6867
https://www.cve.org/CVERecord?id=CVE-2023-6861
https://www.cve.org/CVERecord?id=CVE-2023-6862
https://www.cve.org/CVERecord?id=CVE-2023-6863
https://www.cve.org/CVERecord?id=CVE-2023-6864
(* Security fix *)
xap/mozilla-thunderbird-115.6.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.thunderbird.net/en-US/thunderbird/115.6.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-55/
https://www.cve.org/CVERecord?id=CVE-2023-50762
https://www.cve.org/CVERecord?id=CVE-2023-50761
https://www.cve.org/CVERecord?id=CVE-2023-6856
https://www.cve.org/CVERecord?id=CVE-2023-6857
https://www.cve.org/CVERecord?id=CVE-2023-6858
https://www.cve.org/CVERecord?id=CVE-2023-6859
https://www.cve.org/CVERecord?id=CVE-2023-6860
https://www.cve.org/CVERecord?id=CVE-2023-6861
https://www.cve.org/CVERecord?id=CVE-2023-6862
https://www.cve.org/CVERecord?id=CVE-2023-6863
https://www.cve.org/CVERecord?id=CVE-2023-6864
(* Security fix *)
20231219212405 | Patrick J Volkerding | 2023-12-19 | 2 | -1/+39 |
* | Mon Dec 18 20:22:40 UTC 2023...a/sysklogd-2.5.2-x86_64-2.txz: Rebuilt.
rc.syslog: be more graceful with the "restart" option.
Thanks to opty.
l/gst-plugins-bad-free-1.22.8-x86_64-1.txz: Upgraded.
l/gst-plugins-base-1.22.8-x86_64-1.txz: Upgraded.
l/gst-plugins-good-1.22.8-x86_64-1.txz: Upgraded.
l/gst-plugins-libav-1.22.8-x86_64-1.txz: Upgraded.
l/gstreamer-1.22.8-x86_64-1.txz: Upgraded.
n/c-ares-1.24.0-x86_64-1.txz: Upgraded.
n/dhcpcd-10.0.6-x86_64-1.txz: Upgraded.
n/openssh-9.6p1-x86_64-1.txz: Upgraded.
n/traceroute-2.1.5-x86_64-1.txz: Upgraded.
20231218202240 | Patrick J Volkerding | 2023-12-18 | 3 | -4/+3 |
* | Mon Dec 11 22:18:13 UTC 2023...We've gone ahead and moved the 6.6 kernel into the main tree. As previously
mentioned when this branch first appeared in /testing, on the 32-bit side
there are no longer any -smp labeled kernel packages, so if you were using
those previously, you'll need to switch to using to kernel-generic or
kernel-huge kernel, including the changes needed to your bootloader setup to
load this instead of the -smp labeled kernel. Also, if you happen to be using
a first generation Pentium M chip, you will need to append forcepae to your
kernel command-line options. Enjoy! :-)
a/kernel-firmware-20231211_f2e52a1-noarch-1.txz: Upgraded.
a/kernel-generic-6.6.6-x86_64-1.txz: Upgraded.
a/kernel-huge-6.6.6-x86_64-1.txz: Upgraded.
a/kernel-modules-6.6.6-x86_64-1.txz: Upgraded.
ap/qpdf-11.6.4-x86_64-1.txz: Upgraded.
d/kernel-headers-6.6.6-x86-1.txz: Upgraded.
k/kernel-source-6.6.6-noarch-1.txz: Upgraded.
l/imagemagick-7.1.1_23-x86_64-1.txz: Upgraded.
l/libsecret-0.21.2-x86_64-1.txz: Upgraded.
Thanks to reddog83 and saxa.
l/zxing-cpp-2.2.1-x86_64-1.txz: Upgraded.
n/postfix-3.8.3-x86_64-2.txz: Rebuilt.
OpenSSL upstream says that major versions are ABI/API compatible, so stop
warning in the logs that they might not be.
Thanks to gildbg and Markus Wiesner.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231211221813 | Patrick J Volkerding | 2023-12-12 | 2 | -2/+38 |
* | Wed Dec 6 05:03:11 UTC 2023...a/aaa_libraries-15.1-x86_64-23.txz: Rebuilt.
Upgraded: libelf-0.190.so, libcares.so.2.9.0, libglib-2.0.so.0.7800.2,
libgmodule-2.0.so.0.7800.2, libgobject-2.0.so.0.7800.2,
libgthread-2.0.so.0.7800.2.
Added: libtiff.so.6.0.2, libtiffxx.so.6.0.2.
a/util-linux-2.39.3-x86_64-1.txz: Upgraded.
ap/cups-filters-1.28.17-x86_64-3.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
ap/ghostscript-10.02.1-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
ap/rpm-4.19.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
e/emacs-29.1-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
kde/bluedevil-5.27.10-x86_64-1.txz: Upgraded.
kde/breeze-5.27.10-x86_64-1.txz: Upgraded.
kde/breeze-grub-5.27.10-x86_64-1.txz: Upgraded.
kde/breeze-gtk-5.27.10-x86_64-1.txz: Upgraded.
kde/digikam-8.2.0-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
kde/drkonqi-5.27.10-x86_64-1.txz: Upgraded.
kde/gwenview-23.08.3-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
kde/kactivitymanagerd-5.27.10-x86_64-1.txz: Upgraded.
kde/kde-cli-tools-5.27.10-x86_64-1.txz: Upgraded.
kde/kde-gtk-config-5.27.10-x86_64-1.txz: Upgraded.
kde/kdecoration-5.27.10-x86_64-1.txz: Upgraded.
kde/kdeplasma-addons-5.27.10-x86_64-1.txz: Upgraded.
kde/kgamma5-5.27.10-x86_64-1.txz: Upgraded.
kde/khotkeys-5.27.10-x86_64-1.txz: Upgraded.
kde/kinfocenter-5.27.10-x86_64-1.txz: Upgraded.
kde/kmenuedit-5.27.10-x86_64-1.txz: Upgraded.
kde/kpipewire-5.27.10-x86_64-1.txz: Upgraded.
kde/krita-5.2.1-x86_64-3.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
kde/kscreen-5.27.10-x86_64-1.txz: Upgraded.
kde/kscreenlocker-5.27.10-x86_64-1.txz: Upgraded.
kde/ksshaskpass-5.27.10-x86_64-1.txz: Upgraded.
kde/ksystemstats-5.27.10-x86_64-1.txz: Upgraded.
kde/kwallet-pam-5.27.10-x86_64-1.txz: Upgraded.
kde/kwayland-integration-5.27.10-x86_64-1.txz: Upgraded.
kde/kwin-5.27.10-x86_64-1.txz: Upgraded.
kde/kwrited-5.27.10-x86_64-1.txz: Upgraded.
kde/layer-shell-qt-5.27.10-x86_64-1.txz: Upgraded.
kde/libkscreen-5.27.10-x86_64-1.txz: Upgraded.
kde/libksysguard-5.27.10-x86_64-1.txz: Upgraded.
kde/milou-5.27.10-x86_64-1.txz: Upgraded.
kde/okular-23.08.3-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
kde/oxygen-5.27.10-x86_64-1.txz: Upgraded.
kde/oxygen-sounds-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-browser-integration-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-desktop-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-disks-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-firewall-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-integration-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-nm-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-pa-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-sdk-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-systemmonitor-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-vault-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-workspace-5.27.10-x86_64-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.27.10-noarch-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.27.10-x86_64-1.txz: Upgraded.
kde/powerdevil-5.27.10-x86_64-1.txz: Upgraded.
kde/qqc2-breeze-style-5.27.10-x86_64-1.txz: Upgraded.
kde/sddm-kcm-5.27.10-x86_64-1.txz: Upgraded.
kde/systemsettings-5.27.10-x86_64-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.27.10-x86_64-1.txz: Upgraded.
l/SDL2_image-2.6.3-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/djvulibre-3.5.28-x86_64-4.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/gd-2.3.3-x86_64-3.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/gdk-pixbuf2-2.42.10-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/gegl-0.4.46-x86_64-3.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/glib2-2.78.2-x86_64-1.txz: Upgraded.
l/gtk4-4.12.4-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/imagemagick-7.1.1_22-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/lcms-1.19-x86_64-7.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/lcms2-2.16-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/libtiff-4.6.0-x86_64-1.txz: Upgraded.
Probably best to get this one out of the way...
From the release announcement:
Pay attention to the following warning:
This version removes a big number of utilities that have suffered from lack
of maintenance over the years and were the source of various reported
security issues. See "Removed functionality" below for the list of removed
utilities. Starting with libtiff v4.6.0, their source code, at this time,
will still be available in the source distribution, but they will no longer
be built by default, and issues related to them will no longer be accepted
in the libtiff bug tracker. The only remaining supported TIFF tools are
tiffinfo, tiffdump, tiffcp, tiffset and tiffsplit.
Shared library .so-version bump.
l/libwebp-1.3.2-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/netpbm-11.04.04-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/opencv-4.8.1-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/poppler-23.12.0-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/python-pillow-8.4.0-x86_64-3.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
l/qt5-5.15.11_20231125_4765fa1d-x86_64-1.txz: Upgraded.
Compiled against libtiff-4.6.0.
l/sdl-1.2.15-x86_64-15.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
n/links-2.29-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
t/xfig-3.2.9-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/geeqie-2.1-x86_64-4.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/gimp-2.10.36-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/sane-1.2.1-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/windowmaker-0.96.0-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/xpaint-3.1.4-x86_64-2.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
xap/xsane-0.999-x86_64-6.txz: Rebuilt.
Recompiled against libtiff-4.6.0.
20231206050311 | Patrick J Volkerding | 2023-12-06 | 1 | -1/+1 |
* | Sat Dec 2 20:46:52 UTC 2023...a/upower-1.90.1-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
ap/usbmuxd-20231011_360619c-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
kde/kio-extras-23.08.3-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
kde/libindi-2.0.5-x86_64-1.txz: Upgraded.
kde/solid-5.112.0-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/gvfs-1.52.1-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/libgpod-0.8.3-x86_64-13.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/libimobiledevice-20231007_04c0233-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/libimobiledevice-glue-20231110_e314faa-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/libplist-2.3.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/libseccomp-2.5.5-x86_64-1.txz: Upgraded.
l/libusbmuxd-20230901_30e678d-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/poppler-23.12.0-x86_64-1.txz: Upgraded.
xfce/tumbler-4.18.2-x86_64-1.txz: Upgraded.
20231202204652 | Patrick J Volkerding | 2023-12-02 | 1 | -3/+3 |
* | Mon Nov 27 21:54:37 UTC 2023...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.
20231127215437 | Patrick J Volkerding | 2023-11-27 | 4 | -9/+9 |
* | Thu Nov 23 17:14:23 UTC 2023...a/lvm2-2.03.23-x86_64-1.txz: Upgraded.
l/nodejs-20.10.0-x86_64-1.txz: Upgraded.
n/php-8.2.13-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.php.net/ChangeLog-8.php#8.2.13
20231123171423 | Patrick J Volkerding | 2023-11-23 | 2 | -3/+3 |
* | Tue Nov 21 21:15:30 UTC 2023...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.
20231121211530 | Patrick J Volkerding | 2023-11-21 | 1 | -1/+1 |
* | Sat Nov 18 19:26:33 UTC 2023...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.
20231118192633 | Patrick J Volkerding | 2023-11-18 | 2 | -1790/+842 |
* | Wed Nov 15 22:01:26 UTC 2023...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/
20231115220126 | Patrick J Volkerding | 2023-11-15 | 3 | -3/+3 |
* | Tue Nov 14 21:22:47 UTC 2023...a/pam-1.5.3-x86_64-2.txz: Rebuilt.
Relocated pkgconfig files.
a/userspace-rcu-0.14.0-x86_64-2.txz: Rebuilt.
Relocated pkgconfig files.
ap/mariadb-10.11.6-x86_64-1.txz: Upgraded.
This update fixes bugs and a security issue:
Vulnerability allows high privileged attacker with network access via
multiple protocols to compromise the server. Successful attacks of this
vulnerability can result in unauthorized ability to cause a hang or
frequently repeatable crash.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22084
(* Security fix *)
d/llvm-17.0.5-x86_64-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.11.1-x86_64-1.txz: Upgraded.
n/nfs-utils-2.6.3-x86_64-3.txz: Rebuilt.
Only move the udev rule to /lib, don't grab libraries or pkgconfig files
from under /usr.
20231114212247 | Patrick J Volkerding | 2023-11-14 | 1 | -3/+5 |
* | Thu Nov 9 21:50:09 UTC 2023...a/kbd-2.6.3-x86_64-2.txz: Rebuilt.
Fixed /etc/pam.d/vlock installation. Thanks to ctrlaltca.
kde/akonadi-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-calendar-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-calendar-tools-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-contacts-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-import-wizard-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-mime-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-notes-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadi-search-23.08.3-x86_64-1.txz: Upgraded.
kde/akonadiconsole-23.08.3-x86_64-1.txz: Upgraded.
kde/akregator-23.08.3-x86_64-1.txz: Upgraded.
kde/alligator-23.08.3-x86_64-1.txz: Upgraded.
kde/analitza-23.08.3-x86_64-1.txz: Upgraded.
kde/ark-23.08.3-x86_64-1.txz: Upgraded.
kde/artikulate-23.08.3-x86_64-1.txz: Upgraded.
kde/audiocd-kio-23.08.3-x86_64-1.txz: Upgraded.
kde/baloo-widgets-23.08.3-x86_64-1.txz: Upgraded.
kde/blinken-23.08.3-x86_64-1.txz: Upgraded.
kde/bomber-23.08.3-x86_64-1.txz: Upgraded.
kde/bovo-23.08.3-x86_64-1.txz: Upgraded.
kde/calendarsupport-23.08.3-x86_64-1.txz: Upgraded.
kde/cantor-23.08.3-x86_64-1.txz: Upgraded.
kde/cervisia-23.08.3-x86_64-1.txz: Upgraded.
kde/dolphin-23.08.3-x86_64-1.txz: Upgraded.
kde/dolphin-plugins-23.08.3-x86_64-1.txz: Upgraded.
kde/dragon-23.08.3-x86_64-1.txz: Upgraded.
kde/elisa-23.08.3-x86_64-1.txz: Upgraded.
kde/eventviews-23.08.3-x86_64-1.txz: Upgraded.
kde/falkon-23.08.3-x86_64-1.txz: Upgraded.
kde/ffmpegthumbs-23.08.3-x86_64-1.txz: Upgraded.
kde/filelight-23.08.3-x86_64-1.txz: Upgraded.
kde/ghostwriter-23.08.3-x86_64-1.txz: Upgraded.
kde/granatier-23.08.3-x86_64-1.txz: Upgraded.
kde/grantlee-editor-23.08.3-x86_64-1.txz: Upgraded.
kde/grantleetheme-23.08.3-x86_64-1.txz: Upgraded.
kde/gwenview-23.08.3-x86_64-1.txz: Upgraded.
kde/incidenceeditor-23.08.3-x86_64-1.txz: Upgraded.
kde/itinerary-23.08.3-x86_64-1.txz: Upgraded.
kde/juk-23.08.3-x86_64-1.txz: Upgraded.
kde/k3b-23.08.3-x86_64-1.txz: Upgraded.
kde/kaddressbook-23.08.3-x86_64-1.txz: Upgraded.
kde/kalarm-23.08.3-x86_64-1.txz: Upgraded.
kde/kalgebra-23.08.3-x86_64-1.txz: Upgraded.
kde/kalzium-23.08.3-x86_64-1.txz: Upgraded.
kde/kamera-23.08.3-x86_64-1.txz: Upgraded.
kde/kamoso-23.08.3-x86_64-1.txz: Upgraded.
kde/kanagram-23.08.3-x86_64-1.txz: Upgraded.
kde/kapman-23.08.3-x86_64-1.txz: Upgraded.
kde/kapptemplate-23.08.3-x86_64-1.txz: Upgraded.
kde/kate-23.08.3-x86_64-1.txz: Upgraded.
kde/katomic-23.08.3-x86_64-1.txz: Upgraded.
kde/kbackup-23.08.3-x86_64-1.txz: Upgraded.
kde/kblackbox-23.08.3-x86_64-1.txz: Upgraded.
kde/kblocks-23.08.3-x86_64-1.txz: Upgraded.
kde/kbounce-23.08.3-x86_64-1.txz: Upgraded.
kde/kbreakout-23.08.3-x86_64-1.txz: Upgraded.
kde/kbruch-23.08.3-x86_64-1.txz: Upgraded.
kde/kcachegrind-23.08.3-x86_64-1.txz: Upgraded.
kde/kcalc-23.08.3-x86_64-1.txz: Upgraded.
kde/kcalutils-23.08.3-x86_64-1.txz: Upgraded.
kde/kcharselect-23.08.3-x86_64-1.txz: Upgraded.
kde/kcolorchooser-23.08.3-x86_64-1.txz: Upgraded.
kde/kcron-23.08.3-x86_64-1.txz: Upgraded.
kde/kde-dev-scripts-23.08.3-x86_64-1.txz: Upgraded.
kde/kde-dev-utils-23.08.3-x86_64-1.txz: Upgraded.
kde/kde-inotify-survey-23.08.3-x86_64-1.txz: Upgraded.
kde/kdebugsettings-23.08.3-x86_64-1.txz: Upgraded.
kde/kdeconnect-kde-23.08.3-x86_64-1.txz: Upgraded.
kde/kdeedu-data-23.08.3-x86_64-1.txz: Upgraded.
kde/kdegraphics-mobipocket-23.08.3-x86_64-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-23.08.3-x86_64-1.txz: Upgraded.
kde/kdenetwork-filesharing-23.08.3-x86_64-1.txz: Upgraded.
kde/kdenlive-23.08.3-x86_64-1.txz: Upgraded.
kde/kdepim-addons-23.08.3-x86_64-1.txz: Upgraded.
kde/kdepim-runtime-23.08.3-x86_64-1.txz: Upgraded.
kde/kdesdk-kio-23.08.3-x86_64-1.txz: Upgraded.
kde/kdesdk-thumbnailers-23.08.3-x86_64-1.txz: Upgraded.
kde/kdev-php-23.08.3-x86_64-1.txz: Upgraded.
kde/kdev-python-23.08.3-x86_64-1.txz: Upgraded.
kde/kdevelop-23.08.3-x86_64-1.txz: Upgraded.
kde/kdf-23.08.3-x86_64-1.txz: Upgraded.
kde/kdialog-23.08.3-x86_64-1.txz: Upgraded.
kde/kdiamond-23.08.3-x86_64-1.txz: Upgraded.
kde/keditbookmarks-23.08.3-x86_64-1.txz: Upgraded.
kde/keysmith-23.08.3-x86_64-1.txz: Upgraded.
kde/kfind-23.08.3-x86_64-1.txz: Upgraded.
kde/kfourinline-23.08.3-x86_64-1.txz: Upgraded.
kde/kgeography-23.08.3-x86_64-1.txz: Upgraded.
kde/kget-23.08.3-x86_64-1.txz: Upgraded.
kde/kgoldrunner-23.08.3-x86_64-1.txz: Upgraded.
kde/kgpg-23.08.3-x86_64-1.txz: Upgraded.
kde/khangman-23.08.3-x86_64-1.txz: Upgraded.
kde/khelpcenter-23.08.3-x86_64-1.txz: Upgraded.
kde/kidentitymanagement-23.08.3-x86_64-1.txz: Upgraded.
kde/kig-23.08.3-x86_64-1.txz: Upgraded.
kde/kigo-23.08.3-x86_64-1.txz: Upgraded.
kde/killbots-23.08.3-x86_64-1.txz: Upgraded.
kde/kimagemapeditor-23.08.3-x86_64-1.txz: Upgraded.
kde/kimap-23.08.3-x86_64-1.txz: Upgraded.
kde/kio-admin-23.08.3-x86_64-1.txz: Upgraded.
kde/kio-extras-23.08.3-x86_64-1.txz: Upgraded.
kde/kio-gdrive-23.08.3-x86_64-1.txz: Upgraded.
kde/kio-zeroconf-23.08.3-x86_64-1.txz: Upgraded.
kde/kipi-plugins-23.08.3-x86_64-1.txz: Upgraded.
kde/kirigami-gallery-23.08.3-x86_64-1.txz: Upgraded.
kde/kiriki-23.08.3-x86_64-1.txz: Upgraded.
kde/kiten-23.08.3-x86_64-1.txz: Upgraded.
kde/kitinerary-23.08.3-x86_64-1.txz: Upgraded.
kde/kjumpingcube-23.08.3-x86_64-1.txz: Upgraded.
kde/kldap-23.08.3-x86_64-1.txz: Upgraded.
kde/kleopatra-23.08.3-x86_64-1.txz: Upgraded.
kde/klickety-23.08.3-x86_64-1.txz: Upgraded.
kde/klines-23.08.3-x86_64-1.txz: Upgraded.
kde/kmag-23.08.3-x86_64-1.txz: Upgraded.
kde/kmahjongg-23.08.3-x86_64-1.txz: Upgraded.
kde/kmail-23.08.3-x86_64-1.txz: Upgraded.
kde/kmail-account-wizard-23.08.3-x86_64-1.txz: Upgraded.
kde/kmailtransport-23.08.3-x86_64-1.txz: Upgraded.
kde/kmbox-23.08.3-x86_64-1.txz: Upgraded.
kde/kmime-23.08.3-x86_64-1.txz: Upgraded.
kde/kmines-23.08.3-x86_64-1.txz: Upgraded.
kde/kmix-23.08.3-x86_64-1.txz: Upgraded.
kde/kmousetool-23.08.3-x86_64-1.txz: Upgraded.
kde/kmouth-23.08.3-x86_64-1.txz: Upgraded.
kde/kmplot-23.08.3-x86_64-1.txz: Upgraded.
kde/knavalbattle-23.08.3-x86_64-1.txz: Upgraded.
kde/knetwalk-23.08.3-x86_64-1.txz: Upgraded.
kde/knights-23.08.3-x86_64-1.txz: Upgraded.
kde/knotes-23.08.3-x86_64-1.txz: Upgraded.
kde/kolf-23.08.3-x86_64-1.txz: Upgraded.
kde/kollision-23.08.3-x86_64-1.txz: Upgraded.
kde/kolourpaint-23.08.3-x86_64-1.txz: Upgraded.
kde/kompare-23.08.3-x86_64-1.txz: Upgraded.
kde/konqueror-23.08.3-x86_64-1.txz: Upgraded.
kde/konquest-23.08.3-x86_64-1.txz: Upgraded.
kde/konsole-23.08.3-x86_64-1.txz: Upgraded.
kde/kontact-23.08.3-x86_64-1.txz: Upgraded.
kde/kontactinterface-23.08.3-x86_64-1.txz: Upgraded.
kde/kontrast-23.08.3-x86_64-1.txz: Upgraded.
kde/konversation-23.08.3-x86_64-1.txz: Upgraded.
kde/kopeninghours-23.08.3-x86_64-1.txz: Upgraded.
kde/kopete-23.08.3-x86_64-1.txz: Upgraded.
kde/korganizer-23.08.3-x86_64-1.txz: Upgraded.
kde/kosmindoormap-23.08.3-x86_64-1.txz: Upgraded.
kde/kpat-23.08.3-x86_64-1.txz: Upgraded.
kde/kpimtextedit-23.08.3-x86_64-1.txz: Upgraded.
kde/kpkpass-23.08.3-x86_64-1.txz: Upgraded.
kde/kpmcore-23.08.3-x86_64-1.txz: Upgraded.
kde/kpublictransport-23.08.3-x86_64-1.txz: Upgraded.
kde/kqtquickcharts-23.08.3-x86_64-1.txz: Upgraded.
kde/kquickimageeditor-0.3.0-x86_64-1.txz: Upgraded.
kde/krdc-23.08.3-x86_64-1.txz: Upgraded.
kde/kreversi-23.08.3-x86_64-1.txz: Upgraded.
kde/krfb-23.08.3-x86_64-1.txz: Upgraded.
kde/kross-interpreters-23.08.3-x86_64-1.txz: Upgraded.
kde/kruler-23.08.3-x86_64-1.txz: Upgraded.
kde/ksanecore-23.08.3-x86_64-1.txz: Upgraded.
kde/kshisen-23.08.3-x86_64-1.txz: Upgraded.
kde/ksirk-23.08.3-x86_64-1.txz: Upgraded.
kde/ksmtp-23.08.3-x86_64-1.txz: Upgraded.
kde/ksnakeduel-23.08.3-x86_64-1.txz: Upgraded.
kde/kspaceduel-23.08.3-x86_64-1.txz: Upgraded.
kde/ksquares-23.08.3-x86_64-1.txz: Upgraded.
kde/ksudoku-23.08.3-x86_64-1.txz: Upgraded.
kde/ksystemlog-23.08.3-x86_64-1.txz: Upgraded.
kde/kteatime-23.08.3-x86_64-1.txz: Upgraded.
kde/ktimer-23.08.3-x86_64-1.txz: Upgraded.
kde/ktnef-23.08.3-x86_64-1.txz: Upgraded.
kde/ktorrent-23.08.3-x86_64-1.txz: Upgraded.
kde/ktouch-23.08.3-x86_64-1.txz: Upgraded.
kde/kturtle-23.08.3-x86_64-1.txz: Upgraded.
kde/kubrick-23.08.3-x86_64-1.txz: Upgraded.
kde/kwalletmanager-23.08.3-x86_64-1.txz: Upgraded.
kde/kwave-23.08.3-x86_64-1.txz: Upgraded.
kde/kwordquiz-23.08.3-x86_64-1.txz: Upgraded.
kde/libgravatar-23.08.3-x86_64-1.txz: Upgraded.
kde/libkcddb-23.08.3-x86_64-1.txz: Upgraded.
kde/libkcompactdisc-23.08.3-x86_64-1.txz: Upgraded.
kde/libkdcraw-23.08.3-x86_64-1.txz: Upgraded.
kde/libkdegames-23.08.3-x86_64-1.txz: Upgraded.
kde/libkdepim-23.08.3-x86_64-1.txz: Upgraded.
kde/libkeduvocdocument-23.08.3-x86_64-1.txz: Upgraded.
kde/libkexiv2-23.08.3-x86_64-1.txz: Upgraded.
kde/libkgapi-23.08.3-x86_64-1.txz: Upgraded.
kde/libkipi-23.08.3-x86_64-1.txz: Upgraded.
kde/libkleo-23.08.3-x86_64-1.txz: Upgraded.
kde/libkmahjongg-23.08.3-x86_64-1.txz: Upgraded.
kde/libkomparediff2-23.08.3-x86_64-1.txz: Upgraded.
kde/libksane-23.08.3-x86_64-1.txz: Upgraded.
kde/libksieve-23.08.3-x86_64-1.txz: Upgraded.
kde/libktorrent-23.08.3-x86_64-1.txz: Upgraded.
kde/lokalize-23.08.3-x86_64-1.txz: Upgraded.
kde/lskat-23.08.3-x86_64-1.txz: Upgraded.
kde/mailcommon-23.08.3-x86_64-1.txz: Upgraded.
kde/mailimporter-23.08.3-x86_64-1.txz: Upgraded.
kde/marble-23.08.3-x86_64-1.txz: Upgraded.
kde/markdownpart-23.08.3-x86_64-1.txz: Upgraded.
kde/mbox-importer-23.08.3-x86_64-1.txz: Upgraded.
kde/merkuro-23.08.3-x86_64-1.txz: Upgraded.
kde/messagelib-23.08.3-x86_64-1.txz: Upgraded.
kde/minuet-23.08.3-x86_64-1.txz: Upgraded.
kde/okular-23.08.3-x86_64-1.txz: Upgraded.
kde/palapeli-23.08.3-x86_64-1.txz: Upgraded.
kde/parley-23.08.3-x86_64-1.txz: Upgraded.
kde/partitionmanager-23.08.3-x86_64-1.txz: Upgraded.
kde/picmi-23.08.3-x86_64-1.txz: Upgraded.
kde/pim-data-exporter-23.08.3-x86_64-1.txz: Upgraded.
kde/pim-sieve-editor-23.08.3-x86_64-1.txz: Upgraded.
kde/pimcommon-23.08.3-x86_64-1.txz: Upgraded.
kde/poxml-23.08.3-x86_64-1.txz: Upgraded.
kde/print-manager-23.08.3-x86_64-1.txz: Upgraded.
kde/rocs-23.08.3-x86_64-1.txz: Upgraded.
kde/skanlite-23.08.3-x86_64-1.txz: Upgraded.
kde/skanpage-23.08.3-x86_64-1.txz: Upgraded.
kde/spectacle-23.08.3-x86_64-1.txz: Upgraded.
kde/step-23.08.3-x86_64-1.txz: Upgraded.
kde/svgpart-23.08.3-x86_64-1.txz: Upgraded.
kde/sweeper-23.08.3-x86_64-1.txz: Upgraded.
kde/umbrello-23.08.3-x86_64-1.txz: Upgraded.
kde/yakuake-23.08.3-x86_64-1.txz: Upgraded.
kde/zanshin-23.08.3-x86_64-1.txz: Upgraded.
n/autofs-5.1.9-x86_64-1.txz: Upgraded.
n/openvpn-2.6.7-x86_64-1.txz: Upgraded.
x/fcitx5-5.1.5-x86_64-1.txz: Upgraded.
20231109215009 | Patrick J Volkerding | 2023-11-09 | 1 | -1/+1 |
* | Wed Nov 8 22:04:25 UTC 2023...a/kbd-2.6.3-x86_64-1.txz: Upgraded.
Thanks to Robby Workman.
a/kernel-firmware-20231107_2340796-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.62-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.62-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.62-x86_64-1.txz: Upgraded.
ap/sudo-1.9.15p1-x86_64-1.txz: Upgraded.
This is a bugfix release:
Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based sudoers
from being able to read the ldap.conf file.
d/kernel-headers-6.1.62-x86-1.txz: Upgraded.
k/kernel-source-6.1.62-noarch-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.11.0-x86_64-1.txz: Upgraded.
l/liburing-2.5-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-115.4.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.4.2/releasenotes/
xap/xlockmore-5.74-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231108220425 | Patrick J Volkerding | 2023-11-08 | 1 | -1/+1 |
* | Tue Nov 7 19:57:12 UTC 2023...ap/sudo-1.9.15-x86_64-1.txz: Upgraded.
The sudoers plugin has been modified to make it more resilient to ROWHAMMER
attacks on authentication and policy matching.
The sudoers plugin now constructs the user time stamp file path name using
the user-ID instead of the user name. This avoids a potential problem with
user names that contain a path separator ('/') being interpreted as part of
the path name.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-42465
https://www.cve.org/CVERecord?id=CVE-2023-42456
(* Security fix *)
ap/vim-9.0.2092-x86_64-1.txz: Upgraded.
l/libuv-1.47.0-x86_64-1.txz: Upgraded.
l/xapian-core-1.4.24-x86_64-1.txz: Upgraded.
n/bind-9.18.19-x86_64-2.txz: Rebuilt.
Don't go automatically chowning files in /var/named, since some users may
have special requirements. But in case anyone finds that behavior useful,
you may set NAMED_CHOWN=YES in /etc/default/named to turn it back on.
Unless anyone has a good objection to it, this change is considered pending
for the next BIND upgrades in -stable.
Thanks to Mig21.
xap/vim-gvim-9.0.2092-x86_64-1.txz: Upgraded.
20231107195712 | Patrick J Volkerding | 2023-11-07 | 5 | -17/+127 |
* | Sat Nov 4 17:56:53 UTC 2023...l/sof-firmware-2023.09.1-noarch-1.txz: Upgraded.
n/iproute2-6.6.0-x86_64-1.txz: Upgraded.
x/fcitx5-5.1.3-x86_64-1.txz: Upgraded.
x/fcitx5-qt-5.1.3-x86_64-1.txz: Upgraded.
20231104175653 | Patrick J Volkerding | 2023-11-04 | 1 | -1/+1 |
* | Thu Nov 2 20:33:13 UTC 2023...a/gawk-5.3.0-x86_64-1.txz: Upgraded.
a/kernel-firmware-20231030_2b304bf-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.61-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.61-x86_64-1.txz: Upgraded.
-EXT2_FS_POSIX_ACL y
-EXT2_FS_SECURITY y
-EXT2_FS_XATTR y
-EXT3_FS_POSIX_ACL y
-EXT3_FS_SECURITY y
EXT2_FS y -> n
EXT3_FS y -> n
NLS_ISO8859_15 m -> y
SCSI_SMARTPQI m -> y
+EXT4_USE_FOR_EXT2 y
a/kernel-modules-6.1.61-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.61-x86-1.txz: Upgraded.
k/kernel-source-6.1.61-noarch-1.txz: Upgraded.
-EXT2_FS_POSIX_ACL y
-EXT2_FS_SECURITY y
-EXT2_FS_XATTR y
-EXT3_FS_POSIX_ACL y
-EXT3_FS_SECURITY y
EXT2_FS y -> n
EXT3_FS y -> n
NLS_ISO8859_1 m -> y
NLS_ISO8859_15 m -> y
NLS_UTF8 m -> y
SCSI_VIRTIO m -> y
+EXT4_USE_FOR_EXT2 y
kde/calligra-3.2.1-x86_64-35.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/cantor-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/fcitx5-configtool-5.1.2-x86_64-1.txz: Upgraded.
kde/kfilemetadata-5.111.0-x86_64-3.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/kile-2.9.93-x86_64-29.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/kitinerary-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/krita-5.2.1-x86_64-2.txz: Rebuilt.
Recompiled against poppler-23.11.0.
kde/okular-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against poppler-23.11.0.
l/pipewire-0.3.84-x86_64-1.txz: Upgraded.
l/poppler-23.11.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/postfix-3.8.3-x86_64-1.txz: Upgraded.
x/fcitx5-5.1.2-x86_64-1.txz: Upgraded.
x/fcitx5-anthy-5.1.2-x86_64-1.txz: Upgraded.
x/fcitx5-chinese-addons-5.1.2-x86_64-1.txz: Upgraded.
x/fcitx5-hangul-5.1.1-x86_64-1.txz: Upgraded.
x/fcitx5-qt-5.1.2-x86_64-1.txz: Upgraded.
x/fcitx5-sayura-5.1.1-x86_64-1.txz: Upgraded.
x/libime-1.1.3-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231102203313 | Patrick J Volkerding | 2023-11-02 | 1 | -1/+1 |
* | Wed Nov 1 23:42:44 UTC 2023...a/aaa_libraries-15.1-x86_64-22.txz: Rebuilt.
Upgraded: libz.so.1.3, libcares.so.2.7.2, libglib-2.0.so.0.7800.1,
libgmodule-2.0.so.0.7800.1, libjson-c.so.5.3.0, liblzma.so.5.4.5,
libmpfr.so.6.2.1.
Removed: libboost_*.so.1.82.0, libicu*.so.72.1.
Added (temporarily): libicu*.so.73.2.
a/mcelog-196-x86_64-1.txz: Upgraded.
a/shadow-4.14.2-x86_64-1.txz: Upgraded.
a/xfsprogs-6.5.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
a/xz-5.4.5-x86_64-1.txz: Upgraded.
ap/ghostscript-10.02.1-x86_64-1.txz: Upgraded.
ap/inxi-3.3.31_1-noarch-1.txz: Upgraded.
ap/sqlite-3.44.0-x86_64-1.txz: Upgraded.
Compiled against icu4c-74.1.
kde/kdeplasma-addons-5.27.9-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
kde/konsole-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
kde/krita-5.2.1-x86_64-1.txz: Upgraded.
kde/plasma-workspace-5.27.9.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/boost-1.83.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/harfbuzz-8.2.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/icu4c-74.1-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/libical-3.0.17-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/libqalculate-4.8.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/libvisio-0.1.7-x86_64-12.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/mozjs102-102.15.1esr-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/nodejs-20.9.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/qt5-5.15.11_20231024_2b45d158-x86_64-1.txz: Upgraded.
Compiled against icu4c-74.1.
l/qt5-webkit-5.212.0_alpha4-x86_64-12.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/vte-0.74.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/dovecot-2.3.21-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/php-8.2.12-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/postfix-3.8.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/samba-4.19.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/tin-2.6.2-x86_64-3.txz: Rebuilt.
Recompiled against icu4c-74.1.
t/texlive-2023.230322-x86_64-6.txz: Rebuilt.
Recompiled against icu4c-74.1.
tcl/tcl-8.6.13-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
xfce/xfconf-4.18.3-x86_64-1.txz: Upgraded.
20231101234244 | Patrick J Volkerding | 2023-11-02 | 5 | -5/+5 |
* | Tue Oct 31 18:49:18 UTC 2023...ap/ispell-3.4.06-x86_64-1.txz: Upgraded.
d/llvm-17.0.4-x86_64-1.txz: Upgraded.
d/strace-6.6-x86_64-1.txz: Upgraded.
l/libsigc++-2.12.1-x86_64-1.txz: Upgraded.
n/p11-kit-0.25.2-x86_64-1.txz: Upgraded.
20231031184918 | Patrick J Volkerding | 2023-10-31 | 1 | -0/+1 |
* | Fri Oct 27 19:47:36 UTC 2023...a/exfatprogs-1.2.2-x86_64-1.txz: Upgraded.
kde/digikam-8.1.0-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
kde/gwenview-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
kde/kfilemetadata-5.111.0-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
kde/krename-5.0.2-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
kde/krita-5.2.0-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
kde/libkexiv2-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
l/QtAV-20220226_fdc613dc-x86_64-1.txz: Removed.
This is no longer used by digikam, so let's just remove it.
l/exiv2-0.28.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/libsoup3-3.4.4-x86_64-1.txz: Upgraded.
n/c-ares-1.21.0-x86_64-1.txz: Upgraded.
n/gpgme-1.23.1-x86_64-1.txz: Upgraded.
n/nghttp2-1.58.0-x86_64-1.txz: Upgraded.
xap/geeqie-2.1-x86_64-3.txz: Rebuilt.
Recompiled against exiv2-0.28.0.
20231027194736 | Patrick J Volkerding | 2023-10-27 | 1 | -1/+1 |
* | Thu Oct 26 19:55:16 UTC 2023...a/kernel-firmware-20231024_4ee0175-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.60-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.60-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.60-x86_64-1.txz: Upgraded.
a/shadow-4.14.1-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.60-x86-1.txz: Upgraded.
k/kernel-source-6.1.60-noarch-1.txz: Upgraded.
Hey folks, if you've been following LQ you know I've talked before about
dropping the huge kernel and moving the distribution to use only the generic
kernel plus an initrd. After mulling this over for a few months, I think I
was looking at the problem in the wrong way. First of all, it's clear that
some Slackware users have been using the huge kernel all along, without an
initrd, and are (to say the least) unhappy about the prospect of a new
requirement to start using one. I've been recommending the generic kernel for
some time, and a major reason is that we've been using the same set of kernel
modules with two slightly different kernels. Because of this, there have
always been a few (generally seldom used) kernel modules that won't load into
the huge kernel. These are things that aren't built into the huge kernel, but
because of a difference in some kernel module dependency, they won't load.
The conclusion that I've come to here is that rather than drop the huge
kernel, or slap a LOCALVERSION on it and provide a whole duplicate tree of
kernel modules especially for the huge kernel, it would be better to make the
generic kernel more huge, and minimize the differences between the two kernel
configs.
That's what I've done here.
Shown below are the differences between the previous generic kernel config
and the one shipping in this update. You'll notice that most of the popular
filesystems are built in. At this point the main difference it that the huge
kernel has a couple of dozen SCSI drivers built into it. The modules for those
drivers won't load into the huge kernel, but they're fully built in so that
doesn't matter. If you find any other modules that will not load into the huge
kernel, please make a note about it on LQ and I'll see what can be done.
So, tl;dr - what does this change mean?
Unless your root device is on SCSI, if you were able to use the huge kernel
without an initrd previously, you should now be able to use the generic
kernel without an initrd. The kernel is a bit bigger, but we probably have
enough RAM these days that it won't make a difference.
Enjoy! :-)
-CIFS_SMB_DIRECT n
9P_FS m -> y
9P_FSCACHE n -> y
BTRFS_FS m -> y
CIFS m -> y
CRYPTO_CMAC m -> y
CRYPTO_CRC32 m -> y
CRYPTO_XXHASH m -> y
CRYPTO_ZSTD m -> y
EFIVAR_FS m -> y
EXFAT_FS m -> y
EXT2_FS m -> y
EXT3_FS m -> y
EXT4_FS m -> y
F2FS_FS m -> y
FAILOVER m -> y
FAT_FS m -> y
FSCACHE m -> y
FS_ENCRYPTION_ALGS m -> y
FS_MBCACHE m -> y
HW_RANDOM_VIRTIO m -> y
ISO9660_FS m -> y
JBD2 m -> y
JFS_FS m -> y
LZ4HC_COMPRESS m -> y
LZ4_COMPRESS m -> y
MSDOS_FS m -> y
NETFS_SUPPORT m -> y
NET_9P m -> y
NET_9P_FD m -> y
NET_9P_VIRTIO m -> y
NET_FAILOVER m -> y
NFSD m -> y
NLS_CODEPAGE_437 m -> y
NTFS3_FS m -> y
NTFS_FS m -> y
PSTORE_LZ4_COMPRESS n -> m
PSTORE_LZO_COMPRESS n -> m
PSTORE_ZSTD_COMPRESS n -> y
QFMT_V2 m -> y
QUOTA_TREE m -> y
REISERFS_FS m -> y
RPCSEC_GSS_KRB5 m -> y
SMBFS m -> y
SQUASHFS m -> y
UDF_FS m -> y
VFAT_FS m -> y
VIRTIO_BALLOON m -> y
VIRTIO_BLK m -> y
VIRTIO_CONSOLE m -> y
VIRTIO_INPUT m -> y
VIRTIO_MMIO m -> y
VIRTIO_NET m -> y
VIRTIO_PCI m -> y
VIRTIO_PCI_LIB m -> y
VIRTIO_PCI_LIB_LEGACY m -> y
VIRTIO_PMEM m -> y
XFS_FS m -> y
ZONEFS_FS n -> m
ZSTD_COMPRESS m -> y
+NFS_FSCACHE y
+PSTORE_LZ4_COMPRESS_DEFAULT n
+PSTORE_LZO_COMPRESS_DEFAULT n
+PSTORE_ZSTD_COMPRESS_DEFAULT n
kde/plasma-workspace-5.27.9.1-x86_64-1.txz: Upgraded.
l/glib2-2.78.1-x86_64-1.txz: Upgraded.
l/netpbm-11.04.03-x86_64-1.txz: Upgraded.
l/newt-0.52.24-x86_64-1.txz: Upgraded.
n/gpgme-1.23.0-x86_64-1.txz: Upgraded.
n/p11-kit-0.25.1-x86_64-1.txz: Upgraded.
n/php-8.2.12-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.php.net/ChangeLog-8.php#8.2.12
x/xorg-server-21.1.9-x86_64-1.txz: Upgraded.
This update fixes security issues:
OOB write in XIChangeDeviceProperty/RRChangeOutputProperty.
Use-after-free bug in DestroyWindow.
For more information, see:
https://lists.x.org/archives/xorg-announce/2023-October/003430.html
https://www.cve.org/CVERecord?id=CVE-2023-5367
https://www.cve.org/CVERecord?id=CVE-2023-5380
(* Security fix *)
x/xorg-server-xephyr-21.1.9-x86_64-1.txz: Upgraded.
x/xorg-server-xnest-21.1.9-x86_64-1.txz: Upgraded.
x/xorg-server-xvfb-21.1.9-x86_64-1.txz: Upgraded.
x/xorg-server-xwayland-23.2.2-x86_64-1.txz: Upgraded.
This update fixes a security issue:
OOB write in XIChangeDeviceProperty/RRChangeOutputProperty.
For more information, see:
https://lists.x.org/archives/xorg-announce/2023-October/003430.html
https://www.cve.org/CVERecord?id=CVE-2023-5367
(* Security fix *)
xap/mozilla-thunderbird-115.4.1-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.4.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-47/
https://www.cve.org/CVERecord?id=CVE-2023-5721
https://www.cve.org/CVERecord?id=CVE-2023-5732
https://www.cve.org/CVERecord?id=CVE-2023-5724
https://www.cve.org/CVERecord?id=CVE-2023-5725
https://www.cve.org/CVERecord?id=CVE-2023-5726
https://www.cve.org/CVERecord?id=CVE-2023-5727
https://www.cve.org/CVERecord?id=CVE-2023-5728
https://www.cve.org/CVERecord?id=CVE-2023-5730
(* Security fix *)
xfce/thunar-4.18.8-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231026195516 | Patrick J Volkerding | 2023-10-26 | 2 | -3/+3 |
* | Sat Oct 21 18:59:54 UTC 2023...a/btrfs-progs-6.5.3-x86_64-1.txz: Upgraded.
d/meson-1.2.3-x86_64-1.txz: Upgraded.
d/subversion-1.14.2-x86_64-6.txz: Rebuilt.
Recompiled against utf8proc-2.9.0.
l/nodejs-20.8.1-x86_64-1.txz: Upgraded.
Stick with the (future) LTS release to avoid compatibility issues.
Thanks to gildbg.
l/utf8proc-2.9.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/irssi-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled against utf8proc-2.9.0.
xap/gnuplot-5.4.10-x86_64-1.txz: Upgraded.
20231021185954 | Patrick J Volkerding | 2023-10-21 | 1 | -1/+1 |
* | Thu Oct 19 19:14:05 UTC 2023...ap/texinfo-7.1-x86_64-1.txz: Upgraded.
kde/attica-5.111.0-x86_64-1.txz: Upgraded.
kde/baloo-5.111.0-x86_64-1.txz: Upgraded.
kde/bluez-qt-5.111.0-x86_64-1.txz: Upgraded.
kde/breeze-icons-5.111.0-noarch-1.txz: Upgraded.
kde/extra-cmake-modules-5.111.0-x86_64-1.txz: Upgraded.
kde/frameworkintegration-5.111.0-x86_64-1.txz: Upgraded.
kde/kactivities-5.111.0-x86_64-1.txz: Upgraded.
kde/kactivities-stats-5.111.0-x86_64-1.txz: Upgraded.
kde/kapidox-5.111.0-x86_64-1.txz: Upgraded.
kde/karchive-5.111.0-x86_64-1.txz: Upgraded.
kde/kauth-5.111.0-x86_64-1.txz: Upgraded.
kde/kbookmarks-5.111.0-x86_64-1.txz: Upgraded.
kde/kcalendarcore-5.111.0-x86_64-1.txz: Upgraded.
kde/kcmutils-5.111.0-x86_64-1.txz: Upgraded.
kde/kcodecs-5.111.0-x86_64-1.txz: Upgraded.
kde/kcompletion-5.111.0-x86_64-1.txz: Upgraded.
kde/kconfig-5.111.0-x86_64-1.txz: Upgraded.
kde/kconfigwidgets-5.111.0-x86_64-1.txz: Upgraded.
kde/kcontacts-5.111.0-x86_64-1.txz: Upgraded.
kde/kcoreaddons-5.111.0-x86_64-1.txz: Upgraded.
kde/kcrash-5.111.0-x86_64-1.txz: Upgraded.
kde/kdav-5.111.0-x86_64-1.txz: Upgraded.
kde/kdbusaddons-5.111.0-x86_64-1.txz: Upgraded.
kde/kdeclarative-5.111.0-x86_64-1.txz: Upgraded.
kde/kded-5.111.0-x86_64-1.txz: Upgraded.
kde/kdelibs4support-5.111.0-x86_64-1.txz: Upgraded.
kde/kdesignerplugin-5.111.0-x86_64-1.txz: Upgraded.
kde/kdesu-5.111.0-x86_64-1.txz: Upgraded.
kde/kdewebkit-5.111.0-x86_64-1.txz: Upgraded.
kde/kdnssd-5.111.0-x86_64-1.txz: Upgraded.
kde/kdoctools-5.111.0-x86_64-1.txz: Upgraded.
kde/kemoticons-5.111.0-x86_64-1.txz: Upgraded.
kde/kfilemetadata-5.111.0-x86_64-1.txz: Upgraded.
kde/kglobalaccel-5.111.0-x86_64-1.txz: Upgraded.
kde/kguiaddons-5.111.0-x86_64-1.txz: Upgraded.
kde/kholidays-5.111.0-x86_64-1.txz: Upgraded.
kde/khtml-5.111.0-x86_64-1.txz: Upgraded.
kde/ki18n-5.111.0-x86_64-1.txz: Upgraded.
kde/kiconthemes-5.111.0-x86_64-1.txz: Upgraded.
kde/kidletime-5.111.0-x86_64-1.txz: Upgraded.
kde/kimageformats-5.111.0-x86_64-1.txz: Upgraded.
kde/kinit-5.111.0-x86_64-1.txz: Upgraded.
kde/kio-5.111.0-x86_64-1.txz: Upgraded.
kde/kirigami2-5.111.0-x86_64-1.txz: Upgraded.
kde/kitemmodels-5.111.0-x86_64-1.txz: Upgraded.
kde/kitemviews-5.111.0-x86_64-1.txz: Upgraded.
kde/kjobwidgets-5.111.0-x86_64-1.txz: Upgraded.
kde/kjs-5.111.0-x86_64-1.txz: Upgraded.
kde/kjsembed-5.111.0-x86_64-1.txz: Upgraded.
kde/kmediaplayer-5.111.0-x86_64-1.txz: Upgraded.
kde/knewstuff-5.111.0-x86_64-1.txz: Upgraded.
kde/knotifications-5.111.0-x86_64-1.txz: Upgraded.
kde/knotifyconfig-5.111.0-x86_64-1.txz: Upgraded.
kde/kpackage-5.111.0-x86_64-1.txz: Upgraded.
kde/kparts-5.111.0-x86_64-1.txz: Upgraded.
kde/kpeople-5.111.0-x86_64-1.txz: Upgraded.
kde/kplotting-5.111.0-x86_64-1.txz: Upgraded.
kde/kpty-5.111.0-x86_64-1.txz: Upgraded.
kde/kquickcharts-5.111.0-x86_64-1.txz: Upgraded.
kde/kross-5.111.0-x86_64-1.txz: Upgraded.
kde/krunner-5.111.0-x86_64-1.txz: Upgraded.
kde/kservice-5.111.0-x86_64-1.txz: Upgraded.
kde/ktexteditor-5.111.0-x86_64-1.txz: Upgraded.
kde/ktextwidgets-5.111.0-x86_64-1.txz: Upgraded.
kde/kunitconversion-5.111.0-x86_64-1.txz: Upgraded.
kde/kwallet-5.111.0-x86_64-1.txz: Upgraded.
kde/kwayland-5.111.0-x86_64-1.txz: Upgraded.
kde/kwidgetsaddons-5.111.0-x86_64-1.txz: Upgraded.
kde/kwindowsystem-5.111.0-x86_64-1.txz: Upgraded.
kde/kxmlgui-5.111.0-x86_64-1.txz: Upgraded.
kde/kxmlrpcclient-5.111.0-x86_64-1.txz: Upgraded.
kde/modemmanager-qt-5.111.0-x86_64-1.txz: Upgraded.
kde/networkmanager-qt-5.111.0-x86_64-1.txz: Upgraded.
kde/oxygen-icons5-5.111.0-noarch-1.txz: Upgraded.
kde/plasma-framework-5.111.0-x86_64-1.txz: Upgraded.
kde/prison-5.111.0-x86_64-1.txz: Upgraded.
kde/purpose-5.111.0-x86_64-1.txz: Upgraded.
kde/qqc2-desktop-style-5.111.0-x86_64-1.txz: Upgraded.
kde/solid-5.111.0-x86_64-1.txz: Upgraded.
kde/sonnet-5.111.0-x86_64-1.txz: Upgraded.
kde/syndication-5.111.0-x86_64-1.txz: Upgraded.
kde/syntax-highlighting-5.111.0-x86_64-1.txz: Upgraded.
kde/threadweaver-5.111.0-x86_64-1.txz: Upgraded.
l/harfbuzz-8.2.2-x86_64-1.txz: Upgraded.
l/nodejs-21.0.0-x86_64-1.txz: Upgraded.
l/pipewire-0.3.83-x86_64-1.txz: Upgraded.
n/dhcpcd-10.0.4-x86_64-1.txz: Upgraded.
n/httpd-2.4.58-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues:
moderate: Apache HTTP Server: HTTP/2 stream memory not reclaimed
right away on RST.
low: mod_macro buffer over-read.
low: Apache HTTP Server: DoS in HTTP/2 with initial windows size 0.
For more information, see:
https://downloads.apache.org/httpd/CHANGES_2.4.58
https://www.cve.org/CVERecord?id=CVE-2023-45802
https://www.cve.org/CVERecord?id=CVE-2023-31122
https://www.cve.org/CVERecord?id=CVE-2023-43622
(* Security fix *)
n/nftables-1.0.9-x86_64-1.txz: Upgraded.
x/egl-wayland-1.1.13-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-115.3.3-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.3.3/releasenotes/
xfce/xfce4-dev-tools-4.18.1-x86_64-1.txz: Upgraded.
20231019191405 | Patrick J Volkerding | 2023-10-19 | 4 | -255/+4 |
* | Tue Oct 17 19:34:56 UTC 2023...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.
20231017193456 | Patrick J Volkerding | 2023-10-17 | 1 | -2/+2 |
* | Thu Oct 12 21:40:14 UTC 2023...kde/akonadi-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-calendar-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-calendar-tools-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-contacts-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-import-wizard-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-mime-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-notes-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadi-search-23.08.2-x86_64-1.txz: Upgraded.
kde/akonadiconsole-23.08.2-x86_64-1.txz: Upgraded.
kde/akregator-23.08.2-x86_64-1.txz: Upgraded.
kde/alligator-23.08.2-x86_64-1.txz: Upgraded.
kde/analitza-23.08.2-x86_64-1.txz: Upgraded.
kde/ark-23.08.2-x86_64-1.txz: Upgraded.
kde/artikulate-23.08.2-x86_64-1.txz: Upgraded.
kde/audiocd-kio-23.08.2-x86_64-1.txz: Upgraded.
kde/baloo-widgets-23.08.2-x86_64-1.txz: Upgraded.
kde/blinken-23.08.2-x86_64-1.txz: Upgraded.
kde/bomber-23.08.2-x86_64-1.txz: Upgraded.
kde/bovo-23.08.2-x86_64-1.txz: Upgraded.
kde/calendarsupport-23.08.2-x86_64-1.txz: Upgraded.
kde/cantor-23.08.2-x86_64-1.txz: Upgraded.
kde/cervisia-23.08.2-x86_64-1.txz: Upgraded.
kde/dolphin-23.08.2-x86_64-1.txz: Upgraded.
kde/dolphin-plugins-23.08.2-x86_64-1.txz: Upgraded.
kde/dragon-23.08.2-x86_64-1.txz: Upgraded.
kde/elisa-23.08.2-x86_64-1.txz: Upgraded.
kde/eventviews-23.08.2-x86_64-1.txz: Upgraded.
kde/falkon-23.08.2-x86_64-1.txz: Upgraded.
kde/ffmpegthumbs-23.08.2-x86_64-1.txz: Upgraded.
kde/filelight-23.08.2-x86_64-1.txz: Upgraded.
kde/ghostwriter-23.08.2-x86_64-1.txz: Upgraded.
kde/granatier-23.08.2-x86_64-1.txz: Upgraded.
kde/grantlee-editor-23.08.2-x86_64-1.txz: Upgraded.
kde/grantleetheme-23.08.2-x86_64-1.txz: Upgraded.
kde/gwenview-23.08.2-x86_64-1.txz: Upgraded.
kde/incidenceeditor-23.08.2-x86_64-1.txz: Upgraded.
kde/itinerary-23.08.2-x86_64-1.txz: Upgraded.
kde/juk-23.08.2-x86_64-1.txz: Upgraded.
kde/k3b-23.08.2-x86_64-1.txz: Upgraded.
kde/kaddressbook-23.08.2-x86_64-1.txz: Upgraded.
kde/kalarm-23.08.2-x86_64-1.txz: Upgraded.
kde/kalgebra-23.08.2-x86_64-1.txz: Upgraded.
kde/kalzium-23.08.2-x86_64-1.txz: Upgraded.
kde/kamera-23.08.2-x86_64-1.txz: Upgraded.
kde/kamoso-23.08.2-x86_64-1.txz: Upgraded.
kde/kanagram-23.08.2-x86_64-1.txz: Upgraded.
kde/kapman-23.08.2-x86_64-1.txz: Upgraded.
kde/kapptemplate-23.08.2-x86_64-1.txz: Upgraded.
kde/kate-23.08.2-x86_64-1.txz: Upgraded.
kde/katomic-23.08.2-x86_64-1.txz: Upgraded.
kde/kbackup-23.08.2-x86_64-1.txz: Upgraded.
kde/kblackbox-23.08.2-x86_64-1.txz: Upgraded.
kde/kblocks-23.08.2-x86_64-1.txz: Upgraded.
kde/kbounce-23.08.2-x86_64-1.txz: Upgraded.
kde/kbreakout-23.08.2-x86_64-1.txz: Upgraded.
kde/kbruch-23.08.2-x86_64-1.txz: Upgraded.
kde/kcachegrind-23.08.2-x86_64-1.txz: Upgraded.
kde/kcalc-23.08.2-x86_64-1.txz: Upgraded.
kde/kcalutils-23.08.2-x86_64-1.txz: Upgraded.
kde/kcharselect-23.08.2-x86_64-1.txz: Upgraded.
kde/kcolorchooser-23.08.2-x86_64-1.txz: Upgraded.
kde/kcron-23.08.2-x86_64-1.txz: Upgraded.
kde/kde-dev-scripts-23.08.2-x86_64-1.txz: Upgraded.
kde/kde-dev-utils-23.08.2-x86_64-1.txz: Upgraded.
kde/kde-inotify-survey-23.08.2-x86_64-1.txz: Upgraded.
kde/kdebugsettings-23.08.2-x86_64-1.txz: Upgraded.
kde/kdeconnect-kde-23.08.2-x86_64-1.txz: Upgraded.
kde/kdeedu-data-23.08.2-x86_64-1.txz: Upgraded.
kde/kdegraphics-mobipocket-23.08.2-x86_64-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-23.08.2-x86_64-1.txz: Upgraded.
kde/kdenetwork-filesharing-23.08.2-x86_64-1.txz: Upgraded.
kde/kdenlive-23.08.2-x86_64-1.txz: Upgraded.
kde/kdepim-addons-23.08.2-x86_64-1.txz: Upgraded.
kde/kdepim-runtime-23.08.2-x86_64-1.txz: Upgraded.
kde/kdesdk-kio-23.08.2-x86_64-1.txz: Upgraded.
kde/kdesdk-thumbnailers-23.08.2-x86_64-1.txz: Upgraded.
kde/kdev-php-23.08.2-x86_64-1.txz: Upgraded.
kde/kdev-python-23.08.2-x86_64-1.txz: Upgraded.
kde/kdevelop-23.08.2-x86_64-1.txz: Upgraded.
kde/kdf-23.08.2-x86_64-1.txz: Upgraded.
kde/kdialog-23.08.2-x86_64-1.txz: Upgraded.
kde/kdiamond-23.08.2-x86_64-1.txz: Upgraded.
kde/keditbookmarks-23.08.2-x86_64-1.txz: Upgraded.
kde/keysmith-23.08.2-x86_64-1.txz: Upgraded.
kde/kfind-23.08.2-x86_64-1.txz: Upgraded.
kde/kfourinline-23.08.2-x86_64-1.txz: Upgraded.
kde/kgeography-23.08.2-x86_64-1.txz: Upgraded.
kde/kget-23.08.2-x86_64-1.txz: Upgraded.
kde/kgoldrunner-23.08.2-x86_64-1.txz: Upgraded.
kde/kgpg-23.08.2-x86_64-1.txz: Upgraded.
kde/khangman-23.08.2-x86_64-1.txz: Upgraded.
kde/khelpcenter-23.08.2-x86_64-1.txz: Upgraded.
kde/kidentitymanagement-23.08.2-x86_64-1.txz: Upgraded.
kde/kig-23.08.2-x86_64-1.txz: Upgraded.
kde/kigo-23.08.2-x86_64-1.txz: Upgraded.
kde/killbots-23.08.2-x86_64-1.txz: Upgraded.
kde/kimagemapeditor-23.08.2-x86_64-1.txz: Upgraded.
kde/kimap-23.08.2-x86_64-1.txz: Upgraded.
kde/kio-admin-23.08.2-x86_64-1.txz: Upgraded.
kde/kio-extras-23.08.2-x86_64-1.txz: Upgraded.
kde/kio-gdrive-23.08.2-x86_64-1.txz: Upgraded.
kde/kio-zeroconf-23.08.2-x86_64-1.txz: Upgraded.
kde/kipi-plugins-23.08.2-x86_64-1.txz: Upgraded.
kde/kirigami-gallery-23.08.2-x86_64-1.txz: Upgraded.
kde/kiriki-23.08.2-x86_64-1.txz: Upgraded.
kde/kiten-23.08.2-x86_64-1.txz: Upgraded.
kde/kitinerary-23.08.2-x86_64-1.txz: Upgraded.
kde/kjumpingcube-23.08.2-x86_64-1.txz: Upgraded.
kde/kldap-23.08.2-x86_64-1.txz: Upgraded.
kde/kleopatra-23.08.2-x86_64-1.txz: Upgraded.
kde/klickety-23.08.2-x86_64-1.txz: Upgraded.
kde/klines-23.08.2-x86_64-1.txz: Upgraded.
kde/kmag-23.08.2-x86_64-1.txz: Upgraded.
kde/kmahjongg-23.08.2-x86_64-1.txz: Upgraded.
kde/kmail-23.08.2-x86_64-1.txz: Upgraded.
kde/kmail-account-wizard-23.08.2-x86_64-1.txz: Upgraded.
kde/kmailtransport-23.08.2-x86_64-1.txz: Upgraded.
kde/kmbox-23.08.2-x86_64-1.txz: Upgraded.
kde/kmime-23.08.2-x86_64-1.txz: Upgraded.
kde/kmines-23.08.2-x86_64-1.txz: Upgraded.
kde/kmix-23.08.2-x86_64-1.txz: Upgraded.
kde/kmousetool-23.08.2-x86_64-1.txz: Upgraded.
kde/kmouth-23.08.2-x86_64-1.txz: Upgraded.
kde/kmplot-23.08.2-x86_64-1.txz: Upgraded.
kde/knavalbattle-23.08.2-x86_64-1.txz: Upgraded.
kde/knetwalk-23.08.2-x86_64-1.txz: Upgraded.
kde/knights-23.08.2-x86_64-1.txz: Upgraded.
kde/knotes-23.08.2-x86_64-1.txz: Upgraded.
kde/kolf-23.08.2-x86_64-1.txz: Upgraded.
kde/kollision-23.08.2-x86_64-1.txz: Upgraded.
kde/kolourpaint-23.08.2-x86_64-1.txz: Upgraded.
kde/kompare-23.08.2-x86_64-1.txz: Upgraded.
kde/konqueror-23.08.2-x86_64-1.txz: Upgraded.
kde/konquest-23.08.2-x86_64-1.txz: Upgraded.
kde/konsole-23.08.2-x86_64-1.txz: Upgraded.
kde/kontact-23.08.2-x86_64-1.txz: Upgraded.
kde/kontactinterface-23.08.2-x86_64-1.txz: Upgraded.
kde/kontrast-23.08.2-x86_64-1.txz: Upgraded.
kde/konversation-23.08.2-x86_64-1.txz: Upgraded.
kde/kopeninghours-23.08.2-x86_64-1.txz: Upgraded.
kde/kopete-23.08.2-x86_64-1.txz: Upgraded.
kde/korganizer-23.08.2-x86_64-1.txz: Upgraded.
kde/kosmindoormap-23.08.2-x86_64-1.txz: Upgraded.
kde/kpat-23.08.2-x86_64-1.txz: Upgraded.
kde/kpimtextedit-23.08.2-x86_64-1.txz: Upgraded.
kde/kpkpass-23.08.2-x86_64-1.txz: Upgraded.
kde/kpmcore-23.08.2-x86_64-1.txz: Upgraded.
kde/kpublictransport-23.08.2-x86_64-1.txz: Upgraded.
kde/kqtquickcharts-23.08.2-x86_64-1.txz: Upgraded.
kde/krdc-23.08.2-x86_64-1.txz: Upgraded.
kde/kreversi-23.08.2-x86_64-1.txz: Upgraded.
kde/krfb-23.08.2-x86_64-1.txz: Upgraded.
kde/kross-interpreters-23.08.2-x86_64-1.txz: Upgraded.
kde/kruler-23.08.2-x86_64-1.txz: Upgraded.
kde/ksanecore-23.08.2-x86_64-1.txz: Upgraded.
kde/kshisen-23.08.2-x86_64-1.txz: Upgraded.
kde/ksirk-23.08.2-x86_64-1.txz: Upgraded.
kde/ksmtp-23.08.2-x86_64-1.txz: Upgraded.
kde/ksnakeduel-23.08.2-x86_64-1.txz: Upgraded.
kde/kspaceduel-23.08.2-x86_64-1.txz: Upgraded.
kde/ksquares-23.08.2-x86_64-1.txz: Upgraded.
kde/ksudoku-23.08.2-x86_64-1.txz: Upgraded.
kde/ksystemlog-23.08.2-x86_64-1.txz: Upgraded.
kde/kteatime-23.08.2-x86_64-1.txz: Upgraded.
kde/ktimer-23.08.2-x86_64-1.txz: Upgraded.
kde/ktnef-23.08.2-x86_64-1.txz: Upgraded.
kde/ktorrent-23.08.2-x86_64-1.txz: Upgraded.
kde/ktouch-23.08.2-x86_64-1.txz: Upgraded.
kde/kturtle-23.08.2-x86_64-1.txz: Upgraded.
kde/kubrick-23.08.2-x86_64-1.txz: Upgraded.
kde/kwalletmanager-23.08.2-x86_64-1.txz: Upgraded.
kde/kwave-23.08.2-x86_64-1.txz: Upgraded.
kde/kwordquiz-23.08.2-x86_64-1.txz: Upgraded.
kde/libgravatar-23.08.2-x86_64-1.txz: Upgraded.
kde/libkcddb-23.08.2-x86_64-1.txz: Upgraded.
kde/libkcompactdisc-23.08.2-x86_64-1.txz: Upgraded.
kde/libkdcraw-23.08.2-x86_64-1.txz: Upgraded.
kde/libkdegames-23.08.2-x86_64-1.txz: Upgraded.
kde/libkdepim-23.08.2-x86_64-1.txz: Upgraded.
kde/libkeduvocdocument-23.08.2-x86_64-1.txz: Upgraded.
kde/libkexiv2-23.08.2-x86_64-1.txz: Upgraded.
kde/libkgapi-23.08.2-x86_64-1.txz: Upgraded.
kde/libkipi-23.08.2-x86_64-1.txz: Upgraded.
kde/libkleo-23.08.2-x86_64-1.txz: Upgraded.
kde/libkmahjongg-23.08.2-x86_64-1.txz: Upgraded.
kde/libkomparediff2-23.08.2-x86_64-1.txz: Upgraded.
kde/libksane-23.08.2-x86_64-1.txz: Upgraded.
kde/libksieve-23.08.2-x86_64-1.txz: Upgraded.
kde/libktorrent-23.08.2-x86_64-1.txz: Upgraded.
kde/lokalize-23.08.2-x86_64-1.txz: Upgraded.
kde/lskat-23.08.2-x86_64-1.txz: Upgraded.
kde/mailcommon-23.08.2-x86_64-1.txz: Upgraded.
kde/mailimporter-23.08.2-x86_64-1.txz: Upgraded.
kde/marble-23.08.2-x86_64-1.txz: Upgraded.
kde/markdownpart-23.08.2-x86_64-1.txz: Upgraded.
kde/mbox-importer-23.08.2-x86_64-1.txz: Upgraded.
kde/merkuro-23.08.2-x86_64-1.txz: Upgraded.
kde/messagelib-23.08.2-x86_64-1.txz: Upgraded.
kde/minuet-23.08.2-x86_64-1.txz: Upgraded.
kde/okular-23.08.2-x86_64-1.txz: Upgraded.
kde/palapeli-23.08.2-x86_64-1.txz: Upgraded.
kde/parley-23.08.2-x86_64-1.txz: Upgraded.
kde/partitionmanager-23.08.2-x86_64-1.txz: Upgraded.
kde/picmi-23.08.2-x86_64-1.txz: Upgraded.
kde/pim-data-exporter-23.08.2-x86_64-1.txz: Upgraded.
kde/pim-sieve-editor-23.08.2-x86_64-1.txz: Upgraded.
kde/pimcommon-23.08.2-x86_64-1.txz: Upgraded.
kde/poxml-23.08.2-x86_64-1.txz: Upgraded.
kde/print-manager-23.08.2-x86_64-1.txz: Upgraded.
kde/rocs-23.08.2-x86_64-1.txz: Upgraded.
kde/skanlite-23.08.2-x86_64-1.txz: Upgraded.
kde/skanpage-23.08.2-x86_64-1.txz: Upgraded.
kde/spectacle-23.08.2-x86_64-1.txz: Upgraded.
kde/step-23.08.2-x86_64-1.txz: Upgraded.
kde/svgpart-23.08.2-x86_64-1.txz: Upgraded.
kde/sweeper-23.08.2-x86_64-1.txz: Upgraded.
kde/umbrello-23.08.2-x86_64-1.txz: Upgraded.
kde/yakuake-23.08.2-x86_64-1.txz: Upgraded.
kde/zanshin-23.08.2-x86_64-1.txz: Upgraded.
l/pipewire-0.3.81-x86_64-1.txz: Upgraded.
n/libmbim-1.30.0-x86_64-1.txz: Upgraded.
n/libqmi-1.34.0-x86_64-1.txz: Upgraded.
20231012214014 | Patrick J Volkerding | 2023-10-13 | 1 | -1/+1 |
* | Wed Oct 11 06:37:21 UTC 2023...a/kernel-generic-6.1.57-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.57-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.57-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.57-x86-1.txz: Upgraded.
k/kernel-source-6.1.57-noarch-1.txz: Upgraded.
n/c-ares-1.20.1-x86_64-1.txz: Upgraded.
n/curl-8.4.0-x86_64-1.txz: Upgraded.
This update fixes security issues:
Cookie injection with none file.
SOCKS5 heap buffer overflow.
For more information, see:
https://curl.se/docs/CVE-2023-38546.html
https://curl.se/docs/CVE-2023-38545.html
https://www.cve.org/CVERecord?id=CVE-2023-38546
https://www.cve.org/CVERecord?id=CVE-2023-38545
(* Security fix *)
n/nghttp2-1.57.0-x86_64-1.txz: Upgraded.
This release has a fix to mitigate the HTTP/2 Rapid Reset vulnerability.
For more information, see:
https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg
https://www.cve.org/CVERecord?id=CVE-2023-44487
(* Security fix *)
n/samba-4.19.1-x86_64-1.txz: Upgraded.
This is a security release in order to address the following defects:
Unsanitized pipe names allow SMB clients to connect as root to existing
unix domain sockets on the file system.
SMB client can truncate files to 0 bytes by opening files with OVERWRITE
disposition when using the acl_xattr Samba VFS module with the smb.conf
setting "acl_xattr:ignore system acls = yes"
An RODC and a user with the GET_CHANGES right can view all attributes,
including secrets and passwords. Additionally, the access check fails
open on error conditions.
Calls to the rpcecho server on the AD DC can request that the server block
for a user-defined amount of time, denying service.
Samba can be made to start multiple incompatible RPC listeners, disrupting
service on the AD DC.
For more information, see:
https://www.samba.org/samba/security/CVE-2023-3961.html
https://www.samba.org/samba/security/CVE-2023-4091.html
https://www.samba.org/samba/security/CVE-2023-4154.html
https://www.samba.org/samba/security/CVE-2023-42669.html
https://www.samba.org/samba/security/CVE-2023-42670.html
https://www.cve.org/CVERecord?id=CVE-2023-3961
https://www.cve.org/CVERecord?id=CVE-2023-4091
https://www.cve.org/CVERecord?id=CVE-2023-4154
https://www.cve.org/CVERecord?id=CVE-2023-42669
https://www.cve.org/CVERecord?id=CVE-2023-42670
(* Security fix *)
xap/mozilla-thunderbird-115.3.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.3.2/releasenotes/
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20231011063721 | Patrick J Volkerding | 2023-10-11 | 2 | -3/+3 |
* | Mon Oct 9 18:10:01 UTC 2023...a/aaa_glibc-solibs-2.38-x86_64-2.txz: Rebuilt.
ap/qpdf-11.6.2-x86_64-1.txz: Upgraded.
ap/vim-9.0.2009-x86_64-1.txz: Upgraded.
l/desktop-file-utils-0.27-x86_64-1.txz: Upgraded.
l/glibc-2.38-x86_64-2.txz: Rebuilt.
These glibc packages are the exact ones that were previously in /testing.
A test mass rebuild was done here finding no new FTBFS, so I think these
are good to go. :)
l/glibc-i18n-2.38-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.38-x86_64-2.txz: Rebuilt.
l/imagemagick-7.1.1_20-x86_64-1.txz: Upgraded.
l/libxkbcommon-1.6.0-x86_64-1.txz: Upgraded.
l/shared-mime-info-2.3-x86_64-1.txz: Upgraded.
n/c-ares-1.20.0-x86_64-1.txz: Upgraded.
n/libtirpc-1.3.4-x86_64-1.txz: Upgraded.
n/proftpd-1.3.8a-x86_64-1.txz: Upgraded.
n/whois-5.5.19-x86_64-1.txz: Upgraded.
Fixed english support for Japanese queries to not add again the /e argument
if it had already been provided by the user. (Closes: #1050171)
Added the .ye and .*************** (.xn--54b7fta0cc, Bangladesh) TLD servers.
Updated the .ba, .bb, .dk, .es, .gt, .jo, .ml, .mo, .pa, .pn, .sv, .uy,
.a+-la-r+-d+.n+, (.xn--mgbayh7gpa, Jordan) and .****** (.xn--mix891f, Macao)
TLD servers.
Upgraded the TLD URLs to HTTPS whenever possible.
Updated the charset for whois.jprs.jp.
Removed 3 new gTLDs which are no longer active.
Removed support for the obsolete as32 dot notation.
x/xterm-386-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.0.2009-x86_64-1.txz: Upgraded.
20231009181001 | Patrick J Volkerding | 2023-10-09 | 2 | -8/+4 |
* | Wed Oct 4 20:02:00 UTC 2023...a/btrfs-progs-6.5.2-x86_64-1.txz: Upgraded.
a/gettext-0.22.3-x86_64-1.txz: Upgraded.
a/hwdata-0.375-noarch-1.txz: Upgraded.
d/gettext-tools-0.22.3-x86_64-1.txz: Upgraded.
d/gnucobol-3.2-x86_64-1.txz: Upgraded.
kde/fcitx5-configtool-5.1.1-x86_64-1.txz: Upgraded.
n/openssh-9.5p1-x86_64-1.txz: Upgraded.
xfce/xfce4-taskmanager-1.5.6-x86_64-1.txz: Upgraded.
20231004200200 | Patrick J Volkerding | 2023-10-04 | 2 | -27/+1 |
* | Tue Oct 3 22:19:10 UTC 2023...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.
20231003221910 | Patrick J Volkerding | 2023-10-04 | 1 | -1/+1 |
* | Fri Sep 29 19:45:18 UTC 2023...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.
20230929194518 | Patrick J Volkerding | 2023-09-29 | 2 | -3/+3 |
* | Wed Sep 20 00:08:45 UTC 2023...a/gettext-0.22.1-x86_64-1.txz: Upgraded.
a/kernel-firmware-20230918_3672cca-noarch-1.txz: Upgraded.
a/kernel-generic-6.1.54-x86_64-1.txz: Upgraded.
a/kernel-huge-6.1.54-x86_64-1.txz: Upgraded.
a/kernel-modules-6.1.54-x86_64-1.txz: Upgraded.
a/openssl-solibs-3.1.3-x86_64-1.txz: Upgraded.
ap/ghostscript-10.02.0-x86_64-2.txz: Rebuilt.
[PATCH] PDF interpreter - fix PageList processing.
Thanks to denydias.
d/gettext-tools-0.22.1-x86_64-1.txz: Upgraded.
d/kernel-headers-6.1.54-x86-1.txz: Upgraded.
k/kernel-source-6.1.54-noarch-1.txz: Upgraded.
l/dconf-editor-45.0-x86_64-1.txz: Upgraded.
l/harfbuzz-8.2.1-x86_64-1.txz: Upgraded.
l/nodejs-20.7.0-x86_64-1.txz: Upgraded.
n/openssl-3.1.3-x86_64-1.txz: Upgraded.
This update fixes bugs and a security issue that does not affect Linux:
Fix POLY1305 MAC implementation corrupting XMM registers on Windows.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-4807
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/rust-1.72.1-x86_64-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
20230920000845 | Patrick J Volkerding | 2023-09-20 | 1 | -1/+1 |
* | Fri Sep 15 19:48:39 UTC 2023...ap/ksh93-1.0.7-x86_64-1.txz: Upgraded.
d/cmake-3.27.5-x86_64-1.txz: Upgraded.
d/python3-3.9.18-x86_64-1.txz: Upgraded.
This update fixes a security issue:
Fixed an issue where instances of ssl.SSLSocket were vulnerable to a bypass
of the TLS handshake and included protections (like certificate verification)
and treating sent unencrypted data as if it were post-handshake TLS encrypted
data. Security issue reported by Aapo Oksman; patch by Gregory P. Smith.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-40217
(* Security fix *)
l/gvfs-1.52.0-x86_64-1.txz: Upgraded.
l/mozjs102-102.15.1esr-x86_64-1.txz: Upgraded.
n/dovecot-2.3.21-x86_64-1.txz: Upgraded.
x/ibus-table-1.17.3-x86_64-1.txz: Upgraded.
x/igt-gpu-tools-1.28-x86_64-1.txz: Upgraded.
x/libva-2.20.0-x86_64-1.txz: Upgraded.
x/libva-utils-2.20.0-x86_64-1.txz: Upgraded.
xfce/elementary-xfce-0.18-x86_64-1.txz: Upgraded.
20230915194839 | Patrick J Volkerding | 2023-09-15 | 1 | -1/+1 |
* | Thu Sep 14 02:38:14 UTC 2023...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.
20230914023814 | Patrick J Volkerding | 2023-09-14 | 4 | -4/+4 |
* | Sat Sep 9 18:05:16 UTC 2023...a/mcelog-195-x86_64-1.txz: Upgraded.
d/rust-1.70.0-x86_64-2.txz: Rebuilt.
Fixed path in rust-lldb. Thanks to gildbg.
l/glib2-2.78.0-x86_64-1.txz: Upgraded.
l/gobject-introspection-1.78.0-x86_64-1.txz: Upgraded.
l/harfbuzz-8.2.0-x86_64-1.txz: Upgraded.
l/nodejs-20.6.1-x86_64-1.txz: Upgraded.
n/mutt-2.2.12-x86_64-1.txz: Upgraded.
x/font-util-1.4.1-x86_64-1.txz: Upgraded.
testing/packages/rust-1.72.0-x86_64-2.txz: Rebuilt.
Fixed path in rust-lldb. Thanks to gildbg.
20230909180516 | Patrick J Volkerding | 2023-09-09 | 2 | -19/+0 |
* | Thu Sep 7 19:41:00 UTC 2023...d/rust-bindgen-0.68.1-x86_64-1.txz: Upgraded.
l/glib2-2.76.5-x86_64-2.txz: Rebuilt.
[PATCH] gkeyfile: Temporarily re-allow invalid escapes when parsing strings.
l/netpbm-11.03.05-x86_64-1.txz: Upgraded.
n/iproute2-6.5.0-x86_64-2.txz: Rebuilt.
Fixed build/install script issues due to config files moving from /etc.
20230907194100 | Patrick J Volkerding | 2023-09-07 | 2 | -6/+10 |
* | Mon Sep 4 20:13:03 UTC 2023...ap/vim-9.0.1863-x86_64-1.txz: Upgraded.
Compiled with --enable-luainterp=dynamic.
l/gtk4-4.12.1-x86_64-1.txz: Upgraded.
n/nghttp2-1.56.0-x86_64-1.txz: Upgraded.
n/samba-4.19.0-x86_64-1.txz: Upgraded.
xap/freerdp-2.11.1-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.0.1863-x86_64-1.txz: Upgraded.
Compiled with --enable-luainterp=dynamic.
20230904201303 | Patrick J Volkerding | 2023-09-04 | 2 | -3/+3 |
* | Fri Sep 1 20:16:14 UTC 2023...a/btrfs-progs-6.5-x86_64-1.txz: Upgraded.
kde/kimageformats-5.109.0-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
kde/kio-extras-23.08.0-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
kde/krita-5.1.5-x86_64-13.txz: Rebuilt.
Recompiled against openexr-3.2.0.
l/brotli-1.1.0-x86_64-1.txz: Upgraded.
l/gegl-0.4.46-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
l/glib2-2.76.5-x86_64-1.txz: Upgraded.
l/gst-plugins-bad-free-1.22.5-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
l/imagemagick-7.1.1_15-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
l/libdeflate-1.18-x86_64-1.txz: Added.
This is needed for openexr-3.2.0.
l/mozilla-nss-3.93-x86_64-1.txz: Upgraded.
l/opencv-4.8.0-x86_64-2.txz: Rebuilt.
Recompiled against openexr-3.2.0.
l/openexr-3.2.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/php-8.2.10-x86_64-1.txz: Upgraded.
n/wget2-2.1.0-x86_64-1.txz: Upgraded.
x/libwacom-2.8.0-x86_64-1.txz: Upgraded.
xap/gimp-2.10.34-x86_64-6.txz: Rebuilt.
Recompiled against openexr-3.2.0.
xap/xscreensaver-6.07-x86_64-1.txz: Upgraded.
20230901201614 | Patrick J Volkerding | 2023-09-01 | 1 | -2/+2 |
* | Mon Aug 28 00:38:01 UTC 2023...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.
20230828003801 | Patrick J Volkerding | 2023-08-28 | 3 | -0/+29 |
* | Mon Aug 21 20:00:02 UTC 2023...ap/vim-9.0.1778-x86_64-1.txz: Upgraded.
d/git-2.42.0-x86_64-1.txz: Upgraded.
l/fuse3-3.16.1-x86_64-1.txz: Upgraded.
n/daemon-0.8.3-x86_64-1.txz: Upgraded.
n/gpgme-1.22.0-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.0.1778-x86_64-1.txz: Upgraded.
20230821200002 | Patrick J Volkerding | 2023-08-21 | 1 | -2/+2 |