The following Fedora EPEL 9 Security updates need testing:
Age URL
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-eeecc49b01 dnsdist-1.9.10-1.el9
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ec0eda053a corosync-epel-3.1.9-0.2.el9.1
The following builds have been pushed to Fedora EPEL 9 updates-testing
mlpack-4.6.2-1.el9
qownnotes-25.5.10-1.el9
rlwrap-0.46.2-2.el9
Details about builds:
================================================================================
mlpack-4.6.2-1.el9 (FEDORA-EPEL-2025-7808c8476f)
Fast, header-only C++ machine learning library
--------------------------------------------------------------------------------
Update Information:
Update to latest stable version.
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Ryan Curtin <ryan(a)ratml.org> - 4.6.2-1
- Update to latest stable version.
- Clean up archaic configuration bits from previous decades.
--------------------------------------------------------------------------------
================================================================================
qownnotes-25.5.10-1.el9 (FEDORA-EPEL-2025-c8c95c4a36)
Plain-text file markdown note taking with Nextcloud integration
--------------------------------------------------------------------------------
Update Information:
Automatic update for qownnotes-25.5.10-1.el9.
Changelog for qownnotes
* Tue May 20 2025 Packit <hello(a)packit.dev> - 25.5.10-1
- Update to 25.5.10 upstream release
- Resolves: rhbz#2351804
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Packit <hello(a)packit.dev> - 25.5.10-1
- Update to 25.5.10 upstream release
- Resolves: rhbz#2351804
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2351804 - qownnotes-25.5.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2351804
--------------------------------------------------------------------------------
================================================================================
rlwrap-0.46.2-2.el9 (FEDORA-EPEL-2025-ed9519a94c)
Wrapper for GNU readline
--------------------------------------------------------------------------------
Update Information:
python filters would cause "invalid escape sequence" SyntaxWarnings
with python 3.12 or newer.
--skip-ctty option skips making slave pty a controlling terminal
warn (don't die) when a specified completion file is not found
configure will bail out (not just warn) when no termcap -like
library is found.
additionally check for TERM whenINSIDE_EMACS is set
(allowing the use of rlwrap within shells run by emacs)
gcc -Wformat-security would warn about rl_message() being
used in an unsafe manner.
silence unhelpful input/output error messages at command exit
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.2-2
- Run autoreconf since the Git tag does not contain configure
- Use %%conf conditionally if RPM has it defined
* Fri May 23 2025 Packit <hello(a)packit.dev> - 0.46.2-1
- Update to 0.46.2 upstream release
- Resolves: rhbz#2364092
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-10
- Verify SPDX license
- Enable Packit
- Fix Source URL for next release
* Thu Jan 23 2025 Yaakov Selkowitz <yselkowi(a)redhat.com> - 0.46.1-9
- ELN also has GCC 15
* Thu Jan 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-8
- Temporarily build with C17 standard to work around weird GCC 15 issue
- Resolves: rhbz#2341282
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 26 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.46.1-6
- convert GPLv2+ license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2364092 - rlwrap-0.46.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2364092
--------------------------------------------------------------------------------
The following builds have been pushed to Fedora EPEL 8 updates-testing
credcheck-3.0-7.el8
mock-6.2-1.el8
mock-core-configs-42.3-1.el8
Details about builds:
================================================================================
credcheck-3.0-7.el8 (FEDORA-EPEL-2025-8f116dc0e4)
PostgreSQL extension for credential checking
--------------------------------------------------------------------------------
Update Information:
Adding the credcheck package for postgresql16 on epel8.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-7
- Updated the Requires and recommends between the main package and the
selinux subpackage to reflect the rename
* Thu May 22 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-6
- This is a commit message for the previous commit I have unfortunately
pushed a commit with an inclomplete commit message into the epel8 branch
which does not allow force pushing, therefore a rebase is not possible so
this empty commit only exists to amend that commit message: I have
renamed the base package back to credcheck to keep the srpms called
credcheck as well to work around the automatisation used in koji and mock
builds, I have created a subpackage named
postgresql%{postgres_major_version}-credcheck to be able to produce the
correct output rpms and also renamed the selinux subpackage to
postgresql%{postgresq_major_version}-credcheck-selinux to keep the
naming consistent. This now allows me to build the package using koji
without raising the "epel8 branch not requested for
postgresql16-credcheck" error during the builds.
* Wed May 21 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-5
- Rename fix
* Fri May 16 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-4
- Renamed the package to postgresql16-credcheck to make handling building
for other versions of postgresql in the future easier.
* Fri May 16 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-3
- Added the necessary build for postgresql to acommodate the modularity of
epel8 This means: * a minimal build of postgresql16 inside the build
phase * "installation" of said builds files into a temporary dir
(/tmp/pgsql) to ease it's deletion later * passing the pg_config files
location as an rgument to the %make_build and %make_install of
credcheck * creation of all the necessary directories since ppostgresql
is located in a weird spot so they won't be created by it * moving all
the necessary files of credcheck: - credcheck.control - credcheck.so -
credcheck--%{version}.0.sql - credcheck--*--*.sql (the "update" files)
to their proper place as they will be installed inside the dir that
postgresql is in, this cannot be overriden using destdir or any other
means known to me and is caused by the call of pgxs.mk provided by
postgresql-server-devel inside the makefile of credcheck (the location of
pgxs.mk can be found using: /usr/bin/pg_config --pgxs) * removing the
installed files of postgresql16 (as mentioned above they are all in
/tmp/pgsql)
* Thu May 15 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-2
- Changed the filepath inside the lto_optimization patch since the target
file cannot be found without using autosetup inside the spec file.
* Tue May 13 2025 Pavol Sloboda <psloboda(a)redhat.com> - 3.0-1
- Initial commit conatining the clone of the rwarhide branch with a new
source of postgresql 16.8 and the removal of Requires and BuildRequires
of postgresql-server and postgresql-server-devel to get around the
modularity of epel8 during build
--------------------------------------------------------------------------------
================================================================================
mock-6.2-1.el8 (FEDORA-EPEL-2025-e3f5559b22)
Builds packages inside chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 6.2-1
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- bail clearly when image pull fails (awilliam(a)redhat.com)
--------------------------------------------------------------------------------
================================================================================
mock-core-configs-42.3-1.el8 (FEDORA-EPEL-2025-e3f5559b22)
Mock core config files basic chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 42.3-1
- Fedora 40 EOL
- Add RHEL 10 template and configs (carlwgeorge(a)gmail.com)
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- Add epel-z-10 template (carlwgeorge(a)gmail.com)
- Update Azure Linux configurations (scaronni(a)nvidia.com)
- make opensuse-leap-15.5.tpl eol
- fix the leap image reference to 15.6
--------------------------------------------------------------------------------
The following Fedora EPEL 10.1 Security updates need testing:
Age URL
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-c1f4011ec0 ruff-0.11.5-2.el10_1 rust-hashlink-0.10.0-1.el10_1 rust-rusqlite-0.31.0-6.el10_1
The following builds have been pushed to Fedora EPEL 10.1 updates-testing
R-RUnit-0.4.32-27.el10_1
fastapi-cli-0.0.7-3.el10_1
ipython-8.32.0-3.el10_1
mock-6.2-1.el10_1
mock-core-configs-42.3-1.el10_1
python-fastapi-0.115.12-3.el10_1
python-pandas-2.2.1-8.el10_1
python-pydantic-extra-types-2.10.4-3.el10_1
python-rich-toolkit-0.14.6-15.el10_1
python-sqlmodel-0.0.24-1.el10_1
python-tox-4.26.0-1.el10_1
rust-arraydeque-0.5.1-1.el10_1
rust-crc-3.3.0-1.el10_1
rust-errno0.2-0.2.8-5.el10_1
rust-hyper-util-0.1.12-2.el10_1
rust-ipnetwork-0.20.0-4.el10_1
rust-netmap_sys-0.1.4-17.el10_1
rust-no-std-net-0.6.0-6.el10_1
rust-pcap-1.3.0-5.el10_1
rust-pnet_base-0.35.0-1.el10_1
rust-pnet_datalink-0.35.0-1.el10_1
rust-pnet_sys-0.35.0-1.el10_1
tcpreplay-4.5.1-6.el10_1
Details about builds:
================================================================================
R-RUnit-0.4.32-27.el10_1 (FEDORA-EPEL-2025-2cccaa638e)
R Unit test framework
--------------------------------------------------------------------------------
Update Information:
RUnit for EPEL 10.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Apr 19 2025 Iñaki Úcar <iucar(a)fedoraproject.org> - 0.4.32-26
- Homogenize Fedora and EPEL branches
* Fri Apr 18 2025 Iñaki Úcar <iucar(a)fedoraproject.org> - 0.4.32-21
- R-maint-sig mass rebuild
* Fri Apr 18 2025 Iñaki Úcar <iucar(a)fedoraproject.org> - 0.4.32-20
- R-maint-sig mass rebuild
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.32-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Jul 29 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.4.32-18
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.32-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 25 2024 Iñaki Úcar <iucar(a)fedoraproject.org> - 0.4.32-16
- R-maint-sig mass rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.32-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.32-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.32-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Apr 21 2023 Iñaki Úcar <iucar(a)fedoraproject.org> - 0.4.32-12
- R-maint-sig mass rebuild
--------------------------------------------------------------------------------
================================================================================
fastapi-cli-0.0.7-3.el10_1 (FEDORA-EPEL-2025-810fc990a4)
Run and manage FastAPI apps from the command line with FastAPI CLI
--------------------------------------------------------------------------------
Update Information:
Initial python-fastapi, fastapi-cli, python-sqlmodel, python-rich-toolkit, and
python-pydantic-extra-types packages for EPEL10.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Dec 15 2024 Packit <hello(a)packit.dev> - 0.0.7-1
- Update to 0.0.7 upstream release
- Resolves: rhbz#2332485
* Wed Dec 4 2024 Packit <hello(a)packit.dev> - 0.0.6-1
- Update to 0.0.6 upstream release
- Resolves: rhbz#2330376
* Fri Aug 2 2024 Packit <hello(a)packit.dev> - 0.0.5-1
- Update to 0.0.5 upstream release
- Resolves: rhbz#2302455
* Fri Aug 2 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.4-3
- Update URLs for new fastapi GitHub organization
* Fri Aug 2 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.4-2
- Add standard extra metapackage to main fastapi-cli package, not only slim
* Thu Jul 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.4-1
- Initial package (close RHBZ#2279777)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367955 - Please branch and build python-fastapi in EPEL 10
https://bugzilla.redhat.com/show_bug.cgi?id=2367955
--------------------------------------------------------------------------------
================================================================================
ipython-8.32.0-3.el10_1 (FEDORA-EPEL-2025-85edaae922)
An enhanced interactive Python shell
--------------------------------------------------------------------------------
Update Information:
epel10 non-bootstrap
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Kaleb S. KEITHLEY <kkeithle(a)redhat.com> - 8.32.0-3
- epel10 non-bootstrap build
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2348944 - Please branch and build ipython in epel10 in non-bootstrap (add python-ipython+notebook back)
https://bugzilla.redhat.com/show_bug.cgi?id=2348944
--------------------------------------------------------------------------------
================================================================================
mock-6.2-1.el10_1 (FEDORA-EPEL-2025-4b16d4d247)
Builds packages inside chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 6.2-1
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- bail clearly when image pull fails (awilliam(a)redhat.com)
--------------------------------------------------------------------------------
================================================================================
mock-core-configs-42.3-1.el10_1 (FEDORA-EPEL-2025-4b16d4d247)
Mock core config files basic chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 42.3-1
- Fedora 40 EOL
- Add RHEL 10 template and configs (carlwgeorge(a)gmail.com)
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- Add epel-z-10 template (carlwgeorge(a)gmail.com)
- Update Azure Linux configurations (scaronni(a)nvidia.com)
- make opensuse-leap-15.5.tpl eol
- fix the leap image reference to 15.6
--------------------------------------------------------------------------------
================================================================================
python-fastapi-0.115.12-3.el10_1 (FEDORA-EPEL-2025-810fc990a4)
FastAPI framework
--------------------------------------------------------------------------------
Update Information:
Initial python-fastapi, fastapi-cli, python-sqlmodel, python-rich-toolkit, and
python-pydantic-extra-types packages for EPEL10.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.12-3
- EPEL10 now has orjson
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.12-2
- Fix the inline_snapshot build conditional
* Thu Apr 10 2025 Packit <hello(a)packit.dev> - 0.115.12-1
- Update to 0.115.12 upstream release
- Resolves: rhbz#2354373
* Sun Apr 6 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.11-2
- Update EPEL10 conditionals, etc.
* Sun Mar 2 2025 Packit <hello(a)packit.dev> - 0.115.11-1
- Update to 0.115.11 upstream release
- Resolves: rhbz#2349215
* Sun Mar 2 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.10-4
- Improve conditionalized build dependencies
- Make sure they work as advertised, together or separately
- Add conditionals for some things that are missing in EPEL10 so we can
more easily see what would be required to branch there; however, nobody
has yet requested this package in EPEL10, we have no concrete plans to
branch it there, and we still lack some hard dependencies
* Sun Mar 2 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.10-3
- Fix boostrapping
- Break the circular dep. with python-sqlmodel
- Don’t run test_fastapi_cli when bootstrapping
* Sat Mar 1 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.10-2
- Patch for httpx 0.28.x
* Sat Mar 1 2025 Packit <hello(a)packit.dev> - 0.115.10-1
- Update to 0.115.10 upstream release
- Resolves: rhbz#2349054
* Thu Feb 27 2025 Packit <hello(a)packit.dev> - 0.115.9-1
- Update to 0.115.9 upstream release
- Resolves: rhbz#2348844
* Thu Feb 27 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.8-3
- Patch to allow Starlette 0.46
* Tue Feb 11 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.8-2
- No longer need to ignore TrioDeprecationWarning
* Thu Jan 30 2025 Packit <hello(a)packit.dev> - 0.115.8-1
- Update to 0.115.8 upstream release
- Resolves: rhbz#2342993
* Sat Jan 25 2025 Packit <hello(a)packit.dev> - 0.115.7-1
- Update to 0.115.7 upstream release
- Resolves: rhbz#2341641
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.115.6-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Dec 29 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.6-7
- Allow Starlette up to 0.45.0
* Sun Dec 29 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.6-6
- Preemptively patch to allow httpx 0.28.x
* Tue Dec 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.6-4
- Allow Starlette 0.42.x
* Tue Dec 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.6-3
- Fix test_fastapi_cli for fastapi-cli 0.0.6
* Wed Dec 4 2024 Packit <hello(a)packit.dev> - 0.115.6-1
- Update to 0.115.6 upstream release
- Resolves: rhbz#2330268
* Sun Nov 24 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.5-3
- Update tests and internals for compatibility with Pydantic >=2.10
* Tue Nov 19 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.5-2
- Enable tests that rely on python-sqlmodel, now packaged
* Tue Nov 12 2024 Packit <hello(a)packit.dev> - 0.115.5-1
- Update to 0.115.5 upstream release
- Resolves: rhbz#2325585
* Sun Oct 27 2024 Packit <hello(a)packit.dev> - 0.115.4-1
- Update to 0.115.4 upstream release
- Resolves: rhbz#2322049
* Tue Oct 22 2024 Packit <hello(a)packit.dev> - 0.115.3-1
- Update to 0.115.3 upstream release
- Resolves: rhbz#2321038
* Sat Oct 12 2024 Packit <hello(a)packit.dev> - 0.115.2-1
- Update to 0.115.2 upstream release
- Resolves: rhbz#2318327
* Tue Sep 24 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.115.0-2
- Allow Starlette 0.39.x
* Sat Sep 21 2024 Packit <hello(a)packit.dev> - 0.115.0-1
- Update to 0.115.0 upstream release
- Resolves: rhbz#2312934
* Fri Sep 13 2024 Packit <hello(a)packit.dev> - 0.114.2-1
- Update to 0.114.2 upstream release
- Resolves: rhbz#2312314
* Wed Sep 11 2024 Packit <hello(a)packit.dev> - 0.114.1-1
- Update to 0.114.1 upstream release
- Resolves: rhbz#2311464
* Tue Sep 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.114.0-2
- Fix localized descriptions
* Fri Sep 6 2024 Packit <hello(a)packit.dev> - 0.114.0-1
- Update to 0.114.0 upstream release
- Resolves: rhbz#2310486
* Thu Sep 5 2024 Packit <hello(a)packit.dev> - 0.113.0-1
- Update to 0.113.0 upstream release
- Resolves: rhbz#2310249
* Thu Sep 5 2024 Packit <hello(a)packit.dev> - 0.112.3-1
- Update to 0.112.3 upstream release
- Resolves: rhbz#2310170
* Sat Aug 24 2024 Packit <hello(a)packit.dev> - 0.112.2-1
- Update to 0.112.2 upstream release
- Resolves: rhbz#2307738
* Fri Aug 16 2024 Packit <hello(a)packit.dev> - 0.112.1-1
- Update to 0.112.1 upstream release
- Resolves: rhbz#2305237
* Fri Aug 2 2024 Packit <hello(a)packit.dev> - 0.112.0-1
- Update to 0.112.0 upstream release
- Resolves: rhbz#2302454
* Fri Aug 2 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.111.1-4
- Update URLs for new fastapi GitHub organization
* Tue Jul 23 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.111.1-3
- Allow Starlette 0.38.x
* Thu Jul 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.111.1-2
- Non-bootstrap build with fastapi-cli
* Tue Jul 16 2024 Packit <hello(a)packit.dev> - 0.111.1-1
- Update to 0.111.1 upstream release
- Resolves: rhbz#2278772
* Sun Jun 30 2024 Packit <hello(a)packit.dev> - 0.111.0-1
- Update to 0.111.0 upstream release (bootstrap without fastapi-cli)
- Resolves: rhbz#2278772
* Sun Jun 30 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.110.3-3
- Ignore some Python 3.13 issues, mostly coming from Starlette, for now
- Fixes RHBZ#2291697
* Tue Apr 30 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.110.3-2
- Allow testing with SQLAlchemy 2.x
* Tue Apr 30 2024 Packit <hello(a)packit.dev> - 0.110.3-1
- Update to 0.110.3 upstream release
- Resolves: rhbz#2277903
* Thu Apr 25 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.110.2-2
- Allow testing with anyio 4.x
* Fri Apr 19 2024 Packit <hello(a)packit.dev> - 0.110.2-1
- Update to 0.110.2 upstream release
- Resolves: rhbz#2276016
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.110.1-3
- Patch a test for Pydantic 2.7.0
* Tue Apr 16 2024 Lumir Balhar <lbalhar(a)redhat.com> - 0.110.1-2
- Unpin pytest version
* Tue Apr 2 2024 Packit <hello(a)packit.dev> - 0.110.1-1
- [packit] 0.110.1 upstream release
- Resolves: rhbz#2272590
* Sat Mar 30 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.110.0-3
- Patch out python-jose from the test dependencies
- Skip tests that would have required it.
* Sat Feb 24 2024 Packit <hello(a)packit.dev> - 0.110.0-1
- [packit] 0.110.0 upstream release
- Resolves rhbz#2265857
* Fri Feb 9 2024 Packit <hello(a)packit.dev> - 0.109.2-1
- [packit] 0.109.2 upstream release
- Resolves rhbz#2262507
* Fri Feb 9 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.109.1-2
- Restore i686 support
* Thu Feb 8 2024 Packit <hello(a)packit.dev> - 0.109.1-1
- [packit] 0.109.1 upstream release
- Resolves rhbz#2262507, resolves rhbz#2262844
* Mon Feb 5 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.109.0-4
- Allow testing with python-multipart 0.0.7
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.109.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.109.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 11 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.109.0-1
- Reapply "Update to 0.109.0 (close RHBZ#2257941)"
* Thu Jan 11 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.108.0-1
- Revert "Update to 0.109.0 (close RHBZ#2257941)"
* Thu Jan 11 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.109.0-1
- Update to 0.109.0 (close RHBZ#2257941)
* Thu Jan 11 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.108.0-2
- Allow testing with Flask 3
* Wed Dec 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.108.0-1
- Update to 0.108.0 (close RHBZ#2255844)
* Wed Dec 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.106.0-1
- Update to 0.106.0
* Wed Dec 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.105.0-4
- Update to 0.106.0
* Sun Dec 17 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.105.0-2
- Assert that %pyproject_files contains a license file
* Tue Dec 12 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.105.0-1
- Update to 0.105.0 (close RHBZ#2254111)
* Tue Nov 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.104.1-3
- Stop allowing Pydantic v1
* Wed Nov 15 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.104.1-2
- Assume that newer versions of httpx are OK for testing
* Mon Oct 30 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.104.1-1
- Update to 0.104.1 (close RHBZ#2247004)
* Fri Oct 20 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.104.0-1
- Update to 0.104.0 (close RHBZ#2244849)
* Sun Oct 15 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.2-2
- Update patch for PR#5799, which was modified
* Thu Sep 28 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.2-1
- Update to 0.103.2 (close RHBZ#2241250)
* Tue Sep 26 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-7
- Re-enable the uvicorn dependency
* Mon Sep 25 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-6
- Check the version of Pydantic to decide whether to patch dependencies
* Wed Sep 20 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-5
- Fix FTBFS with python-dirty-equals-0.7.0
* Tue Sep 12 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-4
- F40+: Drop Obsoletes for -doc subpackage last present in F36
* Tue Sep 12 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-3
- Allow databases 0.8.x (fix RHBZ#2238440)
* Sat Sep 2 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.1-1
- Update to 0.103.1 (close RHBZ#2237004)
- Upstream added a Yoruba translation
* Sat Sep 2 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.0-3
- Wrap long description lines
* Sat Sep 2 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.0-2
- Fix Russian localized summary
- Machine translation showed the text was a description, not a translation
of “FastAPI framework”
* Sat Aug 26 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.103.0-1
- Update to 0.103.0 (close RHBZ#2235118)
* Sat Aug 26 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.102.0-1
- Update to 0.102.0 (close RHBZ#2234983)
* Mon Aug 14 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.101.1-1
- Update to 0.101.1 (close RHBZ#2231832)
* Sat Aug 5 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.101.0-1
- Update to 0.101.0 (close RHBZ#2229313)
* Fri Jul 28 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.100.1-1
- Update to 0.100.1 (close RHBZ#2227091)
* Tue Jul 25 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.100.0-3
- Restore the orjson dependency
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.100.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.100.0-1
- Update to 0.100.0 (close RHBZ#2213997)
* Thu Jul 6 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.99.0-4
- Rebuild for Python 3.12 (close RHBZ#2220218)
* Thu Jul 6 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.99.0-3
- Temporarily patch out the python-uvicorn dependency
* Thu Jul 6 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.99.0-2
- Temporarily patch out the python-orjson dependency
* Sat Jul 1 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.99.0-1
- Update to 0.99.0
* Wed Jun 28 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.98.0-2
- Allow email-validator 2.0.0
* Tue Jun 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.98.0-1
- Update to 0.98.0
* Thu Jun 22 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.97.0-1
- Update to 0.97.0
* Wed Jun 21 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.96.1-1
- Update to 0.96.1
* Tue Jun 6 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.96.0-1
- Update to 0.96.0 (close RHBZ#2212069)
* Sat May 27 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.95.2-3
- Allow httpx 0.24.x for testing
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367955 - Please branch and build python-fastapi in EPEL 10
https://bugzilla.redhat.com/show_bug.cgi?id=2367955
--------------------------------------------------------------------------------
================================================================================
python-pandas-2.2.1-8.el10_1 (FEDORA-EPEL-2025-31f2bf67cc)
Python library providing high-performance data analysis tools
--------------------------------------------------------------------------------
Update Information:
epel10 non-bootstrap build
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2336285 - Please branch and build python-pandas in epel10 in non-bootstrap
https://bugzilla.redhat.com/show_bug.cgi?id=2336285
--------------------------------------------------------------------------------
================================================================================
python-pydantic-extra-types-2.10.4-3.el10_1 (FEDORA-EPEL-2025-810fc990a4)
Extra types for Pydantic
--------------------------------------------------------------------------------
Update Information:
Initial python-fastapi, fastapi-cli, python-sqlmodel, python-rich-toolkit, and
python-pydantic-extra-types packages for EPEL10.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.4-3
- Let hatchling handle the license file automatically
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.4-2
- Add build conditionals for several extras
- This allows branching to EPEL10 without some optional dependencies
* Mon Apr 28 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.4-1
- Update to 2.10.4 (close RHBZ#2362451)
* Sat Apr 19 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.3-3
- F41+: Drop conditionals for F40, which has nearly reached end-of-life
* Tue Mar 11 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.3-1
- Update to 2.10.3. Fixes rhbz#2350978.
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 15 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.2-1
- Update to 2.10.2. Fixes rhbz#2338374.
* Thu Dec 19 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.1-1
- Update to 2.10.1. Fixes rhbz#2330807.
* Mon Oct 21 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.0-2
- Another patch for python-ulid 3.0.0 (fix RHBZ#2320153)
* Wed Oct 16 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.10.0-1
- Update to 2.10.0 (close RHBZ#2319061)
* Sun Oct 13 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.9.0-5
- Allow python-ulid 3.0
* Wed Sep 11 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.9.0-4
- Adjust test_json_schema() for Pydantic 2.9
* Fri Aug 16 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.9.0-3
- Add a direct BuildRequires on pytz for the tests
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jul 5 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.9.0-1
- Update to 2.9.0. Fixes rhbz#2295691.
- Add missing extras metapackages
* Sat Jun 29 2024 Python Maint <python-maint(a)redhat.com> - 2.8.2-2
- Rebuilt for Python 3.13
* Sun Jun 16 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.8.2-1
- Update to 2.8.2. Fixes rhbz#2292564.
* Fri Jun 14 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.8.1-1
- Update to 2.8.1. Fixes rhbz#2292384.
* Tue Jun 4 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.8.0-1
- Update to 2.8.0. Fixes rhbz#2290380.
* Tue Apr 23 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.7.0-1
- Update to 2.7.0. Fixes rhbz#2276774.
* Sat Mar 2 2024 Maxwell G <maxwell(a)gtmx.me> - 2.6.0-1
- Update to 2.6.0. Fixes rhbz#2267402.
* Tue Feb 13 2024 Maxwell G <maxwell(a)gtmx.me> - 2.5.0-1
- Update to 2.5.0. Fixes rhbz#2261943.
* Wed Jan 31 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2.4.1-1
- Update to 2.4.1
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Sep 12 2023 Maxwell G <maxwell(a)gtmx.me> - 2.1.0-1
- Initial package. Closes rhbz#2249133.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367955 - Please branch and build python-fastapi in EPEL 10
https://bugzilla.redhat.com/show_bug.cgi?id=2367955
--------------------------------------------------------------------------------
================================================================================
python-rich-toolkit-0.14.6-15.el10_1 (FEDORA-EPEL-2025-810fc990a4)
Rich toolkit for building command-line applications
--------------------------------------------------------------------------------
Update Information:
Initial python-fastapi, fastapi-cli, python-sqlmodel, python-rich-toolkit, and
python-pydantic-extra-types packages for EPEL10.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.14.6-15
- Backport to EPEL10
- Revert "F41+: Use the provisional declarative buildsystem"
- Allow typing-extensions 4.9.0
- Disable tests requiring inline-snapshot (all of them, unfortunately)
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Do not depend on pytest if tests are disabled
* Thu May 22 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Add a build conditional for the inline-snapshot test dependency
* Mon May 12 2025 Packit <hello(a)packit.dev>
- Update to 0.14.6 upstream release
- Resolves: rhbz#2365728
* Mon May 5 2025 Packit <hello(a)packit.dev>
- Update to 0.14.5 upstream release
- Resolves: rhbz#2364060
* Tue Apr 29 2025 Packit <hello(a)packit.dev>
- Update to 0.14.4 upstream release
- Resolves: rhbz#2363007
* Wed Apr 23 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Update to 0.14.3 (close RHBZ#2361877)
* Fri Apr 4 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Fix missing source archive
* Fri Apr 4 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Update to 0.14.1 (close RHBZ#2355216)
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Jan 13 2025 Benjamin A. Beasley <code(a)musicinmybrain.net>
- Update to 0.13.2 (close RHBZ#2337408)
* Thu Dec 5 2024 Benjamin A. Beasley <code(a)musicinmybrain.net>
- F41+: Use the provisional declarative buildsystem
* Thu Dec 5 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.12.0-1
- Update to 0.12.0
* Thu Dec 5 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.11.3-1
- Initial package (close RHBZ#2330453)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367955 - Please branch and build python-fastapi in EPEL 10
https://bugzilla.redhat.com/show_bug.cgi?id=2367955
--------------------------------------------------------------------------------
================================================================================
python-sqlmodel-0.0.24-1.el10_1 (FEDORA-EPEL-2025-810fc990a4)
SQL databases in Python, designed for simplicity, compatibility, and robustness
--------------------------------------------------------------------------------
Update Information:
Initial python-fastapi, fastapi-cli, python-sqlmodel, python-rich-toolkit, and
python-pydantic-extra-types packages for EPEL10.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Mar 7 2025 Packit <hello(a)packit.dev> - 0.0.24-1
- Update to 0.0.24 upstream release
- Resolves: rhbz#2350555
* Sat Mar 1 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.23-1
- Update to 0.0.23 upstream release
- Resolves: rhbz#2349039
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Nov 19 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.0.22-1
- Initial package (close RHBZ#2318408)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367955 - Please branch and build python-fastapi in EPEL 10
https://bugzilla.redhat.com/show_bug.cgi?id=2367955
--------------------------------------------------------------------------------
================================================================================
python-tox-4.26.0-1.el10_1 (FEDORA-EPEL-2025-6805f73bc6)
Virtualenv-based automation of test activities
--------------------------------------------------------------------------------
Update Information:
Update tox to 4.26.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 13 2025 Miro Hrončok <miro(a)hroncok.cz> - 4.26.0-1
- Update to 4.26.0
- Requires virtualenv 20.29+
- Supports freethreading Python
- Fixes: rhbz#2365939
* Tue May 13 2025 Miro Hrončok <miro(a)hroncok.cz> - 4.25.0-6
- Fix tests with virtualenv 20.31+
* Mon May 12 2025 Karolina Surma <ksurma(a)redhat.com> - 4.25.0-5
- Support Python 3.14.0b1
--------------------------------------------------------------------------------
================================================================================
rust-arraydeque-0.5.1-1.el10_1 (FEDORA-EPEL-2025-e1c2779b79)
Ring buffer with a fixed capacity, which can be stored on the stack
--------------------------------------------------------------------------------
Update Information:
Import rhbz#2358961
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 21 2025 Cristian Le <git(a)lecris.dev> - 0.5.1-1
- Import rhbz#2358961
* Mon Apr 21 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.5-10
- Unretirement Releng Request: https://pagure.io/releng/issue/12692
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2358961 - Review Request: rust-arraydeque - Ring buffer with a fixed capacity, which can be stored on the stack
https://bugzilla.redhat.com/show_bug.cgi?id=2358961
--------------------------------------------------------------------------------
================================================================================
rust-crc-3.3.0-1.el10_1 (FEDORA-EPEL-2025-957f31fe01)
Rust implementation of CRC with support of various standards
--------------------------------------------------------------------------------
Update Information:
Update to version 3.3.0; Fixes RHBZ#2364935
https://github.com/mrhooray/crc-
rs/compare/3.2.1...77da9d4e77b55274b47aebb680c78131124dded3
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.3.0-1
- Update to version 3.3.0; Fixes RHBZ#2364935
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2364935 - rust-crc-3.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2364935
--------------------------------------------------------------------------------
================================================================================
rust-errno0.2-0.2.8-5.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Cross-platform interface to the errno variable
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Feb 22 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.8-1
- Initial import (errno 0.2 compat package)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-hyper-util-0.1.12-2.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Hyper utilities
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.1.12-2
- Run tests
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.1.12-1
- Update to version 0.1.12; Fixes RHBZ#2367403
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-ipnetwork-0.20.0-4.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Library to work with IP CIDRs in Rust
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Aug 4 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.20.0-1
- Update to version 0.20.0; Fixes RHBZ#2074770
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.18.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.18.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-netmap_sys-0.1.4-17.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Bindings to netmap - the fast packet I/O framework
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.4-13
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-no-std-net-0.6.0-6.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Rust's std::net... without the 'std'
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Mon May 12 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-6
- Add missing rust2rpm.toml and re-generate with rust2rpm 27
* Mon May 12 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-5
- Remove no-longer-necessary .rpmlintrc file
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-1
- Initial package (close RHBZ#2275206)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pcap-1.3.0-5.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Packet capture API around pcap/wpcap
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 20 2025 Fabio Valentini <decathorpe(a)gmail.com> - 1.3.0-5
- Port tests from tempdir to tempfile
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.3.0-2
- Patch tests for endian issue
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.3.0-1
- Update to 1.3.0 (close RHBZ#1911611)
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.2.0-1
- Update to 1.2.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.1.0-1
- Update to 1.1.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.0.0-1
- Update to 1.0.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.11.0-1
- Update to 0.11.0
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.7.0-13
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_base-0.35.0-1.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Fundamental base types and code used by pnet
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284024
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Apr 16 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960835)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_datalink-0.35.0-1.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Cross-platform, datalink layer networking
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; fixes RHBZ#2284023
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Apr 15 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960840)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_sys-0.35.0-1.el10_1 (FEDORA-EPEL-2025-53c787d1de)
Access to network related system function and calls
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284022
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Apr 15 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960834)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
tcpreplay-4.5.1-6.el10_1 (FEDORA-EPEL-2025-c52b7a31e0)
Replay captured network traffic
--------------------------------------------------------------------------------
Update Information:
Initial build.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 22 2025 Bojan Smojver <bojan@rexursive com> - 4.5.1-5
- Drop unknown configure option --enable-tcpreplay-edit
- Change tcpdump dependency to package
- Remove checks for TX_RING support to avoid build problems
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Jul 29 2024 Miroslav Suchý <msuchy(a)redhat.com> - 4.5.1-3
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jul 13 2024 Bojan Smojver <bojan@rexursive com> - 4.5.1-1
- Update to 4.5.1
* Sat Mar 16 2024 Bojan Smojver <bojan@rexursive com> - 4.4.4-5
- Patch CVE-2023-4256
* Sat Mar 16 2024 Bojan Smojver <bojan@rexursive com> - 4.4.4-4
- Patch CVE-2023-43279
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 12 2023 Bojan Smojver <bojan@rexursive com> - 4.4.4-1
- Update to 4.4.4
* Sat May 6 2023 Bojan Smojver <bojan@rexursive com> - 4.4.3-3
- CVE-2023-27783 CVE-2023-27784 CVE-2023-27785 CVE-2023-27786
CVE-2023-27787 CVE-2023-27788 CVE-2023-27789
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2361991 - Please enable EPEL-10 for tcpreplay
https://bugzilla.redhat.com/show_bug.cgi?id=2361991
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-eeecc49b01 dnsdist-1.9.10-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
atuin-18.3.0-3.el9
corosync-epel-3.1.9-0.2.el9.1
go-rpm-macros-epel-3.6.0.2-1.el9
kdevelop-23.08.5-3.el9
mock-6.2-1.el9
mock-core-configs-42.3-1.el9
python-pytest-twisted-1.14.3-1.el9
qt-creator-15.0.0-3.el9
rust-arraydeque-0.5.1-1.el9
rust-crc-3.3.0-1.el9
rust-httptest-0.16.3-1.el9
rust-hyper-util-0.1.12-2.el9
rust-netmap_sys-0.1.4-17.el9
rust-no-std-net-0.6.0-6.el9
rust-pcap-1.3.0-5.el9
rust-pnet_base-0.35.0-1.el9
rust-pnet_datalink-0.35.0-1.el9
rust-pnet_sys-0.35.0-1.el9
rust-postmark-0.11.3-1.el9
Details about builds:
================================================================================
atuin-18.3.0-3.el9 (FEDORA-EPEL-2025-e6435a472b)
Magical shell history
--------------------------------------------------------------------------------
Update Information:
Initial EPEL 9 release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Apr 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 18.3.0-3
- Disable PostgreSQL tests when building for EL9
* Sat Apr 5 2025 Cristian Le <git(a)lecris.dev> - 18.3.0-2
- Add support for zsh in the /etc/profile.d script
* Sat Apr 5 2025 Cristian Le <git(a)lecris.dev> - 18.3.0-1
- Import rhbz#2297310
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2358503 - Please branch and build atuin in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2358503
--------------------------------------------------------------------------------
================================================================================
corosync-epel-3.1.9-0.2.el9.1 (FEDORA-EPEL-2025-ec0eda053a)
The Corosync Cluster Engine and Application Programming Interfaces
--------------------------------------------------------------------------------
Update Information:
Sync corosync package version with c9s
Security fix for CVE-2025-30472
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Jan Friesse <jfriesse(a)redhat.com> - 3.1.9-0.2.1
- Sync corosync package version with c9s
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2354382 - CVE-2025-30472 corosync-epel: Stack buffer overflow from 'orf_token_endian_convert' [epel-9]
https://bugzilla.redhat.com/show_bug.cgi?id=2354382
--------------------------------------------------------------------------------
================================================================================
go-rpm-macros-epel-3.6.0.2-1.el9 (FEDORA-EPEL-2025-dcfcad31b7)
Backport of certain Fedora Go RPM macros to EPEL
--------------------------------------------------------------------------------
Update Information:
Update to 3.6.0.2.
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Maxwell G <maxwell(a)gtmx.me> - 3.6.0.2-1
- Update to 3.6.0.2.
--------------------------------------------------------------------------------
================================================================================
kdevelop-23.08.5-3.el9 (FEDORA-EPEL-2025-5e52fbf94e)
Integrated Development Environment for C++/C
--------------------------------------------------------------------------------
Update Information:
Rebuild for LLVM/Clang 19
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Troy Dawson <tdawson(a)redhat.com> - 9:23.08.5-3
- Rebuild for LLVM/Clang 19
--------------------------------------------------------------------------------
================================================================================
mock-6.2-1.el9 (FEDORA-EPEL-2025-466e2fabed)
Builds packages inside chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 6.2-1
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- bail clearly when image pull fails (awilliam(a)redhat.com)
--------------------------------------------------------------------------------
================================================================================
mock-core-configs-42.3-1.el9 (FEDORA-EPEL-2025-466e2fabed)
Mock core config files basic chroots
--------------------------------------------------------------------------------
Update Information:
https://rpm-software-management.github.io/mock/Release-Notes-6.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Pavel Raiskup <praiskup(a)redhat.com> 42.3-1
- Fedora 40 EOL
- Add RHEL 10 template and configs (carlwgeorge(a)gmail.com)
- disable copying ca-trust dirs with Azure Linux 3 (reubeno(a)users.noreply.github.com)
- Add epel-z-10 template (carlwgeorge(a)gmail.com)
- Update Azure Linux configurations (scaronni(a)nvidia.com)
- make opensuse-leap-15.5.tpl eol
- fix the leap image reference to 15.6
--------------------------------------------------------------------------------
================================================================================
python-pytest-twisted-1.14.3-1.el9 (FEDORA-EPEL-2025-89d7c207ba)
Twisted plugin for pytest
--------------------------------------------------------------------------------
Update Information:
New package
--------------------------------------------------------------------------------
ChangeLog:
* Tue Apr 8 2025 Aurelien Bompard <abompard(a)fedoraproject.org> - 1.14.3-1
- Initial package.
--------------------------------------------------------------------------------
================================================================================
qt-creator-15.0.0-3.el9 (FEDORA-EPEL-2025-ba7d386ec0)
Cross-platform IDE for Qt
--------------------------------------------------------------------------------
Update Information:
Rebuild for LLVM 18.1
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Thomas Zimmermann <thomas.zimmermann(a)voestalpine.com> - 15.0.0-3
- Rebuild (LLVM 19)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367950 - Request to rebuild qt-creator for RHEL 9.6
https://bugzilla.redhat.com/show_bug.cgi?id=2367950
--------------------------------------------------------------------------------
================================================================================
rust-arraydeque-0.5.1-1.el9 (FEDORA-EPEL-2025-ec61f11a76)
Ring buffer with a fixed capacity, which can be stored on the stack
--------------------------------------------------------------------------------
Update Information:
Import rhbz#2358961
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 21 2025 Cristian Le <git(a)lecris.dev> - 0.5.1-1
- Import rhbz#2358961
* Mon Apr 21 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.5-10
- Unretirement Releng Request: https://pagure.io/releng/issue/12692
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2358961 - Review Request: rust-arraydeque - Ring buffer with a fixed capacity, which can be stored on the stack
https://bugzilla.redhat.com/show_bug.cgi?id=2358961
--------------------------------------------------------------------------------
================================================================================
rust-crc-3.3.0-1.el9 (FEDORA-EPEL-2025-0e57bbaab6)
Rust implementation of CRC with support of various standards
--------------------------------------------------------------------------------
Update Information:
Update to version 3.3.0; Fixes RHBZ#2364935
https://github.com/mrhooray/crc-
rs/compare/3.2.1...77da9d4e77b55274b47aebb680c78131124dded3
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.3.0-1
- Update to version 3.3.0; Fixes RHBZ#2364935
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2364935 - rust-crc-3.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2364935
--------------------------------------------------------------------------------
================================================================================
rust-httptest-0.16.3-1.el9 (FEDORA-EPEL-2025-ce6acf627d)
HTTP testing facilities including a mock server
--------------------------------------------------------------------------------
Update Information:
rust-postmark:
Import rhbz#2358960
rust-httptest:
Import rhbz#2358962
--------------------------------------------------------------------------------
ChangeLog:
* Thu Apr 17 2025 Cristian Le <git(a)lecris.dev> - 0.16.3-1
- Import rhbz#2358962
--------------------------------------------------------------------------------
================================================================================
rust-hyper-util-0.1.12-2.el9 (FEDORA-EPEL-2025-7fba3c9875)
Hyper utilities
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.1.12-2
- Run tests
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.1.12-1
- Update to version 0.1.12; Fixes RHBZ#2367403
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-netmap_sys-0.1.4-17.el9 (FEDORA-EPEL-2025-7fba3c9875)
Bindings to netmap - the fast packet I/O framework
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.4-13
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-no-std-net-0.6.0-6.el9 (FEDORA-EPEL-2025-7fba3c9875)
Rust's std::net... without the 'std'
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Mon May 12 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-6
- Add missing rust2rpm.toml and re-generate with rust2rpm 27
* Mon May 12 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-5
- Remove no-longer-necessary .rpmlintrc file
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.0-1
- Initial package (close RHBZ#2275206)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pcap-1.3.0-5.el9 (FEDORA-EPEL-2025-7fba3c9875)
Packet capture API around pcap/wpcap
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 20 2025 Fabio Valentini <decathorpe(a)gmail.com> - 1.3.0-5
- Port tests from tempdir to tempfile
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 18 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.3.0-2
- Patch tests for endian issue
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.3.0-1
- Update to 1.3.0 (close RHBZ#1911611)
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.2.0-1
- Update to 1.2.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.1.0-1
- Update to 1.1.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.0.0-1
- Update to 1.0.0
* Wed Apr 17 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.11.0-1
- Update to 0.11.0
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.7.0-13
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_base-0.35.0-1.el9 (FEDORA-EPEL-2025-7fba3c9875)
Fundamental base types and code used by pnet
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284024
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Apr 16 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960835)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_datalink-0.35.0-1.el9 (FEDORA-EPEL-2025-7fba3c9875)
Cross-platform, datalink layer networking
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; fixes RHBZ#2284023
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Apr 15 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960840)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-pnet_sys-0.35.0-1.el9 (FEDORA-EPEL-2025-7fba3c9875)
Access to network related system function and calls
--------------------------------------------------------------------------------
Update Information:
hyper-util 0.1.12 (2025-05-19)
Add client::legacy::proxy::Tunnel connector that wraps another connector with
HTTP tunneling.
Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another
connector with SOCKS.
Add client::proxy::matcher::Matcher type that can use environment variables to
match proxy rules.
Add server::graceful::Watcher type that can be sent to watch a connection in
another task.
Add GracefulShutdown::count() method to get number of currently watched
connections.
Fix missing must_use attributes on Connection futures.
Fix tracing span in GAI resolver that can cause panics.
Initial packages for rust-pnet_datalink and various of its direct and indirect
dependencies to support rust-hyper-util’s tests.
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.35.0-1
- Update to version 0.35.0; Fixes RHBZ#2284022
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Apr 15 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.34.0-1
- Update to 0.34.0 (close RHBZ#1960834)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367403 - rust-hyper-util-0.1.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367403
--------------------------------------------------------------------------------
================================================================================
rust-postmark-0.11.3-1.el9 (FEDORA-EPEL-2025-ce6acf627d)
Postmark rust client
--------------------------------------------------------------------------------
Update Information:
rust-postmark:
Import rhbz#2358960
rust-httptest:
Import rhbz#2358962
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 22 2025 Cristian Le <git(a)lecris.dev> - 0.11.3-1
- Import rhbz#2358960
--------------------------------------------------------------------------------
The following Fedora EPEL 10.0 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-1a4bc4b670 python-watchfiles-1.0.4-5.el10_0
The following builds have been pushed to Fedora EPEL 10.0 updates-testing
fluent-bit-3.2.8-2.el10_0
gn-2236^20250521gitcad8f67e2dd0-2.el10_0
rust-jiff-0.2.14-1.el10_0
Details about builds:
================================================================================
fluent-bit-3.2.8-2.el10_0 (FEDORA-EPEL-2025-61356b7a65)
Fluent Bit is a super fast, lightweight, and highly scalable logging and metrics processor and forwarder.
--------------------------------------------------------------------------------
Update Information:
Update to 3.2.8
Build against system libzstd
--------------------------------------------------------------------------------
ChangeLog:
* Thu May 8 2025 Michel Lind <salimma(a)fedoraproject.org> - 3.2.8-2
- Build against system libzstd; Fixes: RHBZ#2365127
* Tue Mar 4 2025 Mikel Olasagasti Uranga <mikel(a)olasagasti.info> - 3.2.8-1
- Update to 3.2.8 - Closes rhbz#2137000 rhbz#2340164 rhbz#2300673
* Wed Jan 29 2025 Owen Valentine <omv(a)meta.com> - 3.2.5-1
- Update to 3.2.5
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jul 24 2024 Miroslav Suchý <msuchy(a)redhat.com> - 3.0.4-3
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jun 20 2024 Leoswaldo Macias Mancilla <lmaciasm10(a)gmail.com> - 3.0.4-1
- Update to 3.0.4
* Mon Apr 1 2024 Leoswaldo Macias Mancilla <lmaciasm10(a)gmail.com> - 2.2.2-1
- Update to 2.2.2
* Wed Jan 24 2024 Leoswaldo Macias Mancilla <lmaciasm10(a)gmail.com> - 2.1.1-4
- Disable tcp_tls flaky tests
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Jan 16 2024 Leoswaldo Macias Mancilla <lmaciasm10(a)gmail.com> - 2.1.1-1
- Update to 2.1.1
* Fri Jan 5 2024 Florian Weimer <fweimer(a)redhat.com> - 1.9.9-6
- Additional C compatibility fixes
* Mon Dec 18 2023 Florian Weimer <fweimer(a)redhat.com> - 1.9.9-5
- Partial fix for C compatibility issues
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2137000 - fluent-bit-3.2.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2137000
[ 2 ] Bug #2300673 - fluent-bit: FTBFS in Fedora rawhide/f41
https://bugzilla.redhat.com/show_bug.cgi?id=2300673
[ 3 ] Bug #2340164 - fluent-bit: FTBFS in Fedora rawhide/f42
https://bugzilla.redhat.com/show_bug.cgi?id=2340164
[ 4 ] Bug #2365127 - fluent-bit statically links against a bundled zstd but also pulls in the system libzstd by linking to libsystemd
https://bugzilla.redhat.com/show_bug.cgi?id=2365127
--------------------------------------------------------------------------------
================================================================================
gn-2236^20250521gitcad8f67e2dd0-2.el10_0 (FEDORA-EPEL-2025-40947e2a19)
Meta-build system that generates build files for Ninja
--------------------------------------------------------------------------------
Update Information:
Update to version 2236
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 21 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2236^20250521gitcad8f67e2dd0-2
- Enable HTML docs built from markdown sources
* Wed May 21 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2236^20250521gitcad8f67e2dd0-1
- Update to version 2236
* Wed May 21 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 2235^20250516git0c25d1bbde6e-1
- Update to version 2235
--------------------------------------------------------------------------------
================================================================================
rust-jiff-0.2.14-1.el10_0 (FEDORA-EPEL-2025-b9068932ef)
Date-time library that encourages you to jump into the pit of success
--------------------------------------------------------------------------------
Update Information:
0.2.14 (2025-05-20)
This release includes a smattering of bug fixes, and hopefully a small
improvement to the time it takes to compile Jiff. Also, in this release, when
TZ is set to a non-empty but invalid value, Jiff will always fall back to
Etc/Unknown when using TimeZone::system(). This differs from previous
behavior where Jiff would, in this case, attempt to read the system's default
time zone. This change brings Jiff into consistency with existing Unix tooling
like date, and is also arguably a better failure mode. That is, when TZ is
set but invalid, we shouldn't silently fall back to the default system time
zone, but instead do something that indicates something has potentially gone
wrong.
Enhancements:
#364:
Jiff now falls back to Etc/Unknown for invalid TZ values.
#379:
Improve compilation times.
Bug fixes:
#365:
Fixes a compile error in Jiff when only the tzdb-concatenated feature was
enabled.
#366:
Fixes slow initial Zoned::now() in environments where /usr/share/zoneinfo
is on a very slow file system (like CI environments).
#376:
Avoids searching for a tzdb at /usr/share/zoneinfo on Windows.
--------------------------------------------------------------------------------
ChangeLog:
* Wed May 21 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.2.14-1
- Update to 0.2.14 (close RHBZ#2367664)
* Wed May 14 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.2.13-3
- No longer need to patch for old Rust in EPEL9
* Mon May 12 2025 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.2.13-2
- Remove no-longer-necessary .rpmlintrc file
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367664 - rust-jiff-0.2.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2367664
--------------------------------------------------------------------------------