The following Fedora EPEL 6 Security updates need testing:
Age URL
59 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b6c663378c unrtf-0.21.9-8.el6
27 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d801e05f92 uwsgi-2.0.17.1-1.el6
20 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-aeb81e4fba libpng10-1.0.69-5.el6
15 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-68e2f541df pam_yubico-2.26-1.el6
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-4186e02757 seamonkey-2.49.4-2.el6
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-40277073c5 cgit-0.12-2.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
python-pluginlib-0.6.1-1.el6
singularity-2.6.0-1.1.el6
spectre-meltdown-checker-0.38-1.el6
Details about builds:
================================================================================
python-pluginlib-0.6.1-1.el6 (FEDORA-EPEL-2018-5dbf2e4a71)
A framework for creating and importing plugins in Python
--------------------------------------------------------------------------------
Update Information:
0.6.1 Release ---- EL6 build requirements should only apply to Python 2 ----
Change with_pythonX to use bcond_with(out)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1607543 - Review Request: python-pluginlib - A framework for creating and importing plugins in Python
https://bugzilla.redhat.com/show_bug.cgi?id=1607543
--------------------------------------------------------------------------------
================================================================================
singularity-2.6.0-1.1.el6 (FEDORA-EPEL-2018-eb6476d410)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Update to released upstream 2.6.0. Includes the underlay option (pr #1817),
enables python3 by default (pr #1818), and enables docker:// and shub:// URLs to
work in the singularity-runtime subpackage (pr #1819). ---- Updates to
upstream 2.6.0-rc2, internal version 2.5.999. Disables underlay feature by
default. Adds upstream PR #1324 which makes docker:// and shub:// work with
just singularity-runtime package. Fixes python3 dependencies. ---- Update to
upstream 2.5.99, which is tagged as 2.6.0-rc1. Get python3 patch from PR #1762
instead of custom defined. Move /usr/bin/python3 BuildRequires to singularity-
runtime subpackage. Apply PR #1638, which adds the underlay feature.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.6.0-1.1
- Update to released upstream 2.6.0
- Rename PR 1638 to 1817
- Rename PR 1762 to 1818
- Note that PR 1324 was also renamed, to 1819
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.4
- Move the Requires /usr/bin/python3 to be under %package runtime instead
of under its %description.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.3
- Move the BuildRequires /usr/bin/python3 back to the primary package,
because otherwise it doesn't get installed at build time. Leave
the Requires on the runtime subpackage.
- Add singularity.abignore to avoid warnings from abipkgdiff.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.2
- Add PR #1324 which makes the docker:// and shub:// URLs work with only
the runtime subpackage. All the changes are to this file so it does
not add a patch. Moves python files to the runtime subpackage, so the
BuildRequires & Requires /usr/bin/python3 go back there as well.
- Improve the underlay option comment in singularity.conf as found in
the current version of PR #1638.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.1
- Update to upstream 2.5.999, which is tagged as 2.6.0-rc2.
- Disable the underlay feature by default
- Move the BuildRequires: /usr/bin/python3 back to the singularity package
because there is no python in singularity-runtime.
- Add an additional Requires: /usr/bin/python3 for install time.
* Mon Jul 16 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.99-1.1
- Update to upstream 2.5.99, which is tagged as 2.6.0-rc1.
- Switch to using internally defined require_python3, which is true unless
%{osg} is defined, to decide whether or not to require python3.
- Get python3 patch from PR #1762 instead of custom defined.
- Move /usr/bin/python3 BuildRequires to singularity-runtime subpackage.
- Apply PR #1638, which adds the underlay feature.
- Only require python3 if %{py3_dist} macro defined
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1600319 - singularity-2.6.0-rc2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1600319
[ 2 ] Bug #1762 - screen and Gnome-Terminal
https://bugzilla.redhat.com/show_bug.cgi?id=1762
[ 3 ] Bug #1638 - text editors on starbuck rescue disks don't work
https://bugzilla.redhat.com/show_bug.cgi?id=1638
--------------------------------------------------------------------------------
================================================================================
spectre-meltdown-checker-0.38-1.el6 (FEDORA-EPEL-2018-531af0b78c)
Spectre & Meltdown vulnerability/mitigation checker for Linux
--------------------------------------------------------------------------------
Update Information:
* Feature: support detection for Variant 3a (CVE-2018-3640) and Variant 4
(CVE-2018-3639) * Feature: add Spectre v1 mitigation detection for ARM 32 bits *
Feature: add Cavium CPU support and correct vulnerability information * Feature:
add guess for kernel image location on Raspberry Pi 3 * Feature: ability to run
the script inside a Docker container * Change: omit explanations by default to
avoid cluttering the output, use `--explain` to get detailed mitigation help *
Enhancement: explain mode: suggest to set VM CPU to an IBRS-capable one for
hypervisors * Enhancement: avoid use of `iflag=skip_bytes` for compat with old
`dd` versions * Fix: no longer unload msr or cpuid modules on exit if they were
loaded before we started * Fix: when we can't determine if IBRS is enabled or
not, report it as NO instead of UNKNOWN when we know that the CPU can't support
it * Fix: variant2: detection now works under SLES kernels * Fix: ARM: update
vulnerability info to latest vendor statement * Fix: ARM: ARMv8 models under
Cortex A57 correctly marked as non-vulnerable (also fixes Raspberry Pi 3) * Fix:
prometheus output wouldn't format `\n` correctly under some systems
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Reto Gantenbein <reto.gantenbein(a)linuxmonk.ch> - 0.38-1
- Update to 0.38
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
59 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3835d39d1a unrtf-0.21.9-8.el7
54 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-15b7dc35af pass-1.7.2-1.el7
27 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d2e0971e9b uwsgi-2.0.17.1-1.el7
15 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f19460105c pam_yubico-2.26-1.el7
13 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5b5c4b0050 rust-1.27.2-3.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f9d6ff695a bibutils-6.6-1.el7 ghc-hs-bibutils-6.6.0.0-1.el7 pandoc-citeproc-0.3.0.1-4.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-e9a8615099 mbedtls-2.7.5-1.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-52b5b56d0a seamonkey-2.49.4-2.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5346e2123a dpkg-1.18.25-1.el7
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-4f0963b857 moodle-3.1.13-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3f5e90bb2b libmspack-0.7-0.1.alpha.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-7b6fa936b1 knot-resolver-2.4.1-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-38987c542e cgit-1.1-11.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-aec074825a thunderbird-enigmail-2.0.8-1.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-0be0127779 libgit2-0.26.6-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
js-jsroot-5.5.0-1.el7
libmodulemd-1.6.2-1.el7
python-moksha-hub-1.5.12-1.el7
python-pluginlib-0.6.1-1.el7
ravada-0.3.0-0.6.beta6.el7
root-6.14.02-1.el7
singularity-2.6.0-1.1.el7
spectre-meltdown-checker-0.38-1.el7
Details about builds:
================================================================================
js-jsroot-5.5.0-1.el7 (FEDORA-EPEL-2018-ea6d93938d)
JavaScript ROOT - Interactive numerical data analysis graphics
--------------------------------------------------------------------------------
Update Information:
* https://root.cern.ch/doc/v614/release-notes.html#release-6.1402 *
https://github.com/root-project/jsroot/releases/tag/5.5.0
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 20 2018 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 5.5.0-1
- Update to version 5.5.0
- Change dependency to js-jquery since js-jquery2 is orphaned
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 5.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1586022 - ROOTConfig-targets.cmake need to be adopted to the actually installed root packages.
https://bugzilla.redhat.com/show_bug.cgi?id=1586022
--------------------------------------------------------------------------------
================================================================================
libmodulemd-1.6.2-1.el7 (FEDORA-EPEL-2018-b0e421ca89)
Module metadata manipulation library
--------------------------------------------------------------------------------
Update Information:
Make buildorder a signed integer to match the modulemd specification
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 1.6.2-1
- Update to 1.6.2
- Make buildorder a signed integer to match modulemd specification
* Mon Jul 23 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 1.6.1-2
- Obsolete unsupported pythonX-modulemd packages
--------------------------------------------------------------------------------
================================================================================
python-moksha-hub-1.5.12-1.el7 (FEDORA-EPEL-2018-9b0f7829d9)
Hub components for Moksha
--------------------------------------------------------------------------------
Update Information:
Hub shuts down now on errors from a STOMP broker. ---- Latest upstream.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Ralph Bean <rbean(a)redhat.com> - 1.5.12-1
- new version
* Thu Aug 2 2018 Ralph Bean <rbean(a)redhat.com> - 1.5.11-1
- new version
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jun 18 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.5.10-2
- Rebuilt for Python 3.7
* Mon Jun 18 2018 Ralph Bean <rbean(a)redhat.com> - 1.5.10-1
- new version
--------------------------------------------------------------------------------
================================================================================
python-pluginlib-0.6.1-1.el7 (FEDORA-EPEL-2018-437510cf18)
A framework for creating and importing plugins in Python
--------------------------------------------------------------------------------
Update Information:
0.6.1 Release ---- EL6 build requirements should only apply to Python 2 ----
Change with_pythonX to use bcond_with(out)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1607543 - Review Request: python-pluginlib - A framework for creating and importing plugins in Python
https://bugzilla.redhat.com/show_bug.cgi?id=1607543
--------------------------------------------------------------------------------
================================================================================
ravada-0.3.0-0.6.beta6.el7 (FEDORA-EPEL-2018-bea042947c)
Remote Virtual Desktops Manager
--------------------------------------------------------------------------------
Update Information:
Remove vmport in templates, which is not supported in EPEL qemu ---- Fix qemu-
kvm path for EPEL ---- Fix _unique_uuid call ---- Fix SQL for MariaDB 5.5
---- Add a patch for compatibility with Perl 5.16 ---- Pre-release 0.3.0
beta6
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.6.beta6
- Remove vmport in templates, which is not supported in EPEL qemu
* Sun Aug 5 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.5.beta6
- Fix qemu-kvm path for EPEL
* Sat Aug 4 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.4.beta6
- Fix _unique_uuid call
* Thu Aug 2 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.3.beta6
- Fix SQL for MariaDB 5.5
* Wed Aug 1 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.2.beta6
- Add a patch for compatibility with Perl 5.16
* Fri Jul 27 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.1.beta6
- Pre-release 0.3.0 beta6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1610588 - ravada post-install setup missing some dependencies:
https://bugzilla.redhat.com/show_bug.cgi?id=1610588
[ 2 ] Bug #1609338 - RFE - Please provide update to Ravada Ravada 0.3.0-rc1
https://bugzilla.redhat.com/show_bug.cgi?id=1609338
--------------------------------------------------------------------------------
================================================================================
root-6.14.02-1.el7 (FEDORA-EPEL-2018-ea6d93938d)
Numerical data analysis framework
--------------------------------------------------------------------------------
Update Information:
* https://root.cern.ch/doc/v614/release-notes.html#release-6.1402 *
https://github.com/root-project/jsroot/releases/tag/5.5.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 6 2018 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 6.14.02-1
- Update to 6.14.02
- Make python3 the preferred python for Fedora 29+:
- Give python3 libPyROOT higher priority than python2 libPyROOT
- The python scripts in root-cli use python3-root
- Let root-tmva-python use python3-numpy
- Fix build issue with undefined symbols in libSrvAuth
- Make ROOTConfig-targets.cmake not error on missing files to work better with
subpackages
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.14.00-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1586022 - ROOTConfig-targets.cmake need to be adopted to the actually installed root packages.
https://bugzilla.redhat.com/show_bug.cgi?id=1586022
--------------------------------------------------------------------------------
================================================================================
singularity-2.6.0-1.1.el7 (FEDORA-EPEL-2018-c189fbeea1)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Update to released upstream 2.6.0. Includes the underlay option (pr #1817),
enables python3 by default (pr #1818), and enables docker:// and shub:// URLs to
work in the singularity-runtime subpackage (pr #1819). ---- Updates to
upstream 2.6.0-rc2, internal version 2.5.999. Disables underlay feature by
default. Adds upstream PR #1324 which makes docker:// and shub:// work with
just singularity-runtime package. Fixes python3 dependencies. ---- Update to
upstream 2.5.99, which is tagged as 2.6.0-rc1. Get python3 patch from PR #1762
instead of custom defined. Move /usr/bin/python3 BuildRequires to singularity-
runtime subpackage. Apply PR #1638, which adds the underlay feature.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.6.0-1.1
- Update to released upstream 2.6.0
- Rename PR 1638 to 1817
- Rename PR 1762 to 1818
- Note that PR 1324 was also renamed, to 1819
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.4
- Move the Requires /usr/bin/python3 to be under %package runtime instead
of under its %description.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.3
- Move the BuildRequires /usr/bin/python3 back to the primary package,
because otherwise it doesn't get installed at build time. Leave
the Requires on the runtime subpackage.
- Add singularity.abignore to avoid warnings from abipkgdiff.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.2
- Add PR #1324 which makes the docker:// and shub:// URLs work with only
the runtime subpackage. All the changes are to this file so it does
not add a patch. Moves python files to the runtime subpackage, so the
BuildRequires & Requires /usr/bin/python3 go back there as well.
- Improve the underlay option comment in singularity.conf as found in
the current version of PR #1638.
* Tue Jul 24 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.999-1.1
- Update to upstream 2.5.999, which is tagged as 2.6.0-rc2.
- Disable the underlay feature by default
- Move the BuildRequires: /usr/bin/python3 back to the singularity package
because there is no python in singularity-runtime.
- Add an additional Requires: /usr/bin/python3 for install time.
* Mon Jul 16 2018 Dave Dykstra <dwd(a)fnal.gov> - 2.5.99-1.1
- Update to upstream 2.5.99, which is tagged as 2.6.0-rc1.
- Switch to using internally defined require_python3, which is true unless
%{osg} is defined, to decide whether or not to require python3.
- Get python3 patch from PR #1762 instead of custom defined.
- Move /usr/bin/python3 BuildRequires to singularity-runtime subpackage.
- Apply PR #1638, which adds the underlay feature.
- Only require python3 if macro defined
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1600319 - singularity-2.6.0-rc2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1600319
[ 2 ] Bug #1762 - screen and Gnome-Terminal
https://bugzilla.redhat.com/show_bug.cgi?id=1762
[ 3 ] Bug #1638 - text editors on starbuck rescue disks don't work
https://bugzilla.redhat.com/show_bug.cgi?id=1638
--------------------------------------------------------------------------------
================================================================================
spectre-meltdown-checker-0.38-1.el7 (FEDORA-EPEL-2018-6ccb89d827)
Spectre & Meltdown vulnerability/mitigation checker for Linux
--------------------------------------------------------------------------------
Update Information:
* Feature: support detection for Variant 3a (CVE-2018-3640) and Variant 4
(CVE-2018-3639) * Feature: add Spectre v1 mitigation detection for ARM 32 bits *
Feature: add Cavium CPU support and correct vulnerability information * Feature:
add guess for kernel image location on Raspberry Pi 3 * Feature: ability to run
the script inside a Docker container * Change: omit explanations by default to
avoid cluttering the output, use `--explain` to get detailed mitigation help *
Enhancement: explain mode: suggest to set VM CPU to an IBRS-capable one for
hypervisors * Enhancement: avoid use of `iflag=skip_bytes` for compat with old
`dd` versions * Fix: no longer unload msr or cpuid modules on exit if they were
loaded before we started * Fix: when we can't determine if IBRS is enabled or
not, report it as NO instead of UNKNOWN when we know that the CPU can't support
it * Fix: variant2: detection now works under SLES kernels * Fix: ARM: update
vulnerability info to latest vendor statement * Fix: ARM: ARMv8 models under
Cortex A57 correctly marked as non-vulnerable (also fixes Raspberry Pi 3) * Fix:
prometheus output wouldn't format `\n` correctly under some systems
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Reto Gantenbein <reto.gantenbein(a)linuxmonk.ch> - 0.38-1
- Update to 0.38
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
Hi epel-devel,
I'm trying to kickstart a CentOS 7.5 node (with Spacewalk) but I am getting
anaconda errors from trying to install the 'mpg123-libs' package.
I notice that this package is in *both* the CentOS 7 base repo and in EPEL.
The filename of the RPM is
mpg123-libs-1.25.6-1.el7.x86_64.rpm
<http://mirrors.ukfast.co.uk/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Pa…>
This doesn't look right to me, should it be deleted from EPEL if it's moved
into CentOS itself? It looks new to CentOS 7.5.
Gordon.
--
Gordon Grant
The following Fedora EPEL 7 Security updates need testing:
Age URL
58 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3835d39d1a unrtf-0.21.9-8.el7
52 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-15b7dc35af pass-1.7.2-1.el7
26 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d2e0971e9b uwsgi-2.0.17.1-1.el7
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f19460105c pam_yubico-2.26-1.el7
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5b5c4b0050 rust-1.27.2-3.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f9d6ff695a bibutils-6.6-1.el7 ghc-hs-bibutils-6.6.0.0-1.el7 pandoc-citeproc-0.3.0.1-4.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-e9a8615099 mbedtls-2.7.5-1.el7
9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-52b5b56d0a seamonkey-2.49.4-2.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5346e2123a dpkg-1.18.25-1.el7
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-4f0963b857 moodle-3.1.13-1.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3f5e90bb2b libmspack-0.7-0.1.alpha.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-7b6fa936b1 knot-resolver-2.4.1-1.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-38987c542e cgit-1.1-11.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-aec074825a thunderbird-enigmail-2.0.8-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
burp-2.1.32-1.el7
golang-github-mattn-shellwords-1.0.3-1.el7
libgit2-0.26.6-1.el7
stlink-1.5.1-0.1.20180802gitae717b9.el7
Details about builds:
================================================================================
burp-2.1.32-1.el7 (FEDORA-EPEL-2018-ee1f68a086)
A network-based backup and restore program
--------------------------------------------------------------------------------
Update Information:
bumped to 2.2.8
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 6 2018 Andrew Niemantsverdriet <andrewniemants(a)gmail.com> - 2.2.8-1
- bumped to 2.2.8
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Jan 20 2018 Bj��rn Esser <besser82(a)fedoraproject.org> - 1.4.40-7
- Rebuilt for switch to libxcrypt
* Wed Aug 2 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 19 2016 Ralf Cors��pius <corsepiu(a)fedoraproject.org> - 1.4.40-3
- Add burp-1.4.40-narrowing.patch (F24FTBFS, RHBZ#1307363).
* Wed Feb 3 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
golang-github-mattn-shellwords-1.0.3-1.el7 (FEDORA-EPEL-2018-fad0f1185d)
Parse line as shell words
--------------------------------------------------------------------------------
Update Information:
Initial epel7 release.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1561369 - fzf would be nice to have in EPEL
https://bugzilla.redhat.com/show_bug.cgi?id=1561369
--------------------------------------------------------------------------------
================================================================================
libgit2-0.26.6-1.el7 (FEDORA-EPEL-2018-0be0127779)
C implementation of the Git core methods as a library with a solid API
--------------------------------------------------------------------------------
Update Information:
This is a security release fixing out-of-bounds reads when processing smart-
protocol "ng" packets. When parsing an "ng" packet, we keep track of both the
current position as well as the remaining length of the packet itself. But
instead of taking care not to exceed the length, we pass the current pointer's
position to strchr, which will search for a certain character until hitting NUL.
It is thus possible to create a crafted packet which doesn't contain a NUL byte
to trigger an out-of-bounds read. The issue was discovered by the oss-fuzz
project, issue 9406.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Pete Walter <pwalter(a)fedoraproject.org> - 0.26.6-1
- Update to 0.26.6
--------------------------------------------------------------------------------
================================================================================
stlink-1.5.1-0.1.20180802gitae717b9.el7 (FEDORA-EPEL-2018-587a768df5)
STM32 discovery line Linux programmer
--------------------------------------------------------------------------------
Update Information:
Update to latest git version.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 7 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.5.1-0.1.20180802gitae717b9
- Update to latest git
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
54 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b6c663378c unrtf-0.21.9-8.el6
23 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d801e05f92 uwsgi-2.0.17.1-1.el6
15 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-aeb81e4fba libpng10-1.0.69-5.el6
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-a83d5ad82b redis-3.2.12-1.el6
12 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b4f8d828cd perl-Parallel-ForkManager-1.20-1.el6
11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-68e2f541df pam_yubico-2.26-1.el6
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-4186e02757 seamonkey-2.49.4-2.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
cgit-0.12-2.el6
fedpkg-1.34-3.el6
nodejs-rhea-0.2.17-1.el6
qpid-dispatch-1.2.0-1.el6
qpid-proton-0.24.0-1.el6
rpkg-1.55-1.el6
rubygem-qpid_proton-0.24.0-1.el6
Details about builds:
================================================================================
cgit-0.12-2.el6 (FEDORA-EPEL-2018-40277073c5)
A fast web interface for git
--------------------------------------------------------------------------------
Update Information:
Fix directory traversal vulnerability References:
https://lists.zx2c4.com/pipermail/cgit/2018-August/004176.htmlhttps://git.zx2c4.com/cgit/commit/?id=53efaf30b
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Todd Zullinger <tmz(a)pobox.com> - 0.12-2
- Fix directory traversal vulnerability
--------------------------------------------------------------------------------
================================================================================
fedpkg-1.34-3.el6 (FEDORA-EPEL-2018-857b6ba2e4)
Fedora utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
fedpkg-1.34-3 Require python-openidc-client 0.6.0 as minimum version ---
rpkg: https://docs.pagure.org/rpkg/releases/1.55.html fedpkg:
https://docs.pagure.org/fedpkg/releases/1.34.html ---- - Require
python2-rpkg-1.54-2 as minimum version ---- - Allow running tests against
specified rpkg (cqi) - Fix test due to rpkg uses getpass.getuser (cqi) - Getting
bodhi version works with Python 3 - #213 (cqi) - Detect Bodhi client by major
version - #204 (cqi) - Allow requesting modular repositories without bug ID -
#197 (rdossant) - Fix test test_verify_sls_invalid_date - #209 (cqi) - Copy pip-
pycurl to ensure pycurl is installed correctly (cqi) - Fix unicode issue for
update command in Python 3 - #206 (cqi) - Fix a few E722 code styles errors
(cqi) - Fix fake PDC URL in test (cqi) - Use tox to run tests with multiple
Python versions (cqi) - Reword error message for missing pagure token - #194
(cqi) - Tell which token ACL is required for request-repo - #195 (cqi) - Rename
incorrect references of Koshei to be Anitya (mprahl)
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-3
- Require python-openidc-client 0.6.0 as minimum version
* Tue Jul 31 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-2
- Fix files section for Python 3 build
* Tue Jul 24 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-1
- Get csrf token properly when retry bodhi API call (cqi)
- Accept old config with module instead of repo (lsedlar)
- Add option --namespace to command request-branch (cqi)
- Add argument name and option --namespace to request-repo - #193 #200 (cqi)
- Add explicit option --repo for request-branch - #244 (cqi)
- Do not use deprecated option module-name (cqi)
- Remove compatible code with EL5 in bash completion (cqi)
- Handle Bodhi login automatically (cqi)
- Refine command override create (cqi)
- request-repo: Fix API token help text - #232 (tmz)
- Use base_module in clone_config - #230 (tmz)
- Extend override by number of days or specific date - #67 (cqi)
- Use refactored man from pyrpkg (puiterwijk)
- Add new command for creating override in Bodhi - #92 (cqi)
- Also remove bodhi url from config (cqi)
- Check bodhi version earlier (cqi)
- Drop support of bodhi-client 0.9 - #223 (cqi)
- Use custom ArgumentParser from pyrpkg.cli (jkucera)
- Add OIDC config (puiterwijk)
- Fix argparse error in Python 3 - #221 (cqi)
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.33-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.33-4
- Rebuilt for Python 3.7
* Tue May 22 2018 Chenxiong Qi <cqi(a)redhat.com> 1.33-3
- Backport: Fix argparse error in Python 3
* Mon May 21 2018 Chenxiong Qi <cqi(a)redhat.com> 1.33-2
- Require python2-rpkg-1.54-2 as minimum version
* Mon May 14 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.33-1
- Allow running tests against specified rpkg (cqi)
- Fix test due to rpkg uses getpass.getuser (cqi)
- Getting bodhi version works with Python 3 - #213 (cqi)
- Detect Bodhi client by major version - #204 (cqi)
- Allow requesting modular repositories without bug ID - #197 (rdossant)
- Fix test test_verify_sls_invalid_date - #209 (cqi)
- Copy pip-pycurl to ensure pycurl is installed correctly (cqi)
- Fix unicode issue for update command in Python 3 - #206 (cqi)
- Fix a few E722 code styles errors (cqi)
- Fix fake PDC URL in test (cqi)
- Use tox to run tests with multiple Python versions (cqi)
- Reword error message for missing pagure token - #194 (cqi)
- Tell which token ACL is required for request-repo - #195 (cqi)
- Rename incorrect references of Koshei to be Anitya (mprahl)
* Thu May 10 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.32-2
- Switch to Python 3 on Fedora > 28 and EL > 7
- Drop Groups
- Switch to %{buildroot}
- Switch to %py_build and _install
--------------------------------------------------------------------------------
================================================================================
nodejs-rhea-0.2.17-1.el6 (FEDORA-EPEL-2018-7735eeb80c)
A reactive messaging library based on the AMQP protocol
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.2.17.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 0.2.17-1
- Rebased to 0.2.17
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1582009 - nodejs-rhea-0.2.17 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1582009
--------------------------------------------------------------------------------
================================================================================
qpid-dispatch-1.2.0-1.el6 (FEDORA-EPEL-2018-db7bdab8d0)
Dispatch router for Qpid
--------------------------------------------------------------------------------
Update Information:
Rebase to 1.2.0.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 27 2018 Irina Boverman <iboverma(a)redhat.com> - 1.2.0-1
- Rebased to 1.2.0
- Added DISPATCH-1087 patch
* Thu May 3 2018 Irina Boverman <iboverma(a)redhat.com> - 1.1.0-1
- Rebased to 1.1.0
--------------------------------------------------------------------------------
================================================================================
qpid-proton-0.24.0-1.el6 (FEDORA-EPEL-2018-64c3057b22)
A high performance, lightweight messaging library
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.24.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 31 2018 Irina Boverman <iboverma(a)redhat.com> - 0.24.0-1
- Rebased to 0.24.0
--------------------------------------------------------------------------------
================================================================================
rpkg-1.55-1.el6 (FEDORA-EPEL-2018-857b6ba2e4)
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
fedpkg-1.34-3 Require python-openidc-client 0.6.0 as minimum version ---
rpkg: https://docs.pagure.org/rpkg/releases/1.55.html fedpkg:
https://docs.pagure.org/fedpkg/releases/1.34.html ---- - Require
python2-rpkg-1.54-2 as minimum version ---- - Allow running tests against
specified rpkg (cqi) - Fix test due to rpkg uses getpass.getuser (cqi) - Getting
bodhi version works with Python 3 - #213 (cqi) - Detect Bodhi client by major
version - #204 (cqi) - Allow requesting modular repositories without bug ID -
#197 (rdossant) - Fix test test_verify_sls_invalid_date - #209 (cqi) - Copy pip-
pycurl to ensure pycurl is installed correctly (cqi) - Fix unicode issue for
update command in Python 3 - #206 (cqi) - Fix a few E722 code styles errors
(cqi) - Fix fake PDC URL in test (cqi) - Use tox to run tests with multiple
Python versions (cqi) - Reword error message for missing pagure token - #194
(cqi) - Tell which token ACL is required for request-repo - #195 (cqi) - Rename
incorrect references of Koshei to be Anitya (mprahl)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jul 23 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.55-1
- Fix installing pycurl for running tests (cqi)
- Replace extra module_name with repo_name (cqi)
- Replace name module with repo in tests/fixtures/rpkg*.conf (cqi)
- Add --fail-fast functionality - #331 (tibbs)
- Fix fake spec for build in rawhide (cqi)
- Avoid to upload a file with different checksum - #204 (cqi)
- Give more information when sources has invalid content - #227 (cqi)
- Reserve README.md while import srpm - #149 (cqi)
- Set to repo_name property when --name is specified (cqi)
- Do not restrict argparse version (cqi)
- Check old format args only if there is clone config (cqi)
- Fix typo and reword option help and deprecation message (cqi)
- Massive replacement of module (cqi)
- Deprecate module_name inside rpkg internal (cqi)
- Add new option --name and --namespace - #301 (cqi)
- Man generator indent workaround (onosek)
- Fixing imports in unittests (onosek)
- Minor fixes to doc build (cqi)
- Fix mistakes during rebase (cqi)
- Run document generator script in Py3 explictly (cqi)
- Remove warning of nonexisting source/_static/ during doc build (cqi)
- Do not generate document for sample rpkg app (cqi)
- Exclude subcommand which does not have help (cqi)
- Ensure to clean files for generating HTML documents (cqi)
- Fix rebase error: add module_build_watch back (cqi)
- Fix MANIFEST.in to list files for building doc (cqi)
- Rename generate_man_pages.py (cqi)
- Generate HTML document and manpage for sample rpkg (cqi)
- Simplify doc Makefile (cqi)
- Generate commands HTML and man pages (cqi)
- Update existing docstrings (cqi)
- Generate documents by sphinx - #50 (cqi)
- README: new code should be py3 compatible (ktdreyer)
- Provide base_module to clone_config templates - #326 (tmz)
- Refactor man generator to be reusable (puiterwijk)
- Make sure gitcred doesn't land in man (puiterwijk)
- Don't inject the credential helper to push if OIDC is unconfigured
(puiterwijk)
- Add docblocks to gitcred methods and don't quit if OpenIDC is unconfigured
(puiterwijk)
- Also inject the credential helper with rpkg push (puiterwijk)
- Create a "gitcred" command that functions as an OIDC git-credential helper
(puiterwijk)
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.54-3
- Rebuilt for Python 3.7
--------------------------------------------------------------------------------
================================================================================
rubygem-qpid_proton-0.24.0-1.el6 (FEDORA-EPEL-2018-92dc61d804)
Ruby language bindings for the Qpid Proton messaging framework
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.24.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 0.24.0-1
- Rebased to 0.24.0
* Sat May 5 2018 Irina Boverman <iboverma(a)redhat.com> - 0.22.0-1
- Rebased to 0.22.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1563235 - rubygem-qpid_proton-0.24.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1563235
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
54 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3835d39d1a unrtf-0.21.9-8.el7
49 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-15b7dc35af pass-1.7.2-1.el7
23 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d2e0971e9b uwsgi-2.0.17.1-1.el7
15 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3f07844689 znc-1.7.1-1.el7
14 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-8de40d24ca redis-3.2.12-1.el7
11 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f19460105c pam_yubico-2.26-1.el7
8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5b5c4b0050 rust-1.27.2-3.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f9d6ff695a bibutils-6.6-1.el7 ghc-hs-bibutils-6.6.0.0-1.el7 pandoc-citeproc-0.3.0.1-4.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-e9a8615099 mbedtls-2.7.5-1.el7
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-52b5b56d0a seamonkey-2.49.4-2.el7
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5346e2123a dpkg-1.18.25-1.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-4f0963b857 moodle-3.1.13-1.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3f5e90bb2b libmspack-0.7-0.1.alpha.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
beaker-25.5-2.el7
cgit-1.1-11.el7
fedpkg-1.34-3.el7
knot-resolver-2.4.1-1.el7
nodejs-rhea-0.2.17-1.el7
purple-discord-0-20.20180628git84fe764.el7
purple-hangouts-0-60.20180731hge4ccf26.el7
purple-libsteam-1.6.1-23.20180801gitb16a636.el7
purple-skypeweb-1.5-3.20180720git2290013.el7
python-moksha-hub-1.5.11-1.el7
python-pyngus-2.2.4-1.el7
qpid-cpp-1.38.0-2.el7
qpid-dispatch-1.2.0-1.el7
qpid-proton-0.24.0-1.el7
ravada-0.3.0-0.3.beta6.el7
rpkg-1.55-1.el7
rubygem-qpid_messaging-1.38.0-1.el7
rubygem-qpid_proton-0.24.0-1.el7
s3cmd-2.0.2-1.el7
Details about builds:
================================================================================
beaker-25.5-2.el7 (FEDORA-EPEL-2018-9b6a54df26)
Full-stack software and hardware integration testing system
--------------------------------------------------------------------------------
Update Information:
Corrected Requires for EPEL Updated to upstream 25.5 ---- Upstream version
25.5
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 2 2018 Greg Hellings <greg.hellings(a)gmail.com> - 25.5-2
- Corrected Requires for EPEL
- Remove lab-controller from builds, as it is part of the server
- Heavily modified spec file to more closely match upstream
- Updated patch to not build server, integration tests, or lab-controller
* Wed Jul 25 2018 Greg Hellings <greg.hellings(a)gmail.com> - 25.5-1
- Upstream version 25.5
- Fixes BZ1607380
- Added deps for gevent and werkzeug
- Added labcontroller subpackage
* Fri Jul 13 2018 Dan Callaghan <dcallagh(a)redhat.com> - 25.4-3
- Explicitly invoke python2 instead of python:
https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_pa…
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 25.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1607380 - beaker-25.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1607380
--------------------------------------------------------------------------------
================================================================================
cgit-1.1-11.el7 (FEDORA-EPEL-2018-38987c542e)
A fast web interface for git
--------------------------------------------------------------------------------
Update Information:
Fix directory traversal vulnerability References:
https://lists.zx2c4.com/pipermail/cgit/2018-August/004176.htmlhttps://git.zx2c4.com/cgit/commit/?id=53efaf30b
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Todd Zullinger <tmz(a)pobox.com> - 1.1-11
- Fix directory traversal vulnerability
* Sun Feb 18 2018 Todd Zullinger <tmz(a)pobox.com> - 1.1-10
- Use https for source URLs
- Remove el5 conditionals
- Use cgit.conf and config.mak for cgit/git build options
- Drop obsolete %{buildroot} cleanup
- Add gcc and make BuildRequires
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Aug 2 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Sun Jul 30 2017 Florian Weimer <fweimer(a)redhat.com> - 1.1-7
- Rebuild with binutils fix for ppc64le (#1475636)
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
fedpkg-1.34-3.el7 (FEDORA-EPEL-2018-eba748615c)
Fedora utility for working with dist-git
--------------------------------------------------------------------------------
Update Information:
fedpkg-1.34-3 Require python-openidc-client 0.6.0 as minimum version ---
rpkg: https://docs.pagure.org/rpkg/releases/1.55.html fedpkg:
https://docs.pagure.org/fedpkg/releases/1.34.html ---- - Require
python2-rpkg-1.54-2 as minimum version ---- - Allow running tests against
specified rpkg (cqi) - Fix test due to rpkg uses getpass.getuser (cqi) - Getting
bodhi version works with Python 3 - #213 (cqi) - Detect Bodhi client by major
version - #204 (cqi) - Allow requesting modular repositories without bug ID -
#197 (rdossant) - Fix test test_verify_sls_invalid_date - #209 (cqi) - Copy pip-
pycurl to ensure pycurl is installed correctly (cqi) - Fix unicode issue for
update command in Python 3 - #206 (cqi) - Fix a few E722 code styles errors
(cqi) - Fix fake PDC URL in test (cqi) - Use tox to run tests with multiple
Python versions (cqi) - Reword error message for missing pagure token - #194
(cqi) - Tell which token ACL is required for request-repo - #195 (cqi) - Rename
incorrect references of Koshei to be Anitya (mprahl)
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-3
- Require python-openidc-client 0.6.0 as minimum version
* Tue Jul 31 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-2
- Fix files section for Python 3 build
* Tue Jul 24 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.34-1
- Get csrf token properly when retry bodhi API call (cqi)
- Accept old config with module instead of repo (lsedlar)
- Add option --namespace to command request-branch (cqi)
- Add argument name and option --namespace to request-repo - #193 #200 (cqi)
- Add explicit option --repo for request-branch - #244 (cqi)
- Do not use deprecated option module-name (cqi)
- Remove compatible code with EL5 in bash completion (cqi)
- Handle Bodhi login automatically (cqi)
- Refine command override create (cqi)
- request-repo: Fix API token help text - #232 (tmz)
- Use base_module in clone_config - #230 (tmz)
- Extend override by number of days or specific date - #67 (cqi)
- Use refactored man from pyrpkg (puiterwijk)
- Add new command for creating override in Bodhi - #92 (cqi)
- Also remove bodhi url from config (cqi)
- Check bodhi version earlier (cqi)
- Drop support of bodhi-client 0.9 - #223 (cqi)
- Use custom ArgumentParser from pyrpkg.cli (jkucera)
- Add OIDC config (puiterwijk)
- Fix argparse error in Python 3 - #221 (cqi)
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.33-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.33-4
- Rebuilt for Python 3.7
* Tue May 22 2018 Chenxiong Qi <cqi(a)redhat.com> 1.33-3
- Backport: Fix argparse error in Python 3
* Mon May 21 2018 Chenxiong Qi <cqi(a)redhat.com> 1.33-2
- Require python2-rpkg-1.54-2 as minimum version
* Mon May 14 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.33-1
- Allow running tests against specified rpkg (cqi)
- Fix test due to rpkg uses getpass.getuser (cqi)
- Getting bodhi version works with Python 3 - #213 (cqi)
- Detect Bodhi client by major version - #204 (cqi)
- Allow requesting modular repositories without bug ID - #197 (rdossant)
- Fix test test_verify_sls_invalid_date - #209 (cqi)
- Copy pip-pycurl to ensure pycurl is installed correctly (cqi)
- Fix unicode issue for update command in Python 3 - #206 (cqi)
- Fix a few E722 code styles errors (cqi)
- Fix fake PDC URL in test (cqi)
- Use tox to run tests with multiple Python versions (cqi)
- Reword error message for missing pagure token - #194 (cqi)
- Tell which token ACL is required for request-repo - #195 (cqi)
- Rename incorrect references of Koshei to be Anitya (mprahl)
* Thu May 10 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.32-2
- Switch to Python 3 on Fedora > 28 and EL > 7
- Drop Groups
- Switch to %{buildroot}
- Switch to %py_build and _install
--------------------------------------------------------------------------------
================================================================================
knot-resolver-2.4.1-1.el7 (FEDORA-EPEL-2018-7b6fa936b1)
Caching full DNS Resolver
--------------------------------------------------------------------------------
Update Information:
Knot Resolver 2.4.1 (2018-08-02) ================================ Security
-------- - fix CVE-2018-10920: Improper input validation bug in DNS resolver
component (security!7, security!9) Bugfixes -------- - cache: fix TTL
overflow in packet due to min_ttl (#388, security!8) - TLS session resumption:
avoid bad scheduling of rotation (#385) - HTTP module: fix a regression in 2.4.0
which broke custom certs (!632) - cache: NSEC3 negative cache even without NS
record (#384) This fixes lower hit rate in NSEC3 zones (since 2.4.0). - minor
TCP and TLS fixes (!623, !624, !626) ---- Knot Resolver 2.4.0 (2018-07-03)
================================ Incompatible changes -------------------- -
minimal libknot version is now 2.6.7 to pull in latest fixes (#366) Security
-------- - fix a rare case of zones incorrectly dowgraded to insecure status
(!576) New features ------------ - TLS session resumption (RFC 5077), both
server and client (!585, #105) (disabled when compiling with gnutls < 3.5) -
TLS_FORWARD policy uses system CA certificate store by default (!568) -
aggressive caching for NSEC3 zones (!600) - optional protection from DNS
Rebinding attack (module rebinding, !608) - module bogus_log to log DNSSEC bogus
queries without verbose logging (!613) Bugfixes -------- - prefill: fix ability
to read certificate bundle (!578) - avoid turning off qname minimization in some
cases, e.g. co.uk. (#339) - fix validation of explicit wildcard queries (#274) -
dns64 module: more properties from the RFC implemented (incl. bug #375)
Improvements ------------ - systemd: multiple enabled kresd instances can now be
started using kresd.target - ta_sentinel: switch to version 14 of the RFC draft
(!596) - support for glibc systems with a non-Linux kernel (!588) - support per-
request variables for Lua modules (!533) - support custom HTTP endpoints for Lua
modules (!527)
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 2 2018 Tomas Krizek <tomas.krizek(a)nic.cz> - 2.4.1-1
Knot Resolver 2.4.1 (2018-08-02)
================================
Security
--------
- fix CVE-2018-10920: Improper input validation bug in DNS resolver component
(security!7, security!9)
Bugfixes
--------
- cache: fix TTL overflow in packet due to min_ttl (#388, security!8)
- TLS session resumption: avoid bad scheduling of rotation (#385)
- HTTP module: fix a regression in 2.4.0 which broke custom certs (!632)
- cache: NSEC3 negative cache even without NS record (#384)
This fixes lower hit rate in NSEC3 zones (since 2.4.0).
- minor TCP and TLS fixes (!623, !624, !626)
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jul 3 2018 Tomas Krizek <tomas.krizek(a)nic.cz> - 2.4.0-1
Knot Resolver 2.4.0 (2018-07-03)
================================
Incompatible changes
--------------------
- minimal libknot version is now 2.6.7 to pull in latest fixes (#366)
Security
--------
- fix a rare case of zones incorrectly dowgraded to insecure status (!576)
New features
------------
- TLS session resumption (RFC 5077), both server and client (!585, #105)
(disabled when compiling with gnutls < 3.5)
- TLS_FORWARD policy uses system CA certificate store by default (!568)
- aggressive caching for NSEC3 zones (!600)
- optional protection from DNS Rebinding attack (module rebinding, !608)
- module bogus_log to log DNSSEC bogus queries without verbose logging (!613)
Bugfixes
--------
- prefill: fix ability to read certificate bundle (!578)
- avoid turning off qname minimization in some cases, e.g. co.uk. (#339)
- fix validation of explicit wildcard queries (#274)
- dns64 module: more properties from the RFC implemented (incl. bug #375)
Improvements
------------
- systemd: multiple enabled kresd instances can now be started using kresd.target
- ta_sentinel: switch to version 14 of the RFC draft (!596)
- support for glibc systems with a non-Linux kernel (!588)
- support per-request variables for Lua modules (!533)
- support custom HTTP endpoints for Lua modules (!527)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1610951 - CVE-2018-10920 knot-resolver: Improper input validation bug in DNS resolver component
https://bugzilla.redhat.com/show_bug.cgi?id=1610951
--------------------------------------------------------------------------------
================================================================================
nodejs-rhea-0.2.17-1.el7 (FEDORA-EPEL-2018-0bea705bdd)
A reactive messaging library based on the AMQP protocol
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.2.17.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 0.2.17-1
- Rebased to 0.2.17
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1582009 - nodejs-rhea-0.2.17 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1582009
--------------------------------------------------------------------------------
================================================================================
purple-discord-0-20.20180628git84fe764.el7 (FEDORA-EPEL-2018-7c2c1e8839)
Discord plugin for libpurple
--------------------------------------------------------------------------------
Update Information:
Updated purple plugins to latest snapshots.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0-20.20180628git84fe764
- Updated to latest snapshot.
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-19.20180515gitb895521
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
purple-hangouts-0-60.20180731hge4ccf26.el7 (FEDORA-EPEL-2018-7c2c1e8839)
Hangouts plugin for libpurple
--------------------------------------------------------------------------------
Update Information:
Updated purple plugins to latest snapshots.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1:0-60.20180731hge4ccf26
- Updated to latest snapshot.
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:0-59.20180419hg9d008f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
purple-libsteam-1.6.1-23.20180801gitb16a636.el7 (FEDORA-EPEL-2018-7c2c1e8839)
Steam plugin for Pidgin/Adium/libpurple
--------------------------------------------------------------------------------
Update Information:
Updated purple plugins to latest snapshots.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.6.1-23.20180801gitb16a636
- Updated to latest snapshot.
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.1-22.20180514git4a09c08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
purple-skypeweb-1.5-3.20180720git2290013.el7 (FEDORA-EPEL-2018-7c2c1e8839)
Adds support for Skype to Pidgin
--------------------------------------------------------------------------------
Update Information:
Updated purple plugins to latest snapshots.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.5-3.20180720git2290013
- Updated to latest snapshot.
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5-2.20180525gitcf65095
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
python-moksha-hub-1.5.11-1.el7 (FEDORA-EPEL-2018-1b90e12617)
Hub components for Moksha
--------------------------------------------------------------------------------
Update Information:
Latest upstream.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 2 2018 Ralph Bean <rbean(a)redhat.com> - 1.5.11-1
- new version
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jun 18 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.5.10-2
- Rebuilt for Python 3.7
* Mon Jun 18 2018 Ralph Bean <rbean(a)redhat.com> - 1.5.10-1
- new version
--------------------------------------------------------------------------------
================================================================================
python-pyngus-2.2.4-1.el7 (FEDORA-EPEL-2018-3435cdc48b)
Callback API implemented over Proton
--------------------------------------------------------------------------------
Update Information:
Rebase to 2.2.4.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 2.2.4-1
- Rebased to 2.2.4
--------------------------------------------------------------------------------
================================================================================
qpid-cpp-1.38.0-2.el7 (FEDORA-EPEL-2018-65d9a550c7)
Libraries for Qpid C++ client applications
--------------------------------------------------------------------------------
Update Information:
Rebuild against qpid-proton 0.24.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 1.38.0-2
- Rebuilt against qpid-proton 0.24.0
--------------------------------------------------------------------------------
================================================================================
qpid-dispatch-1.2.0-1.el7 (FEDORA-EPEL-2018-ea4a22bc99)
Dispatch router for Qpid
--------------------------------------------------------------------------------
Update Information:
Rebase to 1.2.0.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 27 2018 Irina Boverman <iboverma(a)redhat.com> - 1.2.0-1
- Rebased to 1.2.0
- Added DISPATCH-1087 patch
--------------------------------------------------------------------------------
================================================================================
qpid-proton-0.24.0-1.el7 (FEDORA-EPEL-2018-632018306a)
A high performance, lightweight messaging library
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.24.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 31 2018 Irina Boverman <iboverma(a)redhat.com> - 0.24.0-1
- Rebased to 0.24.0
--------------------------------------------------------------------------------
================================================================================
ravada-0.3.0-0.3.beta6.el7 (FEDORA-EPEL-2018-46049e4afc)
Remote Virtual Desktops Manager
--------------------------------------------------------------------------------
Update Information:
Fix SQL for MariaDB 5.5
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 2 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.3.beta6
- Fix SQL for MariaDB 5.5
* Wed Aug 1 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.2.beta6
- Add a patch for compatibility with Perl 5.16
* Fri Jul 27 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.3.0-0.1.beta6
- Pre-release 0.3.0 beta6
--------------------------------------------------------------------------------
================================================================================
rpkg-1.55-1.el7 (FEDORA-EPEL-2018-eba748615c)
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
fedpkg-1.34-3 Require python-openidc-client 0.6.0 as minimum version ---
rpkg: https://docs.pagure.org/rpkg/releases/1.55.html fedpkg:
https://docs.pagure.org/fedpkg/releases/1.34.html ---- - Require
python2-rpkg-1.54-2 as minimum version ---- - Allow running tests against
specified rpkg (cqi) - Fix test due to rpkg uses getpass.getuser (cqi) - Getting
bodhi version works with Python 3 - #213 (cqi) - Detect Bodhi client by major
version - #204 (cqi) - Allow requesting modular repositories without bug ID -
#197 (rdossant) - Fix test test_verify_sls_invalid_date - #209 (cqi) - Copy pip-
pycurl to ensure pycurl is installed correctly (cqi) - Fix unicode issue for
update command in Python 3 - #206 (cqi) - Fix a few E722 code styles errors
(cqi) - Fix fake PDC URL in test (cqi) - Use tox to run tests with multiple
Python versions (cqi) - Reword error message for missing pagure token - #194
(cqi) - Tell which token ACL is required for request-repo - #195 (cqi) - Rename
incorrect references of Koshei to be Anitya (mprahl)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jul 23 2018 Chenxiong Qi <cqi(a)redhat.com> - 1.55-1
- Fix installing pycurl for running tests (cqi)
- Replace extra module_name with repo_name (cqi)
- Replace name module with repo in tests/fixtures/rpkg*.conf (cqi)
- Add --fail-fast functionality - #331 (tibbs)
- Fix fake spec for build in rawhide (cqi)
- Avoid to upload a file with different checksum - #204 (cqi)
- Give more information when sources has invalid content - #227 (cqi)
- Reserve README.md while import srpm - #149 (cqi)
- Set to repo_name property when --name is specified (cqi)
- Do not restrict argparse version (cqi)
- Check old format args only if there is clone config (cqi)
- Fix typo and reword option help and deprecation message (cqi)
- Massive replacement of module (cqi)
- Deprecate module_name inside rpkg internal (cqi)
- Add new option --name and --namespace - #301 (cqi)
- Man generator indent workaround (onosek)
- Fixing imports in unittests (onosek)
- Minor fixes to doc build (cqi)
- Fix mistakes during rebase (cqi)
- Run document generator script in Py3 explictly (cqi)
- Remove warning of nonexisting source/_static/ during doc build (cqi)
- Do not generate document for sample rpkg app (cqi)
- Exclude subcommand which does not have help (cqi)
- Ensure to clean files for generating HTML documents (cqi)
- Fix rebase error: add module_build_watch back (cqi)
- Fix MANIFEST.in to list files for building doc (cqi)
- Rename generate_man_pages.py (cqi)
- Generate HTML document and manpage for sample rpkg (cqi)
- Simplify doc Makefile (cqi)
- Generate commands HTML and man pages (cqi)
- Update existing docstrings (cqi)
- Generate documents by sphinx - #50 (cqi)
- README: new code should be py3 compatible (ktdreyer)
- Provide base_module to clone_config templates - #326 (tmz)
- Refactor man generator to be reusable (puiterwijk)
- Make sure gitcred doesn't land in man (puiterwijk)
- Don't inject the credential helper to push if OIDC is unconfigured
(puiterwijk)
- Add docblocks to gitcred methods and don't quit if OpenIDC is unconfigured
(puiterwijk)
- Also inject the credential helper with rpkg push (puiterwijk)
- Create a "gitcred" command that functions as an OIDC git-credential helper
(puiterwijk)
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.54-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 1.54-3
- Rebuilt for Python 3.7
--------------------------------------------------------------------------------
================================================================================
rubygem-qpid_messaging-1.38.0-1.el7 (FEDORA-EPEL-2018-b4dc737f01)
Ruby bindings for the Qpid messaging framework
--------------------------------------------------------------------------------
Update Information:
Rebase to 1.38.0.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 1 2018 Irina Boverman <iboverma(a)redhat.com> - 1.38.0-1
- Rebased to qpid_messaging 1.38.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1545205 - rubygem-qpid_messaging is using arch-dependent BuildRequires
https://bugzilla.redhat.com/show_bug.cgi?id=1545205
--------------------------------------------------------------------------------
================================================================================
rubygem-qpid_proton-0.24.0-1.el7 (FEDORA-EPEL-2018-557b49f049)
Ruby language bindings for the Qpid Proton messaging framework
--------------------------------------------------------------------------------
Update Information:
Rebase to 0.24.0.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 24 2018 Irina Boverman <iboverma(a)redhat.com> - 0.24.0-1
- Rebased to 0.24.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1563235 - rubygem-qpid_proton-0.24.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1563235
--------------------------------------------------------------------------------
================================================================================
s3cmd-2.0.2-1.el7 (FEDORA-EPEL-2018-956b62c280)
Tool for accessing Amazon Simple Storage Service
--------------------------------------------------------------------------------
Update Information:
Update to 2.0.2
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 3 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.2-1
- Update to 2.0.2
- Update URL
- Fixes in packaging
- Update License
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 2.0.1-3
- Rebuilt for Python 3.7
* Fri Feb 9 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1573526 - s3cmd 2.01 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1573526
[ 2 ] Bug #1601290 - s3cmd-2.0.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1601290
--------------------------------------------------------------------------------