%generate_buildrequires
by Andrew C Aitchison
On Thu, 3 Dec 2020, Michel Alexandre Salim wrote:
>> Apart from the usual package-not-available story (which I want to fix
>> as part of my work bringing up the EPEL Packagers SIG), my current
>> snag is that python-tox-current-env uses %generate_buildrequires which
>> does not work on CentOS 8:
>>
>> CentOS 8 is still on RPM 4.14:
>> <mock-chroot> sh-4.4# rpm -q rpm
>> rpm-4.14.2-37.el8.x86_64
>>
>> I'll put up a patch to hardcode dependencies for non-Fedora releases,
>> though that sorts of defeat the purpose of dynamic build
>> requirements.
>> Then again, this is only needed for EPEL8, since EPEL9 will have a
>> new enough RPM.
>>
> Given that %generate_buildrequires is the selling point of pyproject-
> rpm-macros, I'm guessing a better way forward for EPEL8 would be to not
> require it on EPEL8 since there's no way it would work, since RH won't
> update RPM?
>
> https://src.fedoraproject.org/rpms/pyproject-rpm-macros
Is %generate_buildrequires suppose to work for packages
which do not used python ?
From the name I would expect it to, but reading that doc makes me
think %generate_buildrequires *is* python specific.
If so, the name is misleading.
(I am also confused/suspicious of the point of a macro to automate
build requires, except as a step on a path to somewhere else.
If build requirements need to be stated explicitly,
then automating their statement is a good way of hiding an issue
that needs to be reviewed whenever changes are made.
)
--
Andrew C. Aitchison Kendal, UK
andrew(a)aitchison.me.uk
1 year, 4 months
How to support python 3.8 from RHEL 8.2 in EPEL?
by Orion Poplawski
Folks -
Looks like RHEL 8.2 will have python 3.8 in addition to python 3.6. From
the 8.2 beta:
Red Hat Enterprise Linux 8 for x86_64 - AppStream Beta (RPMs)
Name Stream Profiles Summary
python27 2.7 [d][e] common [d] Python programming
language, version 2.7
python36 3.6 [d][e] build, common [d] Python programming
language, version 3.6
python38 3.8 [d][e] build, common [d] Python programming
language, version 3.8
Currently, %python_pkgversion is set to 3 in
/usr/lib/rpm/macros.d/macros.python-srpm from python-srpm-macros.
python3-devel is still provided only by python36-devel, so presumably all
EPEL8 python packages will continue to be built against python 3.6. But I
imagine that people will soon be asking for python 3.8 versions of EPEL
packages. How can we provide those? Does this have to be done in some
modular fashion - which seems to come back to the discussion of whether or not
every package has to become its own module or whether to group them together
somehow. Or since both python modules are "default" modules and we can
install both python36-devel and python38-devel at the same time, perhaps we
can define the python3_other* macros again for python38 and just go that way?
Thoughts?
--
Orion Poplawski
Manager of NWRA Technical Systems 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/
1 year, 6 months
Xfce 4.16 on EPEL-8
by Mukundan Ragavan
Hi all,
I have a COPR containing xfce 4.16 packages for EPEL-8 packages [0]. I
would like to get some testing done using this COPR before getting into
EPEL-8.
Please email if and when you notice problems and I will try to fix it as
soon as possible.
As a reminder - xfce 4.16 will be available in F34.
Thanks,
Mukundan.
[0] https://copr.fedorainfracloud.org/coprs/nonamedotc/xfce416-epel8/
--
GPG Key: E5C8BC67
2 years
gcc-gnat
by Erick Wittman
Hi EPEL developers.
I am using CentOS 8 and am using various packages in the EPEL
repository. I am interested in seeing gcc-gnat added to EPEL.
I cannot find a current Fedora maintainer listed for this package, but
it is available in Fedora (at least in version 32). Are there any
EPEL
maintainers who are interested in creating an EPEL version of this package?
Thank you
2 years, 2 months
proposal: EPEL 8 Next
by Carl George
Howdy folks,
A large part of my day job is working on CentOS Stream. Naturally I would
like it to be successful and have wide adoption. I know that EPEL will play
a big role in this success. EPEL is extremely popular. Many users consider
RHEL and CentOS unusable without it.
The problem we are facing is that EPEL 8 cannot be 100% compatible with
RHEL/CentOS 8 and CentOS 8 Stream at the same time. It is not uncommon for
RHEL to ship library soname changes in minor releases. In the RHEL 8 cycle,
those changes are showing up in CentOS 8 Stream first. EPEL 8 builds
against the latest RHEL 8 release. This can result in EPEL 8 packages that
are uninstallable on CentOS 8 Stream due to the library differences. One
prominent example we have already seen is llvm-libs, which has increased its
library soname in every RHEL 8 minor release so far. Another increase is
planned for RHEL 8.3, which has already been released in CentOS 8 Stream.
There are likely other incompatibilities that haven't been noticed yet. I
expect this problem to grow worse as RHEL development continues and more
packages are added to EPEL 8. This situation is hurting the adoption of
CentOS Stream.
To solve this problem, I am proposing that we create a new repository called
EPEL 8 Next.
- built against CentOS 8 Stream
- opt-in for packagers (must request epel8-next dist-git branch)
- opt-in for users (part of epel-release but disabled by default)
- used *with* epel8, not *instead of*
This will provide EPEL packagers a place where they can update their
packages when necessary to be compatible with CentOS 8 Stream. These
packages would also be useful for RHEL 8 users during the gap between a RHEL
minor release and the equivalent CentOS 8 Linux rebuild. In theory this
repository should also be directly consumable by RHEL 8 Beta releases.
Similar to RHEL itself, breaking changes could be permitted in epel8-next in
preparation for delivering them to epel8 around the time of the next RHEL
minor release.
This proposal may sound similar to epel8-playground. However, that was
still built against RHEL 8, so it didn't solve the compatibility issue with
CentOS 8 Stream. This proposal does draw on lessons learned from the
playground experiment.
- no automatic builds via packages.cfg
- opt-in rather than opt-out
- layering on top of epel8, rather than duplicating content
I first suggested this idea at the last EPEL Steering Committee meeting, and
we plan to discuss it again during the next one. Please share your thoughts
on this proposal.
--
Carl George
2 years, 3 months
python39 in EPEL7
by Pim Rupert
Hello,
I am posting to gather if there is enough support to provide python39 in EPEL.
Currently, EL7 users wanting to run modern python apps under uwsgi can only use uwsgi-plugin-pyton36@epel. New Django releases are expected to require 3.8 or higher. There is a rh-python38 SCL, but this version does not have a compatible uwsgi-plugin.
From https://bugzilla.redhat.com/show_bug.cgi?id=1781940 I gather that there is interest in getting python39 in EPEL. I talked to Miro Hrončok, who was willing to work on packaging, if there would be sufficient support from EPEL.
Thanks,
Pim
2 years, 5 months
Fedora EPEL 8 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 8 Security updates need testing:
Age URL
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-eb1a7d918d atasm-1.09-1.el8
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-9222415f70 exim-4.94-2.el8
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-b26bce013a chromium-89.0.4389.90-3.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
crypto-1.0.0-2.20210330git837705e.el8
decnumber-3.68.0-2.20210330gitda66509.el8
dnscrypt-proxy-2.0.45-1.el8
fedpkg-minimal-1.2.0-1.el8
flann-1.9.1-2.el8
gn-1894-4.20210329gitb2e3d862.el8
metslib-0.5.3-22.el8
pcl-1.11.1-3.el8
sdl-telnet-1.0.0-2.20210330git2aca101.el8
Details about builds:
================================================================================
crypto-1.0.0-2.20210330git837705e.el8 (FEDORA-EPEL-2021-628e1122f2)
Simple AES/DES encryption and SHA1/SHA2 hashing library
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1943965 - Review Request: crypto - Simple AES/DES encryption and SHA1/SHA2 hashing library
https://bugzilla.redhat.com/show_bug.cgi?id=1943965
--------------------------------------------------------------------------------
================================================================================
decnumber-3.68.0-2.20210330gitda66509.el8 (FEDORA-EPEL-2021-2b5818a979)
ANSI C General Decimal Arithmetic Library
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1943968 - Review Request: decnumber - ANSI C General Decimal Arithmetic Library
https://bugzilla.redhat.com/show_bug.cgi?id=1943968
--------------------------------------------------------------------------------
================================================================================
dnscrypt-proxy-2.0.45-1.el8 (FEDORA-EPEL-2021-8ade9d6705)
Flexible DNS proxy, with support for encrypted DNS protocols
--------------------------------------------------------------------------------
Update Information:
Since version 2.0.45, some of the configuration files have been renamed.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Mar 30 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 2.0.45-1
- Since version 2.0.45, some of the configuration files have been renamed.
Please merge your config to /etc/dnscrypt-proxy/dnscrypt-proxy.toml.rpmnew then
replace dnscrypt-proxy.toml with that file.
Read /usr/share/doc/dnscrypt-proxy/ChangeLog to know more about this change.
- generate-domains-blocklist is now provided in /usr/share/doc/dnscrypt-proxy/
- Fix: rhbz#1943749
- Update to 2.0.45
- Close: rhbz#1912171
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1912171 - dnscrypt-proxy-2.0.45 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1912171
[ 2 ] Bug #1943749 - Consider shipping generate-domains-blocklist
https://bugzilla.redhat.com/show_bug.cgi?id=1943749
--------------------------------------------------------------------------------
================================================================================
fedpkg-minimal-1.2.0-1.el8 (FEDORA-EPEL-2021-2b1919bcd1)
Script to allow fedpkg fetch to work
--------------------------------------------------------------------------------
Update Information:
A new release that adds some new features including retries and downloads
maximum time limits, empty line tolerance, split into `fedpkg` and `fedpkg-stg`.
Fixes for example processing 'sources' files without trailing endline character.
The following changelog lists all changes since the previous tag despite some of
them were available as patches previously. Changelog: - 1.2.0 Release (onosek)
- Accept files without trailing new-line - rhbz#1943593 (onosek) - Handle empty
lines in sources file (onosek) - Retry stalled downloads after 15 minutes, with
the maximum of 5 retries (contyk) - Make a fedpkg-base to distinguish between
prod and stg (puiterwijk) - Add a basic set of tests (lsedlar) - Update $baseurl
to src.fpo (lsedlar) - Make curl follow redirects (lsedlar) - remove the () in
two steps (dennis) - Read BSD formatted sources (lsedlar)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 29 2021 Ond��ej Nosek <onosek(a)redhat.com> - 1.2.0-1
- 1.2.0 Release (onosek)
- Accept files without trailing new-line - rhbz#1943593 (onosek)
- Handle empty lines in sources file (onosek)
- Retry stalled downloads after 15 minutes, with the maximum of 5 retries (contyk)
- Make a fedpkg-base to distinguish between prod and stg (puiterwijk)
- Add a basic set of tests (lsedlar)
- Update $baseurl to src.fpo (lsedlar)
- Make curl follow redirects (lsedlar)
- remove the () in two steps (dennis)
- Read BSD formatted sources (lsedlar)
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
flann-1.9.1-2.el8 (FEDORA-EPEL-2021-acd9e0a562)
Fast Library for Approximate Nearest Neighbors
--------------------------------------------------------------------------------
Update Information:
Introducing new packages flann, metslib, and pcl to EPEL8
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1938327 - Please build flann for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1938327
[ 2 ] Bug #1943851 - Please build metslib for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1943851
[ 3 ] Bug #1944413 - Please build pcl for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1944413
--------------------------------------------------------------------------------
================================================================================
gn-1894-4.20210329gitb2e3d862.el8 (FEDORA-EPEL-2021-d72bcdda41)
Meta-build system that generates build files for Ninja
--------------------------------------------------------------------------------
Update Information:
Update to version 1894 (Add "assert_no_deps" to gn.vim) ---- Initial package
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1909390 - Review Request: gn - Meta-build system that generates build files for Ninja
https://bugzilla.redhat.com/show_bug.cgi?id=1909390
--------------------------------------------------------------------------------
================================================================================
metslib-0.5.3-22.el8 (FEDORA-EPEL-2021-acd9e0a562)
Metaheuristic modeling framework and optimization toolkit in modern C++
--------------------------------------------------------------------------------
Update Information:
Introducing new packages flann, metslib, and pcl to EPEL8
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1938327 - Please build flann for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1938327
[ 2 ] Bug #1943851 - Please build metslib for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1943851
[ 3 ] Bug #1944413 - Please build pcl for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1944413
--------------------------------------------------------------------------------
================================================================================
pcl-1.11.1-3.el8 (FEDORA-EPEL-2021-acd9e0a562)
Library for point cloud processing
--------------------------------------------------------------------------------
Update Information:
Introducing new packages flann, metslib, and pcl to EPEL8
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1938327 - Please build flann for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1938327
[ 2 ] Bug #1943851 - Please build metslib for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1943851
[ 3 ] Bug #1944413 - Please build pcl for EPEL 8
https://bugzilla.redhat.com/show_bug.cgi?id=1944413
--------------------------------------------------------------------------------
================================================================================
sdl-telnet-1.0.0-2.20210330git2aca101.el8 (FEDORA-EPEL-2021-42ad0ca3df)
Simple RFC-compliant TELNET implementation
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1943969 - Review Request: sdl-telnet - Simple RFC-compliant TELNET implementation
https://bugzilla.redhat.com/show_bug.cgi?id=1943969
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 7 Security updates need testing:
Age URL
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7f38c5da36 lib3mf-2.0.1-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7f980da66e tor-0.3.5.14-1.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-615589a3ad zarafa-7.1.14-4.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-a650134f4f exim-4.94-2.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-b1d43d7b48 atasm-1.09-1.el7
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-a1ab6f9c4e libmediainfo-21.03-1.el7 libzen-0.4.39-1.el7 mediainfo-21.03-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-d0a9c2bf03 chromium-89.0.4389.90-3.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-857a9f7853 openssl11-1.1.1g-3.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
centpkg-0.5.1-3.el7
dnscrypt-proxy2-2.0.45-1.el7
fedpkg-minimal-1.2.0-1.el7
openmeeg-2.4.2-0.13.el7
remmina-1.4.13-1.el7
Details about builds:
================================================================================
centpkg-0.5.1-3.el7 (FEDORA-EPEL-2021-e72260f6fc)
CentOS utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
Initial centpkg package.
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
================================================================================
dnscrypt-proxy2-2.0.45-1.el7 (FEDORA-EPEL-2021-847e2226bd)
Flexible DNS proxy, with support for encrypted DNS protocols
--------------------------------------------------------------------------------
Update Information:
Since version 2.0.45, some of the configuration files have been renamed.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Mar 30 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 2.0.45-1
- Since version 2.0.45, some of the configuration files have been renamed.
Please merge your config to /etc/dnscrypt-proxy/dnscrypt-proxy.toml.rpmnew then
replace dnscrypt-proxy.toml with that file.
Read /usr/share/doc/dnscrypt-proxy/ChangeLog to know more about this change.
- generate-domains-blocklist is now provided in /usr/share/doc/dnscrypt-proxy/
- Fix: rhbz#1943749
- Update to 2.0.45
- Close: rhbz#1912171
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1912171 - dnscrypt-proxy-2.0.45 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1912171
[ 2 ] Bug #1943749 - Consider shipping generate-domains-blocklist
https://bugzilla.redhat.com/show_bug.cgi?id=1943749
--------------------------------------------------------------------------------
================================================================================
fedpkg-minimal-1.2.0-1.el7 (FEDORA-EPEL-2021-04b6a54b0d)
Script to allow fedpkg fetch to work
--------------------------------------------------------------------------------
Update Information:
A new release that adds some new features including retries and downloads
maximum time limits, empty line tolerance, split into `fedpkg` and `fedpkg-stg`.
Fixes for example processing 'sources' files without trailing endline character.
The following changelog lists all changes since the previous tag despite some of
them were available as patches previously. Changelog: - 1.2.0 Release (onosek)
- Accept files without trailing new-line - rhbz#1943593 (onosek) - Handle empty
lines in sources file (onosek) - Retry stalled downloads after 15 minutes, with
the maximum of 5 retries (contyk) - Make a fedpkg-base to distinguish between
prod and stg (puiterwijk) - Add a basic set of tests (lsedlar) - Update $baseurl
to src.fpo (lsedlar) - Make curl follow redirects (lsedlar) - remove the () in
two steps (dennis) - Read BSD formatted sources (lsedlar)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 29 2021 Ond��ej Nosek <onosek(a)redhat.com> - 1.2.0-1
- 1.2.0 Release (onosek)
- Accept files without trailing new-line - rhbz#1943593 (onosek)
- Handle empty lines in sources file (onosek)
- Retry stalled downloads after 15 minutes, with the maximum of 5 retries (contyk)
- Make a fedpkg-base to distinguish between prod and stg (puiterwijk)
- Add a basic set of tests (lsedlar)
- Update $baseurl to src.fpo (lsedlar)
- Make curl follow redirects (lsedlar)
- remove the () in two steps (dennis)
- Read BSD formatted sources (lsedlar)
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
openmeeg-2.4.2-0.13.el7 (FEDORA-EPEL-2021-a97ddd2ae7)
Low-frequency bio-electromagnetism solving forward problems in the field of EEG and MEG
--------------------------------------------------------------------------------
Update Information:
- Rebuilds
--------------------------------------------------------------------------------
ChangeLog:
* Tue Mar 30 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.2-0.13
- Add vtk-java BR (rhbz#1944534)
* Sun Jan 31 2021 Orion Poplawski <orion(a)nwra.com> - 2.4.2-0.12
- Rebuild for VTK 9
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.2-0.11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 21 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.2-0.10
- Patched for CMake-3.19.* (rhbz#1917435)
* Mon Sep 28 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.2-0.9
- Rebuilt and patched for matio-1.5.18 (rhbz#1880819)
* Fri Aug 14 2020 I��aki ��car <iucar(a)fedoraproject.org> - 2.4.2-0.8
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
* Mon Aug 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.2-0.7
- Disable debug builds
* Mon Aug 10 2020 Jeff Law <law(a)redhat.com> - 2.4.2-0.6
- Disable LTO
* Sat Aug 1 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.2-0.5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.2-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1944534 - openmeeg: FTBFS in Fedora rawhide
https://bugzilla.redhat.com/show_bug.cgi?id=1944534
--------------------------------------------------------------------------------
================================================================================
remmina-1.4.13-1.el7 (FEDORA-EPEL-2021-ac42019b1c)
Remote Desktop Client
--------------------------------------------------------------------------------
Update Information:
Update to 1.4.13.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Mar 30 2021 Simone Caronni <negativo17(a)gmail.com> - 1.4.13-1
- Update to 1.4.13.
* Thu Mar 11 2021 Simone Caronni <negativo17(a)gmail.com> - 1.4.12-1
- Update to 1.4.12.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1944578 - remmina-1.4.13 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1944578
--------------------------------------------------------------------------------
2 years, 5 months
[Fedocal] Reminder meeting : EPEL Steering Committee
by tdawson@redhat.com
Dear all,
You are kindly invited to the meeting:
EPEL Steering Committee on 2021-03-31 from 16:00:00 to 17:00:00 US/Eastern
At fedora-meeting(a)irc.freenode.net
The meeting will be about:
This is the weekly EPEL Steering Committee Meeting.
A general agenda is the following:
#meetingname EPEL
#topic Intros
#topic Old Business
#topic EPEL-7
#topic EPEL-8
#topic EPEL-9
#topic Openfloor
#endmeeting
Source: https://apps.fedoraproject.org/calendar/meeting/9854/
2 years, 5 months
Fedora EPEL 7 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 7 Security updates need testing:
Age URL
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7f38c5da36 lib3mf-2.0.1-1.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-7f980da66e tor-0.3.5.14-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-615589a3ad zarafa-7.1.14-4.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-a650134f4f exim-4.94-2.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-b1d43d7b48 atasm-1.09-1.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-a1ab6f9c4e libmediainfo-21.03-1.el7 libzen-0.4.39-1.el7 mediainfo-21.03-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
chromium-89.0.4389.90-3.el7
openssl11-1.1.1g-3.el7
Details about builds:
================================================================================
chromium-89.0.4389.90-3.el7 (FEDORA-EPEL-2021-d0a9c2bf03)
A WebKit (Blink) powered web browser that Google doesn't want you to use
--------------------------------------------------------------------------------
Update Information:
Fix issue where chromium would crash upon accessing components/cast_*. Thanks to
Gentoo for the patch. It also fixes some security issues, because why not:
CVE-2021-21191 CVE-2021-21192 CVE-2021-21193
--------------------------------------------------------------------------------
ChangeLog:
* Thu Mar 25 2021 Tom Callaway <spot(a)fedoraproject.org> - 89.0.4389.90-3
- apply upstream fix for newer system libva
* Wed Mar 24 2021 Tom Callaway <spot(a)fedoraproject.org> - 89.0.4389.90-2
- fix crashes with components/cast_*
* Thu Mar 18 2021 Tom Callaway <spot(a)fedoraproject.org> - 89.0.4389.90-1
- update to 89.0.4389.90
- disable auto-download of widevine binary only blob
* Mon Mar 15 2021 Tom Callaway <spot(a)fedoraproject.org> - 89.0.4389.82-2
- add support for futex_time64
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1939460 - CVE-2021-21191 chromium-browser: Use after free in WebRTC
https://bugzilla.redhat.com/show_bug.cgi?id=1939460
[ 2 ] Bug #1939461 - CVE-2021-21192 chromium-browser: Heap buffer overflow in tab groups
https://bugzilla.redhat.com/show_bug.cgi?id=1939461
[ 3 ] Bug #1939462 - CVE-2021-21193 chromium-browser: Use after free in Blink
https://bugzilla.redhat.com/show_bug.cgi?id=1939462
--------------------------------------------------------------------------------
================================================================================
openssl11-1.1.1g-3.el7 (FEDORA-EPEL-2021-857a9f7853)
Utilities from the general purpose cryptography library with TLS implementation
--------------------------------------------------------------------------------
Update Information:
- backport from 1.1.1g-15: version bump - backport from 1.1.1g-14: CVE-2021-3450
openssl: CA certificate check bypass with `X509_V_FLAG_X509_STRICT` - backport
from 1.1.1g-13: Fix CVE-2021-3449 `NULL` pointer deref in `signature_algorithms
processing`
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 29 2021 Robert Scheck <robert(a)fedoraproject.org> 1.1.1g-3
- backport from 1.1.1g-15: version bump
- backport from 1.1.1g-14: CVE-2021-3450 openssl: CA certificate check bypass with X509_V_FLAG_X509_STRICT
- backport from 1.1.1g-13: Fix CVE-2021-3449 NULL pointer deref in signature_algorithms processing
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1941547 - CVE-2021-3450 openssl: CA certificate check bypass with X509_V_FLAG_X509_STRICT
https://bugzilla.redhat.com/show_bug.cgi?id=1941547
[ 2 ] Bug #1941554 - CVE-2021-3449 openssl: NULL pointer dereference in signature_algorithms processing
https://bugzilla.redhat.com/show_bug.cgi?id=1941554
--------------------------------------------------------------------------------
2 years, 5 months