Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

8.161. python-beaker

Updated python-beaker packages that fix one bug and are now available for Red Hat Enterprise Linux 6.
The python-beaker package provides Beaker, a web session and general caching library that includes Web Server Gateway Interface (WSGI) middleware for use in web applications.

Bug Fix

BZ#983292
Previously, Beaker used the MD5 algorithm to produce a unique hex-encoded session identifier. However, this algorithm is not, by default, supported by Python's runtime in FIPS mode. Consequently, web applications that used Beaker failed to create new sessions in certain environments. With this update, MD5 has been replaced with the SHA1 algorithm and the subsequent hex encoding with the Base64 encoding scheme. As a result, Beaker works correctly in FIPS environment.
Users of python-beaker are advised to upgrade to these updated packages, which fix this bug.