* bsc#1228105 Cross-References: * CVE-2024-6345 . # Security update for python36-setuptools Announcement ID: SUSE-SU-2024:2950-1 Rating: important References: * bsc#1228105 Cross-References: * CVE-2024-6345 CVSS scores: * CVE-2024-6345 ( SUSE ): 7.0 CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H Affected Products: * SUSE Linux Enterprise High Performance Computing 12 SP5 * SUSE Linux Enterprise Server 12 SP5 * SUSE Linux Enterprise Server for SAP Applications 12 SP5 An update that solves one vulnerability can now be installed. ## Description: This update for python36-setuptools fixes the following issues: * CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * SUSE Linux Enterprise High Performance Computing 12 SP5 zypper in -t patch SUSE-SLE-SERVER-12-SP5-2024-2950=1 * SUSE Linux Enterprise Server 12 SP5 zypper in -t patch SUSE-SLE-SERVER-12-SP5-2024-2950=1 * SUSE Linux Enterprise Server for SAP Applications 12 SP5 zypper in -t patch SUSE-SLE-SERVER-12-SP5-2024-2950=1 ## Package List: * SUSE Linux Enterprise High Performance Computing 12 SP5 (noarch) * python36-setuptools-44.1.1-8.9.1 * SUSE Linux Enterprise Server 12 SP5 (noarch) * python36-setuptools-44.1.1-8.9.1 * SUSE Linux Enterprise Server for SAP Applications 12 SP5 (noarch) * python36-setuptools-44.1.1-8.9.1 ## References: * https://www.suse.com/security/cve/CVE-2024-6345.html * https://bugzilla.suse.com/show_bug.cgi?id=1228105 . Crucial patches issued for python36-setuptools addressing a severe code execution vulnerability in SUSE Linux environments. Take action immediately!. python36 Setuptools Security, SUSE Updates, Code Execution Fix. . Severity: Important. LinuxSecurity.com Team
* bsc#1228630 Cross-References: * CVE-2024-41990 . # Security update for python-Django Announcement ID: SUSE-SU-2024:2861-1 Rating: important References: * bsc#1228630 Cross-References: * CVE-2024-41990 CVSS scores: * CVE-2024-41990 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2024-41990 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: * openSUSE Leap 15.5 An update that solves one vulnerability can now be installed. ## Description: This update for python-Django fixes the following issues: * Fixed code in CVE-2024-41990 patch ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * openSUSE Leap 15.5 zypper in -t patch openSUSE-SLE-15.5-2024-2861=1 ## Package List: * openSUSE Leap 15.5 (noarch) * python3-Django-2.0.7-150000.1.30.1 ## References: * https://www.suse.com/security/cve/CVE-2024-41990.html * https://bugzilla.suse.com/show_bug.cgi?id=1228630 . Essential patches for python-Django mitigating CVE-2024-41990 security flaws on openSUSE platforms.. python-Django Update, Security Advisory, OpenSUSE Security, CVE-2024-41990, Software Update. . Severity: Important. LinuxSecurity.com Team
It was discovered that the code fixes for LibreOffice to address CVE-2019-9852 were not complete. Additional information can be found at . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 - ------------------------------------------------------------------------- Debian Security Advisory DSA-4519-1
An update that fixes one vulnerability is now available.. openSUSE Security Update: Security update for neovim ______________________________________________________________________________ Announcement ID: openSUSE-SU-2019:1997-1 Rating: important References: #1137443 Cross-References: CVE-2019-12735 Affected Products: openSUSE Backports SLE-15-SP1 ______________________________________________________________________________ An update that fixes one vulnerability is now available. Description: This update for neovim fixes the following issues: neovim was updated to version 0.3.7: * CVE-2019-12735: source should check sandbox (boo#1137443) * genappimage.sh: migrate to linuxdeploy Version Update to version 0.3.5: * options: properly reset directories on 'autochdir' * Remove MSVC optimization workaround for SHM_ALL * Make SHM_ALL to a variable instead of a compound literal #define * doc: mention "pynvim" module rename * screen: don't crash when drawing popupmenu with 'rightleft' option * look-behind match may use the wrong line number * :terminal : set topline based on window height * :recover : Fix crash on non-existent *.swp Version Update to version 0.3.4: * test: add tests for conceal cursor movement * display: unify ursorline and concealcursor redraw logic Version Update to version 0.3.3: * health/provider: Check for available pynvim when neovim mod is missing * python#CheckForModule: Use the given module string instead of hard-coding pynvim * (health.provider)/python: Import the neovim, rather than pynvim, module * TUI: Konsole DECSCUSR fixup Version Update to version 0.3.2:- * Features - clipboard: support Custom VimL functions (#9304) - win/TUI: improve terminal/console support (#9401) - startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if exists (#9077) - support mapping in more places (#9299) - diff/highlight: show underline for low-priorityCursorLine (#9028) - signs: Add "nuhml" argument (#9113) - clipboard: support Wayland (#9230) - TUI: add support for undercurl and underline color (#9052) - man.vim: soft (dynamic) wrap (#9023) * API - API: implement object namespaces (#6920) - API: implement nvim_win_set_buf() (#9100) - API: virtual text annotations (nvim_buf_set_virtual_text) (#8180) - API: add nvim_buf_is_loaded() (#8660) - API: nvm_buf_get_offset_for_line (#8221) - API/UI: ext_newgrid, ext_histate (#8221) * UI - TUI: use BCE again more often (smoother resize) (#8806) - screen: add missing status redraw when redraw_later(CLEAR) was used (#9315) - TUI: clip invalid regions on resize (#8779) - TUI: improvements for scrolling and clearing (#9193) - TUI: disable clearing almost everywhere (#9143) - TUI: always use safe cursor movement after resize (#9079) - ui_options: also send when starting or from OptionSet (#9211) - TUI: Avoid reset_color_cursor_color in old VTE (#9191) - Don't erase screen on :hi Normal during startup (#9021) - TUI: Hint wrapped lines to terminals (#8915) * FIXES - RPC: turn errors from async calls into notifications - TUI: Restore terminal title via "title stacking" (#9407) - genappimage: Unset $ARGV0 at invocation (#9376) - TUI: Konsole 18.07.70 supports DECSCUSR (#9364) - provider: improve error message (#9344) - runtime/syntax: Fix highlighting of autogroup contents (#9328) - VimL/confirm(): Show dialog even if :silent (#9297) - clipboard: prefer xclip (#9302) - provider/nodejs: fix npm, yarn detection - channel: avoid buffering output when only terminal is active (#9218) - ruby: detect rbenv shims for other versions (#8733) - third party/unibilium: Fix parsing of extended capabilitiy entries (#9123) - jobstart(): Fix hang on non-executable cwd (#9204) - provide/nodejs: Simultaneously query npm and yarn (#9054) - undo:Fix infinite loop if undo_read_byte returns EOF (#2880) - 'swapfile: always show dialog' (#9034) - Add to the system-wide configuration file extension of runtimepath by /usr/share/vim/site, so that neovim uses other Vim plugins installed from packages. - Add /usr/share/vim/site tree of directories to be owned by neovim as well. This update was imported from the openSUSE:Leap:15.1:Update update project. Patch Instructions: To install this openSUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: - openSUSE Backports SLE-15-SP1: zypper in -t patch openSUSE-2019-1997=1 Package List: - openSUSE Backports SLE-15-SP1 (x86_64): neovim-0.3.7-bp151.3.3.1 - openSUSE Backports SLE-15-SP1 (noarch): neovim-lang-0.3.7-bp151.3.3.1 References: https://www.suse.com/security/cve/CVE-2019-12735.html https://bugzilla.suse.com/1137443 -- . The newest neovim update fixes a vital bug found in openSUSE systems. For details on the patch and implementation steps, check the resources provided.. neovim update, opensuse security, neovim patch, software fixes. . Severity: Important. LinuxSecurity.com Team
It was discovered that the code fixes to address CVE-2018-16858 and CVE-2019-9848 were not complete. For the oldstable distribution (stretch), these problems have been fixed . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 - ------------------------------------------------------------------------- Debian Security Advisory DSA-4501-1
An update that solves four vulnerabilities and has 13 fixes is now available. . SUSE Security Update: Security update for libzypp, zypper ______________________________________________________________________________ Announcement ID: SUSE-SU-2018:2688-1 Rating: important References: #1036304 #1037210 #1038984 #1045735 #1048315 #1054088 #1070851 #1076192 #1079334 #1088705 #1091624 #1092413 #1096803 #1099847 #1100028 #1101349 #1102429 Cross-References: CVE-2017-7435 CVE-2017-7436 CVE-2017-9269 CVE-2018-7685 Affected Products: SUSE Linux Enterprise Server 12-LTSS ______________________________________________________________________________ An update that solves four vulnerabilities and has 13 fixes is now available. Description: This update for libzypp, zypper fixes the following issues: libzypp security fixes: - PackageProvider: Validate delta rpms before caching (bsc#1091624, bsc#1088705, CVE-2018-7685) - PackageProvider: Validate downloaded rpm package signatures before caching (bsc#1091624, bsc#1088705, CVE-2018-7685) - Be sure bad packages do not stay in the cache (bsc#1045735, CVE-2017-9269) - Fix repo gpg check workflows, mainly for unsigned repos and packages (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269) libzypp other changes/bugs fixed: - Update to version 14.45.17 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling (bsc#1045735) - repo refresh: Re-probe if the repository type changes (bsc#1048315) - Use common workflow for downloading packages and srcpackages. This includes a common way of handling and reporting gpg signature and checks. (bsc#1037210) - PackageProvider: as well support downloading SrcPackage (for bsc#1037210) - Adapt to work with GnuPG 2.1.23 (bsc#1054088) - repo refresh: Re-probe if the repository type changes (bsc#1048315) - Handle http error 502 Bad Gateway in curl backend (bsc#1070851) - RepoManager: Explicitly request repo2solv to generate application pseudo packages. - Prefer calling "repo2solv" rather than "repo2solv.sh" - libzypp-devel should not require cmake (bsc#1101349) - HardLocksFile: Prevent against empty commit without Target having been been loaded (bsc#1096803) - Avoid zombie tar processes (bsc#1076192) - lsof: use '-K i' if lsof supports it (bsc#1099847, bsc#1036304) zypper security fixes: - Improve signature check callback messages (bsc#1045735, CVE-2017-9269) - add/modify repo: Add options to tune the GPG check settings (bsc#1045735, CVE-2017-9269) - Adapt download callback to report and handle unsigned packages (bsc#1038984, CVE-2017-7436) zypper other changes/bugs fixed: - Update to version 1.11.70 - Bugfix: Prevent ESC sequence strings from going out of scope (bsc#1092413) - XML attribute `packages-to-change` added (bsc#1102429) - man: Strengthen that `--config FILE' affects zypper.conf, not zypp.conf (bsc#1100028) - ansi.h: Prevent ESC sequence strings from going out of scope (bsc#1092413) - do not recommend cron (bsc#1079334) Patch Instructions: To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: - SUSE Linux Enterprise Server 12-LTSS: zypper in -t patch SUSE-SLE-SERVER-12-2018-1879=1 Package List: - SUSE Linux Enterprise Server 12-LTSS (ppc64le s390x x86_64): libzypp-14.45.17-2.82.1 libzypp-debuginfo-14.45.17-2.82.1 libzypp-debugsource-14.45.17-2.82.1 zypper-1.11.70-2.69.2 zypper-debuginfo-1.11.70-2.69.2 zypper-debugsource-1.11.70-2.69.2 - SUSE Linux Enterprise Server 12-LTSS (noarch): zypper-log-1.11.70-2.69.2 References: https://www.suse.com/security/cve/CVE-2017-7435.html https://www.suse.com/security/cve/CVE-2017-7436.html https://www.suse.com/security/cve/CVE-2017-9269.html https://www.suse.com/security/cve/CVE-2018-7685.html https://bugzilla.suse.com/1036304 https://bugzilla.suse.com/1037210 https://bugzilla.suse.com/1038984 https://bugzilla.suse.com/1045735 https://bugzilla.suse.com/1048315 https://bugzilla.suse.com/1054088 https://bugzilla.suse.com/1070851 https://bugzilla.suse.com/1076192 https://bugzilla.suse.com/1079334 https://bugzilla.suse.com/1088705 https://bugzilla.suse.com/1091624 https://bugzilla.suse.com/1092413 https://bugzilla.suse.com/1096803 https://bugzilla.suse.com/1099847 https://bugzilla.suse.com/1100028 https://bugzilla.suse.com/1101349 https://bugzilla.suse.com/1102429 _______________________________________________ sle-security-updates mailing list
An update for gcc is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ==================================================================== Red Hat Security Advisory Synopsis: Low: gcc security, bug fix, and enhancement update Advisory ID: RHSA-2018:0849-01 Product: Red Hat Enterprise Linux Advisory URL: Issue date: 2018-04-10 CVE Names: CVE-2017-11671 ==================================================================== 1. Summary: An update for gcc is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 2. Relevant releases/architectures: Red Hat Enterprise Linux Client (v. 7) - x86_64 Red Hat Enterprise Linux Client Optional (v. 7) - x86_64 Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64 Red Hat Enterprise Linux ComputeNode Optional (v. 7) - x86_64 Red Hat Enterprise Linux Server (v. 7) - ppc64, ppc64le, s390x, x86_64 Red Hat Enterprise Linux Server Optional (v. 7) - ppc64, ppc64le, s390x, x86_64 Red Hat Enterprise Linux Workstation (v. 7) - x86_64 Red Hat Enterprise Linux Workstation Optional (v. 7) - x86_64 Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7) - aarch64, ppc64le, s390x Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7) - aarch64, ppc64le, s390x 3. Description: The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries. Security Fix(es): * gcc: GCC generates incorrect code forRDRAND/RDSEED intrinsics (CVE-2017-11671) For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.5 Release Notes linked from the References section. 4. Solution: For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1465510 - gcc and gcc-libraries debuginfo clash on aarch64 1475733 - CVE-2017-11671 gcc: GCC generates incorrect code for RDRAND/RDSEED intrinsics 1502794 - Backport a few wrong-code fixes 1508968 - Need to rebuild rpm in order to remove static relocations not known to older linkers1529981 - gcc: incorrect CFI information on i386 with -fstack-clash-protection 6. Package List: Red Hat Enterprise Linux Client (v. 7): Source: gcc-4.8.5-28.el7.src.rpm x86_64: cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm libatomic-4.8.5-28.el7.i686.rpm libatomic-4.8.5-28.el7.x86_64.rpm libgcc-4.8.5-28.el7.i686.rpm libgcc-4.8.5-28.el7.x86_64.rpm libgfortran-4.8.5-28.el7.i686.rpm libgfortran-4.8.5-28.el7.x86_64.rpm libgomp-4.8.5-28.el7.i686.rpm libgomp-4.8.5-28.el7.x86_64.rpm libitm-4.8.5-28.el7.i686.rpm libitm-4.8.5-28.el7.x86_64.rpm libquadmath-4.8.5-28.el7.i686.rpm libquadmath-4.8.5-28.el7.x86_64.rpm libstdc++-4.8.5-28.el7.i686.rpm libstdc++-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux Client Optional (v.7): x86_64: gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-gfortran-4.8.5-28.el7.x86_64.rpm gcc-gnat-4.8.5-28.el7.x86_64.rpm gcc-go-4.8.5-28.el7.x86_64.rpm gcc-objc++-4.8.5-28.el7.x86_64.rpm gcc-objc-4.8.5-28.el7.x86_64.rpm gcc-plugin-devel-4.8.5-28.el7.x86_64.rpm libasan-4.8.5-28.el7.i686.rpm libasan-4.8.5-28.el7.x86_64.rpm libasan-static-4.8.5-28.el7.i686.rpm libasan-static-4.8.5-28.el7.x86_64.rpm libatomic-static-4.8.5-28.el7.i686.rpm libatomic-static-4.8.5-28.el7.x86_64.rpm libgfortran-static-4.8.5-28.el7.i686.rpm libgfortran-static-4.8.5-28.el7.x86_64.rpm libgnat-4.8.5-28.el7.i686.rpm libgnat-4.8.5-28.el7.x86_64.rpm libgnat-devel-4.8.5-28.el7.i686.rpm libgnat-devel-4.8.5-28.el7.x86_64.rpm libgnat-static-4.8.5-28.el7.i686.rpm libgnat-static-4.8.5-28.el7.x86_64.rpm libgo-4.8.5-28.el7.i686.rpm libgo-4.8.5-28.el7.x86_64.rpm libgo-devel-4.8.5-28.el7.i686.rpm libgo-devel-4.8.5-28.el7.x86_64.rpm libgo-static-4.8.5-28.el7.i686.rpm libgo-static-4.8.5-28.el7.x86_64.rpm libitm-devel-4.8.5-28.el7.i686.rpm libitm-devel-4.8.5-28.el7.x86_64.rpm libitm-static-4.8.5-28.el7.i686.rpm libitm-static-4.8.5-28.el7.x86_64.rpm libmudflap-4.8.5-28.el7.i686.rpm libmudflap-4.8.5-28.el7.x86_64.rpm libmudflap-devel-4.8.5-28.el7.i686.rpm libmudflap-devel-4.8.5-28.el7.x86_64.rpm libmudflap-static-4.8.5-28.el7.i686.rpm libmudflap-static-4.8.5-28.el7.x86_64.rpm libobjc-4.8.5-28.el7.i686.rpm libobjc-4.8.5-28.el7.x86_64.rpm libquadmath-devel-4.8.5-28.el7.i686.rpm libquadmath-devel-4.8.5-28.el7.x86_64.rpm libquadmath-static-4.8.5-28.el7.i686.rpm libquadmath-static-4.8.5-28.el7.x86_64.rpm libstdc++-devel-4.8.5-28.el7.i686.rpm libstdc++-devel-4.8.5-28.el7.x86_64.rpm libstdc++-docs-4.8.5-28.el7.x86_64.rpm libstdc++-static-4.8.5-28.el7.i686.rpm libstdc++-static-4.8.5-28.el7.x86_64.rpm libtsan-4.8.5-28.el7.x86_64.rpm libtsan-static-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux ComputeNode (v.7): Source: gcc-4.8.5-28.el7.src.rpm x86_64: cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-gfortran-4.8.5-28.el7.x86_64.rpm libatomic-4.8.5-28.el7.i686.rpm libatomic-4.8.5-28.el7.x86_64.rpm libgcc-4.8.5-28.el7.i686.rpm libgcc-4.8.5-28.el7.x86_64.rpm libgfortran-4.8.5-28.el7.i686.rpm libgfortran-4.8.5-28.el7.x86_64.rpm libgomp-4.8.5-28.el7.i686.rpm libgomp-4.8.5-28.el7.x86_64.rpm libitm-4.8.5-28.el7.i686.rpm libitm-4.8.5-28.el7.x86_64.rpm libquadmath-4.8.5-28.el7.i686.rpm libquadmath-4.8.5-28.el7.x86_64.rpm libquadmath-devel-4.8.5-28.el7.i686.rpm libquadmath-devel-4.8.5-28.el7.x86_64.rpm libstdc++-4.8.5-28.el7.i686.rpm libstdc++-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux ComputeNode Optional (v.7): x86_64: gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-gnat-4.8.5-28.el7.x86_64.rpm gcc-go-4.8.5-28.el7.x86_64.rpm gcc-objc++-4.8.5-28.el7.x86_64.rpm gcc-objc-4.8.5-28.el7.x86_64.rpm gcc-plugin-devel-4.8.5-28.el7.x86_64.rpm libasan-4.8.5-28.el7.i686.rpm libasan-4.8.5-28.el7.x86_64.rpm libasan-static-4.8.5-28.el7.i686.rpm libasan-static-4.8.5-28.el7.x86_64.rpm libatomic-static-4.8.5-28.el7.i686.rpm libatomic-static-4.8.5-28.el7.x86_64.rpm libgfortran-static-4.8.5-28.el7.i686.rpm libgfortran-static-4.8.5-28.el7.x86_64.rpm libgnat-4.8.5-28.el7.i686.rpm libgnat-4.8.5-28.el7.x86_64.rpm libgnat-devel-4.8.5-28.el7.i686.rpm libgnat-devel-4.8.5-28.el7.x86_64.rpm libgnat-static-4.8.5-28.el7.i686.rpm libgnat-static-4.8.5-28.el7.x86_64.rpm libgo-4.8.5-28.el7.i686.rpm libgo-4.8.5-28.el7.x86_64.rpm libgo-devel-4.8.5-28.el7.i686.rpm libgo-devel-4.8.5-28.el7.x86_64.rpm libgo-static-4.8.5-28.el7.i686.rpm libgo-static-4.8.5-28.el7.x86_64.rpm libitm-devel-4.8.5-28.el7.i686.rpm libitm-devel-4.8.5-28.el7.x86_64.rpm libitm-static-4.8.5-28.el7.i686.rpm libitm-static-4.8.5-28.el7.x86_64.rpm libmudflap-4.8.5-28.el7.i686.rpm libmudflap-4.8.5-28.el7.x86_64.rpm libmudflap-devel-4.8.5-28.el7.i686.rpm libmudflap-devel-4.8.5-28.el7.x86_64.rpm libmudflap-static-4.8.5-28.el7.i686.rpm libmudflap-static-4.8.5-28.el7.x86_64.rpm libobjc-4.8.5-28.el7.i686.rpm libobjc-4.8.5-28.el7.x86_64.rpm libquadmath-static-4.8.5-28.el7.i686.rpm libquadmath-static-4.8.5-28.el7.x86_64.rpm libstdc++-devel-4.8.5-28.el7.i686.rpm libstdc++-devel-4.8.5-28.el7.x86_64.rpm libstdc++-docs-4.8.5-28.el7.x86_64.rpm libstdc++-static-4.8.5-28.el7.i686.rpm libstdc++-static-4.8.5-28.el7.x86_64.rpm libtsan-4.8.5-28.el7.x86_64.rpm libtsan-static-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux Server (v.7): Source: gcc-4.8.5-28.el7.src.rpm ppc64: cpp-4.8.5-28.el7.ppc64.rpm gcc-4.8.5-28.el7.ppc64.rpm gcc-base-debuginfo-4.8.5-28.el7.ppc.rpm gcc-base-debuginfo-4.8.5-28.el7.ppc64.rpm gcc-c++-4.8.5-28.el7.ppc64.rpm gcc-debuginfo-4.8.5-28.el7.ppc.rpm gcc-debuginfo-4.8.5-28.el7.ppc64.rpm gcc-gfortran-4.8.5-28.el7.ppc64.rpm gcc-gnat-4.8.5-28.el7.ppc64.rpm gcc-objc++-4.8.5-28.el7.ppc64.rpm gcc-objc-4.8.5-28.el7.ppc64.rpm libatomic-4.8.5-28.el7.ppc.rpm libatomic-4.8.5-28.el7.ppc64.rpm libatomic-static-4.8.5-28.el7.ppc.rpm libatomic-static-4.8.5-28.el7.ppc64.rpm libgcc-4.8.5-28.el7.ppc.rpm libgcc-4.8.5-28.el7.ppc64.rpm libgfortran-4.8.5-28.el7.ppc.rpm libgfortran-4.8.5-28.el7.ppc64.rpm libgnat-4.8.5-28.el7.ppc.rpm libgnat-4.8.5-28.el7.ppc64.rpm libgnat-devel-4.8.5-28.el7.ppc.rpm libgnat-devel-4.8.5-28.el7.ppc64.rpm libgomp-4.8.5-28.el7.ppc.rpm libgomp-4.8.5-28.el7.ppc64.rpm libitm-4.8.5-28.el7.ppc.rpm libitm-4.8.5-28.el7.ppc64.rpm libitm-devel-4.8.5-28.el7.ppc.rpm libitm-devel-4.8.5-28.el7.ppc64.rpm libobjc-4.8.5-28.el7.ppc.rpm libobjc-4.8.5-28.el7.ppc64.rpm libstdc++-4.8.5-28.el7.ppc.rpm libstdc++-4.8.5-28.el7.ppc64.rpm libstdc++-devel-4.8.5-28.el7.ppc.rpm libstdc++-devel-4.8.5-28.el7.ppc64.rpm libstdc++-docs-4.8.5-28.el7.ppc64.rpm ppc64le: cpp-4.8.5-28.el7.ppc64le.rpm gcc-4.8.5-28.el7.ppc64le.rpm gcc-base-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-c++-4.8.5-28.el7.ppc64le.rpm gcc-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-gfortran-4.8.5-28.el7.ppc64le.rpm gcc-gnat-4.8.5-28.el7.ppc64le.rpm gcc-objc++-4.8.5-28.el7.ppc64le.rpm gcc-objc-4.8.5-28.el7.ppc64le.rpm libatomic-4.8.5-28.el7.ppc64le.rpm libatomic-static-4.8.5-28.el7.ppc64le.rpm libgcc-4.8.5-28.el7.ppc64le.rpm libgfortran-4.8.5-28.el7.ppc64le.rpm libgnat-4.8.5-28.el7.ppc64le.rpm libgnat-devel-4.8.5-28.el7.ppc64le.rpm libgomp-4.8.5-28.el7.ppc64le.rpm libitm-4.8.5-28.el7.ppc64le.rpm libitm-devel-4.8.5-28.el7.ppc64le.rpm libobjc-4.8.5-28.el7.ppc64le.rpm libstdc++-4.8.5-28.el7.ppc64le.rpm libstdc++-devel-4.8.5-28.el7.ppc64le.rpm libstdc++-docs-4.8.5-28.el7.ppc64le.rpm s390x: cpp-4.8.5-28.el7.s390x.rpm gcc-4.8.5-28.el7.s390x.rpm gcc-base-debuginfo-4.8.5-28.el7.s390.rpm gcc-base-debuginfo-4.8.5-28.el7.s390x.rpm gcc-c++-4.8.5-28.el7.s390x.rpm gcc-debuginfo-4.8.5-28.el7.s390.rpm gcc-debuginfo-4.8.5-28.el7.s390x.rpm gcc-gfortran-4.8.5-28.el7.s390x.rpm gcc-objc++-4.8.5-28.el7.s390x.rpm gcc-objc-4.8.5-28.el7.s390x.rpm libatomic-4.8.5-28.el7.s390.rpm libatomic-4.8.5-28.el7.s390x.rpm libatomic-static-4.8.5-28.el7.s390.rpm libatomic-static-4.8.5-28.el7.s390x.rpm libgcc-4.8.5-28.el7.s390.rpm libgcc-4.8.5-28.el7.s390x.rpm libgfortran-4.8.5-28.el7.s390.rpm libgfortran-4.8.5-28.el7.s390x.rpm libgomp-4.8.5-28.el7.s390.rpm libgomp-4.8.5-28.el7.s390x.rpm libitm-4.8.5-28.el7.s390.rpm libitm-4.8.5-28.el7.s390x.rpm libitm-devel-4.8.5-28.el7.s390.rpm libitm-devel-4.8.5-28.el7.s390x.rpm libobjc-4.8.5-28.el7.s390.rpm libobjc-4.8.5-28.el7.s390x.rpm libstdc++-4.8.5-28.el7.s390.rpm libstdc++-4.8.5-28.el7.s390x.rpm libstdc++-devel-4.8.5-28.el7.s390.rpm libstdc++-devel-4.8.5-28.el7.s390x.rpm libstdc++-docs-4.8.5-28.el7.s390x.rpm x86_64: cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-gfortran-4.8.5-28.el7.x86_64.rpm gcc-gnat-4.8.5-28.el7.x86_64.rpm gcc-objc++-4.8.5-28.el7.x86_64.rpm gcc-objc-4.8.5-28.el7.x86_64.rpm libatomic-4.8.5-28.el7.i686.rpm libatomic-4.8.5-28.el7.x86_64.rpm libatomic-static-4.8.5-28.el7.i686.rpm libatomic-static-4.8.5-28.el7.x86_64.rpm libgcc-4.8.5-28.el7.i686.rpm libgcc-4.8.5-28.el7.x86_64.rpm libgfortran-4.8.5-28.el7.i686.rpm libgfortran-4.8.5-28.el7.x86_64.rpm libgnat-4.8.5-28.el7.i686.rpm libgnat-4.8.5-28.el7.x86_64.rpm libgnat-devel-4.8.5-28.el7.i686.rpm libgnat-devel-4.8.5-28.el7.x86_64.rpm libgomp-4.8.5-28.el7.i686.rpm libgomp-4.8.5-28.el7.x86_64.rpm libitm-4.8.5-28.el7.i686.rpm libitm-4.8.5-28.el7.x86_64.rpm libitm-devel-4.8.5-28.el7.i686.rpm libitm-devel-4.8.5-28.el7.x86_64.rpm libobjc-4.8.5-28.el7.i686.rpm libobjc-4.8.5-28.el7.x86_64.rpm libquadmath-4.8.5-28.el7.i686.rpm libquadmath-4.8.5-28.el7.x86_64.rpm libquadmath-devel-4.8.5-28.el7.i686.rpm libquadmath-devel-4.8.5-28.el7.x86_64.rpm libstdc++-4.8.5-28.el7.i686.rpm libstdc++-4.8.5-28.el7.x86_64.rpm libstdc++-devel-4.8.5-28.el7.i686.rpm libstdc++-devel-4.8.5-28.el7.x86_64.rpm libstdc++-docs-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v.7): Source: gcc-4.8.5-28.el7.src.rpm aarch64: cpp-4.8.5-28.el7.aarch64.rpm gcc-4.8.5-28.el7.aarch64.rpm gcc-base-debuginfo-4.8.5-28.el7.aarch64.rpm gcc-c++-4.8.5-28.el7.aarch64.rpm gcc-debuginfo-4.8.5-28.el7.aarch64.rpm gcc-gfortran-4.8.5-28.el7.aarch64.rpm gcc-gnat-4.8.5-28.el7.aarch64.rpm gcc-objc++-4.8.5-28.el7.aarch64.rpm gcc-objc-4.8.5-28.el7.aarch64.rpm libgcc-4.8.5-28.el7.aarch64.rpm libgfortran-4.8.5-28.el7.aarch64.rpm libgnat-4.8.5-28.el7.aarch64.rpm libgnat-devel-4.8.5-28.el7.aarch64.rpm libgomp-4.8.5-28.el7.aarch64.rpm libitm-4.8.5-28.el7.aarch64.rpm libitm-devel-4.8.5-28.el7.aarch64.rpm libobjc-4.8.5-28.el7.aarch64.rpm libstdc++-4.8.5-28.el7.aarch64.rpm libstdc++-devel-4.8.5-28.el7.aarch64.rpm libstdc++-docs-4.8.5-28.el7.aarch64.rpm ppc64le: cpp-4.8.5-28.el7.ppc64le.rpm gcc-4.8.5-28.el7.ppc64le.rpm gcc-base-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-c++-4.8.5-28.el7.ppc64le.rpm gcc-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-gfortran-4.8.5-28.el7.ppc64le.rpm gcc-gnat-4.8.5-28.el7.ppc64le.rpm gcc-objc++-4.8.5-28.el7.ppc64le.rpm gcc-objc-4.8.5-28.el7.ppc64le.rpm libatomic-4.8.5-28.el7.ppc64le.rpm libatomic-static-4.8.5-28.el7.ppc64le.rpm libgcc-4.8.5-28.el7.ppc64le.rpm libgfortran-4.8.5-28.el7.ppc64le.rpm libgnat-4.8.5-28.el7.ppc64le.rpm libgnat-devel-4.8.5-28.el7.ppc64le.rpm libgomp-4.8.5-28.el7.ppc64le.rpm libitm-4.8.5-28.el7.ppc64le.rpm libitm-devel-4.8.5-28.el7.ppc64le.rpm libobjc-4.8.5-28.el7.ppc64le.rpm libstdc++-4.8.5-28.el7.ppc64le.rpm libstdc++-devel-4.8.5-28.el7.ppc64le.rpm libstdc++-docs-4.8.5-28.el7.ppc64le.rpm s390x: cpp-4.8.5-28.el7.s390x.rpm gcc-4.8.5-28.el7.s390x.rpm gcc-base-debuginfo-4.8.5-28.el7.s390.rpm gcc-base-debuginfo-4.8.5-28.el7.s390x.rpm gcc-c++-4.8.5-28.el7.s390x.rpm gcc-debuginfo-4.8.5-28.el7.s390.rpm gcc-debuginfo-4.8.5-28.el7.s390x.rpm gcc-gfortran-4.8.5-28.el7.s390x.rpm gcc-objc++-4.8.5-28.el7.s390x.rpm gcc-objc-4.8.5-28.el7.s390x.rpm libatomic-4.8.5-28.el7.s390.rpm libatomic-4.8.5-28.el7.s390x.rpm libatomic-static-4.8.5-28.el7.s390.rpm libatomic-static-4.8.5-28.el7.s390x.rpm libgcc-4.8.5-28.el7.s390.rpm libgcc-4.8.5-28.el7.s390x.rpm libgfortran-4.8.5-28.el7.s390.rpm libgfortran-4.8.5-28.el7.s390x.rpm libgomp-4.8.5-28.el7.s390.rpm libgomp-4.8.5-28.el7.s390x.rpm libitm-4.8.5-28.el7.s390.rpm libitm-4.8.5-28.el7.s390x.rpm libitm-devel-4.8.5-28.el7.s390.rpm libitm-devel-4.8.5-28.el7.s390x.rpm libobjc-4.8.5-28.el7.s390.rpm libobjc-4.8.5-28.el7.s390x.rpm libstdc++-4.8.5-28.el7.s390.rpm libstdc++-4.8.5-28.el7.s390x.rpm libstdc++-devel-4.8.5-28.el7.s390.rpm libstdc++-devel-4.8.5-28.el7.s390x.rpm libstdc++-docs-4.8.5-28.el7.s390x.rpm Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v.7): aarch64: gcc-base-debuginfo-4.8.5-28.el7.aarch64.rpm gcc-debuginfo-4.8.5-28.el7.aarch64.rpm gcc-plugin-devel-4.8.5-28.el7.aarch64.rpm libgfortran-static-4.8.5-28.el7.aarch64.rpm libgnat-static-4.8.5-28.el7.aarch64.rpm libitm-static-4.8.5-28.el7.aarch64.rpm libmudflap-4.8.5-28.el7.aarch64.rpm libmudflap-devel-4.8.5-28.el7.aarch64.rpm libmudflap-static-4.8.5-28.el7.aarch64.rpm libstdc++-static-4.8.5-28.el7.aarch64.rpm ppc64le: gcc-base-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-go-4.8.5-28.el7.ppc64le.rpm gcc-plugin-devel-4.8.5-28.el7.ppc64le.rpm libgfortran-static-4.8.5-28.el7.ppc64le.rpm libgnat-static-4.8.5-28.el7.ppc64le.rpm libgo-4.8.5-28.el7.ppc64le.rpm libgo-devel-4.8.5-28.el7.ppc64le.rpm libgo-static-4.8.5-28.el7.ppc64le.rpm libitm-static-4.8.5-28.el7.ppc64le.rpm libmudflap-4.8.5-28.el7.ppc64le.rpm libmudflap-devel-4.8.5-28.el7.ppc64le.rpm libmudflap-static-4.8.5-28.el7.ppc64le.rpm libstdc++-static-4.8.5-28.el7.ppc64le.rpm s390x: gcc-base-debuginfo-4.8.5-28.el7.s390.rpm gcc-base-debuginfo-4.8.5-28.el7.s390x.rpm gcc-debuginfo-4.8.5-28.el7.s390.rpm gcc-debuginfo-4.8.5-28.el7.s390x.rpm gcc-go-4.8.5-28.el7.s390x.rpm gcc-plugin-devel-4.8.5-28.el7.s390x.rpm libgfortran-static-4.8.5-28.el7.s390.rpm libgfortran-static-4.8.5-28.el7.s390x.rpm libgo-4.8.5-28.el7.s390.rpm libgo-4.8.5-28.el7.s390x.rpm libgo-devel-4.8.5-28.el7.s390.rpm libgo-devel-4.8.5-28.el7.s390x.rpm libgo-static-4.8.5-28.el7.s390.rpm libgo-static-4.8.5-28.el7.s390x.rpm libitm-static-4.8.5-28.el7.s390.rpm libitm-static-4.8.5-28.el7.s390x.rpm libmudflap-4.8.5-28.el7.s390.rpm libmudflap-4.8.5-28.el7.s390x.rpm libmudflap-devel-4.8.5-28.el7.s390.rpm libmudflap-devel-4.8.5-28.el7.s390x.rpm libmudflap-static-4.8.5-28.el7.s390.rpm libmudflap-static-4.8.5-28.el7.s390x.rpm libstdc++-static-4.8.5-28.el7.s390.rpm libstdc++-static-4.8.5-28.el7.s390x.rpm Red Hat Enterprise Linux Server Optional (v.7): ppc64: gcc-base-debuginfo-4.8.5-28.el7.ppc.rpm gcc-base-debuginfo-4.8.5-28.el7.ppc64.rpm gcc-debuginfo-4.8.5-28.el7.ppc.rpm gcc-debuginfo-4.8.5-28.el7.ppc64.rpm gcc-go-4.8.5-28.el7.ppc64.rpm gcc-plugin-devel-4.8.5-28.el7.ppc64.rpm libasan-4.8.5-28.el7.ppc.rpm libasan-4.8.5-28.el7.ppc64.rpm libasan-static-4.8.5-28.el7.ppc.rpm libasan-static-4.8.5-28.el7.ppc64.rpm libgfortran-static-4.8.5-28.el7.ppc.rpm libgfortran-static-4.8.5-28.el7.ppc64.rpm libgnat-static-4.8.5-28.el7.ppc.rpm libgnat-static-4.8.5-28.el7.ppc64.rpm libgo-4.8.5-28.el7.ppc.rpm libgo-4.8.5-28.el7.ppc64.rpm libgo-devel-4.8.5-28.el7.ppc.rpm libgo-devel-4.8.5-28.el7.ppc64.rpm libgo-static-4.8.5-28.el7.ppc.rpm libgo-static-4.8.5-28.el7.ppc64.rpm libitm-static-4.8.5-28.el7.ppc.rpm libitm-static-4.8.5-28.el7.ppc64.rpm libmudflap-4.8.5-28.el7.ppc.rpm libmudflap-4.8.5-28.el7.ppc64.rpm libmudflap-devel-4.8.5-28.el7.ppc.rpm libmudflap-devel-4.8.5-28.el7.ppc64.rpm libmudflap-static-4.8.5-28.el7.ppc.rpm libmudflap-static-4.8.5-28.el7.ppc64.rpm libstdc++-static-4.8.5-28.el7.ppc.rpm libstdc++-static-4.8.5-28.el7.ppc64.rpm ppc64le: gcc-base-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-debuginfo-4.8.5-28.el7.ppc64le.rpm gcc-go-4.8.5-28.el7.ppc64le.rpm gcc-plugin-devel-4.8.5-28.el7.ppc64le.rpm libgfortran-static-4.8.5-28.el7.ppc64le.rpm libgnat-static-4.8.5-28.el7.ppc64le.rpm libgo-4.8.5-28.el7.ppc64le.rpm libgo-devel-4.8.5-28.el7.ppc64le.rpm libgo-static-4.8.5-28.el7.ppc64le.rpm libitm-static-4.8.5-28.el7.ppc64le.rpm libmudflap-4.8.5-28.el7.ppc64le.rpm libmudflap-devel-4.8.5-28.el7.ppc64le.rpm libmudflap-static-4.8.5-28.el7.ppc64le.rpm libstdc++-static-4.8.5-28.el7.ppc64le.rpm s390x: gcc-base-debuginfo-4.8.5-28.el7.s390.rpm gcc-base-debuginfo-4.8.5-28.el7.s390x.rpm gcc-debuginfo-4.8.5-28.el7.s390.rpm gcc-debuginfo-4.8.5-28.el7.s390x.rpm gcc-go-4.8.5-28.el7.s390x.rpm gcc-plugin-devel-4.8.5-28.el7.s390x.rpm libgfortran-static-4.8.5-28.el7.s390.rpm libgfortran-static-4.8.5-28.el7.s390x.rpm libgo-4.8.5-28.el7.s390.rpm libgo-4.8.5-28.el7.s390x.rpm libgo-devel-4.8.5-28.el7.s390.rpm libgo-devel-4.8.5-28.el7.s390x.rpm libgo-static-4.8.5-28.el7.s390.rpm libgo-static-4.8.5-28.el7.s390x.rpm libitm-static-4.8.5-28.el7.s390.rpm libitm-static-4.8.5-28.el7.s390x.rpm libmudflap-4.8.5-28.el7.s390.rpm libmudflap-4.8.5-28.el7.s390x.rpm libmudflap-devel-4.8.5-28.el7.s390.rpm libmudflap-devel-4.8.5-28.el7.s390x.rpm libmudflap-static-4.8.5-28.el7.s390.rpm libmudflap-static-4.8.5-28.el7.s390x.rpm libstdc++-static-4.8.5-28.el7.s390.rpm libstdc++-static-4.8.5-28.el7.s390x.rpm x86_64: gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-go-4.8.5-28.el7.x86_64.rpm gcc-plugin-devel-4.8.5-28.el7.x86_64.rpm libasan-4.8.5-28.el7.i686.rpm libasan-4.8.5-28.el7.x86_64.rpm libasan-static-4.8.5-28.el7.i686.rpm libasan-static-4.8.5-28.el7.x86_64.rpm libgfortran-static-4.8.5-28.el7.i686.rpm libgfortran-static-4.8.5-28.el7.x86_64.rpm libgnat-static-4.8.5-28.el7.i686.rpm libgnat-static-4.8.5-28.el7.x86_64.rpm libgo-4.8.5-28.el7.i686.rpm libgo-4.8.5-28.el7.x86_64.rpm libgo-devel-4.8.5-28.el7.i686.rpm libgo-devel-4.8.5-28.el7.x86_64.rpm libgo-static-4.8.5-28.el7.i686.rpm libgo-static-4.8.5-28.el7.x86_64.rpm libitm-static-4.8.5-28.el7.i686.rpm libitm-static-4.8.5-28.el7.x86_64.rpm libmudflap-4.8.5-28.el7.i686.rpm libmudflap-4.8.5-28.el7.x86_64.rpm libmudflap-devel-4.8.5-28.el7.i686.rpm libmudflap-devel-4.8.5-28.el7.x86_64.rpm libmudflap-static-4.8.5-28.el7.i686.rpm libmudflap-static-4.8.5-28.el7.x86_64.rpm libquadmath-static-4.8.5-28.el7.i686.rpm libquadmath-static-4.8.5-28.el7.x86_64.rpm libstdc++-static-4.8.5-28.el7.i686.rpm libstdc++-static-4.8.5-28.el7.x86_64.rpm libtsan-4.8.5-28.el7.x86_64.rpm libtsan-static-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux Workstation (v.7): Source: gcc-4.8.5-28.el7.src.rpm x86_64: cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-gfortran-4.8.5-28.el7.x86_64.rpm gcc-gnat-4.8.5-28.el7.x86_64.rpm gcc-objc++-4.8.5-28.el7.x86_64.rpm gcc-objc-4.8.5-28.el7.x86_64.rpm libatomic-4.8.5-28.el7.i686.rpm libatomic-4.8.5-28.el7.x86_64.rpm libatomic-static-4.8.5-28.el7.i686.rpm libatomic-static-4.8.5-28.el7.x86_64.rpm libgcc-4.8.5-28.el7.i686.rpm libgcc-4.8.5-28.el7.x86_64.rpm libgfortran-4.8.5-28.el7.i686.rpm libgfortran-4.8.5-28.el7.x86_64.rpm libgnat-4.8.5-28.el7.i686.rpm libgnat-4.8.5-28.el7.x86_64.rpm libgnat-devel-4.8.5-28.el7.i686.rpm libgnat-devel-4.8.5-28.el7.x86_64.rpm libgomp-4.8.5-28.el7.i686.rpm libgomp-4.8.5-28.el7.x86_64.rpm libitm-4.8.5-28.el7.i686.rpm libitm-4.8.5-28.el7.x86_64.rpm libitm-devel-4.8.5-28.el7.i686.rpm libitm-devel-4.8.5-28.el7.x86_64.rpm libobjc-4.8.5-28.el7.i686.rpm libobjc-4.8.5-28.el7.x86_64.rpm libquadmath-4.8.5-28.el7.i686.rpm libquadmath-4.8.5-28.el7.x86_64.rpm libquadmath-devel-4.8.5-28.el7.i686.rpm libquadmath-devel-4.8.5-28.el7.x86_64.rpm libstdc++-4.8.5-28.el7.i686.rpm libstdc++-4.8.5-28.el7.x86_64.rpm libstdc++-devel-4.8.5-28.el7.i686.rpm libstdc++-devel-4.8.5-28.el7.x86_64.rpm libstdc++-docs-4.8.5-28.el7.x86_64.rpm Red Hat Enterprise Linux Workstation Optional (v.7): x86_64: gcc-base-debuginfo-4.8.5-28.el7.i686.rpm gcc-base-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-debuginfo-4.8.5-28.el7.i686.rpm gcc-debuginfo-4.8.5-28.el7.x86_64.rpm gcc-go-4.8.5-28.el7.x86_64.rpm gcc-plugin-devel-4.8.5-28.el7.x86_64.rpm libasan-4.8.5-28.el7.i686.rpm libasan-4.8.5-28.el7.x86_64.rpm libasan-static-4.8.5-28.el7.i686.rpm libasan-static-4.8.5-28.el7.x86_64.rpm libgfortran-static-4.8.5-28.el7.i686.rpm libgfortran-static-4.8.5-28.el7.x86_64.rpm libgnat-static-4.8.5-28.el7.i686.rpm libgnat-static-4.8.5-28.el7.x86_64.rpm libgo-4.8.5-28.el7.i686.rpm libgo-4.8.5-28.el7.x86_64.rpm libgo-devel-4.8.5-28.el7.i686.rpm libgo-devel-4.8.5-28.el7.x86_64.rpm libgo-static-4.8.5-28.el7.i686.rpm libgo-static-4.8.5-28.el7.x86_64.rpm libitm-static-4.8.5-28.el7.i686.rpm libitm-static-4.8.5-28.el7.x86_64.rpm libmudflap-4.8.5-28.el7.i686.rpm libmudflap-4.8.5-28.el7.x86_64.rpm libmudflap-devel-4.8.5-28.el7.i686.rpm libmudflap-devel-4.8.5-28.el7.x86_64.rpm libmudflap-static-4.8.5-28.el7.i686.rpm libmudflap-static-4.8.5-28.el7.x86_64.rpm libquadmath-static-4.8.5-28.el7.i686.rpm libquadmath-static-4.8.5-28.el7.x86_64.rpm libstdc++-static-4.8.5-28.el7.i686.rpm libstdc++-static-4.8.5-28.el7.x86_64.rpm libtsan-4.8.5-28.el7.x86_64.rpm libtsan-static-4.8.5-28.el7.x86_64.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key 7. References: https://access.redhat.com/security/cve/CVE-2017-11671 https://access.redhat.com/security/updates/classification#low https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/7.5_release_notes/index.html 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact Copyright 2018 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFazHmsXlSAg2UNWIIRAnkGAKCMl/SUt08/1/+WKG33epHnJe7FHQCePKhs E50OO1eo2TIjQnq2BVuzSbM=0IID -----END PGP SIGNATURE----- -- RHSA-announce mailinglist
An update that fixes 24 vulnerabilities is now available.. openSUSE Security Update: Security update for chromium ______________________________________________________________________________ Announcement ID: openSUSE-SU-2018:0259-1 Rating: important References: #1073323 #1077571 #1077722 Cross-References: CVE-2017-15420 CVE-2018-6031 CVE-2018-6032 CVE-2018-6033 CVE-2018-6034 CVE-2018-6035 CVE-2018-6036 CVE-2018-6037 CVE-2018-6038 CVE-2018-6039 CVE-2018-6040 CVE-2018-6041 CVE-2018-6042 CVE-2018-6043 CVE-2018-6045 CVE-2018-6046 CVE-2018-6047 CVE-2018-6048 CVE-2018-6049 CVE-2018-6050 CVE-2018-6051 CVE-2018-6052 CVE-2018-6053 CVE-2018-6054 Affected Products: openSUSE Leap 42.3 ______________________________________________________________________________ An update that fixes 24 vulnerabilities is now available. Description: This update for chromium to 64.0.3282.119 fixes several issues. These security issues were fixed: - CVE-2018-6031: Use after free in PDFium (boo#1077571) - CVE-2018-6032: Same origin bypass in Shared Worker (boo#1077571) - CVE-2018-6033: Race when opening downloaded files (boo#1077571) - CVE-2018-6034: Integer overflow in Blink (boo#1077571) - CVE-2018-6035: Insufficient isolation of devtools from extensions (boo#1077571) - CVE-2018-6036: Integer underflow in WebAssembly (boo#1077571) - CVE-2018-6037: Insufficient user gesture requirements in autofill (boo#1077571) - CVE-2018-6038: Heap buffer overflow in WebGL (boo#1077571) - CVE-2018-6039: XSS in DevTools (boo#1077571) - CVE-2018-6040: Content security policy bypass (boo#1077571) - CVE-2018-6041: URL spoof in Navigation (boo#1077571) - CVE-2018-6042: URL spoof in OmniBox (boo#1077571) - CVE-2018-6043: Insufficient escaping with external URL handlers (boo#1077571) -CVE-2018-6045: Insufficient isolation of devtools from extensions (boo#1077571) - CVE-2018-6046: Insufficient isolation of devtools from extensions (boo#1077571) - CVE-2018-6047: Cross origin URL leak in WebGL (boo#1077571) - CVE-2018-6048: Referrer policy bypass in Blink (boo#1077571) - CVE-2017-15420: URL spoofing in Omnibox (boo#1077571) - CVE-2018-6049: UI spoof in Permissions (boo#1077571) - CVE-2018-6050: URL spoof in OmniBox (boo#1077571) - CVE-2018-6051: Referrer leak in XSS Auditor (boo#1077571) - CVE-2018-6052: Incomplete no-referrer policy implementation (boo#1077571) - CVE-2018-6053: Leak of page thumbnails in New Tab Page (boo#1077571) - CVE-2018-6054: Use after free in WebUI (boo#1077571) Re was updated to version 2018-01-01 (boo#1073323) Patch Instructions: To install this openSUSE Security Update use YaST online_update. Alternatively you can run the command listed for your product: - openSUSE Leap 42.3: zypper in -t patch openSUSE-2018-103=1 To bring your system up-to-date, use "zypper patch". Package List: - openSUSE Leap 42.3 (i586 x86_64): libre2-0-20180101-9.1 libre2-0-debuginfo-20180101-9.1 re2-debugsource-20180101-9.1 re2-devel-20180101-9.1 - openSUSE Leap 42.3 (x86_64): chromedriver-64.0.3282.119-135.1 chromedriver-debuginfo-64.0.3282.119-135.1 chromium-64.0.3282.119-135.1 chromium-debuginfo-64.0.3282.119-135.1 chromium-debugsource-64.0.3282.119-135.1 libre2-0-32bit-20180101-9.1 libre2-0-debuginfo-32bit-20180101-9.1 References: https://www.suse.com/security/cve/CVE-2017-15420.html https://www.suse.com/security/cve/CVE-2018-6031.html https://www.suse.com/security/cve/CVE-2018-6032.html https://www.suse.com/security/cve/CVE-2018-6033.html https://www.suse.com/security/cve/CVE-2018-6034.html https://www.suse.com/security/cve/CVE-2018-6035.html https://www.suse.com/security/cve/CVE-2018-6036.html https://www.suse.com/security/cve/CVE-2018-6037.html https://www.suse.com/security/cve/CVE-2018-6038.html https://www.suse.com/security/cve/CVE-2018-6039.html https://www.suse.com/security/cve/CVE-2018-6040.html https://www.suse.com/security/cve/CVE-2018-6041.html https://www.suse.com/security/cve/CVE-2018-6042.html https://www.suse.com/security/cve/CVE-2018-6043.html https://www.suse.com/security/cve/CVE-2018-6045.html https://www.suse.com/security/cve/CVE-2018-6046.html https://www.suse.com/security/cve/CVE-2018-6047.html https://www.suse.com/security/cve/CVE-2018-6048.html https://www.suse.com/security/cve/CVE-2018-6049.html https://www.suse.com/security/cve/CVE-2018-6050.html https://www.suse.com/security/cve/CVE-2018-6051.html https://www.suse.com/security/cve/CVE-2018-6052.html https://www.suse.com/security/cve/CVE-2018-6053.html https://www.suse.com/security/cve/CVE-2018-6054.html https://bugzilla.suse.com/1073323 https://bugzilla.suse.com/1077571 https://bugzilla.suse.com/1077722 -- . Addresses 24 vulnerabilities in chromium with openSUSE upgrade to version 64.0.3282.119. Keep your system secure and up-to-date!. openSUSE security, chromium update, security patch, software security. . Severity: Important. LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.