The following Fedora EPEL 8 Security updates need testing:
Age URL
29 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-a09b624fa1 koji-1.35.1-1.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-af2d187f08 oath-toolkit-2.6.12-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
unrealircd-6.1.8-1.el8
Details about builds:
================================================================================
unrealircd-6.1.8-1.el8 (FEDORA-EPEL-2024-f37e51a017)
Open Source IRC server
--------------------------------------------------------------------------------
Update Information:
UnrealIRCd 6.1.8
This release fixes a number of bugs. It also adds a new extban ~inherit and
auto-login support for vhosts.
Enhancements
New Extended ban to inherit channel bans from another channel:
If in channel #test you add +b ~inherit:#main then anyone banned in #main will
be unable to join #test.
This only applies for on-join ban checking, not for quiet bans, nick-changes,
text bans, etc.
If the other channel (#main in this example) also has ~inherit bans then
UnrealIRCd does not follow these (no nesting).
The maximum number of ~inherit bans in a channel is limited to only 1 by
default, see set::max-inherit-extended-bans
This can also be used in +I, which entries are counted separately and have their
own limit.
Vhosts: UnrealIRCd now supports vhost::auto-login, which means you can set
vhosts on users automatically and UnrealIRCd supports variables in vhost::vhost
(this works similar to Gottem's autovhost module).
An example would be:
/* Give users who identify to Services using SASL a nice vhost */
vhost {
auto-login yes;
vhost $account.users.example.net;
mask { identified yes; }
}
On-connect UnrealIRCd will go through all vhost blocks that have auto-login set
to yes. Blocks are processed in the same order as they are in the config (top-
down). The first match wins.
Note that you could already use Services to do this task. This is just an extra
feature so you can also do it in UnrealIRCd itself.
The variables that are supported now use a generic framework called Standard
variables
At the moment these can be used in vhost::vhost, oper::vhost, blacklist::reason
and set::oper-vhost
New option set::oper-vhost which sets a default oper::vhost. For example: set {
oper-vhost $operclass.admin.example.net; }
If both set::oper-vhost and oper::vhost are present, the oper::vhost takes
precedence.
In the ban ip { } and the ban nick { } blocks you can now have multiple masks.
JSON-RPC:
New call log.send to send a log message / server notice.
Fixes
Websockets of type 'text' had IRC messages from server to client cut off too
early when message tags were in use. Type 'binary' was unaffected.
The require authentication { } block was broken in 6.1.7.*.
JSON-RPC call spamfilter.get could not retrieve information about config-based
spamfilters.
The decode_authenticate_plain() was reading OOB. This function is not used by
UnrealIRCd itself but could affect third party modules.
Crash on invalid server-to-server command regarding REHASH (This only affected
trusted linked servers)
Changes
Security group blocks are now hidden in lists by default. If you want the
security group to be shown in things like MODE #channel +b ~security-group:x
(which shows a list) then you need to use public yes;. The default security
groups like known-users, webirc-users, etc. are public by default.
Move +/- 1000 lines of code from core to modules (regarding throttling,
maxperip, vhost, exit_client).
Developers and protocol
The MD S2S command now supports BIGLINES, allowing synching of 16K serialized
moddata per entry. UnrealIRCd doesn't plan to use this anytime soon, this is
mostly so all UnrealIRCd servers support this in a year or two. However, if you
do plan to serialize big moddata results in your third party module then be sure
all UnrealIRCd servers are on 6.1.8 or higher to prevent cut-off.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 12 2024 Robert Scheck <robert(a)fedoraproject.org> 6.1.8-1
- Upgrade to 6.1.8 (#2315105)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2315105 - unrealircd-6.1.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2315105
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-845b92ee3f valkey-8.0.1-1.el9
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-d981ecf5fd koji-1.35.1-1.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-e7551e4450 oath-toolkit-2.6.12-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
lutris-0.5.17-3.el9
python-dingz-0.5.0-9.el9
python-geomdl-5.3.1-29.el9
python-mystrom-2.0.0-14.el9
unrealircd-6.1.8-1.el9
Details about builds:
================================================================================
lutris-0.5.17-3.el9 (FEDORA-EPEL-2024-57b6cf257a)
Install and play any video game easily
--------------------------------------------------------------------------------
Update Information:
Added protobuf as dependancy as it's required for bnet
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 12 2024 Steve Cossette <farchord(a)gmail.com> - 0.5.17-3
- Added protobuf as dependancy as it's required for bnet
--------------------------------------------------------------------------------
================================================================================
python-dingz-0.5.0-9.el9 (FEDORA-EPEL-2024-c9b2156d65)
Python API client for interacting with dingz devices
--------------------------------------------------------------------------------
Update Information:
New package
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jul 24 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.5.0-9
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 0.5.0-7
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint(a)redhat.com> - 0.5.0-3
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Sep 25 2022 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.5.0-1
- Update to latest upstream release 0.5.0 (closes rhbz#2026631)
--------------------------------------------------------------------------------
================================================================================
python-geomdl-5.3.1-29.el9 (FEDORA-EPEL-2024-a0c017746d)
Object-oriented pure Python B-Spline and NURBS library
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 12 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-29
- Conditionalize the matplotlib dependency, allowing EPEL backports
* Sat Oct 12 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-28
- Restore plotly dependency for Python 3.13 (it installs now)
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.3.1-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun 15 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-26
- Temporarily drop plotly dependency for Python 3.13 (close RHBZ#2291716)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.3.1-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.3.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-22
- Assert that %pyproject_files contains a license file
* Mon Oct 30 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-21
- Add a build conditional for plotly
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.3.1-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-19
- When PDF docs are disabled, omit the -doc subpackage
- Do not package CONTRIBUTING.md since it is mostly related to interacting
with upstream rather than to using the package
* Tue Jul 11 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-18
- Revert "Drop BR on python3-plotly while it FTI in Rawhide (close
RHBZ#2220249)"
* Mon Jul 10 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-17
- Drop BR on python3-plotly while it FTI in Rawhide (close RHBZ#2220249)
* Tue Jun 20 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-16
- Use new (rpm 4.17.1+) bcond style
* Fri Mar 17 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-14
- Don’t assume %_smp_mflags is -j%_smp_build_ncpus
* Sat Mar 4 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-13
- Fix recent numpy compat.
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.3.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Dec 9 2022 Miro Hrončok <miro(a)hroncok.cz> - 5.3.1-11
- Drop the remaining usage of tox for generating BuildRequires
* Fri Dec 9 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-10
- Trivial spec file typo fix
* Fri Dec 9 2022 Miro Hrončok <miro(a)hroncok.cz> - 5.3.1-9
- Fix running tests in %check
* Sat Oct 22 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 5.3.1-8
- Update License to SPDX
--------------------------------------------------------------------------------
================================================================================
python-mystrom-2.0.0-14.el9 (FEDORA-EPEL-2024-bd9141fcbf)
Python API client for interacting with myStrom devices
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 2.0.0-13
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint(a)redhat.com> - 2.0.0-9
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
unrealircd-6.1.8-1.el9 (FEDORA-EPEL-2024-8233152daf)
Open Source IRC server
--------------------------------------------------------------------------------
Update Information:
UnrealIRCd 6.1.8
This release fixes a number of bugs. It also adds a new extban ~inherit and
auto-login support for vhosts.
Enhancements
New Extended ban to inherit channel bans from another channel:
If in channel #test you add +b ~inherit:#main then anyone banned in #main will
be unable to join #test.
This only applies for on-join ban checking, not for quiet bans, nick-changes,
text bans, etc.
If the other channel (#main in this example) also has ~inherit bans then
UnrealIRCd does not follow these (no nesting).
The maximum number of ~inherit bans in a channel is limited to only 1 by
default, see set::max-inherit-extended-bans
This can also be used in +I, which entries are counted separately and have their
own limit.
Vhosts: UnrealIRCd now supports vhost::auto-login, which means you can set
vhosts on users automatically and UnrealIRCd supports variables in vhost::vhost
(this works similar to Gottem's autovhost module).
An example would be:
/* Give users who identify to Services using SASL a nice vhost */
vhost {
auto-login yes;
vhost $account.users.example.net;
mask { identified yes; }
}
On-connect UnrealIRCd will go through all vhost blocks that have auto-login set
to yes. Blocks are processed in the same order as they are in the config (top-
down). The first match wins.
Note that you could already use Services to do this task. This is just an extra
feature so you can also do it in UnrealIRCd itself.
The variables that are supported now use a generic framework called Standard
variables
At the moment these can be used in vhost::vhost, oper::vhost, blacklist::reason
and set::oper-vhost
New option set::oper-vhost which sets a default oper::vhost. For example: set {
oper-vhost $operclass.admin.example.net; }
If both set::oper-vhost and oper::vhost are present, the oper::vhost takes
precedence.
In the ban ip { } and the ban nick { } blocks you can now have multiple masks.
JSON-RPC:
New call log.send to send a log message / server notice.
Fixes
Websockets of type 'text' had IRC messages from server to client cut off too
early when message tags were in use. Type 'binary' was unaffected.
The require authentication { } block was broken in 6.1.7.*.
JSON-RPC call spamfilter.get could not retrieve information about config-based
spamfilters.
The decode_authenticate_plain() was reading OOB. This function is not used by
UnrealIRCd itself but could affect third party modules.
Crash on invalid server-to-server command regarding REHASH (This only affected
trusted linked servers)
Changes
Security group blocks are now hidden in lists by default. If you want the
security group to be shown in things like MODE #channel +b ~security-group:x
(which shows a list) then you need to use public yes;. The default security
groups like known-users, webirc-users, etc. are public by default.
Move +/- 1000 lines of code from core to modules (regarding throttling,
maxperip, vhost, exit_client).
Developers and protocol
The MD S2S command now supports BIGLINES, allowing synching of 16K serialized
moddata per entry. UnrealIRCd doesn't plan to use this anytime soon, this is
mostly so all UnrealIRCd servers support this in a year or two. However, if you
do plan to serialize big moddata results in your third party module then be sure
all UnrealIRCd servers are on 6.1.8 or higher to prevent cut-off.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 12 2024 Robert Scheck <robert(a)fedoraproject.org> 6.1.8-1
- Upgrade to 6.1.8 (#2315105)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2315105 - unrealircd-6.1.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2315105
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
28 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-a09b624fa1 koji-1.35.1-1.el8
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-af2d187f08 oath-toolkit-2.6.12-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
chromium-129.0.6668.100-1.el8
Details about builds:
================================================================================
chromium-129.0.6668.100-1.el8 (FEDORA-EPEL-2024-599b158d30)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
Update to 129.0.6668.100
* CVE-2024-9602: Type Confusion in V8
* CVE-2024-9603: Type Confusion in V
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Than Ngo <than(a)redhat.com> - 129.0.6668.100-1
- update to 129.0.6668.100
* CVE-2024-9602: Type Confusion in V8
* CVE-2024-9603: Type Confusion in V8
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317469 - CVE-2024-9602 chromium: Type Confusion in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317469
[ 2 ] Bug #2317470 - CVE-2024-9602 chromium: Type Confusion in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317470
[ 3 ] Bug #2317471 - CVE-2024-9603 chromium: Type Confusion in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317471
[ 4 ] Bug #2317472 - CVE-2024-9603 chromium: Type Confusion in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317472
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-845b92ee3f valkey-8.0.1-1.el9
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-d981ecf5fd koji-1.35.1-1.el9
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-e7551e4450 oath-toolkit-2.6.12-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
chromium-129.0.6668.100-1.el9
fastfetch-2.27.1-1.el9
packit-0.102.1-1.el9
rust-crossterm-0.28.1-1.el9
rust-proptest0.10-0.10.1-11.el9
rust-ratatui0.21-0.21.0-2.el9
rust-serde-untagged-0.1.6-1.el9
rust-tui-0.19.0-5.el9
rust-typeid-1.0.2-2.el9
rust-uu_more-0.0.27-2.el9
rust-uutils_term_grid0.3-0.3.0-2.el9
testcloud-0.11.1-1.el9
Details about builds:
================================================================================
chromium-129.0.6668.100-1.el9 (FEDORA-EPEL-2024-ad170ba14e)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
Update to 129.0.6668.100
* CVE-2024-9602: Type Confusion in V8
* CVE-2024-9603: Type Confusion in V
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Than Ngo <than(a)redhat.com> - 129.0.6668.100-1
- update to 129.0.6668.100
* CVE-2024-9602: Type Confusion in V8
* CVE-2024-9603: Type Confusion in V8
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317469 - CVE-2024-9602 chromium: Type Confusion in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317469
[ 2 ] Bug #2317470 - CVE-2024-9602 chromium: Type Confusion in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317470
[ 3 ] Bug #2317471 - CVE-2024-9603 chromium: Type Confusion in V8 [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317471
[ 4 ] Bug #2317472 - CVE-2024-9603 chromium: Type Confusion in V8 [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2317472
--------------------------------------------------------------------------------
================================================================================
fastfetch-2.27.1-1.el9 (FEDORA-EPEL-2024-7ee771927a)
Like neofetch, but much faster because written in c
--------------------------------------------------------------------------------
Update Information:
update to 2.27.1
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Jonathan Wright <jonathan(a)almalinux.org> - 2.27.1-1
- update to 2.271 rhbz#2311792
--------------------------------------------------------------------------------
================================================================================
packit-0.102.1-1.el9 (FEDORA-EPEL-2024-a8430c3c9e)
A tool for integrating upstream projects with Fedora operating system
--------------------------------------------------------------------------------
Update Information:
Automatic update for packit-0.102.1-1.el9.
Changelog for packit
* Fri Oct 11 2024 Packit <hello(a)packit.dev> - 0.102.1-1
- We have fixed an issue that was introduced during the unification of the
interface for passing resolved Bugzillas / Jira tickets to the `sync-release` or
`bodhi_update` jobs. (#2442)
- `packit validate-config` now checks for the existence of downstream package.
(#2436)
- Packit now allows building VM images via CLI without any Copr repository
specified. (#2434)
- Resolves: rhbz#2318003
* Fri Oct 04 2024 Packit <hello(a)packit.dev> - 0.102.0-1
- Check for `upstream_project_url` presence in the configuration when
`pull_from_upstream` job is configured was removed from `validate-config`, as
this is no longer required. (#2423)
- `packit init` now adds working directories that are used in `packit prepare-
sources` into the `.gitignore` file in the same directory where Packit config
resides. (#2431)
- Previously, `create-update` command took `--resolve-bugzillas` option and
`propose-downstream` command took `--resolve-bug` option. The options have been
unified into `--resolve-bug` for better user experience. If you used `create-
update` with `--resolve-bugzillas` you have to use `--resolve-bug` (or shorthand
`-b`) now instead. (#2428)
- Resolves: rhbz#2316445
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Packit <hello(a)packit.dev> - 0.102.1-1
- We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the `sync-release` or `bodhi_update` jobs. (#2442)
- `packit validate-config` now checks for the existence of downstream package. (#2436)
- Packit now allows building VM images via CLI without any Copr repository specified. (#2434)
- Resolves: rhbz#2318003
* Fri Oct 4 2024 Packit <hello(a)packit.dev> - 0.102.0-1
- Check for `upstream_project_url` presence in the configuration when `pull_from_upstream` job is configured was removed from `validate-config`, as this is no longer required. (#2423)
- `packit init` now adds working directories that are used in `packit prepare-sources` into the `.gitignore` file in the same directory where Packit config resides. (#2431)
- Previously, `create-update` command took `--resolve-bugzillas` option and `propose-downstream` command took `--resolve-bug` option. The options have been unified into `--resolve-bug` for better user experience. If you used `create-update` with `--resolve-bugzillas` you have to use `--resolve-bug` (or shorthand `-b`) now instead. (#2428)
- Resolves: rhbz#2316445
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2316445 - packit-0.102.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2316445
[ 2 ] Bug #2318003 - packit-0.102.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2318003
--------------------------------------------------------------------------------
================================================================================
rust-crossterm-0.28.1-1.el9 (FEDORA-EPEL-2024-c7d0530918)
Crossplatform terminal library for manipulating terminals
--------------------------------------------------------------------------------
Update Information:
Update to version 0.28.1.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Aug 31 2024 Michel Lind <salimma(a)fedoraproject.org> - 0.28.1-1
- Update to version 0.28.1; Fixes: RHBZ#2302127
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-proptest0.10-0.10.1-11.el9 (FEDORA-EPEL-2024-e4c2b53b5d)
Hypothesis-like property-based testing and shrinking
--------------------------------------------------------------------------------
Update Information:
Skip tests that fail due to changes in regex 1.11 / Unicode 16.
Fixes FTBFS issues across all branches of Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.10.1-11
- Skip regex tests that fail with regex 1.11 (Unicode 16)
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 22 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.10.1-7
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-ratatui0.21-0.21.0-2.el9 (FEDORA-EPEL-2024-b60139d6bd)
Library to build rich terminal user interfaces or dashboards
--------------------------------------------------------------------------------
Update Information:
Skip tests that fail with version >= 0.1.13 of the unicode-width crate due to
changes in Unicode 15.
Fixes FTBFS issues across all branches of Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.21.0-2
- Skip tests that fail with recent Unicode versions
--------------------------------------------------------------------------------
================================================================================
rust-serde-untagged-0.1.6-1.el9 (FEDORA-EPEL-2024-4cf9b5967c)
Serde Visitor implementation for deserializing untagged enums
--------------------------------------------------------------------------------
Update Information:
Update rust-serde-untagged from 0.1.5 to 0.1.6; initial package for rust-typeid.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.1.6-1
- Update to version 0.1.6
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-tui-0.19.0-5.el9 (FEDORA-EPEL-2024-af904024e3)
Library to build rich terminal user interfaces or dashboards
--------------------------------------------------------------------------------
Update Information:
Skip tests that fail with version >= 0.1.13 of the unicode-width crate due to
changes in Unicode 15.
Fixes FTBFS issues across all branches of Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.19.0-5
- Skip tests that fail due to formatting differences
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-typeid-1.0.2-2.el9 (FEDORA-EPEL-2024-4cf9b5967c)
Const TypeId and non-'static TypeId
--------------------------------------------------------------------------------
Update Information:
Update rust-serde-untagged from 0.1.5 to 0.1.6; initial package for rust-typeid.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.0.2-2
- In EPEL9, ignore a doctest that requires a newer Rust compiler
* Thu Oct 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.0.2-1
- Initial package (close RHBZ#2317856)
--------------------------------------------------------------------------------
================================================================================
rust-uu_more-0.0.27-2.el9 (FEDORA-EPEL-2024-5760be52c0)
more ~ (uutils) input perusal filter
--------------------------------------------------------------------------------
Update Information:
Skip tests that fail with version >= 0.1.13 of the unicode-width crate due to
changes in Unicode 15.
Fixes FTBFS issues across all branches of Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.0.27-2
- Skip a test that fails with recent unicode-width versions
--------------------------------------------------------------------------------
================================================================================
rust-uutils_term_grid0.3-0.3.0-2.el9 (FEDORA-EPEL-2024-3440a5ea94)
Library for formatting strings into a grid layout. Fork of term_grid
--------------------------------------------------------------------------------
Update Information:
Skip tests that fail with version >= 0.1.13 of the unicode-width crate due to
changes in Unicode 15.
Fixes FTBFS issues across all branches of Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-2
- Skip a test that fails with recent unicode-width versions (Unicode 15)
--------------------------------------------------------------------------------
================================================================================
testcloud-0.11.1-1.el9 (FEDORA-EPEL-2024-90c416649f)
Tool for running cloud images locally
--------------------------------------------------------------------------------
Update Information:
0.11.1
instance: Fixup waiting for ssh to be up on CoreOS
0.11.0
instance: Add retry mechanism
instance: Allow to pass optional data_tpl
Restore support for el7
Guest Integration: Convert to systemd service (fixes reboot in user sessions)
Autoformatted by black
Fix .box support
Parse urls in image.py using standard library
0.10.0
Purge jinja2 req and breq
Purge .spec file from downstream
Solves stalled image downloads
Make sure an exception is raised on SIGTERM, to handle #191
Introduce IMAGE_DOWNLOAD_TIMEOUT
Add python3-peewee to specfile
CLI fixes
Use SQLite as a backing store for Image metadata
Restore support for CoreOS in usermode sessions
Remove compat with ancient tmt
Mechanism to verify user session readiness
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 11 2024 František Zatloukal <fzatlouk(a)redhat.com> - 0.11.1-1
- Release 0.11.1
* Wed Oct 9 2024 František Zatloukal <fzatlouk(a)redhat.com> - 0.11.0-1
- Release 0.11.0
* Wed Sep 25 2024 František Zatloukal <fzatlouk(a)redhat.com> - 0.10.0-1
- Release 0.10.0
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
27 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-31d4c55df0 arm-none-eabi-binutils-cs-2.43-1.el8 arm-none-eabi-gcc-cs-12.4.0-1.el8 arm-none-eabi-newlib-4.4.0.20231231-1.el8
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-851c74616f p7zip-16.02-31.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-a09b624fa1 koji-1.35.1-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
fedora-license-data-1.58-1.el8
keepass-2.57.1-3.el8
mongo-c-driver-1.28.1-1.el8
netdata-1.47.4-4.el8
oath-toolkit-2.6.12-1.el8
python-ncclient-0.6.16-1.el8
Details about builds:
================================================================================
fedora-license-data-1.58-1.el8 (FEDORA-EPEL-2024-68e30c07e0)
Fedora Linux license data
--------------------------------------------------------------------------------
Update Information:
Automatic update for fedora-license-data-1.58-1.el8.
Changelog for fedora-license-data
* Thu Oct 10 2024 Miroslav Suchý <msuchy(a)redhat.com> 1.58-1
- add Ultra permissive dedication of docbook5-schemas
- add public domain dedication for clc
- add Sendmail-Open-Source-1.1 license
- add public domain dedication for biblesync
- add public domain dedication for BareBonesBrowserLaunch
- add public domain dedication for astronomy-menus
- add LGPL-2.1-only WITH OCCT-exception-1.0
- add CERN-OHL-P-2.0
- add Jam license
- add public domain dedication for ants
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Miroslav Suchý <msuchy(a)redhat.com> 1.58-1
- add Ultra permissive dedication of docbook5-schemas
- add public domain dedication for clc
- add Sendmail-Open-Source-1.1 license
- add public domain dedication for biblesync
- add public domain dedication for BareBonesBrowserLaunch
- add public domain dedication for astronomy-menus
- add LGPL-2.1-only WITH OCCT-exception-1.0
- add CERN-OHL-P-2.0
- add Jam license
- add public domain dedication for ants
--------------------------------------------------------------------------------
================================================================================
keepass-2.57.1-3.el8 (FEDORA-EPEL-2024-ef4406c2f8)
Password manager
--------------------------------------------------------------------------------
Update Information:
Update to 2.57.1 as approved by BSI
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Dr. Tilmann Bubeck <tilmann(a)bubecks.de> - 2.57.1-3
- local build
* Wed Oct 9 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.57.1-1
- Update to version 2.57.1
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.57-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun 2 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.57-1
- Update to version 2.57
* Sun Feb 4 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.56-1
- Update to version 2.56.
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.55-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.55-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 17 2024 Yaakov Selkowitz <yselkowi(a)redhat.com> - 2.55-6
- Fix flatpak build
* Tue Jan 2 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.55-5
- Fix missing sources
* Fri Dec 1 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.55-4
- Fix build error
* Fri Dec 1 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.55-3
- Use upstream source archive directly and verify it during %%prep
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.55-2
- Cleanup for upcoming re-review
- Do not own %%docdir
- Flag license file as %%license
- Migrate to SPDX license
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.55-1
- Update to version 2.55.
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.54-1
- Update to version 2.54.
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.53.1-2
- Disable xdotool clipboard workaround to prevent passwords from leaking to
systemd journal (CVE-2022-0725)
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.53.1-1
- Update to version 2.53.1.
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.52-1
- Update to version 2.52.
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.51.1-1
- Update to version 2.51.1.
* Tue Nov 21 2023 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.50-2
- Revert "Don't know how to fix CVE-2022-0725."
* Sat Jan 22 2022 Peter Oliver <git(a)mavit.org.uk> - 2.50-1
- Update to version 2.50.
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.49-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sun Sep 19 2021 Peter Oliver <git(a)mavit.org.uk> - 2.49-1
- Update to version 2.49.
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.48.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue May 18 2021 Peter Oliver <git(a)mavit.org.uk> - 2.48.1-2
- Create directory /usr/lib/keepass/Languages
* Tue May 11 2021 Peter Oliver <git(a)mavit.org.uk> - 2.48.1-1
- Update to version 2.48.1.
* Fri May 7 2021 Peter Oliver <git(a)mavit.org.uk> - 2.48-1
- Update to version 2.48.
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 9 2021 Peter Oliver <git(a)mavit.org.uk> - 2.47-1
- Update to version 2.47.
* Thu Sep 17 2020 Peter Oliver <git(a)mavit.org.uk> - 2.46-2
- Exclude from armv7hl, where this doesn't currently build.
* Fri Sep 11 2020 Peter Oliver <git(a)mavit.org.uk> - 2.46-1
- Update to version 2.46.
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.45-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 2 2020 Peter Oliver <git(a)mavit.org.uk> - 2.45-2
- Drop Recommends on gtk2
--------------------------------------------------------------------------------
================================================================================
mongo-c-driver-1.28.1-1.el8 (FEDORA-EPEL-2024-12072a6c55)
Client library written in C for MongoDB
--------------------------------------------------------------------------------
Update Information:
libbson 1.28.1
Fixes:
Fix large string handling in bson_string_truncate.
Fix possible crash in bson_value_copy.
libmongoc 1.28.1
Fixes:
Do not return result in mongoc_bulkwritereturn_t if there are no known
successful writes.
Validate lengths in ill-formed server responses.
Do not override read preference when using aggregate with $out/$merge with
unscanned servers.
Remove unexpected warning if authSource in TXT record is overriden by URI
option.
Fix crash when non-existent CA file configured with OpenSSL.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Remi Collet <remi(a)remirepo.net> - 1.28.1-1
- update to 1.28.1
--------------------------------------------------------------------------------
================================================================================
netdata-1.47.4-4.el8 (FEDORA-EPEL-2024-53d6aa793f)
Real-time performance monitoring
--------------------------------------------------------------------------------
Update Information:
Update from upstream
Update from upstream
Update from upstream
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.4-1
- Update from upstream
* Wed Oct 2 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.3-1
- Update from upstream
* Thu Sep 26 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.2-1
- Update from upstream
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2314600 - netdata-1.47.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2314600
[ 2 ] Bug #2316144 - netdata-1.47.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2316144
[ 3 ] Bug #2317730 - netdata-1.47.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317730
--------------------------------------------------------------------------------
================================================================================
oath-toolkit-2.6.12-1.el8 (FEDORA-EPEL-2024-af2d187f08)
One-time password components
--------------------------------------------------------------------------------
Update Information:
This is new version fixing possible local privilege escalation.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.12-1
- New version
Resolves: rhbz#2316447
- Dropped privileges when operating on user files
Resolves: CVE-2024-47191
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2316488 - CVE-2024-47191 oath-toolkit: Local root exploit in a PAM module
https://bugzilla.redhat.com/show_bug.cgi?id=2316488
--------------------------------------------------------------------------------
================================================================================
python-ncclient-0.6.16-1.el8 (FEDORA-EPEL-2024-35ac828870)
Python library for the NETCONF protocol
--------------------------------------------------------------------------------
Update Information:
Update to 0.6.16: https://github.com/ncclient/ncclient/releases/tag/v0.6.16
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.16-1
- Update to 0.6.16 (close RHBZ#2317548)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317548 - python-ncclient-0.6.16 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317548
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-8de34d4fda p7zip-16.02-31.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-845b92ee3f valkey-8.0.1-1.el9
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-d981ecf5fd koji-1.35.1-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
algol68g-3.5.6-1.el9
cargo2rpm-0.1.18-1.el9
fedora-license-data-1.58-1.el9
keepass-2.57.1-3.el9
mongo-c-driver-1.28.1-1.el9
netdata-1.47.4-1.el9
oath-toolkit-2.6.12-1.el9
python-pypandoc-1.14-3.el9
pythoncapi-compat-0^20241009git669c882-1.el9
rust-clap2-2.34.0-9.el9
rust-hyper-rustls-0.27.3-1.el9
rust-reqwest-0.12.8-1.el9
rust-rustls-native-certs-0.8.0-1.el9
rust-rustls-native-certs0.7-0.7.3-1.el9
rust-tower-0.5.1-1.el9
rust-tower-http-0.6.1-1.el9
rust-tower-http0.5-0.5.2-1.el9
rust-tower0.4-0.4.13-1.el9
Details about builds:
================================================================================
algol68g-3.5.6-1.el9 (FEDORA-EPEL-2024-160defb7ab)
Algol 68 Genie compiler-interpreter
--------------------------------------------------------------------------------
Update Information:
Update to 3.5.6
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.6-1
- Update to 3.5.6
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 3.5.4-3
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317716 - algol68g-3.5.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317716
--------------------------------------------------------------------------------
================================================================================
cargo2rpm-0.1.18-1.el9 (FEDORA-EPEL-2024-6b430dcb1f)
Translation layer between cargo and RPM
--------------------------------------------------------------------------------
Update Information:
Update to version 0.1.18.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.18-1
- Update to version 0.1.18; Fixes RHBZ#2317824
--------------------------------------------------------------------------------
================================================================================
fedora-license-data-1.58-1.el9 (FEDORA-EPEL-2024-7471f2693b)
Fedora Linux license data
--------------------------------------------------------------------------------
Update Information:
Automatic update for fedora-license-data-1.58-1.el9.
Changelog for fedora-license-data
* Thu Oct 10 2024 Miroslav Suchý <msuchy(a)redhat.com> 1.58-1
- add Ultra permissive dedication of docbook5-schemas
- add public domain dedication for clc
- add Sendmail-Open-Source-1.1 license
- add public domain dedication for biblesync
- add public domain dedication for BareBonesBrowserLaunch
- add public domain dedication for astronomy-menus
- add LGPL-2.1-only WITH OCCT-exception-1.0
- add CERN-OHL-P-2.0
- add Jam license
- add public domain dedication for ants
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Miroslav Suchý <msuchy(a)redhat.com> 1.58-1
- add Ultra permissive dedication of docbook5-schemas
- add public domain dedication for clc
- add Sendmail-Open-Source-1.1 license
- add public domain dedication for biblesync
- add public domain dedication for BareBonesBrowserLaunch
- add public domain dedication for astronomy-menus
- add LGPL-2.1-only WITH OCCT-exception-1.0
- add CERN-OHL-P-2.0
- add Jam license
- add public domain dedication for ants
--------------------------------------------------------------------------------
================================================================================
keepass-2.57.1-3.el9 (FEDORA-EPEL-2024-8d7400220c)
Password manager
--------------------------------------------------------------------------------
Update Information:
Update to 2.57.1 which is BSI approved
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Dr. Tilmann Bubeck <tilmann(a)bubecks.de> - 2.57.1-3
- local build
* Wed Oct 9 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.57.1-1
- Update to version 2.57.1
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.57-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun 2 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.57-1
- Update to version 2.57
* Sun Feb 4 2024 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.56-1
- Update to version 2.56.
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.55-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.55-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 17 2024 Yaakov Selkowitz <yselkowi(a)redhat.com> - 2.55-6
- Fix flatpak build
--------------------------------------------------------------------------------
================================================================================
mongo-c-driver-1.28.1-1.el9 (FEDORA-EPEL-2024-d8b75abc99)
Client library written in C for MongoDB
--------------------------------------------------------------------------------
Update Information:
libbson 1.28.1
Fixes:
Fix large string handling in bson_string_truncate.
Fix possible crash in bson_value_copy.
libmongoc 1.28.1
Fixes:
Do not return result in mongoc_bulkwritereturn_t if there are no known
successful writes.
Validate lengths in ill-formed server responses.
Do not override read preference when using aggregate with $out/$merge with
unscanned servers.
Remove unexpected warning if authSource in TXT record is overriden by URI
option.
Fix crash when non-existent CA file configured with OpenSSL.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Remi Collet <remi(a)remirepo.net> - 1.28.1-1
- update to 1.28.1
--------------------------------------------------------------------------------
================================================================================
netdata-1.47.4-1.el9 (FEDORA-EPEL-2024-209e39a7d2)
Real-time performance monitoring
--------------------------------------------------------------------------------
Update Information:
Update from upstream
Update from upstream
Update from upstream
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.4-1
- Update from upstream
* Wed Oct 2 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.3-1
- Update from upstream
* Thu Sep 26 2024 Didier Fabert <didier.fabert(a)gmail.com> 1.47.2-1
- Update from upstream
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2314600 - netdata-1.47.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2314600
[ 2 ] Bug #2316144 - netdata-1.47.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2316144
[ 3 ] Bug #2317730 - netdata-1.47.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317730
--------------------------------------------------------------------------------
================================================================================
oath-toolkit-2.6.12-1.el9 (FEDORA-EPEL-2024-e7551e4450)
One-time password components
--------------------------------------------------------------------------------
Update Information:
This is new version fixing possible local privilege escalation.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.12-1
- New version
Resolves: rhbz#2316447
- Dropped privileges when operating on user files
Resolves: CVE-2024-47191
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 2.6.11-6
- convert license to SPDX
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Apr 11 2024 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.11-4
- Added gpg2 signature verification
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 11 2024 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.11-1
- New version
Resolves: rhbz#2257841
* Wed Jan 3 2024 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.10-1
- New version
Resolves: rhbz#2256555
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.9-1
- New version
Resolves: rhbz#2221430
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2316488 - CVE-2024-47191 oath-toolkit: Local root exploit in a PAM module
https://bugzilla.redhat.com/show_bug.cgi?id=2316488
--------------------------------------------------------------------------------
================================================================================
python-pypandoc-1.14-3.el9 (FEDORA-EPEL-2024-be3f59c9f4)
Thin wrapper for pandoc
--------------------------------------------------------------------------------
Update Information:
New upstream 1.14.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Nick Black <dankamongmen(a)gmail.com> - 1.14-3
- disable pypandoc tests for epel9
* Thu Oct 10 2024 Nick Black <dankamongmen(a)gmail.com> - 1.14-2
- no pandocfilters in epel9
* Thu Oct 10 2024 Nick Black <dankamongmen(a)gmail.com> - 1.14-1
- update to new upstream 1.14
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.13-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 7 2024 Python Maint <python-maint(a)redhat.com> - 1.13-5
- Rebuilt for Python 3.13
* Mon Jun 3 2024 Karolina Surma <ksurma(a)redhat.com> - 1.13-4
- Allow building with Python 3.13
* Thu Apr 4 2024 Orion Poplawski <orion(a)nwra.com> - 1.13-3
- Use pyproject macros and fix FTBFS bz#2272919
* Sat Mar 23 2024 Nick Black <dankamongmen(a)gmail.com> - 1.13-2
- update gitignore
* Sat Mar 23 2024 Nick Black <dankamongmen(a)gmail.com> - 1.13-1
- new upstream 1.13
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.post318-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12.post318-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.12.post318-1
- Version 1.12.post318 (rhbz#2244679)
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint(a)redhat.com> - 1.11-2
- Rebuilt for Python 3.12
* Tue Mar 7 2023 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.11-1
- Version 1.11 (rhbz#2129434, rhbz#2174872)
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
pythoncapi-compat-0^20241009git669c882-1.el9 (FEDORA-EPEL-2024-d738584231)
Python C API compatibility
--------------------------------------------------------------------------------
Update Information:
Update to 0^20241009git669c882
Add PyUnicode_Equal() function
Add PyBytes_Join() function
Add Py_HashBuffer() function
Add PyIter_NextItem() function
Add PyLong_FromUInt64() and PyLong_AsUInt64()
Document PyUnicodeWriter API
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0^20241009git669c882-1
- Update to 0^20241009git669c882
- Add `PyUnicode_Equal()` function
- Add `PyBytes_Join()` function
- Add `Py_HashBuffer()` function
- Add `PyIter_NextItem()` function
- Add `PyLong_FromUInt64()` and `PyLong_AsUInt64()`
* Thu Oct 10 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0^20241008gitbb0934e-1
- Update to 0^20241008gitbb0934e
- Document PyUnicodeWriter API
--------------------------------------------------------------------------------
================================================================================
rust-clap2-2.34.0-9.el9 (FEDORA-EPEL-2024-c63ddab904)
Simple to use, efficient, and full-featured Command Line Argument Parser
--------------------------------------------------------------------------------
Update Information:
Bump version-sync test dependency from v0.8 to v0.9 to avoid pulling in ancient
compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.34.0-9
- Bump version-sync dev-dependency from 0.8 to 0.9
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.34.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.34.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.34.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 23 2023 Fabio Valentini <decathorpe(a)gmail.com> - 2.34.0-5
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.34.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-hyper-rustls-0.27.3-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Rustls+hyper integration for pure rust HTTPS
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.27.3-1
- Update to version 0.27.3; Fixes RHBZ#2309673
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.27.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-reqwest-0.12.8-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Higher level HTTP client library
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.12.8-1
- Update to version 0.12.8; Fixes RHBZ#2315736
--------------------------------------------------------------------------------
================================================================================
rust-rustls-native-certs-0.8.0-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Allows rustls to use the platform native certificate store
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.8.0-1
- Update to version 0.8.0; Fixes RHBZ#2306094
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-rustls-native-certs0.7-0.7.3-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Allows rustls to use the platform native certificate store
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.7.3-1
- Initial import (rustls-native-certs 0.7 compat package)
--------------------------------------------------------------------------------
================================================================================
rust-tower-0.5.1-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Modular and reusable components for building robust clients and servers
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.5.1-1
- Update to version 0.5.1; Fixes RHBZ#2304674
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-tower-http-0.6.1-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Tower middleware and utilities for HTTP clients and servers
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.6.1-1
- Update to version 0.6.1; Fixes RHBZ#2313664
* Wed Oct 2 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.5.2-6
- Update rust-brotli to 7.0
* Mon Sep 30 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.5.2-5
- Upgrade base64 and brotli
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-tower-http0.5-0.5.2-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Tower middleware and utilities for HTTP clients and servers
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.5.2-1
- Initial import (tower-http 0.5 compat package)
--------------------------------------------------------------------------------
================================================================================
rust-tower0.4-0.4.13-1.el9 (FEDORA-EPEL-2024-4a9bcec92d)
Modular and reusable components for building robust clients and servers
--------------------------------------------------------------------------------
Update Information:
Update the hyper-rustls crate to version 0.27.3.
Update the reqwest crate to version 0.12.8.
Update the rustls-native-certs crate to version 0.8.0 and add a compat package
for version 0.7.
Update the tower crate to version 0.5.1 and add a compat package for version
0.4.
Update the tower-http crate to version 0.6.1 and add a compat package for
version 0.5.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Oct 10 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.13-1
- Initial import (tower 0.4 compat package)
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-8de34d4fda p7zip-16.02-31.el9
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-845b92ee3f valkey-8.0.1-1.el9
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-d981ecf5fd koji-1.35.1-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
bitcoin-core-28.0-1.el9
noopenh264-0.1.0~openh264_2.4.1-2.el9
python-colcon-python-setup-py-0.2.9-1.el9
python-ncclient-0.6.16-1.el9
rust-askalono-0.4.6-10.el9
rust-askalono-cli-0.4.6-12.el9
rust-assert-json-diff-2.0.2-8.el9
rust-cbindgen-0.27.0-1.el9
rust-cbindgen0.26-0.26.0-1.el9
rust-smartstring-1.0.1-6.el9
testcloud-0.11.0-1.el9
Details about builds:
================================================================================
bitcoin-core-28.0-1.el9 (FEDORA-EPEL-2024-0795db884e)
Peer to Peer Cryptographic Currency
--------------------------------------------------------------------------------
Update Information:
Bitcoin Core 28.0 update:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-
notes-28.0.md
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Simone Caronni <negativo17(a)gmail.com> - 28.0-1
- Update to 28.0.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2316070 - bitcoin-core-28.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2316070
--------------------------------------------------------------------------------
================================================================================
noopenh264-0.1.0~openh264_2.4.1-2.el9 (FEDORA-EPEL-2024-aa61dce343)
Fake implementation of the OpenH264 library
--------------------------------------------------------------------------------
Update Information:
Initial build on epel9
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~openh264_2.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Apr 24 2024 Kalev Lember <klember(a)redhat.com> - 0.1.0~openh264_2.4.1-1
- Update for openh264 2.4.1
* Thu Feb 8 2024 Kalev Lember <klember(a)redhat.com> - 0.1.0~openh264_2.4.0-1
- Update for openh264 2.4.0
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~openh264_2.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.0~openh264_2.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Nov 6 2023 Kalev Lember <klember(a)redhat.com> - 0.1.0~openh264_2.3.1-1
- Switch to using upstream openh264-2.3.1 tag
- Make sure the matching openh264 version is listed as part of the rpm
version tag
- Stop using forge macros to get better control over the version and
release tags
* Mon Nov 6 2023 Kalev Lember <klember(a)redhat.com> - 0.1-2
- Move pkg-config file to correct subpackage
* Mon Nov 6 2023 Kalev Lember <klember(a)redhat.com> - 0.1-1
- Initial Fedora packaging (rhbz#2247274)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2283799 - Request: noopenh264 for epel9, epel10, and f39
https://bugzilla.redhat.com/show_bug.cgi?id=2283799
--------------------------------------------------------------------------------
================================================================================
python-colcon-python-setup-py-0.2.9-1.el9 (FEDORA-EPEL-2024-5759ae40f4)
Extension for colcon to support Python packages with a setup.py file
--------------------------------------------------------------------------------
Update Information:
Update to colcon-python-setup-py 0.2.9
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Scott K Logan <logans(a)cottsay.net> - 0.2.9-1
- Update to 0.2.9 (rhbz#2317443)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317443 - python-colcon-python-setup-py-0.2.9 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317443
--------------------------------------------------------------------------------
================================================================================
python-ncclient-0.6.16-1.el9 (FEDORA-EPEL-2024-0cb0db6ae6)
Python library for the NETCONF protocol
--------------------------------------------------------------------------------
Update Information:
Update to 0.6.16: https://github.com/ncclient/ncclient/releases/tag/v0.6.16
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.16-1
- Update to 0.6.16 (close RHBZ#2317548)
* Wed Oct 9 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.6.15-2
- Assert that %pyproject_files contains a license file
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317548 - python-ncclient-0.6.16 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317548
--------------------------------------------------------------------------------
================================================================================
rust-askalono-0.4.6-10.el9 (FEDORA-EPEL-2024-02353d6d1e)
Library to detect the contents of license files
--------------------------------------------------------------------------------
Update Information:
Bump env_logger and zstd dependencies to the latest versions to avoid pulling in
old compat packages.
Also port command-line argument parsing code in askalono-cli from structopt v0.2
to clap v4 to avoid pulling in even more and even older compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.4.6-10
- Bump zstd to 0.13 and env_logger to 0.11
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.6-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.6-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-askalono-cli-0.4.6-12.el9 (FEDORA-EPEL-2024-02353d6d1e)
Tool to detect the contents of license files
--------------------------------------------------------------------------------
Update Information:
Bump env_logger and zstd dependencies to the latest versions to avoid pulling in
old compat packages.
Also port command-line argument parsing code in askalono-cli from structopt v0.2
to clap v4 to avoid pulling in even more and even older compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.6-12
- Port from structopt v0.2 to clap v4
* Mon Oct 7 2024 Benjamin A. Beasley <code(a)musicinmybrain.net> - 0.4.6-11
- Bump env_logger to 0.11
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.6-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-assert-json-diff-2.0.2-8.el9 (FEDORA-EPEL-2024-2799669f1c)
Easily compare two JSON values and get great output
--------------------------------------------------------------------------------
Update Information:
Bump version-sync test dependency from v0.8 to v0.9 to avoid pulling in ancient
compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.2-8
- Bump version-sync dev-dependency from 0.8 to 0.9
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-cbindgen-0.27.0-1.el9 (FEDORA-EPEL-2024-5ac119a8f5)
Tool for generating C bindings to Rust code
--------------------------------------------------------------------------------
Update Information:
Update the cbindgen tool to version 0.27.0 and add a compat package for version
0.26 of the library interface.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.27.0-1
- Update to version 0.27.0; Fixes RHBZ#2303946
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2303946 - rust-cbindgen-0.27.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2303946
[ 2 ] Bug #2317611 - Fails to load configuration file after port to clap 4
https://bugzilla.redhat.com/show_bug.cgi?id=2317611
--------------------------------------------------------------------------------
================================================================================
rust-cbindgen0.26-0.26.0-1.el9 (FEDORA-EPEL-2024-5ac119a8f5)
Tool for generating C bindings to Rust code
--------------------------------------------------------------------------------
Update Information:
Update the cbindgen tool to version 0.27.0 and add a compat package for version
0.26 of the library interface.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.26.0-1
- Initial import (cbindgen 0.26 compat package)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2303946 - rust-cbindgen-0.27.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2303946
[ 2 ] Bug #2317611 - Fails to load configuration file after port to clap 4
https://bugzilla.redhat.com/show_bug.cgi?id=2317611
--------------------------------------------------------------------------------
================================================================================
rust-smartstring-1.0.1-6.el9 (FEDORA-EPEL-2024-28f4e71576)
Compact inlined strings
--------------------------------------------------------------------------------
Update Information:
Bump proptest-derive dev-dependency from 0.3 to 0.5 to avoid pulling in ancient
compat packages.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.1-6
- Bump proptest-derive dev-dependency from 0.3 to 0.5
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
testcloud-0.11.0-1.el9 (FEDORA-EPEL-2024-90c416649f)
Tool for running cloud images locally
--------------------------------------------------------------------------------
Update Information:
0.11.0
instance: Add retry mechanism
instance: Allow to pass optional data_tpl
Restore support for el7
Guest Integration: Convert to systemd service (fixes reboot in user sessions)
Autoformatted by black
Fix .box support
Parse urls in image.py using standard library
0.10.0
Purge jinja2 req and breq
Purge .spec file from downstream
Solves stalled image downloads
Make sure an exception is raised on SIGTERM, to handle #191
Introduce IMAGE_DOWNLOAD_TIMEOUT
Add python3-peewee to specfile
CLI fixes
Use SQLite as a backing store for Image metadata
Restore support for CoreOS in usermode sessions
Remove compat with ancient tmt
Mechanism to verify user session readiness
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2024 František Zatloukal <fzatlouk(a)redhat.com> - 0.11.0-1
- Release 0.11.0
* Wed Sep 25 2024 František Zatloukal <fzatlouk(a)redhat.com> - 0.10.0-1
- Release 0.10.0
--------------------------------------------------------------------------------
The following Fedora EPEL 9 Security updates need testing:
Age URL
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-8de34d4fda p7zip-16.02-31.el9
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-845b92ee3f valkey-8.0.1-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
dkms-3.1.0-2.el9
gitqlient-1.6.3-1.el9
gnucash-5.9-1.el9
gnucash-docs-5.9-1.el9
koji-1.35.1-1.el9
lemonldap-ng-2.20.0-1.el9
libdbi-0.9.0-26.el9
libdbi-drivers-0.9.0-30.el9
perl-JSON-Parse-0.62-10.el9
perl-Net-MQTT-Simple-1.28-7.el9
php-pecl-oauth-2.0.9-1.el9
php-pecl-uuid-1.2.1-1.el9
rust-async-stream-0.3.6-1.el9
rust-async-stream-impl-0.3.6-1.el9
rust-curl-0.4.47-1.el9
rust-curl-sys-0.4.77-1.el9
rust-cursive_core-0.3.7-5.el9
rust-futures-0.3.31-1.el9
rust-futures-channel-0.3.31-1.el9
rust-futures-core-0.3.31-1.el9
rust-futures-executor-0.3.31-1.el9
rust-futures-io-0.3.31-1.el9
rust-futures-macro-0.3.31-1.el9
rust-futures-sink-0.3.31-1.el9
rust-futures-task-0.3.31-1.el9
rust-futures-test-0.3.31-1.el9
rust-futures-util-0.3.31-1.el9
rust-pin-project-1.1.6-1.el9
rust-pin-project-internal-1.1.6-1.el9
rust-serde_with-3.11.0-1.el9
rust-serde_with_macros-3.11.0-1.el9
rust-thiserror-1.0.64-1.el9
rust-thiserror-impl-1.0.64-1.el9
xcompmgr-1.1.9-4.el9
Details about builds:
================================================================================
dkms-3.1.0-2.el9 (FEDORA-EPEL-2024-3a4ca73f47)
Dynamic Kernel Module Support Framework
--------------------------------------------------------------------------------
Update Information:
Update to 3.1.0, with new more condensed output.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 5 2024 Simone Caronni <negativo17(a)gmail.com> - 3.1.0-2
- Add fix from upstream.
* Thu Oct 3 2024 Simone Caronni <negativo17(a)gmail.com> - 3.1.0-1
- Update to 3.1.0.
- Convert license to SPDX.
- Recommends OpenSSL for generating MOK keys.
--------------------------------------------------------------------------------
================================================================================
gitqlient-1.6.3-1.el9 (FEDORA-EPEL-2024-42dbd1306e)
Multi-platform Git client written with Qt
--------------------------------------------------------------------------------
Update Information:
Automatic update for gitqlient-1.6.3-1.el9.
Changelog for gitqlient
* Mon Oct 07 2024 Packit <hello(a)packit.dev> - 1.6.3-1
- Update to 1.6.3 upstream release
- Resolves: rhbz#2317115
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> -
1.6.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> -
1.6.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> -
1.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-4
- build: Add Packit config
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-3
- build: Use forge macros
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-2
- license: Convert to SPDX
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Packit <hello(a)packit.dev> - 1.6.3-1
- Update to 1.6.3 upstream release
- Resolves: rhbz#2317115
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-4
- build: Add Packit config
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-3
- build: Use forge macros
* Wed Oct 18 2023 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.6.2-2
- license: Convert to SPDX
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317115 - gitqlient-1.6.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2317115
--------------------------------------------------------------------------------
================================================================================
gnucash-5.9-1.el9 (FEDORA-EPEL-2024-2481b85af0)
Finance management application
--------------------------------------------------------------------------------
Update Information:
Initial build.s
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 30 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.9-1
- 5.9
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jul 8 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.8-1
- 5.8
* Mon Jul 1 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.7-1
- 5.7
* Sat Jun 8 2024 Python Maint <python-maint(a)redhat.com> - 5.6-3
- Rebuilt for Python 3.13
* Thu May 30 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.6-2
- Patch for QIF import.
* Mon Apr 1 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.6-1
- 5.6
* Mon Feb 5 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.5-6
- Patch for SLR issue
* Wed Jan 31 2024 Pete Walter <pwalter(a)fedoraproject.org> - 5.5-5
- Rebuild for ICU 74
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 17 2024 Jonathan Wakely <jwakely(a)redhat.com> - 5.5-2
- Rebuilt for Boost 1.83
* Mon Dec 18 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.5-1
- 5.5
* Mon Nov 27 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.4-3
- Patch for Python 3.13
* Fri Oct 27 2023 Yaakov Selkowitz <yselkowi(a)redhat.com> - 5.4-2
- Use guile30
* Mon Sep 25 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.4-1
- 5.4
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 František Zatloukal <fzatlouk(a)redhat.com> - 5.2-4
- Rebuilt for ICU 73.2
* Tue Jun 27 2023 Python Maint <python-maint(a)redhat.com> - 5.2-3
- Rebuilt for Python 3.12
* Mon Jun 26 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.2-2
- Requires JSON::Parse and Getopt::Std
- Upstream patch making this equivalent to 5.3
* Mon Jun 26 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.2-1
- 5.2
* Tue Jun 13 2023 Python Maint <python-maint(a)redhat.com> - 5.1-3
- Rebuilt for Python 3.12
* Thu May 11 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.1-2
- Move to webkit2gtk4.1
* Mon May 1 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.1-1
- 5.1
* Thu Apr 27 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.0-1
- 5.0
* Thu Mar 30 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 4.14-1
- 4.14
* Wed Mar 1 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 4.13-7
- migrated to SPDX license
* Mon Feb 20 2023 Jonathan Wakely <jwakely(a)redhat.com> - 4.13-6
- Rebuilt for Boost 1.81
* Mon Jan 30 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 4.13-5
- Patch for gcc 13.
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Dec 31 2022 Pete Walter <pwalter(a)fedoraproject.org> - 4.13-3
- Rebuild for ICU 72
* Wed Dec 21 2022 Gwyn Ciesla <gwync(a)protonmail.com> = 4.13-2
- BR setuptools.
* Mon Dec 19 2022 Gwyn Ciesla <gwync(a)protonmail.com> - 4.13-1
- 4.13
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2039711 - libdbi for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2039711
[ 2 ] Bug #2207735 - Please branch and build gnucash in epel9.
https://bugzilla.redhat.com/show_bug.cgi?id=2207735
--------------------------------------------------------------------------------
================================================================================
gnucash-docs-5.9-1.el9 (FEDORA-EPEL-2024-2481b85af0)
Help files and documentation for the GnuCash personal finance manager
--------------------------------------------------------------------------------
Update Information:
Initial build.s
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 30 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.9-1
- 5.9
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jul 8 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.8-1
- 5.8
* Mon Jul 1 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.7-1
- 5.7
* Mon Apr 1 2024 Gwyn Ciesla <gwync(a)protonmail.com> - 5.6-1
- 5.6
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.5-1
- 5.5
* Mon Sep 25 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.4-1
- 5.4
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 26 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.2-1
- 5.2
* Mon May 1 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.1-1
- 5.1
* Thu Apr 27 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 5.0-1
- 5.0
* Thu Mar 30 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 4.14-1
- 4.14
* Wed Mar 1 2023 Gwyn Ciesla <gwync(a)protonmail.com> - 4.13-3
- migrated to SPDX license
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Dec 19 2022 Gwyn Ciesla <gwync(a)protonmail.com> - 4.13-1
- 4.13
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2039711 - libdbi for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2039711
[ 2 ] Bug #2207735 - Please branch and build gnucash in epel9.
https://bugzilla.redhat.com/show_bug.cgi?id=2207735
--------------------------------------------------------------------------------
================================================================================
koji-1.35.1-1.el9 (FEDORA-EPEL-2024-d981ecf5fd)
Build system tools
--------------------------------------------------------------------------------
Update Information:
Update to 1.35.1. Includes fix for CVE-2024-9427
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Kevin Fenzi <kevin(a)scrye.com> - 1.35.1-1
- Update to 1.35.1. Fixes rhbz#2316304
- Fixes CVE-2024-9427
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2316303 - CVE-2024-9427 koji: Escape HTML tag characters in the query string [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2316303
--------------------------------------------------------------------------------
================================================================================
lemonldap-ng-2.20.0-1.el9 (FEDORA-EPEL-2024-a5c7225e7a)
Web Single Sign On (SSO) and Access Management
--------------------------------------------------------------------------------
Update Information:
Update to 2.20.0
For details, see https://gitlab.ow2.org/lemonldap-ng/lemonldap-
ng/-/releases/v2.20.0
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Clement Oudot <clem.oudot(a)gmail.com> - 2.20.0-1
- Update to 2.20.0
* Wed Aug 28 2024 Clement Oudot <clem.oudot(a)gmail.com> - 2.19.2-1
- Update to 2.19.2
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.19.1-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libdbi-0.9.0-26.el9 (FEDORA-EPEL-2024-2481b85af0)
Database Independent Abstraction Layer for C
--------------------------------------------------------------------------------
Update Information:
Initial build.s
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 2 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.9.0-26
- convert license to SPDX
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2039711 - libdbi for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2039711
[ 2 ] Bug #2207735 - Please branch and build gnucash in epel9.
https://bugzilla.redhat.com/show_bug.cgi?id=2207735
--------------------------------------------------------------------------------
================================================================================
libdbi-drivers-0.9.0-30.el9 (FEDORA-EPEL-2024-2481b85af0)
Database-specific drivers for libdbi
--------------------------------------------------------------------------------
Update Information:
Initial build.s
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 2 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.9.0-30
- convert license to SPDX
* Thu Jul 18 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Dec 20 2023 Florian Weimer <fweimer(a)redhat.com> - 0.9.0-26
- C compatibility fixes
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Apr 24 2023 Bojan Smojver <bojan(a)rexursive.com> - 0.9.0-24
- Patch buffer overflow (bug #2186025)
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.9.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 5 2023 Peter Fordham <peter.fordham(a)gmail.com> - 0.9.0-22
- Add missing sys/wait include in tests for C99 compatibility.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2039711 - libdbi for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2039711
[ 2 ] Bug #2207735 - Please branch and build gnucash in epel9.
https://bugzilla.redhat.com/show_bug.cgi?id=2207735
--------------------------------------------------------------------------------
================================================================================
perl-JSON-Parse-0.62-10.el9 (FEDORA-EPEL-2024-2481b85af0)
Read JSON into a Perl variable
--------------------------------------------------------------------------------
Update Information:
Initial build.s
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 6 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.62-10
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jun 10 2024 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.62-8
- Perl 5.40 rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.62-4
- Perl 5.38 rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.62-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2039711 - libdbi for EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2039711
[ 2 ] Bug #2207735 - Please branch and build gnucash in epel9.
https://bugzilla.redhat.com/show_bug.cgi?id=2207735
--------------------------------------------------------------------------------
================================================================================
perl-Net-MQTT-Simple-1.28-7.el9 (FEDORA-EPEL-2024-cbda1924b5)
Minimal MQTT version 3 interface
--------------------------------------------------------------------------------
Update Information:
Initial EPEL build
--------------------------------------------------------------------------------
ChangeLog:
* Wed Sep 4 2024 Miroslav Suchý <msuchy(a)redhat.com> - 1.28-7
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.28-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.28-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.28-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.28-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Dec 28 2022 Fedora Release Monitoring <release-monitoring(a)fedoraproject.org> - 1.28-1
- Update to 1.28 (#2125846)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2314447 - Please branch and build perl-Net-MQTT-Simple for EPEL 8, 9 and 10
https://bugzilla.redhat.com/show_bug.cgi?id=2314447
--------------------------------------------------------------------------------
================================================================================
php-pecl-oauth-2.0.9-1.el9 (FEDORA-EPEL-2024-ae4297c3bc)
PHP OAuth consumer extension
--------------------------------------------------------------------------------
Update Information:
Version 2.0.9
Fix PHP-8.3 deprecations
Fix PHP-8.4 compatibility
Version 2.0.8
Fix PHP-8.2 compatibility
Fix sporadic segfault in checkOAuthRequest
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Remi Collet <remi(a)remirepo.net> - 2.0.9-1
- update to 2.0.9
--------------------------------------------------------------------------------
================================================================================
php-pecl-uuid-1.2.1-1.el9 (FEDORA-EPEL-2024-5ae8fd3218)
Universally Unique Identifier extension for PHP
--------------------------------------------------------------------------------
Update Information:
Version 1.2.1
fix for util-linux/libuuid 2.40 and uuid_time64
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Remi Collet <remi(a)remirepo.net> - 1.2.1-1
- Update to 1.2.1
--------------------------------------------------------------------------------
================================================================================
rust-async-stream-0.3.6-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Asynchronous streams using async & await notation
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.6-1
- Update to version 0.3.6; Fixes RHBZ#2316009
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-async-stream-impl-0.3.6-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Proc macros for async-stream crate
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.6-1
- Update to version 0.3.6; Fixes RHBZ#2316010
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-curl-0.4.47-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Rust bindings to libcurl for making HTTP requests
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.47-1
- Update to version 0.4.47; Fixes RHBZ#2315772
--------------------------------------------------------------------------------
================================================================================
rust-curl-sys-0.4.77-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Native bindings to the libcurl library
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.77-1
- Update to version 0.4.77+curl-8.10.1; Fixes RHBZ#2311749
--------------------------------------------------------------------------------
================================================================================
rust-cursive_core-0.3.7-5.el9 (FEDORA-EPEL-2024-299030d8ec)
Core components for the Cursive TUI
--------------------------------------------------------------------------------
Update Information:
Backport upstream patch for compatibility with versions >= 0.1.13 of the
unicode-width crate due to changes in Unicode 15.
Fixes FTBFS issues across all branches of Fedora and on EPEL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 8 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.7-5
- Backport upstream patch to fix tests with unicode-width >= 0.1.13
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Implementation of futures and streams
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316600
--------------------------------------------------------------------------------
================================================================================
rust-futures-channel-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Channels for asynchronous communication using futures-rs
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316601
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-core-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Core traits and types in for the futures library
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316602
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-executor-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Executors for asynchronous tasks based on the futures-rs library
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316603
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-io-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316604
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-macro-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Futures-rs procedural macro implementations
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316605
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-sink-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Asynchronous Sink trait for the futures-rs library
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316607
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-task-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Tools for working with tasks
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316606
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-test-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Common utilities for testing components built off futures-rs
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316608
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-futures-util-0.3.31-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Common utilities and extension traits for the futures-rs library
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2316609
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jan 29 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pin-project-1.1.6-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Safe and ergonomic pin-projection
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.1.6-1
- Update to version 1.1.6; Fixes RHBZ#2316612
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-pin-project-internal-1.1.6-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Implementation detail of the pin-project crate
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.1.6-1
- Update to version 1.1.6; Fixes RHBZ#2316611
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rust-serde_with-3.11.0-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Custom de/serialization functions for Rust's serde
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 3.11.0-1
- Update to version 3.11.0; Fixes RHBZ#2315994
--------------------------------------------------------------------------------
================================================================================
rust-serde_with_macros-3.11.0-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Proc-macro library for serde_with
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 3.11.0-1
- Update to version 3.11.0; Fixes RHBZ#2315993
--------------------------------------------------------------------------------
================================================================================
rust-thiserror-1.0.64-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Derive(Error)
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.64-1
- Update to version 1.0.64; Fixes RHBZ#2314100
--------------------------------------------------------------------------------
================================================================================
rust-thiserror-impl-1.0.64-1.el9 (FEDORA-EPEL-2024-6c3438623a)
Implementation detail of the thiserror crate
--------------------------------------------------------------------------------
Update Information:
Update the async-stream and async-stream-impl crates to version 0.3.6.
Update the curl crate to version 0.4.47 and the curl-sys crate to version
0.4.77.
Update the futures-rs crates to version 0.3.31.
Update the pin-project and pin-project-internal crates to version 1.1.6.
Update the serde_with and serde_with_macros crates to version 3.11.0.
Update the thiserror and thiserror-impl crates to version 1.0.64.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 7 2024 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.64-1
- Update to version 1.0.64; Fixes RHBZ#2314101
--------------------------------------------------------------------------------
================================================================================
xcompmgr-1.1.9-4.el9 (FEDORA-EPEL-2024-a55785d6cf)
X11 composite manager
--------------------------------------------------------------------------------
Update Information:
Initial epel9 build
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jul 20 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 22 2023 Davide Cavalca <dcavalca(a)fedoraproject.org> - 1.1.9-1
- Update to 1.1.9; Fixes: RHBZ#2142301
* Thu Jun 22 2023 Davide Cavalca <dcavalca(a)fedoraproject.org> - 1.1.8-9
- Misc specfile nits
* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2317241 - Please branch and build xcompmgr in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2317241
--------------------------------------------------------------------------------