--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-f9c15219ca
2025-03-01 00:37:03.477060+00:00
--------------------------------------------------------------------------------
Name : libre
Product : Fedora EPEL 8
Version : 3.20.0
Release : 1.el8
URL : https://github.com/baresip/re
Summary : Generic library for real-time communications
Description :
Libre is a generic library for real-time communications with async I/O
support. Features are a SIP stack (RFC 3261), SDP, RTP and RTCP, SRTP and
SRTCP (Secure RTP), DNS client, STUN/TURN/ICE stack, BFCP, HTTP stack with
client/server, Websockets, Jitter buffer, async I/O (poll, epoll, select,
kqueue), UDP/TCP/TLS/DTLS transport, JSON parser and Real Time Messaging
Protocol (RTMP).
--------------------------------------------------------------------------------
Update Information:
Baresip v3.20.0 (2025-02-18)
mixausrc: use float instead of double
misc: refactor _GNU_SOURCE usage
test: use real objects instead of synthetic pointers
cmake: fix _GNU_SOURCE definition
test_call_bundle_base: add TEST_ERR() after each call
avcapture: fix vidframe init
test: make test_call_bundle stable
fakevideo: add cast to fix windows warning
ausine: add cast to fix warning on windows
auresamp: change type to fix warning on windows
avformat: init vidframe properly
ci: add support for Windows platform
log: use secure RE_VA_ARGS logging
aaudio: modifications
rtprecv: fix info printf size error
log: refactor safe RE_ARG handling
av1: use enum values from enum obu_type
ci/build: fix install aac
call/call_event_handler: fix possible call NULL deref
libre v3.20.0 (2025-02-18)
http/server: increase BUFSIZE_MAX to 1 MB and add http_set_max_body_size
test: init err to zero (fixes cppcheck warning)
test: add RTCP_APP to RTCP test
mem,aubuf: add pre-allocated memory pool management
test: increase test_oom levels and oom fixes
mem/mem_pool: fix mem_pool_extend new member destructor
ci: bump version and min_cov
av1: remove duplicate/unused getbit.c
test/cmake: link C++ lib
http: restart timer for each chunk
ci/valgrind: use ubuntu-latest
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2025 Robert Scheck <robert(a)fedoraproject.org> 3.20.0-1
- Upgrade to 3.20.0 (#2346281)
* Fri Jan 17 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.19.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2346252 - baresip-3.20.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2346252
[ 2 ] Bug #2346281 - libre-3.20.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2346281
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update libre' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-f5926cb68e
2025-03-01 00:37:03.477066+00:00
--------------------------------------------------------------------------------
Name : objfw
Product : Fedora EPEL 8
Version : 1.2.4
Release : 1.el8
URL : https://objfw.nil.im
Summary : Portable, lightweight framework for the Objective-C language
Description :
ObjFW is a portable, lightweight framework for the Objective-C language. It
enables you to write an application in Objective-C that will run on any
platform supported by ObjFW without having to worry about differences between
operating systems or various frameworks you would otherwise need if you want to
be portable.
It supports all modern Objective-C features when using Clang, but is also
compatible with GCC ≥ 4.6 to allow maximum portability.
ObjFW also comes with its own lightweight and extremely fast Objective-C
runtime, which in real world use cases was found to be significantly faster
than both GNU's and Apple's runtime.
--------------------------------------------------------------------------------
Update Information:
Update to 1.2.4
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2025 Jonathan Schleifer <js(a)fedoraproject.org> - 1.2.4-1
- Update to 1.2.4
* Fri Jan 17 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update objfw' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-f9c15219ca
2025-03-01 00:37:03.477060+00:00
--------------------------------------------------------------------------------
Name : baresip
Product : Fedora EPEL 8
Version : 3.20.0
Release : 1.el8
URL : https://github.com/baresip/baresip
Summary : Modular SIP user-agent with audio and video support
Description :
A modular SIP user-agent with support for audio and video, and many IETF
standards such as SIP, SDP, RTP/RTCP and STUN/TURN/ICE for both, IPv4 and
IPv6.
Additional modules provide support for audio codecs like Codec2, G.711,
G.722, G.726, GSM, L16, MPA and Opus, audio drivers like ALSA, GStreamer,
JACK Audio Connection Kit, Portaudio, and PulseAudio, video codecs like
AV1, VP8 or VP9, video sources like Video4Linux, video outputs like SDL2
or X11, NAT traversal via STUN, TURN, ICE, and NAT-PMP, media encryption
via TLS, SRTP or DTLS-SRTP, management features like embedded web-server
with HTTP interface, command-line console and interface, and MQTT.
--------------------------------------------------------------------------------
Update Information:
Baresip v3.20.0 (2025-02-18)
mixausrc: use float instead of double
misc: refactor _GNU_SOURCE usage
test: use real objects instead of synthetic pointers
cmake: fix _GNU_SOURCE definition
test_call_bundle_base: add TEST_ERR() after each call
avcapture: fix vidframe init
test: make test_call_bundle stable
fakevideo: add cast to fix windows warning
ausine: add cast to fix warning on windows
auresamp: change type to fix warning on windows
avformat: init vidframe properly
ci: add support for Windows platform
log: use secure RE_VA_ARGS logging
aaudio: modifications
rtprecv: fix info printf size error
log: refactor safe RE_ARG handling
av1: use enum values from enum obu_type
ci/build: fix install aac
call/call_event_handler: fix possible call NULL deref
libre v3.20.0 (2025-02-18)
http/server: increase BUFSIZE_MAX to 1 MB and add http_set_max_body_size
test: init err to zero (fixes cppcheck warning)
test: add RTCP_APP to RTCP test
mem,aubuf: add pre-allocated memory pool management
test: increase test_oom levels and oom fixes
mem/mem_pool: fix mem_pool_extend new member destructor
ci: bump version and min_cov
av1: remove duplicate/unused getbit.c
test/cmake: link C++ lib
http: restart timer for each chunk
ci/valgrind: use ubuntu-latest
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2025 Robert Scheck <robert(a)fedoraproject.org> 3.20.0-1
- Upgrade to 3.20.0 (#2346252)
* Wed Feb 5 2025 Robert-André Mauchin <zebob.m(a)gmail.com> - 3.19.0-3
- Rebuilt for aom 3.11.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2346252 - baresip-3.20.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2346252
[ 2 ] Bug #2346281 - libre-3.20.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2346281
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update baresip' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-768199da7e
2025-03-01 00:37:03.477046+00:00
--------------------------------------------------------------------------------
Name : rizin
Product : Fedora EPEL 8
Version : 0.7.4
Release : 5.el8
URL : https://rizin.re/
Summary : UNIX-like reverse engineering framework and command-line tool-set
Description :
Rizin is a free and open-source Reverse Engineering framework, providing a
complete binary analysis experience with features like Disassembler,
Hexadecimal editor, Emulation, Binary inspection, Debugger, and more.
Rizin is a fork of radare2 with a focus on usability, working features and code
cleanliness.
--------------------------------------------------------------------------------
Update Information:
security update
--------------------------------------------------------------------------------
ChangeLog:
* Wed Feb 19 2025 Peter Oliver <rpm(a)mavit.org.uk> - 0.7.4-5
- Rebuild against tree-sitter-0.25.2-3.fc43
* Mon Feb 3 2025 Peter Oliver <rpm(a)mavit.org.uk> - 0.7.4-4
- Rebuild against tree-sitter-0.25.1-6.fc42
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Dec 31 2024 Michal Ambroz <rebus _AT seznam.cz> - 0.7.4-2
- bump to version 0.7.4
* Sun Sep 1 2024 Yaakov Selkowitz <yselkowi(a)redhat.com> - 0.7.3-3
- Rebuilt for tree-sitter 0.23.0
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Apr 14 2024 Sérgio Basto <sergio(a)serjux.com> - 0.7.3-1
- Update rizin to 0.7.3 (#2238987)
- (#2271957) remove provides of pkgconfig(libzstd)
* Mon Mar 25 2024 Riccardo Schirone <rschirone91(a)gmail.com> - 0.7.2-2
- Rebase to upstream version 0.7.2 (fix changelog)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Nov 13 2023 Michal Ambroz <rebus _AT seznam.cz> - 0.6.3-1
- Rebase to upstream version 0.6.3
- change license string to comply with the SPDX
* Mon Aug 21 2023 Riccardo Schirone <rschirone91(a)gmail.com> - 0.6.1-1
- Rebase to upstream version 0.6.1
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2235164 - CVE-2023-40022 rizin: Integer Overflow in C++ demangler logic [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2235164
[ 2 ] Bug #2329976 - CVE-2024-31669 rizin: Uncontrolled Resource Consumption via bin_pe_parse_imports [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2329976
[ 3 ] Bug #2332149 - CVE-2024-31670 rizin: buffer overflow via create_cache_bins [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2332149
[ 4 ] Bug #2332935 - CVE-2024-31668 rizin: improper neutralization of special elements via meta_set function [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2332935
[ 5 ] Bug #2333655 - rizin-0.7.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2333655
[ 6 ] Bug #2333932 - CVE-2024-53256 rizin: Rizin has a command injection via RzBinInfo bclass due legacy code [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2333932
[ 7 ] Bug #2346253 - Non-responsive maintainer check for ret2libc
https://bugzilla.redhat.com/show_bug.cgi?id=2346253
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rizin' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-768199da7e
2025-03-01 00:37:03.477046+00:00
--------------------------------------------------------------------------------
Name : cutter-re
Product : Fedora EPEL 8
Version : 2.3.4
Release : 6.el8
URL : https://cutter.re/
Summary : GUI for Rizin reverse engineering framework
Description :
Cutter is a Qt and C++ GUI for Rizin. Its goal is making an advanced,
customizable and FOSS reverse-engineering platform while keeping the user
experience at mind. Cutter is created by reverse engineers for reverse
engineers.
--------------------------------------------------------------------------------
Update Information:
security update
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 1 2025 Michal Ambroz <rebus _AT seznam.cz> - 2.3.4-5
- Rebuild with new version of rizin 0.7.4
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed May 29 2024 Michal Ambroz <rebus _AT seznam.cz> - 2.3.4-3
- Rebuild with new version of rizin 0.7.3
* Mon Mar 25 2024 Riccardo Schirone <rschirone91(a)gmail.com> - 2.3.4-2
- Rebase to version 2.3.4 (fix changelog)
* Wed Jan 24 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Nov 13 2023 Michal Ambroz <rebus _AT seznam.cz> - 2.3.2-1
- Rebase to version 2.3.2
* Mon Aug 21 2023 Riccardo Schirone <rschirone91(a)gmail.com> - 2.3.1-1
- Rebase to version 2.3.1
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed May 17 2023 Riccardo Schirone <rschirone91(a)gmail.com> - 2.2.1-1
- Rebase to version 2.2.1
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2235164 - CVE-2023-40022 rizin: Integer Overflow in C++ demangler logic [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2235164
[ 2 ] Bug #2329976 - CVE-2024-31669 rizin: Uncontrolled Resource Consumption via bin_pe_parse_imports [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=2329976
[ 3 ] Bug #2332149 - CVE-2024-31670 rizin: buffer overflow via create_cache_bins [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2332149
[ 4 ] Bug #2332935 - CVE-2024-31668 rizin: improper neutralization of special elements via meta_set function [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2332935
[ 5 ] Bug #2333655 - rizin-0.7.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2333655
[ 6 ] Bug #2333932 - CVE-2024-53256 rizin: Rizin has a command injection via RzBinInfo bclass due legacy code [epel-8]
https://bugzilla.redhat.com/show_bug.cgi?id=2333932
[ 7 ] Bug #2346253 - Non-responsive maintainer check for ret2libc
https://bugzilla.redhat.com/show_bug.cgi?id=2346253
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update cutter-re' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-eb6a4a2289
2025-03-01 00:37:03.477054+00:00
--------------------------------------------------------------------------------
Name : rust-ripgrep
Product : Fedora EPEL 8
Version : 14.1.1
Release : 1.el8
URL : https://crates.io/crates/ripgrep
Summary : Line-oriented search tool
Description :
Ripgrep is a line-oriented search tool that recursively searches the
current directory for a regex pattern while respecting gitignore rules.
ripgrep has first class support on Windows, macOS and Linux.
--------------------------------------------------------------------------------
Update Information:
Update to version 14.1.1, matching the version available in EPEL 9 and Fedora.
Note that version 14 contains very minor changes to how some command-line
arguments are handled to avoid inconsistent and / or unexpected behaviour.
This version should also fix a potential soundness issue in the bundled PCRE2
bindings that can cause crashes when compiled with recent versions of Rust, and
fixes the FTBFS issue of this package on EPEL 8 that was caused by just such a
crash in the package's test suite.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2025 Fabio Valentini <decathorpe(a)gmail.com> - 14.1.1-1
- Update to version 14.1.1
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rust-ripgrep' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-990c203579
2025-03-01 00:37:03.477016+00:00
--------------------------------------------------------------------------------
Name : fedora-license-data
Product : Fedora EPEL 8
Version : 1.65
Release : 1.el8
URL : https://gitlab.com/fedora/legal/fedora-license-data
Summary : Fedora Linux license data
Description :
This project contains information about licenses used in the Fedora
Linux project. Licenses are categorized by their approval or
non-approval and may include additional notes. The data files provide
mappings between the SPDX license expressions and the older Fedora
license legacy-abbreviations.
The project also intends to publish the combined license information
in a number of data file formats and provide a package in Fedora for
other projects to reference, such as package building tools and
package checking tools.
The Fedora Legal team is responsible for this project.
--------------------------------------------------------------------------------
Update Information:
Automatic update for fedora-license-data-1.65-1.el8.
Changelog for fedora-license-data
* Thu Feb 20 2025 Miroslav Suchý <msuchy(a)redhat.com> 1.65-1
- Add BSD-3-Clause WITH AdditionRef-WebM-patent license
- add public domain dedication in desktop-backgrouds
- mark OFL-1.1-RFN and OFL-1.1-no-RFN as equal
- ultrapermissive dedication of broda from crosswords package
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2025 Miroslav Suchý <msuchy(a)redhat.com> 1.65-1
- Add BSD-3-Clause WITH AdditionRef-WebM-patent license
- add public domain dedication in desktop-backgrouds
- mark OFL-1.1-RFN and OFL-1.1-no-RFN as equal
- ultrapermissive dedication of broda from crosswords package
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fedora-license-data' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------