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

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

 



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

    ncdu-1.22-1.el10_0
    python-gunicorn-23.0.0-1.el10_0
    rust-priority-queue-2.2.0-1.el10_0
    rust-tokio-1.44.0-1.el10_0
    unrealircd-6.1.10-1.el10_0

Details about builds:


================================================================================
 ncdu-1.22-1.el10_0 (FEDORA-EPEL-2025-da9feff4e2)
 Text-based disk usage viewer
--------------------------------------------------------------------------------
Update Information:

Update to 1.22 (released 2025-03-05). Changes in this version:
Add support for @-prefixed lines to ignore errors in config file (from 2.8)
List all supported options in --help (from 2.8)
Use kB instead of KB in --si mode (from 2.8)
Add --graph-style option (from 2.1)
Fix supported range of uid/gid numbers
--------------------------------------------------------------------------------
ChangeLog:

* Sat Mar  8 2025 Richard Fearn <richardfearn@xxxxxxxxx> - 1.22-1
- Update to 1.22 (#2350431)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2350431 - ncdu-1.22 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2350431
--------------------------------------------------------------------------------


================================================================================
 python-gunicorn-23.0.0-1.el10_0 (FEDORA-EPEL-2025-41c26da2a8)
 Python WSGI HTTP Server
--------------------------------------------------------------------------------
Update Information:

Initial package for EPEL 10
--------------------------------------------------------------------------------
ChangeLog:

* Sat Mar  8 2025 Neal Gompa <ngompa@xxxxxxxxxxxxxxxxx> - 23.0.0-1
- Update to 23.0.0
* Fri Feb 14 2025 Romain Geissler <romain.geissler@xxxxxxxxxxx> - 21.2.0-8
- Remove eventlet subpackage as python-eventlet is retired from fedora.
* Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 21.2.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 21.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun  7 2024 Python Maint <python-maint@xxxxxxxxxx> - 21.2.0-5
- Bootstrap for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 21.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 21.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep  6 2023 Carl George <carlwgeorge@xxxxxxxxxxxxxxxxx> - 21.2.0-2
- Add subpackages for gevent, eventlet, and setproctitle extras
* Thu Aug 31 2023 Carl George <carlwgeorge@xxxxxxxxxxxxxxxxx> - 21.2.0-1
- Update to version 21.2.0, resolves rhbz#2223435
* Fri Jul 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 20.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 28 2023 Python Maint <python-maint@xxxxxxxxxx> - 20.1.0-11
- Rebuilt for Python 3.12
* Sat Jun 24 2023 Orion Poplawski <orion@xxxxxxxx> - 20.1.0-10
- Remove unneeded dependency on aiohttp - resolves circular dep
* Fri Apr  7 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 20.1.0-9
- Remove setuptools dependency. Fixes DeprecationWarning for pkg_resources;
  closes RHBZ#2183385
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2331004 - Please branch and build python3-gunicorn in epel10
        https://bugzilla.redhat.com/show_bug.cgi?id=2331004
--------------------------------------------------------------------------------


================================================================================
 rust-priority-queue-2.2.0-1.el10_0 (FEDORA-EPEL-2025-bb6c0cb9c8)
 Priority Queue implemented as a heap
--------------------------------------------------------------------------------
Update Information:

Update to 2.2.0
2.2.0 Implement pop_if. Documentation improvements.
--------------------------------------------------------------------------------
ChangeLog:

* Sat Mar  8 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.2.0-1
- Update to 2.2.0
--------------------------------------------------------------------------------


================================================================================
 rust-tokio-1.44.0-1.el10_0 (FEDORA-EPEL-2025-0d90a5b759)
 Event-driven, non-blocking I/O platform
--------------------------------------------------------------------------------
Update Information:

Update to version 1.44.0.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Mar  7 2025 Fabio Valentini <decathorpe@xxxxxxxxx> - 1.44.0-1
- Update to version 1.44.0; Fixes RHBZ#2350692
--------------------------------------------------------------------------------


================================================================================
 unrealircd-6.1.10-1.el10_0 (FEDORA-EPEL-2025-0f05f423ef)
 Open Source IRC server
--------------------------------------------------------------------------------
Update Information:

UnrealIRCd 6.1.10
This is mostly a maintenance release with a few small new features.
Enhancements
In the spamfilter { } block two new options:
input-conversion: This can be set to none to make the spamfilter run against the
original text. This in contrast to how default spamfilter behaves where the text
is matched against text that has color and control codes removed. Can be useful
if you need to match against such a special character.
show-message-content-on-hit: this works like set::show-message-content-on-hit,
but on an individual spamfilter basis.
If unrealircd.conf doesn't exist then upstream now offers to copy the example
configuration (showing a list of languages to pick from).
Changes
Update the example configuration:
Mark specific sections with "CHANGE THIS" for people who are in a hurry and
really only want to do the bare minimum to get the IRCd booted.
More things are commented out by default, like example link blocks and ulines.
In addition to the the default ircd.log text file log block, also add a JSON log
block. JSON logging includes a lot of information about every event so is great
for auditing purposes and machine readable.
Error on some more duplicate config items, e.g. allow::password.
In target-flood log messages upstream now shows the message type (e.g. PRIVMSG).
Fixes
Fix compile problems on (upcoming) GCC 15 as it assumes C23 by default. This for
future Fedora 42 and possibly Ubuntu 25.04, both scheduled around April 2025.
Fix crash on SPAMREPORT <ip> (IRCOp-only command) if the central-blocklist
module is loaded.
Fix make_channel() not checking minimal validity of channel names. Only an issue
for (bad) trusted remote server traffic.
--------------------------------------------------------------------------------
ChangeLog:

* Sat Mar  8 2025 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 6.1.10-1
- Upgrade to 6.1.10 (#2345958)
* Sat Feb  1 2025 Björn Esser <besser82@xxxxxxxxxxxxxxxxx> - 6.1.9.1-3
- Add explicit BR: libxcrypt-devel
* Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 6.1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2345958 - unrealircd-6.1.10 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2345958
--------------------------------------------------------------------------------


-- 
_______________________________________________
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