Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2015:0300 - Bug Fix Advisory
Issued:
2015-03-05
Updated:
2015-03-05

RHBA-2015:0300 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

ksh bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated ksh packages that fix several bugs are now available for Red Hat
Enterprise Linux 7.

Description

KornShell (KSH) is a Unix shell developed by AT&T Bell Laboratories, which is
backward-compatible with the Bourne shell (Bash) and includes many features of
the C shell. The most recent version is KSH-93. KornShell complies with the
POSIX.2 standard (IEEE Std 1003.2-1992).

This update fixes the following bugs:

  • Prior to this update, the compiler optimization dropped parts from the ksh job

locking mechanism from the binary code. As a consequence, ksh could terminate
unexpectedly with a segmentation fault after it received the SIGCHLD signal.
This update implements a fix to ensure the compiler does not drop parts of the
ksh mechanism, and the crash no longer occurs. (BZ#1116506)

  • When running a command that output a lot of data, and then setting a variable

from that output, ksh could become unresponsive. The combination of I/O
redirection and synchronization mechanism has been changed, and, as a result,
commands complete successfully, and ksh no longer hangs. (BZ#1077090)

  • Due to a race condition in the job list code, ksh could terminate

unexpectedly with a segmentation fault when the user had run custom scripts on
their system. With this update, the race condition has been fixed, and
segmentation faults in ksh no longer occur. (BZ#1084406)

  • Previously, ksh did not check whether it had execution permission

for a directory before changing into it. Consequently, ksh erroneously supposed
that it was operating inside that directory even though it was in fact still
operating in the previous directory. With this update, ksh checks for execute
permissions and, if lacking them, reports an error message as expected.
(BZ#1109893)

  • Previously, ksh reused low file descriptor numbers, when any of them

were previously closed, but did not handle them correctly when they were not
used for standard input, output or error output. As a result, when any of
standard input (stdin), output (stdout) or error (stderr) was closed and its
file descriptor was reused in command substitution, the output from command
substitution was empty. The code was updated to not reuse those low file
descriptors for command substitution. Command substitution now works correctly
even if any of stdin, stdout or stderr
is closed. (BZ#1133585)

  • Previously, ksh could incorrectly initialize a variable holding the path of

the working directory. If a program changed the working directory between
forking and ksh execution, then ksh could contain a incorrect value in the
working directory variable. With this update, initialization of the working
directory variable has been corrected, and ksh now contains the correct value in
the aforementioned situation. (BZ#1135573)

  • Previously, the ksh syntax analyser did not parse command substitutions inside

of here-documents correctly, which led to syntax error messages being reported
on a syntactically-correct code. A patch has been provided to fix this bug, and
ksh now interprets substitutes as intended. (BZ#1111120)

  • Previously, ksh could skip setting the exit code from the last command of a

function. As a consequence, the function could return a incorrect exit code. The
ksh code has been updated to use the latest command of a function, and functions
thus return correct exit code. (BZ#1146507)

  • Previously, if a running function was unset by another function in the ksh

script, the ksh shell terminated unexpectedly with a segmentation fault. With
this update, the ksh code skips resetting the "running" flag if a function is
unset, and ksh no longer crashes in the described scenario. (BZ#1105153)

  • Previously, ksh truncated too many decimals before rounding for numbers

smaller than one. As a consequence, numbers from the interval of 0.5 - 0.999
were incorrectly rounded to zero. This update ensures that there are always
enough decimals for correct rounding, and the result of rounding is now correct.
(BZ#1070871)

Users of ksh are advised to upgrade to these updated packages, which fix these
bugs.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.4 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.3 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.4 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.3 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64
  • Red Hat Enterprise Linux Workstation 7 x86_64
  • Red Hat Enterprise Linux Desktop 7 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.4 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.3 s390x
  • Red Hat Enterprise Linux for Power, big endian 7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.4 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.3 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 7 x86_64
  • Red Hat Enterprise Linux Server from RHUI 7 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.3 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x
  • Red Hat Enterprise Linux EUS Compute Node 7.7 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.6 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.5 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.4 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.3 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.4 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.3 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64

Fixes

  • BZ - 1085385 - ksh exit produces "Interrupt (core dumped)"
  • BZ - 1100215 - ksh monitor mode documented contrary to what it actually does
  • BZ - 1109893 - RHEL7: ksh not giving error on "cd" to directory without execute bit
  • BZ - 1133585 - broken command substitution while stdout closed
  • BZ - 1135573 - ksh: Problem with 'cd' from a forked C program
  • BZ - 1141243 - shell hangs if setting variable from command that produces more than 120k and is piped
  • BZ - 1146161 - korn shell installation does not include symlink for the restricted shell

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - AUS 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - AUS 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - AUS 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - Extended Life Cycle Support 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Workstation 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Desktop 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for IBM z Systems 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux for Power, big endian 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

Red Hat Enterprise Linux for Scientific Computing 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server from RHUI 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - AUS 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - TUS 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - TUS 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - TUS 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
s390x
ksh-20120801-22.el7.s390x.rpm SHA-256: 7be432cc897e792161e5ddb0906ff74ffaa855d9273de5ae9da4bbc7313234f9
ksh-debuginfo-20120801-22.el7.s390x.rpm SHA-256: 08a7d3693e5bc9a1f58ac44185651be561e631d0cbce627f79495def1d09aed0

Red Hat Enterprise Linux EUS Compute Node 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux EUS Compute Node 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux EUS Compute Node 7.5

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux EUS Compute Node 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux EUS Compute Node 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.4

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.3

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
x86_64
ksh-20120801-22.el7.x86_64.rpm SHA-256: b147819d846e5caa98eb4422e78227f3c60c759300324bf7891ae77dc81663d8
ksh-debuginfo-20120801-22.el7.x86_64.rpm SHA-256: ff364a105ed986b28f7fd7a8f4c1bc6ab293367ea801a1bc443324b35a574bb2

Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7

SRPM
ksh-20120801-22.el7.src.rpm SHA-256: 99f87e0acd6d664921cc95a9ca0ff41a42f418678c18401f9c8505931b81cba9
ppc64
ksh-20120801-22.el7.ppc64.rpm SHA-256: bf7ced138b5b0d92f81ca1bbeec60e813115c5bf03a824bc501bb2ddd18fb772
ksh-debuginfo-20120801-22.el7.ppc64.rpm SHA-256: 0249d645fb117320b314eb5f1c0e27d871a55f489e78e8b4b71ee47b46e08bfd

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility