[EPEL-devel] Fedora EPEL 9 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following Fedora EPEL 9 Security updates need testing:
 Age  URL
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-fb04a8f3a3   java-latest-openjdk-23.0.2.0.7-1.rolling.el9


The following builds have been pushed to Fedora EPEL 9 updates-testing

    cwm-7.4-4.el9
    fakeroot-1.37-1.el9
    hardinfo2-2.2.4-2.el9
    rust-jiff-0.1.29-1.el9

Details about builds:


================================================================================
 cwm-7.4-4.el9 (FEDORA-EPEL-2025-4761b3d746)
 Calm Window Manager by OpenBSD project
--------------------------------------------------------------------------------
Update Information:

Bring cwm from Fedora to EPEL
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jan 16 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Aug 28 2024 Miroslav Suchý <msuchy@xxxxxxxxxx> - 7.4-3
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Feb 26 2024 Bruno Meneguele <bmeneg@xxxxxxxxxx> - 7.4-1
- New upstream release (RHBZ#2244513)
* Wed Jan 24 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Feb 27 2023 DJ Delorie <dj@xxxxxxxxxx> - 7.1-4
- Fix C99 compatibility issue
* Thu Jan 19 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2329983 - cwm for epel9
        https://bugzilla.redhat.com/show_bug.cgi?id=2329983
--------------------------------------------------------------------------------


================================================================================
 fakeroot-1.37-1.el9 (FEDORA-EPEL-2025-c204fa73bd)
 Gives a fake root environment
--------------------------------------------------------------------------------
Update Information:

Automatic update for fakeroot-1.37-1.el9.
Changelog for fakeroot
* Thu Jan 23 2025 Packit <hello@xxxxxxxxxx> - 1.37-1
- Update to version 1.37
- Resolves: rhbz#2341841
* Thu Jan 16 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> -
1.36.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 27 2024 Packit <hello@xxxxxxxxxx> - 1.36.2-1
- Update to version 1.36.2
- Resolves: rhbz#2333583
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jan 23 2025 Packit <hello@xxxxxxxxxx> - 1.37-1
- Update to version 1.37
- Resolves: rhbz#2341841
* Thu Jan 16 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.36.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 27 2024 Packit <hello@xxxxxxxxxx> - 1.36.2-1
- Update to version 1.36.2
- Resolves: rhbz#2333583
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2333583 - fakeroot-1.36.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2333583
  [ 2 ] Bug #2341841 - fakeroot-1.37 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2341841
--------------------------------------------------------------------------------


================================================================================
 hardinfo2-2.2.4-2.el9 (FEDORA-EPEL-2025-c87accc7ea)
 System Information and Benchmark for Linux Systems
--------------------------------------------------------------------------------
Update Information:

Automatic update for hardinfo2-2.2.4-2.el9.
Changelog for hardinfo2
* Fri Jan 17 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> -
2.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
ChangeLog:

* Fri Jan 17 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------


================================================================================
 rust-jiff-0.1.29-1.el9 (FEDORA-EPEL-2025-654539d2da)
 Date-time library that encourages you to jump into the pit of success
--------------------------------------------------------------------------------
Update Information:

0.1.29 (2025-02-02)
This release includes a few small enhancements and a bug fix. In particular,
there is now Serde support for TimeZone and the ISOWeekDate API has been
filled out a bit more.
Unless a serious issue is uncovered, the plan is that this will be the last
release before jiff 0.2.
Enhancements
Opt-in support for using Serde with jiff::tz::TimeZone has been added.
The civil::ISOWeekDate API has been beefed up with a few convenience methods.
Add tz::Offset::round for rounding time zone offsets.
Bug fixes
Use more flexible offset equality when parsing offsets with fractional minutes.
0.1.28 (2025-01-27)
We are now able to run serde_yaml integration tests again, since upstream
switched the dev-dependency back from serde_yml due to issues with that
fork.
0.1.27 (2025-01-25)
This is a small release with a bug fix for precision loss in some cases when
doing arithmetic on Timestamp or Zoned.
0.1.26 (2025-01-23)
This is a small release with another deprecation and a new API for doing
prefix parsing via strptime. There's also a bug fix for a corner case
when dealing with daylight saving time gaps with the Zoned::with API.
0.1.25 (2025-01-21)
This release contains a number of deprecations in preparation for a jiff 0.2
release. The deprecations are meant to facilitate a smoother transition. The
deprecations, when possible, come with new APIs that will permit users to write
forward compatible code that will work in both jiff 0.1 and jiff 0.2.
This release also includes a handful of new conversion specifiers in Jiff's
strftime and strptime APIs. This improves compatibility with the analogous
implementation with GNU libc.
--------------------------------------------------------------------------------
ChangeLog:

* Sun Feb  2 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.1.29-1
- Update to 0.1.29 (close RHBZ#2343413)
* Tue Jan 28 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.1.28-1
- Update to 0.1.28 (close RHBZ#2342297)
* Sun Jan 26 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.1.27-1
- Update to 0.1.27 (close RHBZ#2339346)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2339346 - rust-jiff-0.1.27 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2339346
  [ 2 ] Bug #2342297 - rust-jiff-0.1.28 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2342297
  [ 3 ] Bug #2343413 - rust-jiff-0.1.29 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2343413
--------------------------------------------------------------------------------


-- 
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

[Index of Archives]     [Fedora Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Announce]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux