lsyncd and autossh - already in epel9
geoip - https://bugzilla.redhat.com/show_bug.cgi?id=2066787
"Please do NOT branch GeoIP for EPEL 9, because MaxMind, the GeoIP
upstream, has clearly declared the end of life for GeoIP"
webalizer - nobody has asked for it. And maybe someone needs to port
webalizer to use libmaxminddb
On Fri, Sep 9, 2022 at 6:29 AM Serge Sterck via epel-devel <
epel-devel(a)lists.fedoraproject.org> wrote:
> I have backported from fedora to almalinux 9/centos 9/rocky 9 some rpms
>
>
> lsyncd
> autossh
> geoip needed for webalizer
> webalier
>
>
> i provide the binary and the source rpm at this url
>
>
> alma9-rpm
> <https://tenfmsb-my.sharepoint.com/:f:/g/personal/serge_sterck_fmsb_be/EgNXH…>
>
The following builds have been pushed to Fedora EPEL 7 updates-testing
baresip-3.0.0-1.el7
fedora-repo-zdicts-2303.1-1.el7
libre-3.0.0-1.el7
Details about builds:
================================================================================
baresip-3.0.0-1.el7 (FEDORA-EPEL-2023-61649549df)
Modular SIP user-agent with audio and video support
--------------------------------------------------------------------------------
Update Information:
# Baresip v3.0.0 (2023-03-20) - ua: allow custom headers in sip REGISTER
request - merge rem into re - main: fix async init order (after config load)
- ci: install pkg-config on mac-os - ci: remove rem in sanitizers and valgrind
yml - video: fix `vidqueue_poll` `list_move` - Dshow fixes - Moved adding of
custom headers from `ua_connect_dir` to `ua_call_alloc` - Include also params
to MESSAGE URI - video: remove unused `qent->dst` - call: Fix delayed (auto)
answer if awaiting PRACK - video: add TX thread - ccheck: add
`check_list_unlink` check - stream: add `stream_enable_tx()` api - audio:
align Audio TX thread name - Send event when dump file is opened - video: add
`NULL` pointer check for vidisp - ua: Fix calls of `ua_event()` - call: Fix
calls of `call_event_handler` # libre v3.0.0 (2023-03-20) - librem is now
merged into libre - main: allow poll_method change only before setup - main:
add more details to `re_debug()` - merge rem into re - tmr,main: thread safe
tmr handling - tmr,main: add `tmrl_count` - main: add
`re_thread_async_main_id` and `re_thread_async_main_cancel` - merge retest into
re - tls: add doxygen comment to `dtls_recv_packet()` - test: use `TEST_ERR`
- hmac: remove unused `SHA_BLOCKSIZE` - async: fix cancel memory leaks - ci:
windows Debug/Release - cmake: add extra source files for aes and hmac - test:
remove libpthread from `LINKLIBS` - hmac: add stateless HMAC-SHA256 wrapper -
thread: add thread name handling - ci: add support for Android - test: fix
convert C99 - dbg: remove pre-C99 fallbacks - test: remove `CMAKE_C_STANDARD`
- sdp/media: fix ccheck `list_unlink` warning - jbuf: allocate mutex and lock
also `jbuf_debug()` - sys/fs: fix `fs_fopen` read only mode (should not create
file) - ci/ssl: update OpenSSL/LibreSSL - http: fix `read_file` on win32
(wrong filesize) and use mbuf - sys: add `sys_getenv()` - rtp: Don't check
RTCP socket if rtcp-mux is enabled - tls: remove return statement that is not
needed - sha: add `sha256_printf()` - cmake: add rem headers to install -
cmake: merge `REM_HEADERS` - tls: set mbuf pos and end at the same time -
misc: add Makefile helpers and exclude retest from all target - sa: add
`sa_struct_get_size()` to check size - rtcp: make `rtcp_calc_rtt()` public -
test: add `HAVE_UNIXSOCK=0` support - aubuf: set sample format when frame is
read
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Robert Scheck <robert(a)fedoraproject.org> 3.0.0-1
- Upgrade to 3.0.0 (#2180064)
- Added (hopefully future upstream) patch for PipeWire support
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2179923 - libre-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2179923
[ 2 ] Bug #2180064 - baresip-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2180064
--------------------------------------------------------------------------------
================================================================================
fedora-repo-zdicts-2303.1-1.el7 (FEDORA-EPEL-2023-05d9dae858)
Zstd dictionaries for Fedora repository metadata
--------------------------------------------------------------------------------
Update Information:
Add F38 zdicts and remove F34 and F35 zdicts
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Jonathan Dieter <jdieter(a)gmail.com> - 2303.1-1
- Update with F38 dictionaries and drop F34 and F35 dictionaries
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2208.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libre-3.0.0-1.el7 (FEDORA-EPEL-2023-61649549df)
Generic library for real-time communications
--------------------------------------------------------------------------------
Update Information:
# Baresip v3.0.0 (2023-03-20) - ua: allow custom headers in sip REGISTER
request - merge rem into re - main: fix async init order (after config load)
- ci: install pkg-config on mac-os - ci: remove rem in sanitizers and valgrind
yml - video: fix `vidqueue_poll` `list_move` - Dshow fixes - Moved adding of
custom headers from `ua_connect_dir` to `ua_call_alloc` - Include also params
to MESSAGE URI - video: remove unused `qent->dst` - call: Fix delayed (auto)
answer if awaiting PRACK - video: add TX thread - ccheck: add
`check_list_unlink` check - stream: add `stream_enable_tx()` api - audio:
align Audio TX thread name - Send event when dump file is opened - video: add
`NULL` pointer check for vidisp - ua: Fix calls of `ua_event()` - call: Fix
calls of `call_event_handler` # libre v3.0.0 (2023-03-20) - librem is now
merged into libre - main: allow poll_method change only before setup - main:
add more details to `re_debug()` - merge rem into re - tmr,main: thread safe
tmr handling - tmr,main: add `tmrl_count` - main: add
`re_thread_async_main_id` and `re_thread_async_main_cancel` - merge retest into
re - tls: add doxygen comment to `dtls_recv_packet()` - test: use `TEST_ERR`
- hmac: remove unused `SHA_BLOCKSIZE` - async: fix cancel memory leaks - ci:
windows Debug/Release - cmake: add extra source files for aes and hmac - test:
remove libpthread from `LINKLIBS` - hmac: add stateless HMAC-SHA256 wrapper -
thread: add thread name handling - ci: add support for Android - test: fix
convert C99 - dbg: remove pre-C99 fallbacks - test: remove `CMAKE_C_STANDARD`
- sdp/media: fix ccheck `list_unlink` warning - jbuf: allocate mutex and lock
also `jbuf_debug()` - sys/fs: fix `fs_fopen` read only mode (should not create
file) - ci/ssl: update OpenSSL/LibreSSL - http: fix `read_file` on win32
(wrong filesize) and use mbuf - sys: add `sys_getenv()` - rtp: Don't check
RTCP socket if rtcp-mux is enabled - tls: remove return statement that is not
needed - sha: add `sha256_printf()` - cmake: add rem headers to install -
cmake: merge `REM_HEADERS` - tls: set mbuf pos and end at the same time -
misc: add Makefile helpers and exclude retest from all target - sa: add
`sa_struct_get_size()` to check size - rtcp: make `rtcp_calc_rtt()` public -
test: add `HAVE_UNIXSOCK=0` support - aubuf: set sample format when frame is
read
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Robert Scheck <robert(a)fedoraproject.org> 3.0.0-1
- Upgrade to 3.0.0 (#2179923)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2179923 - libre-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2179923
[ 2 ] Bug #2180064 - baresip-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2180064
--------------------------------------------------------------------------------
The following builds have been pushed to Fedora EPEL 9 updates-testing
aspell-ml-0.03-27.el9
baresip-3.0.0-1.el9
certbot-2.2.0-1.el9
fedora-repo-zdicts-2303.1-1.el9
libXISF-0.2.1-1.el9
libprometheus-cpp-1.1.0-1.el9
libre-3.0.0-1.el9
perl-DateTime-Format-Flexible-0.34-7.el9
perl-Module-Util-1.09-31.el9
python-engineio-4.4.0-2.el9
python-fs-2.4.16-1.el9
Details about builds:
================================================================================
aspell-ml-0.03-27.el9 (FEDORA-EPEL-2023-16b69b1911)
GNU Aspell Malayalam Dictionary Package
--------------------------------------------------------------------------------
Update Information:
Build for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.03-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.03-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.03-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.03-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.03-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2178772 - Please branch and build aspell-ml in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2178772
--------------------------------------------------------------------------------
================================================================================
baresip-3.0.0-1.el9 (FEDORA-EPEL-2023-5417c74c65)
Modular SIP user-agent with audio and video support
--------------------------------------------------------------------------------
Update Information:
# Baresip v3.0.0 (2023-03-20) - ua: allow custom headers in sip REGISTER
request - merge rem into re - main: fix async init order (after config load)
- ci: install pkg-config on mac-os - ci: remove rem in sanitizers and valgrind
yml - video: fix `vidqueue_poll` `list_move` - Dshow fixes - Moved adding of
custom headers from `ua_connect_dir` to `ua_call_alloc` - Include also params
to MESSAGE URI - video: remove unused `qent->dst` - call: Fix delayed (auto)
answer if awaiting PRACK - video: add TX thread - ccheck: add
`check_list_unlink` check - stream: add `stream_enable_tx()` api - audio:
align Audio TX thread name - Send event when dump file is opened - video: add
`NULL` pointer check for vidisp - ua: Fix calls of `ua_event()` - call: Fix
calls of `call_event_handler` # libre v3.0.0 (2023-03-20) - librem is now
merged into libre - main: allow poll_method change only before setup - main:
add more details to `re_debug()` - merge rem into re - tmr,main: thread safe
tmr handling - tmr,main: add `tmrl_count` - main: add
`re_thread_async_main_id` and `re_thread_async_main_cancel` - merge retest into
re - tls: add doxygen comment to `dtls_recv_packet()` - test: use `TEST_ERR`
- hmac: remove unused `SHA_BLOCKSIZE` - async: fix cancel memory leaks - ci:
windows Debug/Release - cmake: add extra source files for aes and hmac - test:
remove libpthread from `LINKLIBS` - hmac: add stateless HMAC-SHA256 wrapper -
thread: add thread name handling - ci: add support for Android - test: fix
convert C99 - dbg: remove pre-C99 fallbacks - test: remove `CMAKE_C_STANDARD`
- sdp/media: fix ccheck `list_unlink` warning - jbuf: allocate mutex and lock
also `jbuf_debug()` - sys/fs: fix `fs_fopen` read only mode (should not create
file) - ci/ssl: update OpenSSL/LibreSSL - http: fix `read_file` on win32
(wrong filesize) and use mbuf - sys: add `sys_getenv()` - rtp: Don't check
RTCP socket if rtcp-mux is enabled - tls: remove return statement that is not
needed - sha: add `sha256_printf()` - cmake: add rem headers to install -
cmake: merge `REM_HEADERS` - tls: set mbuf pos and end at the same time -
misc: add Makefile helpers and exclude retest from all target - sa: add
`sa_struct_get_size()` to check size - rtcp: make `rtcp_calc_rtt()` public -
test: add `HAVE_UNIXSOCK=0` support - aubuf: set sample format when frame is
read
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Robert Scheck <robert(a)fedoraproject.org> 3.0.0-1
- Upgrade to 3.0.0 (#2180064)
- Added (hopefully future upstream) patch for PipeWire support
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2179923 - libre-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2179923
[ 2 ] Bug #2180064 - baresip-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2180064
--------------------------------------------------------------------------------
================================================================================
certbot-2.2.0-1.el9 (FEDORA-EPEL-2023-2d59df11a6)
A free, automated certificate authority client
--------------------------------------------------------------------------------
Update Information:
Update to 2.2.0 Combines all certbot sub-packages into this single package to
ease the burden of updating it. Please test sub-packages and their dependencies
thoroughly. See https://bugzilla.redhat.com/show_bug.cgi?id=2132123
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Jonathan Wright <jonathan(a)almalinux.org> - 2.2.0-1
- build all certbot packages from a single source package rhbz#2132123
- update to 2.2.0
* Wed Jan 18 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
fedora-repo-zdicts-2303.1-1.el9 (FEDORA-EPEL-2023-0494696f83)
Zstd dictionaries for Fedora repository metadata
--------------------------------------------------------------------------------
Update Information:
Add F38 zdicts and remove F34 and F35 zdicts
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Jonathan Dieter <jdieter(a)gmail.com> - 2303.1-1
- Update with F38 dictionaries and drop F34 and F35 dictionaries
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2208.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Aug 23 2022 Jonathan Dieter <jdieter(a)gmail.com> - 2208.1-1
- Update with F37 dictionaries and drop F32 and F33 dictionaries
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2203.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Mar 2 2022 Jonathan Dieter <jdieter(a)gmail.com> - 2203.1-1
- Update with F36 dictionaries
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2108.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sun Aug 22 2021 Jonathan Dieter <jdieter(a)gmail.com> - 2108.1-1
- Update with F35 dictionaries
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2103.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libXISF-0.2.1-1.el9 (FEDORA-EPEL-2023-8a2216d019)
Library to load and write XISF format
--------------------------------------------------------------------------------
Update Information:
Initial release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Mattia Verga <mattia.verga(a)proton.me> - 0.2.1-1
- Initial import (fedora#2177855)
--------------------------------------------------------------------------------
================================================================================
libprometheus-cpp-1.1.0-1.el9 (FEDORA-EPEL-2023-34aa691064)
Prometheus Client Library for Modern C++
--------------------------------------------------------------------------------
Update Information:
initial build epel9
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 6 2023 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.1.0-1
- prometheus-cpp 1.1.0 GA
--------------------------------------------------------------------------------
================================================================================
libre-3.0.0-1.el9 (FEDORA-EPEL-2023-5417c74c65)
Generic library for real-time communications
--------------------------------------------------------------------------------
Update Information:
# Baresip v3.0.0 (2023-03-20) - ua: allow custom headers in sip REGISTER
request - merge rem into re - main: fix async init order (after config load)
- ci: install pkg-config on mac-os - ci: remove rem in sanitizers and valgrind
yml - video: fix `vidqueue_poll` `list_move` - Dshow fixes - Moved adding of
custom headers from `ua_connect_dir` to `ua_call_alloc` - Include also params
to MESSAGE URI - video: remove unused `qent->dst` - call: Fix delayed (auto)
answer if awaiting PRACK - video: add TX thread - ccheck: add
`check_list_unlink` check - stream: add `stream_enable_tx()` api - audio:
align Audio TX thread name - Send event when dump file is opened - video: add
`NULL` pointer check for vidisp - ua: Fix calls of `ua_event()` - call: Fix
calls of `call_event_handler` # libre v3.0.0 (2023-03-20) - librem is now
merged into libre - main: allow poll_method change only before setup - main:
add more details to `re_debug()` - merge rem into re - tmr,main: thread safe
tmr handling - tmr,main: add `tmrl_count` - main: add
`re_thread_async_main_id` and `re_thread_async_main_cancel` - merge retest into
re - tls: add doxygen comment to `dtls_recv_packet()` - test: use `TEST_ERR`
- hmac: remove unused `SHA_BLOCKSIZE` - async: fix cancel memory leaks - ci:
windows Debug/Release - cmake: add extra source files for aes and hmac - test:
remove libpthread from `LINKLIBS` - hmac: add stateless HMAC-SHA256 wrapper -
thread: add thread name handling - ci: add support for Android - test: fix
convert C99 - dbg: remove pre-C99 fallbacks - test: remove `CMAKE_C_STANDARD`
- sdp/media: fix ccheck `list_unlink` warning - jbuf: allocate mutex and lock
also `jbuf_debug()` - sys/fs: fix `fs_fopen` read only mode (should not create
file) - ci/ssl: update OpenSSL/LibreSSL - http: fix `read_file` on win32
(wrong filesize) and use mbuf - sys: add `sys_getenv()` - rtp: Don't check
RTCP socket if rtcp-mux is enabled - tls: remove return statement that is not
needed - sha: add `sha256_printf()` - cmake: add rem headers to install -
cmake: merge `REM_HEADERS` - tls: set mbuf pos and end at the same time -
misc: add Makefile helpers and exclude retest from all target - sa: add
`sa_struct_get_size()` to check size - rtcp: make `rtcp_calc_rtt()` public -
test: add `HAVE_UNIXSOCK=0` support - aubuf: set sample format when frame is
read
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Robert Scheck <robert(a)fedoraproject.org> 3.0.0-1
- Upgrade to 3.0.0 (#2179923)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2179923 - libre-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2179923
[ 2 ] Bug #2180064 - baresip-3.0.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2180064
--------------------------------------------------------------------------------
================================================================================
perl-DateTime-Format-Flexible-0.34-7.el9 (FEDORA-EPEL-2023-c4ae467784)
Flexibly parse strings and turn them into DateTime objects
--------------------------------------------------------------------------------
Update Information:
This update brings a new perl-DateTime-Format-Flexible package, a flexible
convertor of date-time strings into DateTime objects.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 20 2023 Petr Pisar <ppisar(a)redhat.com> - 0.34-7
- Convert a license tag to an SPDX format
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 1 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.34-4
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.34-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 7 2021 Petr Pisar <ppisar(a)redhat.com> - 0.34-1
- 0.34 bump
* Thu May 27 2021 Petr Pisar <ppisar(a)redhat.com> - 0.33-1
- 0.33 bump
- Package the tests
* Sat May 22 2021 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.32-6
- Perl 5.34 rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2180043 - Add perl-DateTime-Format-Flexible to EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2180043
--------------------------------------------------------------------------------
================================================================================
perl-Module-Util-1.09-31.el9 (FEDORA-EPEL-2023-a2f4d45b7a)
Module name tools and transformations
--------------------------------------------------------------------------------
Update Information:
This update brings a new perl-Module-Util, module name tools and
transformations.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.09-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.09-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 31 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.09-29
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.09-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.09-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.09-26
- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.09-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2180059 - Add perl-Module-Util to EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2180059
--------------------------------------------------------------------------------
================================================================================
python-engineio-4.4.0-2.el9 (FEDORA-EPEL-2023-209c2f4433)
Python Engine.IO server and client
--------------------------------------------------------------------------------
Update Information:
Initial package for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Sun Mar 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.4.0-2
- Patch out test coverage analysis
* Sun Mar 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.4.0-1
- Update to 4.4.0 (close RHBZ#2179209)
* Sun Mar 19 2023 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.4-6
- Don���t assume %_smp_mflags is -j%_smp_build_ncpus
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Oct 27 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.4-4
- Add missing patch file
* Thu Oct 27 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.4-3
- Apply upstream patch for Python 3.11 test failures
* Thu Sep 15 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.4-2
- Don���t ship package-lock.json files with the examples
- This keeps from having automated bugs filed for irrelevant CVE���s in NPM
packages that are mentioned there. See RHBZ#2127005.
* Thu Aug 4 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.4-1
- Update to 4.3.4 (close RHBZ#2115112)
* Thu Aug 4 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.3-4
- Confirm that License is SPDX MIT (no License field change)
* Tue Jul 26 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.3-3
- Skip the tests that fail on Python 3.11 (close RHBZ#2094381)
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 7 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.3-1
- Update to 4.3.3 (close RHBZ#2103967)
* Thu Jun 16 2022 Python Maint <python-maint(a)redhat.com> - 4.3.2-3
- Rebuilt for Python 3.11
* Wed Jun 8 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.2-2
- Partial fix for Python 3.11 FTBFS
* Sun May 1 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.2-1
- Update to 4.3.2 (close RHBZ#2078473)
* Sun May 1 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.1-3
- Drop eventlet workaround
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 12 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.1-1
- Update to 4.3.1 (close RHBZ#2039760)
* Sat Nov 27 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.0-2
- Reduce LaTeX PDF build verbosity
* Sat Nov 6 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.3.0-1
- Update to 4.3.0 (close RHBZ#2017728)
* Sat Nov 6 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-6
- Work around RHBZ#2017933
* Fri Oct 1 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-5
- Generate PDF instead of HTML Sphinx documentation.
* Mon Sep 13 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-4
- Let pyproject-rpm-macros handle the license file
* Sun Sep 12 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-3
- Drop BR on pyproject-rpm-macros, now implied by python3-devel
* Sun Sep 12 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-2
- Reduce spec file macro indirection
* Mon Aug 2 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.1-1
- Update to 4.2.1 (fixes RHBZ#1989114)
* Tue Jul 27 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.0-3
- Move %generate_buildrequires after %prep to make the spec file easier
to follow
* Wed Jul 21 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.0-2
- No longer skip any tests
* Wed Jul 21 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 4.2.0-1
- Update to 4.2.0 (closes RHBZ#1978267)
* Sun Jul 4 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.14.2-2
- Fix typos in script to remove executable permissions from files without
shebangs
* Sun Jul 4 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.13.1-1
- Update to 3.14.2 (last 3.x release)
- Drop python-engineio-3.13.1-all-tasks.patch, now upstream
- Fix spurious executable permissions (upstream PR#240)
- Remove .buildinfo file from HTML documentation
* Thu Jul 1 2021 Benjamin A. Beasley <code(a)musicinmybrain.net> - 3.13.1-5
- Near-total spec file rewrite
- Removed obsolete practices like python_provide macro and manual Requires
- Added documentation and tests
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 3.13.1-4
- Rebuilt for Python 3.10
--------------------------------------------------------------------------------
================================================================================
python-fs-2.4.16-1.el9 (FEDORA-EPEL-2023-74b0ed73ec)
Python's Filesystem abstraction layer
--------------------------------------------------------------------------------
Update Information:
Update to 2.4.16 version
--------------------------------------------------------------------------------
ChangeLog:
* Thu Mar 16 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.4.16-1
- Update to 2.4.16 version
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.11-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.11-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint(a)redhat.com> - 2.4.11-11
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.11-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
The following builds have been pushed to Fedora EPEL 7 updates-testing
rpki-client-8.3-1.el7
Details about builds:
================================================================================
rpki-client-8.3-1.el7 (FEDORA-EPEL-2023-7dcf3ac3b1)
OpenBSD RPKI validator to support BGP Origin Validation
--------------------------------------------------------------------------------
Update Information:
# rpki-client 8.3 - The `expires` key in the JSON/CSV/OpenBGPD output formats
is now calculated with more accuracy. The calculation takes into account the
nextUpdate value of all intermediate CRLs in the signature path towards the
trust anchor, in addition to the expiry moment of the leaf-CRL and CAs. -
Handling of CRLs and Manifests in the face of inconsistent RRDP delta
publications has been improved. A copy of an alternative version of the
applicable CRL is kept in the staging area of the cache directory, in order to
increase the potential for establishing a complete publication point, in cases
where a single publication point update was smeared across multiple RRDP delta
files. - The OpenBGPD configuration output now includes validated Autonomous
System Provider Authorization (ASPA) payloads as an `aspa-set {}` configuration
block. - When rpki-client is invoked with increased verbosity (`-v`), the
current RRDP Serial & Session ID are shown to aid debugging. - Self-signed
X.509 certificates (such as Trust Anchor certificates) now are considered
invalid if they contain an X.509 `AuthorityInfoAccess` extension. - Signed
Objects where the CMS signing-time attribute contains a timestamp later then the
X.509 certificate's `notAfter` timestamp are considered invalid. - Manifests
where the CMS signing-time attribute contains a timestamp later then the
Manifest eContent `nextUpdate` timestamp are considered invalid. - Any objects
whose CRL Distribution Points extension contains a CRLIssuer, CRL Reasons, or
`nameRelativeToCRLIssuer` field are considered invalid in accordance with RFC
6487 section 4.8.6. - For every X.509 certificate the SHA-1 of the Subject
Public Key is calculated and compared to the Subject Key Identifier (SKI), if a
mismatch is found the certificate is not trusted. - Require the outside-TBS
signature OID for every X.509 intermediate CA certificate and CRL to be
`sha256WithRSAEncryption`. - Require the RSA key pair modulus and public
exponent parameters to strictly conform to the RFC 7935 profile. - Ensure
there is no trailing garbage present in Signed Objects beyond the self-embedded
length field. - Require RRDP Session IDs to strictly be version 4 UUIDs. -
When decoding and validating an individual RPKI file using filemode (`rpki-
client -f file`), display the signature path towards the trust anchor, and the
timestamp when the signature path will expire. - When decoding and validating
an individual RPKI file using filemode (`rpki-client -f file`), display the
optional CMS signing-time, and non-optional X.509 notBefore, and X.509 notAfter
timestamps.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Mar 19 2023 Robert Scheck <robert(a)fedoraproject.org> 8.3-1
- Upgrade to 8.3 (#2179641)
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2179641 - rpki-client-8.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2179641
--------------------------------------------------------------------------------