Issued:
2013-11-20
Updated:
2013-11-20

RHBA-2013:1552 - libtevent bug fix and enhancement update


Synopsis

libtevent bug fix and enhancement update

Type/Severity

Bug Fix Advisory (none)

Topic

Updated libtevent packages that fix several bugs and add various enhancements are now available for Red Hat Enterprise Linux 6.

Description

The libtevent packages provide Tevent, an event system based on the talloc memory management library. Tevent supports many event types, including timers, signals, and the classic file descriptor events. Tevent also provides helpers to deal with asynchronous code represented by the tevent_req (Tevent Request) functions.

The libtevent packages have been upgraded to upstream version 0.9.18, which provides a number of bug fixes and enhancements over the previous version. (BZ#951034)

This update also fixes the following bugs:

  • Prior to this update, a condition in the poll backend copied a 64-bit variable into an unsigned integer variable, which was smaller than 64-bit on 32-bit architectures. Using the unsigned integer variable in a condition rendered the condition to be always false. The variable format has been changed to the uint64_t format guaranteeing its width to be 64 bits on all architectures. As a result, the condition now yields expected results. (BZ#975489)

  • Previously, the tevent_loop_wait() function internally registered its own signal handler even though it had been never removed. Consequently, tevent_loop_wait() could not end even there were no registered custom handlers. This update applies a patch to fix this bug and tevent_loop_wait() now works as expected. (BZ#978962)

Users of libtevent are advised to upgrade to these updated packages, which fix these bugs and add these enhancements.

Solution

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

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/site/articles/11258

Affected Products

ProductVersionArch
Red Hat Enterprise Linux for Scientific Computing6x86_64
Red Hat Enterprise Linux for Power, big endian6ppc64
Red Hat Enterprise Linux for IBM z Systems6s390x
Red Hat Enterprise Linux Workstation6x86_64
Red Hat Enterprise Linux Workstation6i386
Red Hat Enterprise Linux Server6x86_64
Red Hat Enterprise Linux Server6i386
Red Hat Enterprise Linux Server from RHUI6x86_64
Red Hat Enterprise Linux Server from RHUI6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6x86_64
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension6i386
Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems)6s390x
Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems)6s390x
Red Hat Enterprise Linux Desktop6x86_64
Red Hat Enterprise Linux Desktop6i386

Updated Packages

  • libtevent-devel-0.9.18-3.el6.ppc64.rpm
  • libtevent-debuginfo-0.9.18-3.el6.i686.rpm
  • libtevent-devel-0.9.18-3.el6.x86_64.rpm
  • libtevent-debuginfo-0.9.18-3.el6.x86_64.rpm
  • python-tevent-0.9.18-3.el6.ppc64.rpm
  • libtevent-debuginfo-0.9.18-3.el6.s390.rpm
  • libtevent-0.9.18-3.el6.src.rpm
  • libtevent-devel-0.9.18-3.el6.s390.rpm
  • libtevent-devel-0.9.18-3.el6.s390x.rpm
  • libtevent-0.9.18-3.el6.ppc.rpm
  • libtevent-0.9.18-3.el6.s390.rpm
  • libtevent-0.9.18-3.el6.i686.rpm
  • python-tevent-0.9.18-3.el6.s390x.rpm
  • libtevent-debuginfo-0.9.18-3.el6.s390x.rpm
  • libtevent-debuginfo-0.9.18-3.el6.ppc.rpm
  • libtevent-devel-0.9.18-3.el6.ppc.rpm
  • libtevent-debuginfo-0.9.18-3.el6.ppc64.rpm
  • libtevent-0.9.18-3.el6.s390x.rpm
  • python-tevent-0.9.18-3.el6.i686.rpm
  • python-tevent-0.9.18-3.el6.x86_64.rpm
  • libtevent-0.9.18-3.el6.ppc64.rpm
  • libtevent-devel-0.9.18-3.el6.i686.rpm
  • libtevent-0.9.18-3.el6.x86_64.rpm

Fixes

CVEs

(none)

References

(none)


Additional information