The following Fedora EPEL 8 Security updates need testing: Age URL 24 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-3a29f0d349 python-paramiko-2.12.0-2.el8 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-76443fce3f indent-2.2.13-5.el8 3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-272d6fcaca atril-1.26.2-1.el8 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-93d34f40f0 chromium-121.0.6167.85-1.el8 The following builds have been pushed to Fedora EPEL 8 updates-testing inih-58-1.el8 mingw-libidn2-2.3.7-1.el8 openscap-report-0.2.7-1.el8 python-apprise-1.7.2-1.el8 Details about builds: ================================================================================ inih-58-1.el8 (FEDORA-EPEL-2024-348e6822a6) Simple INI file parser library -------------------------------------------------------------------------------- Update Information: # inih v58 * [oss-fuzz] fuzzing support * [Fuzzing] fix harness * [Fuzzing] using cifuzz for PR * Specify C++11 std in meson build * Add `ini_` prefix even to static names so inih can be used as an `#include` -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 27 2024 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> - 58-1 - New upstream release 58 (#2260272) * Wed Jan 24 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 57-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 57-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Dec 2 2023 Daan De Meyer <daan.j.demeyer@xxxxxxxxx> - 57-3 - Move INIReader C++ library to inih-cpp subpackage * Thu Jul 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 57-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2260272 - inih-58 is available https://bugzilla.redhat.com/show_bug.cgi?id=2260272 -------------------------------------------------------------------------------- ================================================================================ mingw-libidn2-2.3.7-1.el8 (FEDORA-EPEL-2024-c1428459fb) MinGW Windows Internationalized Domain Name 2008 support library -------------------------------------------------------------------------------- Update Information: # libidn2 2.3.7 (2024-01-27) - Really include `tests/standalone.sh` in tarball. # libidn2 2.3.6 (2024-01-27) - Bump libtool version numbers to reflect API/ABI addition. - Include `tests/standalone.sh` in tarball. # libidn2 2.3.5 (2024-01-27) - Declaration of future API/ABI backwards compatibility stability. GNU libc `dlopen` libidn2 and use the name `libidn2.so.0` for this. Upstream believes that it will be too challenging to ever do hard ABI break that for normal libraries is justified to remove deprecated APIs. Thus upstream decided that they will support the current ABI for a long time. Of course, if really convincing arguments for doing a ABI break appears in the future upstream may re-consider, but take this as a declaration of intent of will and that future ABI breaks should be discussed and co-ordinated with the glibc team first. - Add public APIs for raw Punycode encoding/decoding. Normal applications rarely need this, but it cleans up the code and allow for external testing of the APIs, and resolve https://gitlab.com/libidn/libidn2/-/issues/80 due to earlier use of weak symbols for internal symbols `_idn2_punycode_encode` and `_idn2_punycode_decode`. Upstream will support these internal symbols for backwards compatibility. This allows a clean migration path for code that is still using the internal names. - Bump required gettext version to 0.19.8 for musl-libc. - Un-deprecate `idn2_to_ascii_4i` and make it `NUL` terminate output. The API `idn2_to_ascii_4i` was deprecated in version 2.1.1 released in 2019-02-08. In that release, the API was also modified to not `NUL`-terminate the output. That is contrary to the old libidn2 behaviour, the behaviour of libidn's API `idna_to_ascii_4i`, and the API documentation for the function. Since upstream is not likely to ever break backwards API/ABI compatibility in libidn2, and the deprecated gaurds leads to some trouble (see report in https://gitlab.com/libidn/libidn2/-/merge_requests/93 upstream decided to un- deprecate this function, as supporting it is not costly and the majority of code that cares about conformance has likely been modified. This will fix the error code and `NUL` termination report in https://gitlab.com/libidn/libidn2/-/issues/100. Upstream still encourage you to use the replacement API/ABI idn2_to_ascii_4i2 instead, when appropriate. - Compiler warning improvements. As before, compiler warnings are enabled by default. You may disable them using `./configure --disable-gcc-warnings` or turn them into fatal errors using `./configure --enable-gcc-warnings=error` to add `-Werror` and sensible `-Wno-error='s`. Based on gnulib's manywarnings, see https://www.gnu.org/software/gnulib//manual/html_node/manywarnings.html. - tests: Added script `tests/standalone.sh` suitable for integrators. The main purpose is to test a system-installed libidn2 library and `idn2` tool, suitable for distributor checking (a'la Debian's autopkgtest/debci). It may also be used to test a newly built libidn2 outside the usual `make check` infrastructure. To check that your system libidn2 library and `idn2` tool is working, invoke the script with `srcdir` as an environment variable indicating where it can be find the source code for libidn2's `tests/` directory (it will use the directory name where the script is by default): `tests/standalone.sh` If your system libidn2 is too old to pass certain tests, disable them using `STANDALONE_DISABLE` like this: `STANDALONE_DISABLE='*punycode*' tests/standalone.sh` See the script for more parameters. If the libidn2 under testing is too old and has known bugs, that should cause tests to fail, which is intentional. - Various minor build fixes and translation updates. - API and ABI is backwards compatible with the previous version. `idn2_punycode_decode`: Add. `idn2_punycode_encode`: Add. -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 27 2024 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 2.3.7-1 - Upgrade to 2.3.7 (#2260624) * Thu Jan 25 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2260624 - mingw-libidn2-2.3.7 is available https://bugzilla.redhat.com/show_bug.cgi?id=2260624 -------------------------------------------------------------------------------- ================================================================================ openscap-report-0.2.7-1.el8 (FEDORA-EPEL-2024-08a8abfa4e) A tool for generating human-readable reports from (SCAP) XCCDF and ARF results -------------------------------------------------------------------------------- Update Information: 0.2.7 (Jan Rodak) -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 26 2024 Packit <hello@xxxxxxxxxx> - 0.2.7-1 - 0.2.7 (Jan Rodak) - Add tool tip to search bar (Jan Rodak) - Enable search by reference (Jan Rodak) - Add generation search infromation (Jan Rodak) - Use macro for generation of list items (Jan Rodak) - Create two-tier display of Evaluation Characteristics (Jan Rodak) - Add title (Jan Rodak) - Reduce complexity of function generate_referenced_endpoints (Jan Rodak) - Use default dict (Jan Rodak) - Fix JSON schema (Jan Rodak) - Use correct orthography of addresses types acronyms (Jan Rodak) - Add function to update known references (Jan Rodak) - Change the presentation of referenced endpoints (Jan Rodak) - Add new elements (Jan Rodak) - Add onclick function (Jan Rodak) - Add map of OVAL endpoints (Jan Rodak) - Add target addresses to report (Jan Rodak) - Add target addresses to model (Jan Rodak) - Fix width of pre element (Jan Rodak) -------------------------------------------------------------------------------- ================================================================================ python-apprise-1.7.2-1.el8 (FEDORA-EPEL-2024-75095666a8) A simple wrapper to many popular notification services used today -------------------------------------------------------------------------------- Update Information: Updated to v1.7.2 -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 27 2024 Chris Caron <lead2gold@xxxxxxxxx> - 1.7.2 - Updated to v1.7.2 * Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Oct 15 2023 Chris Caron <lead2gold@xxxxxxxxx> - 1.6.0 - Updated to v1.6.0 -------------------------------------------------------------------------------- -- _______________________________________________ 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