The following Fedora EPEL 9 Security updates need testing: Age URL 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-bc6b1f3139 stb-0^20231011gitbeebb24-12.el9 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-f45cb7e6ad suricata-6.0.15-1.el9 2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-b475c743aa chromium-118.0.5993.117-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
baresip-3.6.0-1.el9 clamav-1.0.4-1.el9 go-rpm-macros-epel-3.3.0-1.el9 imapfilter-2.8.1-4.el9 libre-3.6.0-1.el9 perl-Math-Random-Secure-0.08.0001-21.el9 perl-WWW-Curl-4.17-29.el9 python-pyte-0.8.1-1.el9 radicale-3.1.8-55.el9 x2gokdrive-0.0.0.2-2.el9
Details about builds:
================================================================================ baresip-3.6.0-1.el9 (FEDORA-EPEL-2023-1f8e81ff00) Modular SIP user-agent with audio and video support -------------------------------------------------------------------------------- Update Information:
# Baresip v3.6.0 (2023-10-17) - test: call - replace stop_on_audio_video by cancel rule - video: use const struct video for `videnc_update_h` and `viddec_update_h` - misc: `fd_listen` fhs alloc rewrite - ctrl_tcp: fix netstring enum warning - ua, static_menu: Fix 100rel cmd - tools: jbuf plots - tools: fix and cleanup ajb plots - ua: move adding of norefersub extension to `create_register_clients` - main: add `re_trace.json` if enabled - jbuf: move from re to baresip - avcodec/decode: refactor `hw_frame` handling - call: include `Referred-by:` tag in REFERs - ci: bump pr-dependency-action@v0.6 - video: add video decode error trace - video: protect shared resources in `video_debug` - video: delay `video_destructor` - avcodec/decode: revert `hw_frame` handling and fix unref frame - avcodec/decode: fix last `av_frame` memory leak - test: call - count video frames in videodir tests - test call - fix logical and # libre v3.6.0 (2023-10-17) - ci/coverage: increase min. coverage - Implement `aufile_set_position` - dialog: fix rtags of forking `INVITE` with 100rel - tls/alloc: set default min proto TLS 1.2 - test: init err to 0 in sdp test (cppcheck) - main: `fd_listen` fhs alloc rewrite - Expand `RE_BREAKPOINT` macro on ARM64 - jbuf: trace data for plot - trace: use global trace log - main: use ifdef for `RE_TRACE_ENABLED` - test/hexdump: hide output - trace: remove global default trace json - ci/ssl: use tools repo and new assets - fmt: doxygen correction in `print.c` - trace: use only explicit `RE_TRACE_ENABLED` - cmake: enable C11 for Windows (not MINGW) - ci/coverage: lower min. coverage - jbuf: move jbuf to baresip - ci/coverage: improve coverage (enable trace) - ci: bump pr-dependency-action@v0.6 - ice: mDNS refactoring - trace: add flush worker and optimize memory usage - rtp: fix video jitter calculation and add arrival time rtp header - ci: remove `DARWIN` compile flag from iOS build - thread: add trace thread name logging - ci/coverage: reduce min. coverage -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Robert Scheck robert@fedoraproject.org 3.6.0-1 - Upgrade to 3.6.0 (#2244802) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2244802 - baresip-3.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2244802 [ 2 ] Bug #2244979 - libre-3.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2244979 --------------------------------------------------------------------------------
================================================================================ clamav-1.0.4-1.el9 (FEDORA-EPEL-2023-90d6559355) End-user tools for the Clam Antivirus scanner -------------------------------------------------------------------------------- Update Information:
* Update to 1.0.4 * Move docs back out of main package. -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Orion Poplawski orion@nwra.com - 1.0.4-1 - Update to 1.0.4 - Remove docs again from main package (bz#2230512) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2230512 - Package clamav contains copy of html manual but it should only be in clamav-doc https://bugzilla.redhat.com/show_bug.cgi?id=2230512 --------------------------------------------------------------------------------
================================================================================ go-rpm-macros-epel-3.3.0-1.el9 (FEDORA-EPEL-2023-5b535ea855) Backport of certain Fedora Go RPM macros to EPEL -------------------------------------------------------------------------------- Update Information:
- Update to new source git source - Remove go_mod_vendor.prov from this package. It's already upstream. - Add -L flag to %%gometa and %%gorpmname - Add direct dependency on go-rpm-macros-golist-symlink -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Maxwell G maxwell@gtmx.me - 3.3.0-1 - Update to new source git source - Remove go_mod_vendor.prov from this package. It's already upstream. - Add -L flag to %gometa and %gorpmname - Add direct dependency on go-rpm-macros-golist-symlink --------------------------------------------------------------------------------
================================================================================ imapfilter-2.8.1-4.el9 (FEDORA-EPEL-2023-62ef3af378) A flexible client side mail filtering utility for IMAP servers -------------------------------------------------------------------------------- Update Information:
Fix %doc and %license files -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Sandro devel@penguinpee.nl - 2.8.1-4 - Add Packit config * Sun Oct 29 2023 Sandro devel@penguinpee.nl - 2.8.1-3 - Fix doc files * Sun Oct 29 2023 Sandro devel@penguinpee.nl - 2.8.1-2 - Use forge macros consistently --------------------------------------------------------------------------------
================================================================================ libre-3.6.0-1.el9 (FEDORA-EPEL-2023-1f8e81ff00) Generic library for real-time communications -------------------------------------------------------------------------------- Update Information:
# Baresip v3.6.0 (2023-10-17) - test: call - replace stop_on_audio_video by cancel rule - video: use const struct video for `videnc_update_h` and `viddec_update_h` - misc: `fd_listen` fhs alloc rewrite - ctrl_tcp: fix netstring enum warning - ua, static_menu: Fix 100rel cmd - tools: jbuf plots - tools: fix and cleanup ajb plots - ua: move adding of norefersub extension to `create_register_clients` - main: add `re_trace.json` if enabled - jbuf: move from re to baresip - avcodec/decode: refactor `hw_frame` handling - call: include `Referred-by:` tag in REFERs - ci: bump pr-dependency-action@v0.6 - video: add video decode error trace - video: protect shared resources in `video_debug` - video: delay `video_destructor` - avcodec/decode: revert `hw_frame` handling and fix unref frame - avcodec/decode: fix last `av_frame` memory leak - test: call - count video frames in videodir tests - test call - fix logical and # libre v3.6.0 (2023-10-17) - ci/coverage: increase min. coverage - Implement `aufile_set_position` - dialog: fix rtags of forking `INVITE` with 100rel - tls/alloc: set default min proto TLS 1.2 - test: init err to 0 in sdp test (cppcheck) - main: `fd_listen` fhs alloc rewrite - Expand `RE_BREAKPOINT` macro on ARM64 - jbuf: trace data for plot - trace: use global trace log - main: use ifdef for `RE_TRACE_ENABLED` - test/hexdump: hide output - trace: remove global default trace json - ci/ssl: use tools repo and new assets - fmt: doxygen correction in `print.c` - trace: use only explicit `RE_TRACE_ENABLED` - cmake: enable C11 for Windows (not MINGW) - ci/coverage: lower min. coverage - jbuf: move jbuf to baresip - ci/coverage: improve coverage (enable trace) - ci: bump pr-dependency-action@v0.6 - ice: mDNS refactoring - trace: add flush worker and optimize memory usage - rtp: fix video jitter calculation and add arrival time rtp header - ci: remove `DARWIN` compile flag from iOS build - thread: add trace thread name logging - ci/coverage: reduce min. coverage -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Robert Scheck robert@fedoraproject.org 3.6.0-1 - Upgrade to 3.6.0 (#2244979) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2244802 - baresip-3.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2244802 [ 2 ] Bug #2244979 - libre-3.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2244979 --------------------------------------------------------------------------------
================================================================================ perl-Math-Random-Secure-0.08.0001-21.el9 (FEDORA-EPEL-2023-f00c18e802) Cryptographically-secure, cross-platform replacement for rand() -------------------------------------------------------------------------------- Update Information:
This package contains the Perl module Math::Random::Secure, which is intended to provide a cryptographically-secure replacement for Perl's built-in rand function. -------------------------------------------------------------------------------- ChangeLog:
* Fri Oct 20 2023 Emmanuel Seyman emmanuel@seyman.fr - 0.08.0001-21 - Migrated to SPDX license - Use /usr/bin/perl instead of %{__perl} - Use %{make_build} and %{make_install} where appropriate - Pass NO_PERLLOCAL to Makefile.PL * Thu Jul 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.08.0001-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.08.0001-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering releng@fedoraproject.org - 0.08.0001-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 1 2022 Jitka Plesnikova jplesnik@redhat.com - 0.08.0001-17 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.08.0001-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2242157 - perl-Math-Random-Secure for EL9 https://bugzilla.redhat.com/show_bug.cgi?id=2242157 --------------------------------------------------------------------------------
================================================================================ perl-WWW-Curl-4.17-29.el9 (FEDORA-EPEL-2023-458b180abe) Perl extension interface for libcurl -------------------------------------------------------------------------------- Update Information:
WWW::Curl 4.17 tried to detect if libcurl defines CURLOPT_RESOLV but ended up dropping it. This updates fixes the issue. -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Emmanuel Seyman emmanuel@seyman.fr - 4.17-29 - Add back support for CURLOPT_RESOLV -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2245689 - perl-WWW-Curl core dumps perl if use of setopt CURLOPT_RESOLV https://bugzilla.redhat.com/show_bug.cgi?id=2245689 --------------------------------------------------------------------------------
================================================================================ python-pyte-0.8.1-1.el9 (FEDORA-EPEL-2023-8468e66415) In memory VT-compatible terminal emulator -------------------------------------------------------------------------------- Update Information:
Initial build for pyte for EPEL9. -------------------------------------------------------------------------------- ChangeLog:
* Sun Sep 24 2023 Terje Rosten terje.rosten@ntnu.no - 0.8.1-1 - 0.8.1 * Fri Jul 21 2023 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint python-maint@redhat.com - 0.8.0-11 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint python-maint@redhat.com - 0.8.0-8 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2246598 - Please branch and build python-pyte in epel9 https://bugzilla.redhat.com/show_bug.cgi?id=2246598 --------------------------------------------------------------------------------
================================================================================ radicale-3.1.8-55.el9 (FEDORA-EPEL-2023-8a702db8ed) A simple CalDAV (calendar) and CardDAV (contact) server -------------------------------------------------------------------------------- Update Information:
Debundle vobject as now available in EPEL9 (#2246219) Skip bundle setup in case of nothing to bundle -------------------------------------------------------------------------------- ChangeLog:
* Sun Oct 29 2023 Peter Bieringer pb@bieringer.de - 3.1.8-55 - Debundle vobject as now available in EPEL9 (#2246219) - Skip bundle setup in case of nothing to bundle --------------------------------------------------------------------------------
================================================================================ x2gokdrive-0.0.0.2-2.el9 (FEDORA-EPEL-2023-dc3b3a1df8) KDrive graphical server backend for X2GoServer -------------------------------------------------------------------------------- Update Information:
X2Go KDrive is a KDrive-based Xserver for X2Go. It provides support for running modern desktop environments like GNOME, KDE Plasma, Cinnamon, etc. in X2Go Sessions. The X2Go KDrive graphical backend is not suitable for low bandwidth WAN connections between X2Go Client and X2Go Server. It is supposed for X2Go being used on the local area network. -------------------------------------------------------------------------------- ChangeLog:
* Thu Sep 28 2023 Orion Poplawski orion@nwra.com - 0.0.0.2-2 - Fix License tag and add upstream copyright file - Add %check * Mon Sep 25 2023 Orion Poplawski orion@nwra.com - 0.0.0.2-1 - Update to 0.0.0.2 * Thu Jun 15 2023 Orion Poplawski orion@nwra.com - 0.0.0.1-1 - Initial Fedora package --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org