--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-1d1908a554
2024-08-31 02:03:22.710858
--------------------------------------------------------------------------------
Name : blake3
Product : Fedora 40
Version : 1.5.4
Release : 1.fc40
URL : https://github.com/BLAKE3-team/BLAKE3/
Summary : Official C implementation of the BLAKE3 cryptographic hash function
Description :
BLAKE3 is a cryptographic hash function that is:
- Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.
- Secure, unlike MD5 and SHA-1. And secure against length extension, unlike
SHA-2.
- Highly parallelizable across any number of threads and SIMD lanes, because
it's a Merkle tree on the inside.
- Capable of verified streaming and incremental updates, again because it's a
Merkle tree.
- A PRF, MAC, KDF, and XOF, as well as a regular hash.
- One algorithm with no variants, which is fast on x86-64 and also on smaller
architectures.
--------------------------------------------------------------------------------
Update Information:
Update to 1.5.4 (fedora#2306018)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Christoph Erhardt <fedora(a)sicherha.de> - 1.5.4-1
- Update to 1.5.4 (fedora#2306018)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2306018 - blake3-1.5.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2306018
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-1d1908a554' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-6823e6bc54
2024-08-31 02:03:22.710844
--------------------------------------------------------------------------------
Name : sbsigntools
Product : Fedora 40
Version : 0.9.5
Release : 6.fc40
URL : https://build.opensuse.org/package/show/home:jejb1:UEFI/sbsigntools
Summary : Signing utility for UEFI secure boot
Description :
Tools to add signatures to EFI binaries and Drivers.
--------------------------------------------------------------------------------
Update Information:
Fix building with gnu-efi 3.0.18
Fix building on Fedora 41+ due to OpenSSL engine deprecation
Fix building on aarch64, need to use non-TEST_BINARY_FORMAT codepath like x86_64
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Michel Lind <salimma(a)fedoraproject.org> - 0.9.5-6
- Fix building with gnu-efi 3.0.18
- Fix building on Fedora 41+ due to OpenSSL engine deprecation
- Fix building on aarch64, need to use non-TEST_BINARY_FORMAT codepath like x86_64
- FIxes: RHBZ#2301267
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.9.5-5
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2301267 - sbsigntools: FTBFS in Fedora rawhide/f41
https://bugzilla.redhat.com/show_bug.cgi?id=2301267
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-6823e6bc54' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-c2fe59cdf3
2024-08-31 02:03:22.710851
--------------------------------------------------------------------------------
Name : osbuild
Product : Fedora 40
Version : 126
Release : 1.fc40
URL : https://github.com/osbuild/osbuild
Summary : A build system for OS images
Description :
A build system for OS images
--------------------------------------------------------------------------------
Update Information:
Automatic update for osbuild-126-1.fc40.
Changelog for osbuild
* Wed Aug 21 2024 Packit <hello(a)packit.dev> - 126-1
Changes with 126
----------------
* CI: update terraform hash (#1859)
* Author: Achilleas Koutsou, Reviewers: Florian Schüller, Michael Vogt,
Ondřej Budai, Sanne Raymaekers, Tomáš Hozza
* New utility module: chroot (#1860)
* Author: Achilleas Koutsou, Reviewers: Michael Vogt, Tomáš Hozza
* Stages/`org.osbuild.dracut`: fix runtime environment for dracut
(COMPOSER-2193) (#1846)
* Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Michael Vogt
* Update snapshots to 20240819 (#1856)
* Author: SchutzBot, Reviewers: Achilleas Koutsou, Michael Vogt
* osbuild: add "Conflicts"/"Provides" to avoid breaking composer (#1849)
* Author: Michael Vogt, Reviewers: Brian C. Lane, Tomáš Hozza
* schutzbot: add Achilleas' SSH keys (#1858)
* Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
* test/depsolve: use strings for pytest.skip() (#1852)
* Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Michael Vogt, Paweł
Poławski
— Somewhere on the Internet, 2024-08-21
* Wed Aug 14 2024 Packit <hello(a)packit.dev> - 125-1
Changes with 125
----------------
* Makefile: run `tox parallel` without the spinner (#1835)
* Author: Michael Vogt, Reviewers: Ondřej Budai, Tomáš Hozza
* Test/dnf4.mark: adjust the test for markings used by DNF5 (#1827)
* Author: Tomáš Hozza, Reviewers: Michael Vogt, Paweł Poławski
* Tests: Add unit tests for org.osbuild.gunzip stage (#1689)
* Author: Paweł Poławski, Reviewers: Brian C. Lane, Michael Vogt
* jsoncom: gracefully report EMSGSIZE errors (#1840)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski
* main,monitor: fix total steps in progress reporting (#1826)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Paweł Poławski
* osbuild-depsolve-dnf: fix some bugs and extend test coverage (#1834)
* Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli
* osbuild-depsolve-dnf: refactor into osbuild.solver module (#1776)
* Author: Brian C. Lane, Reviewers: Michael Vogt, Simon de Vlieger
* osbuild: make `inputs` `map()` function use fd for reply as well (#1836)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger
* solver: include "solver" key in the dnfjson reply (#1829)
* Author: Michael Vogt, Reviewers: Brian C. Lane, Paweł Poławski
* test_dnf4_mark(): disable all plugins when inspecting markings (#1837)
* Author: Tomáš Hozza, Reviewers: Gianluca Zuccarelli, Paweł Poławski
— Somewhere on the Internet, 2024-08-14
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Packit <hello(a)packit.dev> - 126-1
Changes with 126
----------------
* CI: update terraform hash (#1859)
* Author: Achilleas Koutsou, Reviewers: Florian Schüller, Michael Vogt, Ondřej Budai, Sanne Raymaekers, Tomáš Hozza
* New utility module: chroot (#1860)
* Author: Achilleas Koutsou, Reviewers: Michael Vogt, Tomáš Hozza
* Stages/`org.osbuild.dracut`: fix runtime environment for dracut (COMPOSER-2193) (#1846)
* Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Michael Vogt
* Update snapshots to 20240819 (#1856)
* Author: SchutzBot, Reviewers: Achilleas Koutsou, Michael Vogt
* osbuild: add "Conflicts"/"Provides" to avoid breaking composer (#1849)
* Author: Michael Vogt, Reviewers: Brian C. Lane, Tomáš Hozza
* schutzbot: add Achilleas' SSH keys (#1858)
* Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
* test/depsolve: use strings for pytest.skip() (#1852)
* Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Michael Vogt, Paweł Poławski
— Somewhere on the Internet, 2024-08-21
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-c2fe59cdf3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-91ddad6c8b
2024-08-31 02:03:22.710829
--------------------------------------------------------------------------------
Name : xen
Product : Fedora 40
Version : 4.18.2
Release : 5.fc40
URL : http://xen.org/
Summary : Xen is a virtual machine monitor
Description :
This package contains the XenD daemon and xm command line
tools, needed to manage virtual machines running under the
Xen hypervisor
--------------------------------------------------------------------------------
Update Information:
error handling in x86 IOMMU identity mapping [XSA-460, CVE-2024-31145]
PCI device pass-through with shared resources [XSA-461, CVE-2024-31146]
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 15 2024 Michael Young <m.a.young(a)durham.ac.uk> - 4.18.2-5
- error handling in x86 IOMMU identity mapping [XSA-460, CVE-2024-31145]
- PCI device pass-through with shared resources [XSA-461, CVE-2024-31146]
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-91ddad6c8b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-0d5c0febec
2024-08-31 02:03:22.710837
--------------------------------------------------------------------------------
Name : gap-pkg-numericalsgps
Product : Fedora 40
Version : 1.3.1
Release : 1.fc40
URL : https://gap-packages.github.io/numericalsgps/
Summary : Compute with numerical semigroups and affine semigroups
Description :
NumericalSgps is a GAP package for computing with Numerical Semigroups.
Features include:
- defining numerical semigroups;
- computing several properties of numerical semigroups, namely:
multiplicity, Frobenius number, (minimal) system of generators, Apéry
set, gaps, fundamental gaps, etc.;
- perform several operations on numerical semigroups and ideals, namely:
intersection, quotient by an integer, decompose into irreducible
semigroups, add a special gap, ...;
- computing and testing membership to relevant families of numerical
semigroups.
--------------------------------------------------------------------------------
Update Information:
NumericalSgps is a GAP package for computing with Numerical Semigroups.
Features include:
defining numerical semigroups;
computing several properties of numerical semigroups, namely: multiplicity,
Frobenius number, (minimal) system of generators, Apéry set, gaps, fundamental
gaps, etc.;
perform several operations on numerical semigroups and ideals, namely:
intersection, quotient by an integer, decompose into irreducible semigroups, add
a special gap, ...;
computing and testing membership to relevant families of numerical semigroups.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 21 2024 Jerry James <loganjerry(a)gmail.com> - 1.3.1-1
- Initial RPM
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2303282 - Review Request: gap-pkg-numericalsgps - Compute with numerical semigroups and affine semigroups
https://bugzilla.redhat.com/show_bug.cgi?id=2303282
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-0d5c0febec' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-6f769162f7
2024-08-31 02:03:22.710779
--------------------------------------------------------------------------------
Name : buildah
Product : Fedora 40
Version : 1.37.1
Release : 1.fc40
URL : https://buildah.io
Summary : A command line tool used for creating OCI Images
Description :
The buildah package provides a command line tool which can be used to
* create a working container from scratch
or
* create a working container from an image as a starting point
* mount/umount a working container's root file system for manipulation
* save container's root file system layer to create a new image
* delete a working container or an image
--------------------------------------------------------------------------------
Update Information:
Automatic update for buildah-1.37.1-1.fc40.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 13 2024 Packit <hello(a)packit.dev> - 1.37.1-1
- Update to 1.37.1 upstream release
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-6f769162f7' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-27ec8b0e08
2024-08-31 01:58:53.109362
--------------------------------------------------------------------------------
Name : python-xxhash
Product : Fedora 39
Version : 3.5.0
Release : 1.fc39
URL : https://github.com/ifduyue/python-xxhash
Summary : Python Binding for xxHash
Description :
xxhash is a Python binding for the xxHash library by Yann Collet.
--------------------------------------------------------------------------------
Update Information:
Update to 3.5.0 (close RHBZ#2307449)
Upstream now builds wheels for Python 3.13; this package sees no meaningful
changes.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 22 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.5.0-1
- Update to 3.5.0 (close RHBZ#2307449)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.4.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 3.4.1-6
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.4.1-3
- Assert that %pyproject_files contains a license file
* Thu Oct 12 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.4.1-2
- F38+: Use %{py3_test_envvars} to run the tests
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2307449 - python-xxhash-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2307449
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-27ec8b0e08' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-a69d2569aa
2024-08-31 01:58:53.109356
--------------------------------------------------------------------------------
Name : cockpit-composer
Product : Fedora 39
Version : 52
Release : 1.fc39
URL : http://weldr.io/
Summary : Composer GUI for use with Cockpit
Description :
Composer generates custom images suitable for deploying systems or uploading to
the cloud. It integrates into Cockpit as a frontend for osbuild.
--------------------------------------------------------------------------------
Update Information:
Automatic update for cockpit-composer-52-1.fc39.
Changelog for cockpit-composer
* Thu Aug 22 2024 Packit <hello(a)packit.dev> - 52-1
Incorrect RHEL 10 repository overrides broke downstream tests.
* Thu Aug 22 2024 Packit <hello(a)packit.dev> - 51.1-1
Integrates with packit, tmt, and testing farm.
* Tue Aug 20 2024 Packit <hello(a)packit.dev> - 51-1
- remove empty customizations from blueprint when creating one
Automatic update for cockpit-composer-51.1-1.fc39.
Changelog for cockpit-composer
* Thu Aug 22 2024 Packit <hello(a)packit.dev> - 51.1-1
Integrates with packit, tmt, and testing farm.
* Tue Aug 20 2024 Packit <hello(a)packit.dev> - 51-1
- remove empty customizations from blueprint when creating one
Automatic update for cockpit-composer-51-1.fc39.
Changelog for cockpit-composer
* Tue Aug 20 2024 Packit <hello(a)packit.dev> - 51-1
- remove empty customizations from blueprint when creating one
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 22 2024 Packit <hello(a)packit.dev> - 52-1
Incorrect RHEL 10 repository overrides broke downstream tests.
* Thu Aug 22 2024 Packit <hello(a)packit.dev> - 51.1-1
Integrates with packit, tmt, and testing farm.
* Tue Aug 20 2024 Packit <hello(a)packit.dev> - 51-1
- remove empty customizations from blueprint when creating one
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-a69d2569aa' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-4b6f807b3c
2024-08-31 01:58:53.109342
--------------------------------------------------------------------------------
Name : python-glymur
Product : Fedora 39
Version : 0.13.6
Release : 1.fc39
URL : https://pypi.org/project/Glymur/
Summary : Interface to the OpenJPEG library for working with JPEG 2000 files
Description :
Glymur contains a Python interface to the OpenJPEG
library which allows one to read and write JPEG 2000 files.
--------------------------------------------------------------------------------
Update Information:
Aug 19, 2024 - v0.13.6
Fix tiff2jp2 when tile coverage not square.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 22 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.13.6-1
- Update to 0.13.6 (close RHBZ#2306038)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2306038 - python-glymur-0.13.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2306038
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-4b6f807b3c' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-986d0fa625
2024-08-31 01:58:53.109349
--------------------------------------------------------------------------------
Name : rubygem-sequel
Product : Fedora 39
Version : 5.83.1
Release : 2.fc39
URL : http://sequel.jeremyevans.net
Summary : The Database Toolkit for Ruby
Description :
The Database Toolkit for Ruby.
--------------------------------------------------------------------------------
Update Information:
Upgrade to sequel 5.83.1
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 22 2024 Alejandro Perez <alejandro.perez.torres(a)gmail.com> - 5.83.1-1
- Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2019152 - rubygem-sequel-5.83.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2019152
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-986d0fa625' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------