diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index 2b50b1d..d8a1ded 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -287,12 +287,12 @@ Patch35: binutils-CVE-2019-14444.patch # Purpose: Fix a potential seg-fault in the BFD library when parsing # pathalogical debug_info sections. -# Lifetime: Fixed in 2.34 +# Lifetime: Fixed in 2.34 Patch36: binutils-CVE-2019-17451.patch # Purpose: Fix a memory exhaustion bug in the BFD library when parsing # corrupt DWARF debug information. -# Lifetime: Fixed in 2.34 +# Lifetime: Fixed in 2.34 Patch37: binutils-CVE-2019-17450.patch # Purpose: Add a feature to the x86/64 assembler to create @@ -898,10 +898,16 @@ exit 0 #---------------------------------------------------------------------------- %changelog -* Sun Dec 08 2019 Nick Clifton - 2.32-17 +* Tue Dec 17 2019 Nick Clifton - 2.32-17 +- Import gating tests from RHEL 8.2.0 branch. + +* Tue Dec 17 2019 Nick Clifton - 2.32-16 +- NVR change in order to test problems with gating. + +* Mon Dec 16 2019 Nick Clifton - 2.32-15.1 - Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1779255) - Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information. -- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1779417) +- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1783958) - Fix potential integer overflow in readelf. (#1740470) - Fix potential integer overflow in GOLD. (#1739491)