The following Fedora EPEL 7 Security updates need testing:
Age URL
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-30f3deb00a chromium-112.0.5615.165-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
libmediainfo-23.03-2.el7
libzen-0.4.41-1.el7
mediainfo-23.03-2.el7
Details about builds:
================================================================================
libmediainfo-23.03-2.el7 (FEDORA-EPEL-2023-65c6b2b082)
Library for supplies technical and tag information about a video or audio file
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 17 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 23.03-2
- Rebuild for new libzen
--------------------------------------------------------------------------------
================================================================================
libzen-0.4.41-1.el7 (FEDORA-EPEL-2023-65c6b2b082)
Shared library for libmediainfo and medianfo*
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 17 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.41-1
- Update to 0.4.41
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
mediainfo-23.03-2.el7 (FEDORA-EPEL-2023-65c6b2b082)
Supplies technical and tag information about a video or audio file (CLI)
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 24 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 23.03-2
- Rebuild for new libzen
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
39 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-1e00c3d01e cutter-re-2.2.0-1.el8 rizin-0.5.1-1.el8
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-4f43a624e1 libsignal-protocol-c-2.3.3-8.el8
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-221f366aca chromium-112.0.5615.165-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
libass-0.17.1-1.el8
libmediainfo-23.03-2.el8
libzen-0.4.41-1.el8
mediainfo-23.03-2.el8
Details about builds:
================================================================================
libass-0.17.1-1.el8 (FEDORA-EPEL-2023-3c7100c2aa)
Portable library for SSA/ASS subtitles rendering
--------------------------------------------------------------------------------
Update Information:
* Fix buffer overread if soft-wrapping occurred and
ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1 (bug
introduced in 0.16.0)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 24 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 0.17.1-1
- Update to 0.17.1
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.17.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libmediainfo-23.03-2.el8 (FEDORA-EPEL-2023-1273697d3f)
Library for supplies technical and tag information about a video or audio file
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 17 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 23.03-2
- Rebuild for new libzen
--------------------------------------------------------------------------------
================================================================================
libzen-0.4.41-1.el8 (FEDORA-EPEL-2023-1273697d3f)
Shared library for libmediainfo and medianfo*
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 17 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.41-1
- Update to 0.4.41
* Thu Jan 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
mediainfo-23.03-2.el8 (FEDORA-EPEL-2023-1273697d3f)
Supplies technical and tag information about a video or audio file (CLI)
--------------------------------------------------------------------------------
Update Information:
Update libzen and rebuild libmediainfo.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 24 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 23.03-2
- Rebuild for new libzen
--------------------------------------------------------------------------------
I'm building python3.11-setuptools_scm-epel in epel8-next. It requires
mercurial for the tests which requires:
/usr/bin/python2
libpython2.7.so.1.0()(64bit)
python(abi) = 2.7
python2
On my CS8 system this is satisfied by
python2-2.7.18-12.module_el8+299+aa6e9afa.x86_64 from the python27 module.
In the epel8-next build I end up with:
python2 x86_64 2.7.17-1.el8
python2-for-tests x86_64 2.7.17-1.el8
python2-libs x86_64 2.7.17-1.el8
despite this message:
DEBUG util.py:445: Enabling module streams:
DEBUG util.py:445: mercurial 4.8
DEBUG util.py:445: python27 2.7
Which then emits a complaint when run:
ERROR: Python 2 is disabled in RHEL8.
- For guidance on porting to Python 3, see the
Conservative Python3 Porting Guide:
http://portingguide.readthedocs.io/
- If you need Python 2 at runtime:
- Use the python27 module
- If you do not have access to BZ#1533919:
- Use the python27 module
- If you need to use Python 2 only at RPM build time:
- File a bug blocking BZ#1533919:
https://bugzilla.redhat.com/show_bug.cgi?id=1533919
- Set the environment variable RHEL_ALLOW_PYTHON2_FOR_BUILD=1
(Note that if you do not file the bug as above,
this workaround will break without warning in the future.)
- If you need to use Python 2 only for tests:
- File a bug blocking BZ#1533919:
https://bugzilla.redhat.com/show_bug.cgi?id=1533919
(If your test tool does not have a Bugzilla component,
feel free to use `python2`.)
- Use /usr/bin/python2-for-tests instead of python2 to run
your tests.
(Note that if you do not file the bug as above,
this workaround will break without warning in the future.)
For details, see https://hurl.corp.redhat.com/rhel8-py2
Fatal Python error: Python 2 is disabled
I can work around it by defining RHEL_ALLOW_PYTHON2_FOR_BUILD=1, but it
seems like we really should be pulling in python2 from the module?
--
Orion Poplawski
he/him/his - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 https://www.nwra.com/
The following Fedora EPEL 9 Security updates need testing:
Age URL
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-85fa59ae88 libsignal-protocol-c-2.3.3-8.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
bird-2.13-1.el9
chromium-112.0.5615.165-1.el9
perl-HTML-Restrict-3.0.2-1.el9
python-ducc0-0.30.0-1.el9
Details about builds:
================================================================================
bird-2.13-1.el9 (FEDORA-EPEL-2023-6bc2c8dd90)
BIRD Internet Routing Daemon
--------------------------------------------------------------------------------
Update Information:
# BIRD 2.13 (2023-04-23) - Babel: IPv4 via IPv6 extension (RFC 9229) -
Babel: Improve authentication on lossy networks - BGP: New `allow bgp_med`
option - BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD -
Important bugfixes
--------------------------------------------------------------------------------
ChangeLog:
* Sun Apr 23 2023 Robert Scheck <robert(a)fedoraproject.org> - 2.13-1
- Upgrade to 2.13 (#2188938)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2188938 - bird-2.13 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2188938
--------------------------------------------------------------------------------
================================================================================
chromium-112.0.5615.165-1.el9 (FEDORA-EPEL-2023-91a369658f)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
update to 112.0.5615.165. Fixes the following security issues: CVE-2023-2004
CVE-2023-2133 CVE-2023-2134 CVE-2023-2135 CVE-2023-2136 CVE-2023-2137
CVE-2023-2033 CVE-2023-2136
--------------------------------------------------------------------------------
ChangeLog:
* Thu Apr 20 2023 Than Ngo <than(a)redhat.com> - 112.0.5615.165-1
- update to 112.0.5615.165
--------------------------------------------------------------------------------
================================================================================
perl-HTML-Restrict-3.0.2-1.el9 (FEDORA-EPEL-2023-16014e5239)
Perl module to strip unwanted HTML tags and attributes
--------------------------------------------------------------------------------
Update Information:
# HTML::Restrict 3.0.2 - Add `create_newlines` to replace `BR` and `P` by 1,
resp. 2 newlines
--------------------------------------------------------------------------------
ChangeLog:
* Sun Apr 23 2023 Robert Scheck <robert(a)fedoraproject.org> 3.0.2-1
- Upgrade to 3.0.2 (#2188952)
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2188952 - perl-HTML-Restrict-3.0.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2188952
--------------------------------------------------------------------------------
================================================================================
python-ducc0-0.30.0-1.el9 (FEDORA-EPEL-2023-2849fbef09)
Programming tools for numerical computation
--------------------------------------------------------------------------------
Update Information:
Update to 0.30.0
--------------------------------------------------------------------------------
ChangeLog:
* Sun Apr 23 2023 Mattia Verga <mattia.verga(a)proton.me> - 0.30.0-1
- Update to 0.30.0 (fedora#2188272)
--------------------------------------------------------------------------------