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 Lightspeed
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 Lightspeed
  • 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-2009:0195 - Bug Fix Advisory
Issued:
2009-01-20
Updated:
2009-01-20

RHBA-2009:0195 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

yum-rhn-plugin bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated yum-rhn-plugin package that fixes a bug is now available.

Description

yum-rhn-plugin allows yum to access a Red Hat Network server for software
updates.

This update applies several bug fixes and enhancements, most notably:

  • Options in the [repos] section of /etc/yum/pluginconf.d/rhnplugin.conf

now work as expected. In previous releases, the "protect" and "exclude"
options did not work as documented.

  • A bug that prevented 'yum repolist all' from displaying the 'repo.name'

attribute of RHN repositories is now fixed.

  • Package transfers now support SSL CA certificate verification.
  • A bug in /usr/lib/yum-plugins/rhnplugin.py is now fixed. In previous

releases, the formReposForClean() function (in
/usr/lib/yum-plugins/rhnplugin.py) could add duplicate entries (retrieved
from the yum cache directory) to the RepoStorage object when users ran 'yum
clean'. When this occurred, an exception could occur. With this release,
formReposForClean() now checks if a repository name already exists in
RepoStorage before adding it.

  • 'yum clean all' now cleans metadata correctly for RHN channels.
  • The yum-protectbase plugin is now supported. This allows users to protect

packages from RHN repositories using the 'protect=yes' option in
/etc/yum/pluginconf.d/protectbase.conf.

  • yum-rhn-plugin can now handle special characters (e.g. @) in the http

proxy password. In previous releases, a bug prevented some users from
querying RHN through yum if their http proxy password contained the symbol '@'.

  • A bug that displayed incorrect error messages if a non-root user

attempted to use yum is now fixed.

  • yum-rhn-plugin now provides the correct user-agent (UA) header

information to m2crypto once an https request connects.

  • The xmlrpc call 'delta_packages' now labels the list of packages to be

removed correctly, ensuring that changes to packages on client machines are
correctly updated on the satellite. In previous releases, 'delta_packages'
contained an "added" and "removed" list of packages, while the server
expected an "added" and "deleted" list of packages.

  • A bug in the xmlrpc call 'delta_packages' that prevented yum-rhn-plugin

from transmitting correct "updated" and "older" package information back to
RHN is now fixed. In previous releases, this bug caused updated packages to
appear twice on RHN/Satellite when users ran 'yum update'.

  • RHN clients now honor architecture information provided by the server,

ensuring that the clients choose the right packages to install as per
architecture.

  • The yum-updatesd 'do_update' flag now functions as documented. Users can

now use this flag to control whether automatic updates or package pushes
from RHN should be applied.

  • A typographical error in the man page is now fixed. In previous releases,

the FILES section of the yum-rhn-plugin man page incorrectly referred to
/etc/sysconfig/rhn/update instead of /etc/sysconfig/rhn/up2date.

Users of yum-rhn-plugin are advised to upgrade to this update.

Solution

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

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/FAQ_58_10188

Affected Products

  • Red Hat Enterprise Linux Server 5 x86_64
  • Red Hat Enterprise Linux Server 5 ia64
  • Red Hat Enterprise Linux Server 5 i386
  • Red Hat Enterprise Linux Workstation 5 x86_64
  • Red Hat Enterprise Linux Workstation 5 i386
  • Red Hat Enterprise Linux Desktop 5 x86_64
  • Red Hat Enterprise Linux Desktop 5 i386
  • Red Hat Enterprise Linux for IBM z Systems 5 s390x
  • Red Hat Enterprise Linux for Power, big endian 5 ppc
  • Red Hat Enterprise Linux Server from RHUI 5 x86_64
  • Red Hat Enterprise Linux Server from RHUI 5 i386

Fixes

  • BZ - 436043 - yum-protectbase can't be used with RHN repos., as you can't set options
  • BZ - 448012 - yum clean fails when non-RHN repositories are configured
  • BZ - 449726 - yum-rhn-plugin manpage has typo
  • BZ - 450241 - yum fails if http proxy password contains @ symbol
  • BZ - 455759 - xmlrpc call delta_packages checks wrong list for package removals
  • BZ - 455760 - pkg updates do not notify rhn/sat of removal of old versions
  • BZ - 456540 - Non-root yum message clarification
  • BZ - 469719 - client should handle the arch information if sent down from server instead of jus comparing NVRE

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 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
x86_64
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4
ia64
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4
i386
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

Red Hat Enterprise Linux Workstation 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
x86_64
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4
i386
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

Red Hat Enterprise Linux Desktop 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
x86_64
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4
i386
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

Red Hat Enterprise Linux for IBM z Systems 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
s390x
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

Red Hat Enterprise Linux for Power, big endian 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
ppc
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

Red Hat Enterprise Linux Server from RHUI 5

SRPM
yum-rhn-plugin-0.5.3-30.el5.src.rpm SHA-256: b00b301f0a29922e80b133c01e350ed720de335372140d386936293ef881ffaf
x86_64
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4
i386
yum-rhn-plugin-0.5.3-30.el5.noarch.rpm SHA-256: 1141283fe07d389c1331911d46b783d04519df428f8848db154740b9750e2bf4

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