The following builds have been pushed to Fedora EPEL 7 updates-testing
baresip-2.9.0-1.el7 exim-4.96-4.el7 libre-2.9.0-1.el7 librem-2.9.0-1.el7
Details about builds:
================================================================================ baresip-2.9.0-1.el7 (FEDORA-EPEL-2022-3258000480) Modular SIP user-agent with audio and video support -------------------------------------------------------------------------------- Update Information:
# Baresip 2.9.0 (2022-11-01) * sndfile: Filename includes `strm->cname` (i.e. `call->local_uri`) && `strm->peer` values (i.e. `call->peer_uri`) to derive source and destination of recorded call * log: optional timestamps * avcodec: remove H263 codec * mk: bump `PROJECT_NUMBER` in `Doxyfile` * stream: correct Doxygen for peer field * cmake: add pre version handling * cmake,debian: use `dh-cmake` * cmake: add pkgconfig * Avoid webrtc_aecm module C++20 extension warnings * cmake/ctrld_dbus: ninja and subdirectory fixes * cmake: link `CMAKE_CURRENT_BINARY_DIR` modules * cmake,debian: fix libbaresip dependency * cmake: set C only flags * FindPNG needs to find also include directory * FindVPX needs to find also include directory * Multicast send events on mcreg enable commands * call, menu: support display name for outgoing calls * call: hangup call on transp reset if necessary * portaudio: add `mediadev_add` with mediadev driver fields * call: fix mnat `call_streams_alloc` * jack: fix CodeQL uninitialized local variable * Avoid snapshot compiler warnings * avformat: remove old call to `avcodec_register_all()` * avformat: remove `LIBAVUTIL_VERSION_MAJOR` check * ua: wording for warning in `ua_refer_send()` * ua: use mbuf functions for `ua_connect_dir` * ci: use `actions/checkout@v3` * avcodec: remove `av_packet_free()` wrapper * selfview: create window in encode_update * alsa: use C11 threads * config: fix template for `avcodec_xxx` * avformat: use C11 threads * v4l2: use C11 threads * avcodec: remove `LIBAVUTIL_VERSION_MAJOR` check * multicast: use C11 threads * menu fix display name * account: do not complete dial URI if scheme is included * menu: simplify URI complete * gtk: use new function `account_uri_complete_strdup()` * Removed module avformat dependency on libpostproc * make: detect and add swscale module in modules.mk * cmake: add `APP_MODULES` symlinks * cmake: use `CMAKE_SHARED_MODULE_SUFFIX` # librem v2.9.0 (2022-11-01) * cmake: add pre-release version handling * `README.md`: Update build instructions for cmake * aubuf: exclude non compatible CXX functions * auframe: skip level calculation if format is RAW * ci: use `actions/checkout@v3` * vidframe_draw_point: add NV12 and NV21 pixel format # libre v2.9.0 (2022-11-01) * cmake,make: bump version and set dev identifier * udp: remove `udp_send_anon()` * cmake: enable export symbols for backtrace * `README.md`: Update build instructions for cmake * cmake: improve kqueue and epoll detection * fs: add `fs_stdio_hide()` and `fs_stdio_restore()` helpers * json: remove unknown type warning * http: fix warning arguments * net_if_getlinklocal: use AF from input parameter * fmt: add `str_itoa` * SDP support for <proto> udp * tls: remove some warnings * fmt: add `pl_trim` functions * aes/openssl: remove obsolete version check * http: use `str_dup()` instead of unsafe `strcpy()` * doxygen: update comments * reg: remove obsolete void cast * Tls connect debug * mk: update doxygen file * ci: use `actions/checkout@v3` * tls: remove ifdef from public API * sip: `sip_conncfg_set` pass by reference * dnsc get conf and skip hash alloc without hash size changes * sdp/media: fix reorder codecs (restore old behavior) * list: fix `list_flush` head and tail * prepare 2.9.0 -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 1 2022 Robert Scheck robert@fedoraproject.org 2.9.0-1 - Upgrade to 2.9.0 (#2139174) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2139163 - libre-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139163 [ 2 ] Bug #2139164 - librem-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139164 [ 3 ] Bug #2139174 - baresip-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139174 --------------------------------------------------------------------------------
================================================================================ exim-4.96-4.el7 (FEDORA-EPEL-2022-0ff028bdf5) The exim mail transfer agent -------------------------------------------------------------------------------- Update Information:
Fixed use after free in dmarc_dns_lookup (CVE-2022-3620). -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 1 2022 Jaroslav ��karvada jskarvad@redhat.com - 4.96-4 - Fixed use after free in dmarc_dns_lookup Resolves: CVE-2022-3620 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2136729 - CVE-2022-3620 exim: UAF in dmarc_dns_lookup https://bugzilla.redhat.com/show_bug.cgi?id=2136729 --------------------------------------------------------------------------------
================================================================================ libre-2.9.0-1.el7 (FEDORA-EPEL-2022-3258000480) Generic library for real-time communications -------------------------------------------------------------------------------- Update Information:
# Baresip 2.9.0 (2022-11-01) * sndfile: Filename includes `strm->cname` (i.e. `call->local_uri`) && `strm->peer` values (i.e. `call->peer_uri`) to derive source and destination of recorded call * log: optional timestamps * avcodec: remove H263 codec * mk: bump `PROJECT_NUMBER` in `Doxyfile` * stream: correct Doxygen for peer field * cmake: add pre version handling * cmake,debian: use `dh-cmake` * cmake: add pkgconfig * Avoid webrtc_aecm module C++20 extension warnings * cmake/ctrld_dbus: ninja and subdirectory fixes * cmake: link `CMAKE_CURRENT_BINARY_DIR` modules * cmake,debian: fix libbaresip dependency * cmake: set C only flags * FindPNG needs to find also include directory * FindVPX needs to find also include directory * Multicast send events on mcreg enable commands * call, menu: support display name for outgoing calls * call: hangup call on transp reset if necessary * portaudio: add `mediadev_add` with mediadev driver fields * call: fix mnat `call_streams_alloc` * jack: fix CodeQL uninitialized local variable * Avoid snapshot compiler warnings * avformat: remove old call to `avcodec_register_all()` * avformat: remove `LIBAVUTIL_VERSION_MAJOR` check * ua: wording for warning in `ua_refer_send()` * ua: use mbuf functions for `ua_connect_dir` * ci: use `actions/checkout@v3` * avcodec: remove `av_packet_free()` wrapper * selfview: create window in encode_update * alsa: use C11 threads * config: fix template for `avcodec_xxx` * avformat: use C11 threads * v4l2: use C11 threads * avcodec: remove `LIBAVUTIL_VERSION_MAJOR` check * multicast: use C11 threads * menu fix display name * account: do not complete dial URI if scheme is included * menu: simplify URI complete * gtk: use new function `account_uri_complete_strdup()` * Removed module avformat dependency on libpostproc * make: detect and add swscale module in modules.mk * cmake: add `APP_MODULES` symlinks * cmake: use `CMAKE_SHARED_MODULE_SUFFIX` # librem v2.9.0 (2022-11-01) * cmake: add pre-release version handling * `README.md`: Update build instructions for cmake * aubuf: exclude non compatible CXX functions * auframe: skip level calculation if format is RAW * ci: use `actions/checkout@v3` * vidframe_draw_point: add NV12 and NV21 pixel format # libre v2.9.0 (2022-11-01) * cmake,make: bump version and set dev identifier * udp: remove `udp_send_anon()` * cmake: enable export symbols for backtrace * `README.md`: Update build instructions for cmake * cmake: improve kqueue and epoll detection * fs: add `fs_stdio_hide()` and `fs_stdio_restore()` helpers * json: remove unknown type warning * http: fix warning arguments * net_if_getlinklocal: use AF from input parameter * fmt: add `str_itoa` * SDP support for <proto> udp * tls: remove some warnings * fmt: add `pl_trim` functions * aes/openssl: remove obsolete version check * http: use `str_dup()` instead of unsafe `strcpy()` * doxygen: update comments * reg: remove obsolete void cast * Tls connect debug * mk: update doxygen file * ci: use `actions/checkout@v3` * tls: remove ifdef from public API * sip: `sip_conncfg_set` pass by reference * dnsc get conf and skip hash alloc without hash size changes * sdp/media: fix reorder codecs (restore old behavior) * list: fix `list_flush` head and tail * prepare 2.9.0 -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 1 2022 Robert Scheck robert@fedoraproject.org 2.9.0-1 - Upgrade to 2.9.0 (#2139163) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2139163 - libre-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139163 [ 2 ] Bug #2139164 - librem-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139164 [ 3 ] Bug #2139174 - baresip-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139174 --------------------------------------------------------------------------------
================================================================================ librem-2.9.0-1.el7 (FEDORA-EPEL-2022-3258000480) Audio and video processing media library -------------------------------------------------------------------------------- Update Information:
# Baresip 2.9.0 (2022-11-01) * sndfile: Filename includes `strm->cname` (i.e. `call->local_uri`) && `strm->peer` values (i.e. `call->peer_uri`) to derive source and destination of recorded call * log: optional timestamps * avcodec: remove H263 codec * mk: bump `PROJECT_NUMBER` in `Doxyfile` * stream: correct Doxygen for peer field * cmake: add pre version handling * cmake,debian: use `dh-cmake` * cmake: add pkgconfig * Avoid webrtc_aecm module C++20 extension warnings * cmake/ctrld_dbus: ninja and subdirectory fixes * cmake: link `CMAKE_CURRENT_BINARY_DIR` modules * cmake,debian: fix libbaresip dependency * cmake: set C only flags * FindPNG needs to find also include directory * FindVPX needs to find also include directory * Multicast send events on mcreg enable commands * call, menu: support display name for outgoing calls * call: hangup call on transp reset if necessary * portaudio: add `mediadev_add` with mediadev driver fields * call: fix mnat `call_streams_alloc` * jack: fix CodeQL uninitialized local variable * Avoid snapshot compiler warnings * avformat: remove old call to `avcodec_register_all()` * avformat: remove `LIBAVUTIL_VERSION_MAJOR` check * ua: wording for warning in `ua_refer_send()` * ua: use mbuf functions for `ua_connect_dir` * ci: use `actions/checkout@v3` * avcodec: remove `av_packet_free()` wrapper * selfview: create window in encode_update * alsa: use C11 threads * config: fix template for `avcodec_xxx` * avformat: use C11 threads * v4l2: use C11 threads * avcodec: remove `LIBAVUTIL_VERSION_MAJOR` check * multicast: use C11 threads * menu fix display name * account: do not complete dial URI if scheme is included * menu: simplify URI complete * gtk: use new function `account_uri_complete_strdup()` * Removed module avformat dependency on libpostproc * make: detect and add swscale module in modules.mk * cmake: add `APP_MODULES` symlinks * cmake: use `CMAKE_SHARED_MODULE_SUFFIX` # librem v2.9.0 (2022-11-01) * cmake: add pre-release version handling * `README.md`: Update build instructions for cmake * aubuf: exclude non compatible CXX functions * auframe: skip level calculation if format is RAW * ci: use `actions/checkout@v3` * vidframe_draw_point: add NV12 and NV21 pixel format # libre v2.9.0 (2022-11-01) * cmake,make: bump version and set dev identifier * udp: remove `udp_send_anon()` * cmake: enable export symbols for backtrace * `README.md`: Update build instructions for cmake * cmake: improve kqueue and epoll detection * fs: add `fs_stdio_hide()` and `fs_stdio_restore()` helpers * json: remove unknown type warning * http: fix warning arguments * net_if_getlinklocal: use AF from input parameter * fmt: add `str_itoa` * SDP support for <proto> udp * tls: remove some warnings * fmt: add `pl_trim` functions * aes/openssl: remove obsolete version check * http: use `str_dup()` instead of unsafe `strcpy()` * doxygen: update comments * reg: remove obsolete void cast * Tls connect debug * mk: update doxygen file * ci: use `actions/checkout@v3` * tls: remove ifdef from public API * sip: `sip_conncfg_set` pass by reference * dnsc get conf and skip hash alloc without hash size changes * sdp/media: fix reorder codecs (restore old behavior) * list: fix `list_flush` head and tail * prepare 2.9.0 -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 1 2022 Robert Scheck robert@fedoraproject.org 2.9.0-1 - Upgrade to 2.9.0 (#2139164) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2139163 - libre-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139163 [ 2 ] Bug #2139164 - librem-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139164 [ 3 ] Bug #2139174 - baresip-2.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2139174 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org