5.4 Technical Notes
Every Change to Every Package
Edition 4
Abstract
Preface
Chapter 1. Package Updates
1.1. NetworkManager
1.1.1. RHSA-2009:0361: Moderate security update
Important
1.1.2. RHBA-2009:1389: bug fix update
- NetworkManager allowed users to create completely insecure ad-hoc wireless networks and indeed, the default security setting for wifi sharing was "none". Because of this default setting and because NetworkManager did not warn users of the potential security risks, users could unwittingly compromise the security of their computers. Now, NetworkManager uses "WEP Passphrase" as the default security option for creating a new wifi network, and allows administrators to disable users' ability to share wifi connections without security in place, or their ability to share wifi connections at all. These measures make it less likely that a user could inadvertently compromise a sensitive system. (BZ#496247)
- accessing the context (right-click) menu of the NetworkManager GNOME applet could trigger the GNOME Keyring Unlock dialog to appear, after which no X11 applications could receive keyboard or mouse events. Now, NetworkManager closes the context menu before requesting keyring items, and therefore avoids this situation. (BZ#476020)
- NetworkManager did not export VPN configurations. When a user selected this function, NetworkManager would present an error message: "VPN setting invalid", even for a connection with valid settings. Network manager now exports VPN connections correctly. (BZ#485345)
- due to faulty logic in the code, nm-applet would choose the lowest signal strength of all APs of the same SSID in the area and display this strength in the menu to represent the signal strength for that SSID. NetworkManager now correctly calculates wireless signal strength when multiple access points with the same SSID are present. (BZ#485477)
- when NetworkManager fails to connect to a wifi network, it re-prompts the user for the passphrase for that network. Previously, NetworkManager did not retain the original text of the passphrase entered by the user. Therefore, when users selected the "Show password" option so that they could see what they had typed after a failed connection attempt, NetworkManager displayed the passphrase in hexadecimal form. NetworkManager now retains the original text of the passphrase and displays the original passphrase instead of a hexadecimal string when the user selects the "Show password" option. (BZ#466509)
- NetworkManager has its own internal method of starting loopback devices, and does not use the configuration settings stored in /etc/sysconfig/network-scripts/ifcfg-lo. Previously, NetworkManager would produce an error, alerting users that the configuration settings were ignored. This error message could mislead users to think that a problem had occurred. Now, NetworkManager does not present this error message to the user, and avoids the potential confusion. (BZ#484060)
- the NetworkManager package requires wpa_supplicant, but previously omitted the Epoch term for the wpa_supplicant package. Consequently, installing NetworkManager did not ensure that a suitable version of wpa_supplicant was installed on the system. Now, the NetworkManager package specifies the epoch for the version of wpa_supplicant that it requires. (BZ#468688)
- NetworkManager displayed configuration options for VPN even when no VPN software was installed on the system. This could mislead users to think that they could make VPN connections in situations when it was not possible to make these connections. Now, the VPN submenu is hidden if no VPN services are installed on the system, avoiding the potential confusion. (BZ#464604)
1.2. OpenIPMI
1.2.1. RHEA-2009:1312: bug fix and enhancement update
- some IPMI-enabled hardware makes use of UDP ports 623 (ASF Remote Management and Control Protocol) and 664 (ASF Secure Remote Management and Control Protocol), which corrupts other traffic on these ports, causing symptoms such as autofs mounts hanging. The OpenIPMI package provides a configuration file for xinetd that prevents other services from using these ports, so that they do not interfere with IPMI. On affected systems, the fix has to be enabled manually by setting "disabled = no" for the appropriate port(s) in /etc/xinetd.d/rmcp and (re)starting the xinetd service. (BZ#429329)
- on the S/390 architecture, running "ipmicmd" to access the internal hash table of open connections caused the utility to segmentation fault. With this update, "ipmicmd" correctly handles the hash table and thus no longer crashes. (BZ#437013 )
- the "rmcp_ping" utility did not perform checks on the arguments provided to it on the command line, and would accept invalid port numbers and/or start tags. (BZ#437256)
- the ipmitool utility is shipped in the OpenIPMI-tools packages, and it was not possible to have other packages depend on "ipmitool" directly. These updated packages explicitly provide the "ipmitool" feature so that other packages are now able to reference it. (BZ#442784)
- several libraries in the OpenIPMI packages contained unnecessary RPATH values, which have not been compiled in to these updated packages. (BZ#466119)
- the OpenIPMI-devel packages contained manual pages which were already provided by the OpenIPMI packages and have therefore been removed from the OpenIPMI-devel packages. (BZ#466487)
- the ipmievd daemon listens for events sent by the BMC to the SEL and logs those events to syslog. Previously, the OpenIPMI-tools package did not contain the init script for the "ipmievd" service. This init script is included in these updated packages. (BZ#469979)
- previously, it was not possible to query "ipmitool" to determine whether SOL payloads were enabled or disabled for specific users. These updated packages introduce a new "ipmitool sol payload status" query that implements the "Gets User Payload Access Command" from the IPMI specification, thus allowing users' SOL payload access privileges to be queried. (BZ#470031)
- the "ipmitool sel list" command displayed event IDs as hexadecimal numbers. However, it was not possible to then provide these values as parameters to other "ipmitool sel" commands. These packages include an updated ipmitool whose various "ipmitool sel" commands accept both decimal and hexadecimal ID values as parameters. (BZ#470805)
- it was not possible to specify a Kg key with non-printable characters on the ipmitool command line. With this update, a Kg key can now be specified as a hexadecimal value using the '-y' command line option. (BZ#479252)
- the "sensor list" section of the ipmitool(1) man page now describes each columnar value of the command "ipmitool sensors list". (BZ#479702)
- new in this OpenIPMI 2.0.16 release is the OpenIPMI-gui package, which contains a GUI that provides a tree-structured view of the IPMI domains it is connected to. (BZ#504783)
- the "ipmitool sol set" command now checks the values of arguments provided on the command line. (BZ#311231)
- the ipmitool(1) man page has been updated to include descriptions for these commands: spd, picmg, hpm, firewall, fwum and kontronoem. (BZ#438539)
1.3. acpid
1.3.1. RHSA-2009:0474: Moderate security update
Important
1.3.2. RHBA-2009:1403: bug fix update
1.4. acroread
1.4.1. RHSA-2009:1109: Critical security update
Important
1.4.2. RHSA-2009:0478: Critical security update
Important
1.4.3. RHSA-2009:0376: Critical security update
Important
1.5. aide
1.5.1. RHEA-2009:1073: enhancement update
Note
- the /var/run/utmp configuration file is now correctly treated as a log file, and the hidden files (also known as "dot files") located in the root user's home directory are now checked for permission integrity only. These enhancements to AIDE should cause systems to produce fewer false alarms concerning files which have changed. (BZ#476542)
1.6. amanda
1.6.1. RHBA-2009:1300: bug fix update
- the "amtapetype" command had a bug in memory management: an invalid pointer was passed to the free() function. In some circumstances this caused amrecover to fail with a "Extractor child exited with status 2" error. The invalid pointer is no longer passed to free() and amrecover extracts files from a tape backup as expected. (BZ#476971)
- previously, amanda sub-packages (including amanda-devel, amanda-server and amanda-client) were only required to be the same version as amanda: they did not check that their release was in sync with the base amanda package. This could cause the packages to go out-of-sync and malfunction if an attempt was made to update either the base amanda package or any of amanda's sub-packages. With this update, both the version and release are checked, ensuring all dependent packages remain in sync if either the base package or any sub-packages are updated. (BZ#497111)
1.7. anaconda
1.7.1. RHBA-2009:1306: bug fix and enhancement update
- a write-protected SD card could cause an installation failure even when the mount point was de-selected in the Disk Druid. (BZ#471883)
- Anaconda occasionally attempted to delete nonexistent snapshots, which caused installation to fail. (BZ#433824)
- if a boot file was retrieved via DHCP, Anaconda now saves it so that it can later be used to construct the default Kickstart file if the user boots with "ks" as a boot parameter. (BZ#448006)
- driver disk locations can now be specified using the "dd=[URL]" option, where [URL] is an FTP, HTTP or NFS location. (BZ#454478)
- the bootloader can now be located in the MBR on a software RAID1 boot partition. (BZ#475973)
- Anaconda now installs multipath packages so that multipath devices work as expected following first reboot. (BZ#466614)
- Anaconda prompted for the time zone even when the time zone was correctly specified in the Kickstart file. (BZ#481617)
- on Itanium systems, the time stamps of installed files and directories were in the future. (BZ#485200)
- the iSCSI Boot Firmware Table (iBFT) now works with Challenge-Handshake Authentication Protocol (CHAP) and reverse-CHAP setups. (BZ#497438)
- Anaconda now correctly sets the umask on device nodes. (BZ#383531)
- following a manual installation during which IPv6 was configured, the /etc/sysconfig/network-scripts/ifcfg-[interface] file (such as ifcfg-eth0) did not contain those IPv6 network details. (BZ#445394)
- Anaconda now correctly handles LAN channel station (LCS) devices. (BZ#471101)
- when using autostep mode with a Kickstart configuration file, Anaconda incorrectly prompted for a root password even when the root password was designated as encrypted. (BZ#471122)
- empty repositories caused installation to fail. (BZ#476182)
- large numbers of tape drives in the Kickstart file are now handled correctly. (BZ#476186)
- hyphenated MAC address formats in the Kickstart file (e.g. "ksdevice=00-11-22-33-44-55") are now allowed. (BZ#480309)
- an unexpected exception during Logical Unit Number (LUN) selection caused installation to fail. (BZ#475271)
- when installing on a low-memory system or virtual machine over HTTP or FTP, a non-present "lspci" binary caused installation to fail. (BZ#476476)
- Anaconda now correctly adds the user to the default group, and groups specified by "--groups", when performing a Kickstart installation. (BZ#454418)
- the "cmdline" option, which specifies a non-Ncurses installation, is now honored in the Kickstart file. (BZ#456325)
- Kickstart file download from an anonymous FTP site is now possible. (BZ#477536)
- default configuration values are now suggested during System z installation. (BZ#475350)
- hardware device descriptions have been enhanced to reflect expanded hardware support. (BZ#498511)
- the Mellanox ConnectX mt26448 10Gb/E driver is now supported. (BZ#514971)
- the mpt2sas driver is now supported. (BZ#475671)
- the Emulex Tiger Shark converged network adatper is now supported. (BZ#496875)
- the Marvell RAID bus controller MV64460/64461/64462 and Emulex OneConnect 10GbE NIC devices are now supported. (BZ#493179)
- the IGB Virtual Function driver is now supported. (BZ#502875)
- installation on RAID10 devices is now supported. (BZ#467996)
- non-fatal errors and conditions are now ignored when installing from a Kickstart file. (BZ#455465)
- stale LVM metadata can now be removed with the "--clearpart" option. (BZ#462615)
- to aid in identifying the network card, an option to blink its LED for 5 minutes is now present. (BZ#473747)
- IPv6 address validation on S/390 installations has been improved. (BZ#460579)
1.8. apr
1.8.1. RHSA-2009:1204: Moderate and apr-util security update
Important
1.9. apr-util
1.9.1. RHSA-2009:1107: Moderate security update
Important
1.10. aspell
1.10.1. RHBA-2009:1070: bug fix update
Note
- the previous aspell-nl update provided also an empty aspell-nl-debuginfo package. The dictionary packages for Aspell do not require debuginfo packages; this update therefore removes the extraneous aspell-nl-debuginfo package. (BZ#500540)
1.11. audit
1.11.1. RHBA-2009:0475: bug fix and enhancement update
Note
- ausearch was unable to interpret tty audit records. tty records are specially-encoded, and the ausearch program could not decode them, which resulted in their being displayed in encoded form. These updated packages enable ausearch to interpret (i.e. decode correctly) TTY records, thus resolving the issue. ( BZ#497518 )
- The aureport program was enhanced to add a '--tty' report option. This is a new report that was recently added to audit in order to aid in the review of TTY audit events. ( BZ#497518 )
1.11.2. RHBA-2009:0443: bug fix update
Note
- when the log_format parameter was set to "NOLOG" in the auditd.conf configuration file, audit events which were queued in the internal message queue were not cleared after being written to dispatchers. This caused the internal message queue to grow over time, causing an auditd memory leak. With these updated packages the audit events in the internal message queue are properly cleared after being written, thus plugging the memory leak.
- certain audit rules failed parser checks even though they were specified correctly, which prevented those rules from being loaded into the kernel. With this update, all correctly-specified audit rules pass parser checks and can be loaded into the kernel, thus resolving the problem.
1.11.3. RHEA-2009:1303: enhancement
- the user-space audit tools use ausearch to search audit records. Ausearch does not contain logic to handle event-linked lists and previously, could not find records if they were out of chronological order. The logic to link these lists together and evaluate whether the list is complete is now available in the auparse library. Ausearch now uses auparse to handle these lists so that it can find records even when they are out of order. (BZ#235898)
- the manual page for ausyscall did not document use of the "--exact" option. A description of "--exact" is now included. (BZ#471383)
- due to a logic error, the "local_port = any" option for the audisp-remote plugin did not work as described in the manual page. When executed with this option, the plugin would display the error "Value any should only be numbers" and terminate. With the error corrected, the plugin works as documented. (BZ#474466)
- previously, audisp would read not only its configuration file (in /etc/audisp/plugins.d/) but any files with names simlar to its configuration file found in the same directory, for example, backups of the configuration file. As a result, if a plugin were listed in more than one configuration file, it would be activated multiple times. audisp now reads only its configuration file and therefore avoids activating multiple copies of plugins. (BZ#476189)
- previously, TTY audit results were reported in ausearch in their raw hexadecimal form. This format was not easily readable by humans, so ausearch now converts the hexadecimal strings and presents them as their corresponding keystrokes. Note that the "--tty" option has now been added to aureport to provide a convenient way of accessing the TTY audit report. (BZ#483086)
- previously, when setting the output log format to "NOLOG", audit events would be added to the internal message queue but not removed from the queue when written to the dispatchers. The queue would therefore grow to consume available memory. Audit events are now removed from the internal queue to avoid this memory leak. (BZ#487237)
- due to a logic error, auditctl was not correctly parsing options that included non-numeric characters. For example, the "-F a0!=-1" option would result in an error saying "-F value should be number for a0!=-1". With the error corrected, auditctl parses this rule correctly. (BZ#497542)
- remote logging is a technology preview item and as such had some bugs. Robustness of this facility was improved.
- on busy systems, pam had problems communicating with the audit system, which resulted in a timeout and being denied access to the system. We now loop a few times when checking for the event ACK.
- On biarch system, a warning is emitted if audit rules don't cover both 64 & 32 bit syscalls of the same name.
- Fix regression where msgtype couldn't be used for a range of types.
- New aulast program helps analyse login session information.
- If log rotation fails, auditd now leaves the old log writable.
- A tcp_wrappers config option was added to auditd for remote logging.
- Fix problem where negative uids in audit rules on 32 bit systems resulted in the wrong uid and therefore incorrect event logging.
1.12. authconfig
1.12.1. RHBA-2009:0482: bug fix update
Note
- when disabling caching using the system-config-authentication graphical interface or with the "authconfig --update --disablecache" command, authconfig did not properly stop ncsd, the name service cache daemon, which could have caused timeouts and delays during authentication or when user information was requested by applications. (BZ#471642)
1.13. authd
1.13.1. RHBA-2009:0442: bug fix update
Note
- on 64-bit architectures, a size mismatch between data structures led to an endlessly repeating pattern of output, though no error. This size mismatch has been fixed in this updated package so that authd works as expected.
- attempting to connect to a Postgresql database using identd authentication resulted in error messages similar to the following in Postgresql's pg_log, where [user] is the username of the user attempting to connect:
CESTLOG: invalidly formatted response from Ident server: "49795 , 5432 : ERROR :[user]
This authd error has been corrected so that users are now able to log in successfully, thus resolving the issue. - previously, installing the authd package resulted in the creation of a user named "ident" with a home directory of /home/ident. With this updated package, the "ident" user is still created, but, by convention, ident's home directory is the root ("/") directory.
1.14. autofs
1.14.1. RHBA-2009:1131: bug fix update
Note
- when connecting to an LDAP server while using SASL authentication, autofs occasionally failed with a segmentation fault, forcing users to restart the autofs service. This failure was caused by a double-free error in the cyrus-sasl module, which has been fixed in this updated package. Connecting to an LDAP server while using SASL authentication now works as expected. (BZ#504566)
1.14.2. RHBA-2009:1397: bug fix update
- Previously, automount did not return its status to its parent while it waited for the autofs daemon to complete its startup. As a result, the init script did not always report success when the service started sucessfully. Automount now returns its status and accurately reports when the service has started. (BZ#244177)
- Autofs uses "umount -l" to clear active mounts at restart. This method results in getcwd() failing because the point from which the path is constructed has been detached from the mount tree. To resolve this a miscellaneous device node for routing ioctl commands to these mount points has been implemented in the autofs4 kernel module and a library added to autofs. This provides the ability to re-construct a mount tree from existing mounts and then re-connect them. (BZ#452122)
- Previously, the version of autofs shipped with Red Hat Enterprise Linux 5 used the "-hosts" method as its default way to handle /net mounts. Using this method, it was necessary to reboot the client to release processes if if the connection to the server was lost. Now, autofs uses the "intr" option as its default, which allows the mount to be unmounted forcibly if necessary. (BZ#466673)
- By default, autofs waits 60 seconds for a server to respond while performing a YP lookup. Previously, repeated attempts to perform lookups for non-existent directories could result in all available ports becoming congested. Autofs now maintains a cache of failed lookups and avoids repeated failures occupying the available ports. (BZ#469387)
- The %{dist?} tag that is used by rpm spec files is defined in ~/.rpmmacros for the user building the package. However, this is not a reliable method of providing the "Release:" tag in a package, because the {%dist?} tag might not be defined for the user building the package. Previously, autofs relied on the {%dist?} tag to define "Release:" in its spec file, which meant that building it correctly depended on the user's ~/.rpmmacros file being set up appropriately. "Release:" is now defined directly in the autofs file system, which makes it more likely to build correctly on a greater number of systems. (BZ#471385)
- Previously, the LDAP module lacked the ability to lock the server list. When used in SASL authenticated environments, this could cause autofs to fail if the credential for the connection became stale. The LDAP module can now lock a server list, and autofs refreshes and retries failed SASL connections. Autofs therefore performs more reliably when used in authenticated environments. (BZ#481139)
- Submounts are detached threads that do not belong to the master map entry list. Previously, autofs did not release mount resources when a mount thread for a submount was terminated. With these resources not released, a segmentation fault during a shutdown or reboot of the system could result. Resources allocated to submounts are now explictly released in the code and the segmentation fault is therefore avoided. (BZ#482988)
- Previously, autofs contained an an incorrect %token declaration in the master map parser. In some rare cases this could cause the timeout sent from the tokenizer to the parser to always be zero, which is interpreted as "never". As a result, indirect mounts would never expire, no matter how long they had been inactive. The %token declaration is now corrected, meaning that mounts expire as they should. (BZ#487151)
- Previously, autofs used the select() function to process direct-mount maps and was therefore limited by the file descriptor limit (by default, 1024). As a consequence, autofs was not able to use direct-mount maps with numbers of entries larger than the limit, and would stop responding when it used up all available file descriptors. Now, autofs uses poll() instead of select() and is therefore no longer limited by the available file descriptors. Freed of this limitation, autofs can use large direct-mount maps. (BZ#487653)
- Previously, autofs reported an incorrect buffer size internally when passing the startup status from the autofs daemon to the parent process. Although no specific consequences of this inaccuracy are known, the buffer size is now reported correctly to avoid any consequences arising in the future. (BZ#487656)
- Previously, the additive hashing algorithm used by autofs to generate hash values would result in a clustering of values that favoured a small range of hash indexes and led to reduced performance in large maps. Autofs now uses a "one-at-a-time" hash function which gives a better distribution of hash values in large hash tables. Use of the "one-at-a-time" hash function safeguards lookup performance as maps increase to 8,000 entries and beyond. (BZ#487985)
- Previously, autofs would not always read file maps. If a map had been loaded into cache, autofs would rely on checks to determine whether the map was up to date before reading the map. Because file maps require a linear search through the file, large maps consume significant resources to process. Now, autofs automatically loads file-based maps when it starts, and uses the map file mtime parameter to detemine whether the cache needs to be refresed. This avoids the processing overhead of checking a map before deciding whether to load it. (BZ#487986)
- Previously, the autofs code contained a logic error that resulted in a crash under conditions of heavy load. When autofs was not able to create a new pthread, it would double free a value. Now, with the error corrected, when heavily loaded, autofs will fail to create a new pthread safely. It reports the failure, but does not crash. (BZ#489658)
- Previously, autofs could use the LDAP server on a network only if the location of the LDAP server were specified manually. Now, if no LDAP server is specified, autofs can look up domain SRV server records to make LDAP connections. This functionality simplifies the use of autofs on networks where an LDAP server is available. (BZ#490476)
- Previously, if a name lookup failed while creating a TCP or UDP client, automount would destroy the client, but would not set the rpc client to NULL. Therefore, subsequent lookup attempts would attempt to use the invalid rpc client, which would lead to a segmentation fault. Now, when a name lookup fails, autofs sets the rpc client to NULL, and therefore avoids the segmentation fault on subsequent lookup attempts. (BZ#491351)
- Previously, in LDAP environments were both Red Hat Enterprise Linux and Solaris were in use, autofs would not correctly interpret master map keys added by Solaris. The auto_master file would therefore contain duplicate entries, where '%' symbols were interspersed between the characters of the map key names. Autofs now correctly parses the Solaris key names and does not create duplicate entries. (BZ#493074)
- Previously, a stack variable was not initialized on entry to the create_udp_client() or create_tcp_client() functions. During an error exit, the stack variable was checked, and the corresponding file descriptor was closed if the variable had a value other than -1. This could result in incorrectly closing a file descriptor still in use. The stack variable is now initialized and descriptors currently in use should not be closed. (BZ#493223)
- Due to a number of logic errors in the code, autofs could not remount a direct-mount NFS if the mount had expired following a map reload. The mount request would never complete, and "can't find map entry" would appear in the log. The logic errors are now fixed, and autofs can successfully remount an expired direct-mount NFS after a map reload. (BZ#493791)
- Previously, thread locking was missing from the st_remove_tasks() function, which meant in turn that its calling function could not get the locks that it required. This could result in a segmentation fault and a crash of autofs. Now, with the thread locking properly in place, the segmentation fault is avoided. (BZ#494319)
- Previously, when autofs looked up a host name where when one NFS server name was associated with multiple IP adresses, autofs would repeat the query many times. As a consequence of these multiple queries, the mount would take a long time. Now, redundant queries have been removed, so that autofs performs the mount more quickly. (BZ#495895)
- When connecting to an LDAP server while using SASL authentication, autofs occasionally failed with a segmentation fault, forcing users to restart the autofs service. This failure was caused by a double-free error in the cyrus-sasl module, which has been fixed in this updated package. Connecting to an LDAP server while using SASL authentication now works as expected. (BZ#501612)
- Previously, the method used by autofs to clean up pthreads was not reliable and could result in a memory leak. If the memory leak occurred, autofs would gradually consume all available memory and then crash. A small semantic change in the code prevents this memory leak from occurring now. (BZ#510530)
1.15. avahi
1.15.1. RHBA-2009:1119: bug fix update
Note
1.16. bind
1.16.1. RHSA-2009:1179: Important security update
Important
1.16.2. RHBA-2009:1137: bug fix update
Note
- DNSSEC, the Domain Name System Security Extensions, are a set of specifications used to secure information provided by the domain name system. One of the specifications, DNSSEC Lookaside Validation (DLV), failed to handle unknown algorithms, which caused the name resolution of "gov" and "org" top-level domains to fail. DLV in these updated packages is now able to handle unknown algorithms, and thus the validation and resolution of top-level domains (such as "org" and "gov") succeeds, thus resolving the issue. (BZ#504794)
1.16.3. RHBA-2009:1420: bug fix and enhancement update
- named occasionally crashed due to an assertion failure, and logged this error message to the system log:
named[PID]: socket.c:1649: INSIST(!sock->pending_recv) failed named[PID]: exiting
This crash was caused by sockets being closed too early. With these updated packages, this assertion failure no longer occurs. (BZ#455802) - when using the '-4' option with the "host" and "dig" utilities to force them to use an IPv4 transport, the order in which IPv4 and IPv6 nameservers were listed in the /etc/resolv.conf configuration file affected whether the command would fail or succeed. This has been fixed so that these utilities continue to look for an IPv4 address, even past listed IPv6 addresses, when the '-4' option is supplied. (BZ#469441)
- the "named-checkconf" utility ignored the "check-names" option in the /etc/named.conf configuration file, which caused the named daemon to fail to start, even if the configuration was valid. With these updated packages, "named-checkconf" no longer ignores the "check-names" option, and named starts up as expected. (BZ#491400)
- the named init script did not handle the named_write_master_zones SELinux boolean or the permissions on the /var/named/ directory as documented. (BZ#494370)
- a new configuration directive which informs secondary servers not to send DNS notify messages, "notify master-only", is now supported. (BZ#477651)
- dynamic loading of database back-ends is now supported with these updated packages. (BZ#479273)
- the "allow-query-cache" option, which allows control over access to non-authoritative data (such as cached data and root hints), is now supported. (BZ#483708)
- the sample /etc/named.conf configuration file provided with these packages has been improved. (BZ#485393)
1.17. binutils
1.17.1. RHBA-2009:0465: bug fix update
Note
- the "objdump" and "size" utilities were not recognizing ELF64-i386 object files. Such files are not normally produced on 32-bit x86 architectures. However, the kdump utility does produce such files on Physical Address Extension (PAE)-enabled kernels. With these updated packages, it is now possible to use the objdump and size utilities on ELF64-i386 object files. (BZ#457189)
- due to a rare linking error, producing certain executables caused multi-megabyte zero-filled gaps in the executables. This did not affect the running of excutables affected by this bug. This linker error has been corrected in these updated packages so that executables do not contain spurious zero-filled gaps. (BZ#458301)
- the error message for the "strings -n [non-number]" command were less clear than in the previous package release, and therefore has been reverted and clarified. (BZ#480009)
- the c++filt(1) man page contained a typo when giving the syntax for the recognized '--strip-underscore' option. (BZ#485194)
- the c++filt(1) man page incorrectly mentioned the '-j' and '--java' options, which are not available when running c++filt. These mentionings have been removed from the man page. (BZ#495196)
1.18. busybox
1.18.1. RHBA-2009:1249: bug fix update
- busybox provides a diff utility that is used extensively during installation. When this diff utility was called using the '-q' option, which reports only whether the files differ and not the details of how they differ, it always exited with an exit status of 0, indicating success. With this busybox update, the command "diff -q" correctly returns an exit status that corresponds to the same exit status returned when calling "diff" without the '-q' option, thus resolving the issue. (BZ#385661)
- invoking the "uname -p" command resulted in the processor type being listed as "unknown" when it should have been listed, for example, as "x86_64", or "i686". With these updated packages, "uname -p" either prints the processor type if known, or, if it is unknown, then the command is silent. This behavior now corresponds to the behavior of the uname command in coreutils. (BZ#480105)
- using BusyBox's rpm applet to install an rpm caused busybox to exit due to a segmentation fault caused by a memory corruption error. This has been fixed in these updated packages so that installing rpms using the "busybox rpm" command works as expected and does not fail with a segmentation fault. (BZ#466896)
- the busybox packages also contained empty debuginfo packages. These have been removed from this update. (BZ#500547)
1.19. cman
1.19.1. RHBA-2009:1192: bug fix update
Note
- Removing a node from the cluster using the 'cman_tool leave remove' command now properly reduces the expected_votes and quorum.
- Quickly starting and stopping the cman service no longer causes the cluster membership to become inconsistent across the cluster.
1.19.2. RHBA-2009:1103: bug fix update
Note
- 'group_tool ls fence' no longer exits with return code '1' when the group exists but has an id of zero.
- Connections to openais are now allowed from an unprivileged CPG clients with the user 'ais' or an initial login group of 'ais'.
1.19.3. RHBA-2009:0416: bug fix update
Note
- Nodes are no longer ejected from the cluster that were quorate on their own if they do not have a state.
1.19.4. RHSA-2009:1341: Low security, bug fix, and enhancement update
- a buffer could overflow if cluster.conf had more than 52 entries per block inside the <cman> block. The limit is now 1024.
- the output of the group_tool dump subcommands were NULL padded.
- using device="" instead of label="" no longer causes qdiskd to incorrectly exit.
- the IPMI fencing agent has been modified to time out after 10 seconds. It is also now possible to specify a different timeout value with the '-t' option.
- the IPMI fencing agent now allows punctuation in passwords.
- quickly starting and stopping the cman service no longer causes the cluster membership to become inconsistent across the cluster.
- an issue with lock syncing caused 'receive_own from' errors to be logged to '/var/log/messages'.
- an issue which caused gfs_controld to segfault when mounting hundreds of file systems has been fixed.
- the LPAR fencing agent now properly reports status when an LPAR is in Open Firmware mode.
- the LPAR fencing agent now works properly with systems using the Integrated Virtualization Manager (IVM).
- the APC SNMP fencing agent now properly recognizes outletStatusOn and outletStatusOff return codes from the SNMP agent.
- the WTI fencing agent can now connect to fencing devices with no password.
- the rps-10 fencing agent now properly performs a reboot when run with no options.
- the IPMI fencing agent now supports different cipher types with the '-C' option.
- qdisk now properly scans devices and partitions.
- cman now checks to see if a new node has state to prevent killing the first node during cluster setup.
- 'service qdiskd start' now works properly.
- the McData fence agent now works properly with the McData Sphereon 4500 Fabric Switch.
- the Egenera fence agent can now specify an SSH login name.
- the APC fence agent now works with non-admin accounts when using the 3.5.x firmware.
- fence_xvmd now tries two methods to reboot a virtual machine.
- connections to OpenAIS are now allowed from unprivileged CPG clients with the user and group of 'ais'.
- groupd no longer allows the default fence domain to be '0', which previously caused rgmanager to hang. Now, rgmanager no longer hangs.
- the RSA fence agent now supports SSH enabled RSA II devices.
- the DRAC fence agent now works with the Integrated Dell Remote Access Controller (iDRAC) on Dell PowerEdge M600 blade servers.
- fixed a memory leak in cman.
- qdisk now displays a warning if more than one label is found with the same name.
- the DRAC5 fencing agent now shows proper usage instructions for the '-D' option.
- cman no longer uses the wrong node name when getnameinfo() fails.
- the SCSI fence agent now verifies that sg_persist is installed.
- the DRAC5 fencing agent now properly handles modulename.
- QDisk now logs warning messages if it appears its I/O to shared storage is hung.
- fence_apc no longer fails with a pexpect exception.
- removing a node from the cluster using 'cman_tool leave remove' now properly reduces the expected_votes and quorum.
- a semaphore leak in cman has been fixed.
- 'cman_tool nodes -F name' no longer segfaults when a node is out of membership.
- support for: ePowerSwitch 8+ and LPAR/HMC v3 devices, Cisco MDS 9124 and MDS 9134 SAN switches, the virsh fencing agent, and broadcast communication with cman.
- fence_scsi limitations added to fence_scsi man page.
1.20. cmirror
1.20.1. RHEA-2009:1340: bug-fix update
- Copy percentage of corelog mirror no longer hangs due to stale checkpoint data.
- A segfault in clogd was fixed; the segfault was caused by mirrors being suspended too quickly after being started.
- The large number of dm-log-clustered timeouts generated by a pvmove no longer causes a cluster deadlock.
- Remnants of a moved device no longer remain in a volume group.
- Device-mapper userspace logs now have a local unique identifier to prevent issues when two logs have the same UUID.
1.21. cmirror-kmod
1.21.1. RHBA-2009:1367: bug fix update
- kmod-cmirror packages now use symbols that are on the kernel ABI whitelist. (BZ#481689)
1.22. conga
1.22.1. RHBA-2009:0381: bug fix update
Note
- A bug that prevented Microsoft Internet Explorer from working correctly with the Luci server has been fixed.
1.22.2. RHBA-2009:1381: bug-fix and enhancement update
- A bug that caused some operations to fail when accessing Conga via Microsoft Internet Explorer was fixed.
- A bug that caused quorum disk heuristics to be lost after changing quorum disk main properties was fixed.
- A bug that made it impossible to set failover domains for virtual machine services was fixed.
- A bug that required that a fence device password be provided when a password script has been defined was fixed.
- A bug that caused the "run exclusive" cluster service attribute to always be shown as having been selected was fixed.
- A bug that caused adding existing Red Hat Enterprise Linux 4 clusters to the management interface to fail was fixed.
- A bug that caused updating existing fence devices to fail in some circumstances was fixed.
- A bug that caused the ricci storage module to fail to read mdadm device information was fixed.
- Support for configuration of LPAR fencing.
- Support for configuring NFS locking workarounds for cluster services.
- Support for choosing between the Xen and KVM hypervisors for virtual machine services.
1.23. coreutils
1.23.1. RHBA-2009:1262: bug fix update
- previously, it was not possible to compile coreutils without SELinux support. This has been fixed so that removing the "--enable-selinux" option from the spec file allows coreutils to compile successfully. (BZ#488730)
- the "join" utility, which joins two text files, or a file and standard input, on a line-by-line basis, could experience a segmentation fault when running under a multibyte locale. In addition, multibyte locales could cause "join" to produce unexpected results. With this updated package, these coding errors have been corrected so that "join" completes correctly and successfully when run under a multibyte locale. (BZ#497368)
- the "df" utility reports the disk usage of a directory within a file system. Using "df" on a directory which contained autofs mount points under it did not cause autofs to mount those directories, which resulted in "df" not factoring in the disk usage of those automount directories. With this update, invoking the "df" command does trigger automount, which in turn results in a correct disk usage count. (BZ#497830)
- several other utilities in the coreutils package possessed undocumented options, which could have led to user confusion. Those undocumented options have been removed from their respective utilities, thus reducing the possibility for confusion. (BZ#468030)
- the "chmod", "chown" and "chgrp" commands all take the following options, which have the same effect: "-f", "--silent" and "--quiet". These flags cause the command to suppress most error messages. However, calling the command with one of these options on a non-existent file caued the command to output the following message: "No such file or directory". These options now suppress error messages when called on non-existent files. (BZ#474220)
- the tail(1) man page contained a formatting error and a typo, both of which have been rectified. (BZ#470788)
- the rm(1) man page stated that the "rm" command possessed a "--directory" ('-d') option, whose purpose was to allow the removal of directories, including non-empty directories. However, invoking "rm --directory [dir]" always resulted in the following error message: "rm: cannot remove `some_dir': Is a directory". The rm(1) man page has been corrected and no longer lists "--directory" as an option. The recommended switch for recursively removing a directory and its contents is "--recursive" ('-r'). (BZ#473472)
- the coreutils package's locale directories were not owned by the coreutils package. This has been corrected by ensuring that all locale directories are owned by the package. (BZ#481804)
- the '-v' option of the "ls" command sorts directory listings based upon version numbers. However, "ls -v" did not sort vmlinuz-[version] files from the /boot/ directory in the correct order. This updated coreutils package enhances both "ls -v" and "sort -V" so that they are now able to sort /boot/vmlinuz-[version] files correctly. (BZ#253817)
- the "install" command now supports the "--compare" ('-c') flag, which causes "install" to compare each pair of source and destination files and, if the destination file's content is identical to the source (and disregarding any discrepancy between the owner, group, permissions and possibly SELinux context) then the destination file is not modified and the modification time is left unchanged. (BZ#453447)
- the "cp" and "mv" utilities now support the preservation of extended attributes on files and directories. In addition, Access Control Lists (ACLs) are now preserved when copying or moving files (with "cp" or "mv") to or from NFSv4-mounted file systems. (BZ#454072)
1.24. cpio
1.24.1. RHBA-2009:0379: bug fix update
Note
- when called with the "--pass-through" ('-p') option, which enables copy-pass mode, cpio did not always set the permissions of copied directories correctly. In certain circumstances, cpio always created directories with a permissions mode of 700 and did not respect the system umask. With this updated package, cpio copies directories while honoring the umask setting when using copy-pass mode, which resolves the issue.
- cpio was unable to write to a file on a remote system when using the "-O [archive]" option along with "--rsh-command". With this update, cpio is once again able to write files to remote systems. Note that the default remote shell is defined as /usr/bin/rsh.
1.25. cpuspeed
1.25.1. RHBA-2009:0424: bug fix update
Note
- the cpuspeed init script loaded the speedstep-centrino driver on Intel systems, even when the acpi-cpufreq driver had already loaded successfully. With both these drivers loaded, the system would not handle P-states correctly. The cpuspeed init script now attempts to load the speedstep-centrino driver only as a fallback for situations where it has not been able to load the acpi-cpufreq driver. Intel systems that can use the acpi-cpufreq driver no longer load the speedstep-centrino driver, and now handle P-states correctly. (BZ#485480)
- a development version of this package attempted to make cpuspeed run reliably on Xen kernels by only allowing cpuspeed to start on Xen kernels if the number of virtual CPUs in dom0 equalled the number of physical CPUs in the system. However, this condition can never be true until xend starts, and xend starts after cpuspeed. Therefore, cpuspeed would only run properly on Xen kernels if cpuspeed were restarted after the system completed the boot process. The restriction that cpuspeed can only start if the number of virtual and physical kernels are equal has therefore been removed, allowing cpuspeed to start on Xen kernels even when xend has not yet started. (BZ#488924 , BZ#498406 , BZ#492139)
1.26. crash
1.26.1. RHBA-2009:0049: bug fix update
Note
- The bt command displays a task's kernel-stack backtrace. When running this command against an x86 Xen kernel vmcore, crash did not correctly handle the transition from the IRQ stack back to the process stack, leading to a segmentation fault. The version of crash provided with this advisory contains a patch that corrects this issue, allowing users to analyze a vmcore file from a system with an x86 Xen kernel.
1.26.2. RHBA-2009:1283: bug fix update
- if entered alone on the command line, the "set" command would cause a segmentation violation, because there is no concept of a "context" in the Xen hypervisor. Crash now prompts the user to provide an option with "set", and provides more meaningful error messages if the option selected is not applicable. (BZ#462819)
- crash would indicate "irq: invalid structure size: gate_struct" and dump a stack trace leading to x86_64_display_idt_table() when the "irq -d" option was run on AMD64 and Intel 64 Xen kernels. Now it will indicate that the -d option is not applicable. (BZ#464116)
- the "bt" command did not work correctly when running against the Xen hypervisor binary. The "bt -o" option, and setting it to run by default with "bt -O", would fail with the vmlinux-specific error message "bt: invalid structure size: desc_struct" with a stack trace leading to read_idt_table(). Now, it will display the generic error message "bt: -o option not supported or applicable on this architecture or kernel". The "bt -e" or "bt -E" will also display the same error message, as opposed to the command usage message. Lastly, the "bt -R" option would cause a segmentation violation; it has been fixed to work as it was designed. (BZ#464288)
- when run on a Xen hypervisor in which the backtrace leads to either "process_softirqs" or "page_fault", the "bt" command backtrace would indicate: "bt: cannot resolve stack trace". The recovery code would then terminate the command with the nonsensical error message: "bt: invalid structure size: task_struct". The command now properly terminates the backtrace. (BZ#474712 , BZ#466724)
- when run against the Xen hypervisor where the number of physical cpus outnumber the MAX_VIRT_CPUS value for the processor type, the "bt -a" command would fail after displaying backtraces for the first 32 (MAX_VIRT_CPUS) pcpus with the the error message: "bt: invalid vcpu". The command now shows backtraces for all pcpus. (BZ#471790)
- the "mod -[sS]" command would fail with the error message: "mod: cannot find or load object file for <name> module" if the target module object filename contains both underscore and dash characters. Crash now parses these filenames correctly. (BZ#480136)
- an existing Itanium INIT and MCA handler bug incorrectly writes the pseudo task's command name in its comm[] name string such that the CPU number may not be part of the string. The "bt" command could not link back to a PID 0 swapper task that was interrupted by an Itanium INIT or MCA exception, and displayed the error message: "bt: unwind: failed to locate return link (ip=0x0)!" Crash now uses a different method to obtain the CPU number for the interrupted task, and the backtrace correctly transitions back to the interrupted task. (BZ#487429)
- the starting backtrace location of active, non-crashing, xen dom0 tasks are not available in kdump dumpfiles, nor is there anything that can be searched for in their respective stacks. Therefore, for these tasks, the "bt" command would show either an empty backtrace or an invalid backtrace starting at the last location where schedule() had been called. Instead, the "bt" command now provides an error message for these tasks that indicated "bt: starting backtrace locations of the active (non-crashing) xen tasks cannot be determined: try -t or -T options". (BZ#495586)
- Running the "bt" command against an x86 Xen kernel vmcore, the transition from the IRQ stack back to the process stack led to a segmentation fault. (BZ#478904)
1.27. cryptsetup-luks
1.27.1. RHBA-2009:1349: bug fix update
1.28. cscope
1.28.1. RHSA-2009:1102: Moderate security update
Important
1.29. cups
1.29.1. RHBA-2009:1360: bug fix update
- the libcups library's HTTP state machine could get into a busy loop when a connection was closed at an unexpected point. (BZ#474323)
- web interface template files and translated template files were not marked as configuration files so local modifications to them would be lost when applying updates. This update will also cause local modifications to those files to be lost, but will prevent the same situation occurring with future updates. (BZ#474769)
- the "compression" job option was encoded with the wrong IPP tag, preventing the "document-format" job option from overriding automatic MIME type detection of compressed job files . (BZ#474814)
- the "mailto" CUPS notifier used the wrong line ending when transferring messages to an SMTP server, causing it not to send any notifications. (BZ#474920)
- automatic MIME type detection would fail when the document name was required by the relevant rule but only one file was present in the job. MIME detection would also fail with some rules using "+" (e.g. application/x-shell). (BZ#479635)
- incorrect web interface URLs would be given when the server's domain name resolved to a local loopback address on the server. (BZ#479809)
- the CUPS configuration file directive "Satisfy Any" was not correctly implemented, causing access to be restricted in situations where it should not have been. (BZ#481303)
- an optimization in the libcups library for fetching details of a print queue when its name is known caused problems with obtaining the name of the default printer when "lpoptions" files listed a non-existent queue as the default. (BZ#481481)
- RPM verification would fail on configuration files even though content changes were expected. (BZ#487161)
- the CUPS scheduler requires an updated version of the krb5 package in order to function correctly but this was not an RPM dependency. (BZ#489714)
- the text-only filter would not send form-feed characters correctly. (BZ#491190)
- incorrect IPP-Get-Jobs requests, accepted by CUPS in current versions of Red Hat Enterprise Linux but rejected in newer versions of the upstream package, were generated by the cupsGetJobs2() API function and by the lpstat and lpq commands. (BZ#497529)
1.29.2. RHSA-2009:1082: Important security update
Important
1.29.3. RHSA-2009:0429: Important security update
Important
1.30. curl
1.30.1. RHSA-2009:1209: Moderate security update
Important
1.30.2. RHSA-2009:0341: Moderate security update
Important
1.31. cvs
1.31.1. RHBA-2009:1370: bug fix update
- mismatches between hosts sometimes caused the CVS client to present incorrect credentials to servers with gserver authentication. This update ensures the correct credentials are supplied by confirming the IP address of the currently-connected server so that host mismatch does not occur. (BZ#473245)
- attempting to process large numbers of files with long names caused problems with some scripts due to lengthy command line arguments. This problem has been resolved by adding the possibility of passing arguments through standard input. (BZ#462062)
1.32. cyrus-imapd
1.32.1. RHSA-2009:1116: Important security update
Important
1.32.2. RHBA-2009:1120: bug fix update
Note
- attempting to connect to the update server failed and resulted in the following error messages being logged to /var/log/maillog:
connect(192.168.11.110) failed: Invalid argument couldn't connect to MUPDATE server [IP address]: no connection to server FATAL: error connecting with MUPDATE server
These updated packages correct this problem so that connecting to the update server now works as expected. (BZ#326511) - on systems with 64-bit architectures, cyrus-imapd experienced a segmentation fault when replication was enabled. (BZ#484377)
- more detailed information has been added to the ctl_cyrusdb(8) man page, which explains how to perform operations common to Cyrus databases. (BZ#463230)
1.33. cyrus-sasl
1.33.1. RHBA-2009:1330: bug fix update
- the shadow authentication method was not working properly on 64 bit architectures. The saslauthd might randomly crash if it was configured to authenticate against the shadow file. (BZ#433583)
- the rimap authentication method was not working properly when user passwords contain double quote characters. The saslauthd process would hang when it was configured to authenticate with the rimap method and user password contained such characters. (BZ#438533)
- the saslauthd init script did not support a reload command although it was mentioned in the init script usage instructions. The reload is now implemented as a conditional restart of the saslauthd daemon. (BZ#448154)
- the pluginviewer command did not display plugins which were not statically linked into it. The pluginviewer command is now linked dynamically so it can display any cyrus-sasl plugins which are installed on the system. (BZ#473197)
- the ldap authentication method had very long timeout for network failure detection. The saslauthd now sets a network failure timeout based on the ldap_timeout configuration option. (BZ#475726)
1.34. db4
1.34.1. RHBA-2009:0390: bug fix update
Note
- These updated db4 packages fix a bug which, in certain circumstances, could have caused database environment recovery to fail.
1.35. device-mapper
1.35.1. RHBA-2009:1392: bug-fix and enhancement update
- Fixes crash when dmsetup -U, -G, and -M options are used.
- Enforces device name length and character limitations.
- Adds "all" field to "-o fields" option, expanding to all fields of report type. That is, you can add -o <field_name> to specify which fields to print in certain commands; "-o all" expands to all possible fields known to report.
- Library now exports dm_tree_node_size_changed function and correctly propagates table size change up the device tree.
- Prints warning message if application releases the library and a memory pool is still in use (indicating a possible memory leak).
- Library is now compiled from merged device-mapper LVM2 tree (device-mapper library is now part of LVM2 source code tree).
1.36. device-mapper-multipath
1.36.1. RHBA-2009:0432: bug fix update
Note
- there was a race condition in the shutdown code for multipathd wherein a lock could be destroyed before all threads were finished using it. This could cause the machine to become unresponsive on multipathd shutdown. The multipathd daemon now waits for all threads to finish using the lock before destroying it, thus removing the race and resolving the issue.
- when adding a new multipath-capable block device, a race condition existed between the multipathd daemon and udev to multipath the new device. If udev--through multipath--updated the multipath devices first, then the multipathd daemon would not use the device-specific configurations for the device when it started monitoring the path. With this update, multipathd now correctly configures the device, even when udev notices it first, thus resolving the issue.
1.36.2. RHSA-2009:0411: Moderate security update
Important
1.36.3. RHBA-2009:0283: bug fix update
Note
- multipath must be able to open a file descriptor for each path that it monitors, plus 32 other file descriptors. By default, multipath can open 1024 file descriptors, which is sufficient for it to monitor 992 paths. If multipath is not able to open all the file descriptors that it needs, the multipath daemon will not function correctly, and in Red Hat Enterprise Linux 5.3, this situation exposes a kernel memory leak that can cause a system to stop responding. Previously, multipath would not warn users that it could not open enough file descriptors. Now, when multipath runs out of file descriptors, it prints an error message. System administrators can allow multipath to open more file descriptors by setting "max_fds" in the multipath.conf file to a sufficiently high number, or by setting "max_fds" to "max" to allow multipath to open as many file descriptors as the system allows.
1.36.4. RHEA-2009:1377: bug-fix and enhancement update
- Occasionally multipathd was ignoring a device's hardware type when configuring it after a path was added.
- Multiple documentation errors were fixed.
- Multipathd would occasionally hang or crash while shutting down.
- Multipath would always return a failure exit code when removing a device with multipath -f/-F.
- Multipathd wouldn't free its resources when it failed to execute a callout.
- Multipathd would always return a success exit code for interactive commands, even if the command failed or was invalid.
- The mpath_prio_alua pritority callout was failing on some setups because a buffer was too small.
- Multipathd was holding mount points in the /etc directory busy, even after they were unmounted.
- Multipath and multipathd were racing to create the mulitpath devices for newly added block devices. This was causing device creation to take a long time on some systems, and could even cause devices to have incorrect configurations.
- Default configurations were added for the Compellent Storage Center and the IBM DS3200, DS3300, DS4700, and DS5000.
- It is now possible to set the verbosity level for the multipath and multipathd commands in /etc/multipath.conf.
- The TUR path checker retries on more transient errors, so that multipathd will not fail a path due to a transient error.
- There is a new priority callout mpath_prio_intel to support the Intel Modular Server.
- There is now a multipath.conf.5 man page that explains the /etc/multipath.conf configuration file.
1.37. dhcp
1.37.1. RHBA-2009:1331: bug fix update
- Supplying an interface name (on the command line) that was longer than the size declared by the IFNAMSIZ macro caused an unexpected segmentation fault. This update contains an added process that properly checks the validity of interface names, which resolves this issue. (BZ#441524)
- This update corrects a bug in the way the dhclient-script file processed the $localClockFudge variable. In previous releases, this bug caused the NTPD daemon to restart unexpectedly at times. (BZ#450301)
- dhclient now retains relay agent options when it enters the INIT and REBIND states. (BZ#450545)
- A bug in the network shutdown code prevented dhclient from correctly honoring the PEERNTP and PEERDNS variables in /etc/sysconfig/network-scripts/ifcfg-* files. This caused dhcp to replace a modified /etc/ntp.conf file with a default version during a network service restart. This update fixes the bug, ensuring that dhclient-script no longer replaces the /etc/ntp.conf file upon network service restart if PEERNTP and PEERDNS are both set to 'yes'. (BZ#471543)
- The dhcpd and dhcrelay init scripts do not support the 'try-restart' and 'reload' arguments. In previous releases, however, using these arguments did not output any error messages to inform the user that the restart/reload attempt failed. With this release, using the unsupported 'try-restart' or 'reload' arguments with the dhcpd or dhcrelay init scripts will correctly display the usage screen and exit the script with a status code 3. (BZ#491868)
1.38. dhcpv6
1.38.1. RHBA-2009:1409: bug fix update
1.39. dmidecode
1.39.1. RHBA-2009:1324: enhancement update
- the previous version of the dmidecode package was based on upstream version 2.7 and lacked support for a variety of newer hardware. The package now provides version 2.9, which:( BZ#459048 )
- updates support for SMBIOS specification version 2.5
- decodes slot IDs of AGP 8x and PCIE slots
- decodes newer processor characteristics (multi-core, multi-thread, 64-bit)
- supports newer types of chassis, processor, socket, connector and memory device
- supports x86 EFI
- the default method used by dmidecode to retrieve entries from the DMI table produces unaligned access errors when used on Itanium systems. When built for the Itanium architecture, this version of the package includes a workaround that avoids these errors. ( BZ#459048 ).
1.40. dmraid
1.40.1. RHBA-2009:1347: bug-fix and enhancement update
- The dmraid logwatch-based email reporting feature has been moved from the dmraid-events package into the new dmraid-events-logwatch package. Consequently, systems that use this dmraid feature need to complete the following manual procedure: 1. Ensure the new 'dmraid-events-logwatch' package is installed. 2. Un-comment the functional portion of the "/etc/cron.d/dmeventd-logwatch" crontab file.
- The sgpio and dmevent_tool applications get installed with the dmraid package now.
- The drive order for isw RAID01 sets is now identical with the OROM order.
- Various issues with wrong LED rebuild and metadata states have been fixed.
- Device Failure Monitoring, using the tools dmraid and dmevent_tool, is now included in Red Hat Enterprise Linux 5.4 as a Technology Preview. Device Failure Monitoring provides the ability to watch and report device failures on component devices of RAID sets.
- dmraid now automatically activates device event monitoring for the isw metadata format (Intel IMSM). The dmevent_tool is still available to allow for manual (de)registration.
- dmraid now supports an "--rm_partitions" option to allow for removing partition devices for RAID set component devices.
- Activation of isw RAID sets on disks with long serial numbers is now supported.
1.41. dos2unix
1.41.1. RHBA-2009:0276: bug fix update
Note
- dos2unix did not allow for instances where a user specified the -c option without a conversion mode name following it. An input in this format would therefore result in a segmentation fault. Dos2unix now exits safely with a message to the user that option -c requires an argument.
- when dos2unix created a new file as the output of its conversion (when run with the -n option), the new file would always have its permission mode set as 600, regardless of the permission mode of the original file. Dos2unix now sets the permission mode for the new file to be the same as the mode of the old file, filtered through the user's umask.
1.42. dump
1.42.1. RHBA-2009:0425: bug fix update
Note
- when running the dump command without specifying a dump level, then neither did dump's output indicate the dump level, as in the following example output:
DUMP: Date of this level dump: Thu Apr 2 09:05:09 2009 DUMP: Date of this level dump: Thu Apr 2 09:05:09 2009
This has been corrected in these updated packages so that the dump level is no longer missing in output in which it is shown. - When the dump command was called without a default dump level specified on the command line, then the dump level defaulted to 0, while the dump(8) man page stated that the default level was 9. The actual default dump level that is used when this is not specified in arguments to dump is 0, and the man page has been changed to reflect this.
- the restore(8) man page, as well as the program's help information, incorrectly implied that the '-P [file]' option could be used in conjunction with the '-A [archive_file]', which is not the case. Attempting to use both options results in the following error message: "restore: A option is not valid for P command". The restore(8) man page and restore's help has been corrected so that it is clear that the '-A' and '-P' options cannot be used together.
- several typos in the dump(8) man page were corrected.
1.43. dvd+rw-tools
1.43.1. RHBA-2009:1072: bug fix update
Note
- on some systems with manually-operated DVD drive trays (ie drives that cannot be closed mechanically, such as most slim-line drive trays), burning data to DVD media would produce an erroneous "Error writing to disk" alert. The data was, in fact, successfully burnt to the DVD and the newly burnt DVD was then ejected. The inability of the drive tray to close mechanically, however, caused dvd+rw-tools to return an "unable to reload tray" message which, in turn, caused the 'writing to disk' error to present. With this update, dvd+rw-tools treats the underlying "START_STOP_UNIT" message properly and, consequently, the misleading alert does not present. (BZ#390961)
- a typo in the dvd+rw-tools.spec file was corrected. The "%{dist}" tag on the "Release" line was corrected to "%{?dist}". The correction ensures an rpm can be built from the dvd+rw-tools source even if a distribution is not defined in either the Makefile or your local ~/.rpmmacros file. (BZ#440621)
1.44. e2fsprogs
1.44.1. RHBA-2009:1291: bug fix and enhancement update
- when mke2fs or resize2fs was run on a device of exactly 2^32 file system blocks (16 terabytes for 4 kilobit blocks), these commands would fail with a "File too large" error, because the maximum file system size was 2^32-1 blocks. mke2fs and resize2fs now round down by one block to allow the commands to succeed for devices of exactly 2^32 blocks, and the error no longer presents. ( BZ#241285 )
- the German localization of an e2fsprogs process contained a typographical error. This has been corrected and the correct line now displays. (BZ#488960)
- the e2fsck method, pass3, would use a pointer regardless of whether it contained a null value. This would result in a segfault. The method has been corrected and the problem no longer presents. ( BZ#505110 )
- the ismounted method was set to use two arguments when it required three. This has been corrected, and the method now works as expected. ( BZ#505110 )
- the debugfs method, logdump, performed a call to fclose without checking that the value being passed was not null. This would result in segfault. The method now checks for a null before attempting to pass the value, and does not call fclose if a null is present. (BZ#505110)
- a typographical error in the uuidd initscript that caused an incorrect status to me set has been corrected. (BZ#506080)
- running mke2fs on devices larger than 8 terabytes required the "-F" (force) option to succeed. This update removes that requirement. (BZ#241285)
1.45. e4fsprogs
1.45.1. RHBA-2009:1413: bug fix update
Important
- invoking the "stats" command while at the "debuge4fs" prompt could cause "debuge4fs" to segmentation fault due to a missing check to see whether the file system was currently open. This has been fixed in this updated package so that calling "stats" is now safe. (BZ#482894)
1.46. ecryptfs-utils
1.46.1. RHSA-2009:1307: Low security, bug fix, and enhancement update
- a new package, ecryptfs-utils-gui, has been added to this update. This package depends on the pygtk2 and pygtk2-libglade packages and provides the eCryptfs Mount Helper GUI program. To install the GUI, first install encryptfs-utils and then issue the following command:
yum install ecryptfs-utils-gui
- the "ecryptfs-rewrite-file" utility is now more intelligent when dealing with non-existent files and with filtering special files such as the "." directory. In addition, the progress output from "ecryptfs-rewrite-file" has been improved and is now more explicit about the success status of each target. (BZ#500813)
- descriptions of the "verbose" flag and the "verbosity=[x]" option, where [x] is either 0 or 1, were missing from a number of eCryptfs manual pages, and have been added. Refer to the eCryptfs man pages for important information regarding using the verbose and/or verbosity options. (BZ#470444)
- mounting a directory using the eCryptfs mount helper with an RSA key that was too small did not allow the eCryptfs mount helper to encrypt the entire key. When this situation occurred, the mount helper did not display an error message alerting the user to the fact that the key size was too small, possibly leading to corrupted files. The eCryptfs mount helper now refuses RSA keys which are to small to encrypt the eCryptfs key. (BZ#499175)
- when standard input was redirected from /dev/null or was unavailable, attempting to mount a directory with the eCryptfs mount helper caused it to become unresponsive and eventually crash, or an "invalid value" error message, depending on if the "--verbosity=[value]" option was provided as an argument, and, if so, its value. With these updated packages, attempting to mount a directory using "mount.ecryptfs" under the same conditions results in either the mount helper attempting to use default values (if "verbosity=0" is supplied), or an "invalid value" error message (instead of the mount helper hanging) if standard input is redirected and "--verbosity=1" is supplied, or that option is omitted entirely. (BZ#499367)
- attempting to use the eCryptfs mount helper with an OpenSSL key when the keyring did not contain enough space for the key resulted in an unhelpful error message. The user is now alerted when this situation occurs. (BZ#501460)
- the eCryptfs mount helper no longer fails upon receiving an incorrect or empty answer to "yes/no" questions. (BZ#466210)
1.47. efax
1.47.1. RHBA-2009:1113: bug fix update
Note
1.48. esc
1.48.1. RHBA-2009:1310: bug fix update
- If a smart card were inserted when the esc daemon was already running then there could be odd behaviors when the ESC GUI was opened. For example, if the smart card was blank, then the Phone Home configuration dialog would not open. When the smart card was removed, then esc could crash. (BZ#496410)
- If a user attempted to re-enroll a formatted token when the RE_ENROLL value was set to NO, then the ESC wrongly gave an error that the token was suspended, not that re-enrollment wasn't allowed. This message has been corrected. (BZ#494981)
- Certificate System previously supported re-enrollment for tokens, which allows a formatted token to be re-formatted with new certificates. This enhancement also allows smart cards to have renewal operations, so existing certificates can have renewed.
- This release includes enhancements to streamline the security officer mode for ESC. Security officer mode allows designated users to perform in-person token enrollments, as added security. This simplifies launching the ESC GUI in security officer mode.
1.49. ethtool
1.49.1. RHEA-2009:1408: enhancement update
- generic receive offload (GRO) has been added to some network drivers in Red Hat Enterprise Linux 5.4. GRO aggregates packets before they're processed by the rest of the stack. This allows TCP performance to be greatly enhanced at high speeds. In particular, it's crucial for good 10GbE performance. With GRO enabled, you should observe higher throughput, lower CPU utilization of network traffic, or both; especially with smaller message sizes.The kernel in Red Hat Enterprise Linux 5.4 allows users to manually control whether GRO is enabled for supported ethernet adapters. This updated ethtool provides a command-line interface -- "ethtool -k" -- for setting and querying that flag. (BZ#509398)
1.50. evince
1.50.1. RHBA-2009:1404: bug fix update
- when printing "n" copies of a non-postscript document, "n times n" copies were printed instead. (That is, if two copies were requested, four copies -- 2 x 2 -- were printed.) This flaw has been corrected. Note: the underlying cause of this problem also influenced collated printing, reversed printing and printing of sets of pages. (BZ#439937)
1.51. evolution
1.51.1. RHBA-2009:1260: bug fix update
- when adding a new Exchange account, a Mailbox name separate from the user name can now be specified. (BZ#205787)
- pasting text into an event summary by issuing the Ctrl+V control code did not work as expected. (BZ#208356)
- running Evolution in a different language caused it to not display certain translations such as "On This Computer", "Personal" and specific calendar and address book names. (BZ#210858)
- when attempting to import a certificate from the Edit Preferences -> Certificates menu, the subsequent Trust dialog box appeared below the file selector window, forcing users to manually move both windows in order to accomplish the task. (BZ#212206)
- Evolution crashed due to a segmentation fault when reading certain email messages when accessibility was enabled. (BZ#212481)
- attempting to import a vCard File containing contacts into a new address book created during the import process failed, and no contacts were imported. All contacts imported in this way are now present in the new address book. (BZ#215470)
- selecting the "On This Computer" folder and then clicking Folder -> Properties produced no result. The "Properties" menu item is now correctly grayed-out. (BZ#215479)
- Evolution did not honor the selected day when adding a memo while in calendar view: the user had to manually alter the memo's date afterward. (BZ#217541)
- searching an address book using the "any field" option when no results were found caused Evolution to display all contacts instead of none. This behavior is now more intuitive: no contacts are displayed when none are found. (BZ#217714)
- while in Mail view, deselecting a previously-selected group of messages by clicking on one of those selected did not result in that message being shown in the preview pane. (BZ#227710)
- when accessibility was enabled, specific combinations of calender-viewing actions caused Evolution to crash. (BZ#428817)
- when starting Evolution for the first time with a German (de_DE) locale, the setup wizard window was too large for some monitors to display. (BZ#432322)
- dragging-and-dropping messages into the "Personal Folders" caused those messages to be irretrievably lost. Dropping messages into "Personal Folders" is now disallowed. (BZ#437768)
- Evolution's account editor did not strip whitespace characters in hostnames, which caused a failure to connect when attempting to retrieve email. (BZ#446945)
- sorting email by subject did not always result in the expected alphabetical sorting. (BZ#449797)
- the Contact Quick-Add window allowed users to click "OK" without selecting an address book, which did not result in the contact being added to any address book. (BZ#449983)
- attempting to download Exchange messages for offline use caused Evolution to segmentation fault. Evolution no longer crashes, and downloading Exchange messages works as expected, allowing for offline use. (BZ#472872)
- it was not possible to create a new folder from the New Search Folder dialog box and related menus. Also, attempting to name a new folder and then clicking the "Create" button caused Evolution to crash under certain circumstances. (BZ#473024)
- moving an Exchange folder containing subfolders to a different location resulted in the loss of all subfolders and their emails. With this update, all subfolders and their contents are copied or moved correctly and without any loss of data. (BZ#480849)
1.52. evolution-connector
1.52.1. RHBA-2009:1261: bug fix update
- when adding a new Exchange account, a Mailbox name separate from the user name can now be specified. (BZ#205787)
- a memory leak related to using Exchange accounts has been plugged. (BZ#393761)
- dragging-and-dropping messages into the "Personal Folders" caused those messages to be irretrievably lost. Dropping messages into "Personal Folders" is now disallowed. (BZ#437768)
- incoming mail filters had no effect on messages received by Exchange-based email accounts. This has been fixed in this updated package so that incoming mail filters work as expected with Exchange accounts. (BZ#446095)
- in certain situations, notifications were not shown for calendar events stored on an Exchange Server. With this updated package, notifications work correctly as long as Evolution is configured to remember Exchange Server passwords. Otherwise, notifications fail to be shown. (BZ#480164)
- moving an Exchange folder containing subfolders to a different location resulted in the loss of all subfolders and their emails. With this update, all subfolders and their contents are copied or moved correctly and without any loss of data. (BZ#480849)
1.53. evolution-data-server
1.53.1. RHSA-2009:0354: Moderate security update
Important
1.53.2. RHBA-2009:1259: bug fix update
- occasionally, a "?" appeared as the last result of the list obtained when viewing the "Select Contacts from Address Book" dialog. With these updated packages, this incorrect entry no longer occurs in the dialog window when selecting contacts. (BZ#220431)
- The IMAP mail protocol distinguishes between messages which are "new" on the server and messages which are "new" for a mail client. This dichotomy led Evolution Data Server to only apply filters to one of the "new" groups and not to the other, which meant that email filters were not applied to certain messages. With these updated packages, filters now apply to all IMAP messages which are new for the client, with the result that all messages can now be successfully filtered. (BZ#247779)
- when attempting to connect to an Exchange 2007 server, the server's response sometimes caused Evolution to segmentation fault. Although the possibility of an Exchange 2007 server's response causing Evolution to crash has been fixed with these updated packages, it is still not possible for Evolution to communicate successfully with an Exchange 2007 server. (BZ#433648)
- when Evolution was configured with two IMAP accounts, deleting one of those accounts could have caused Evolution to segmentation fault. These updated packages fix a variable referencing error with the result that disabling a mail account no longer causes Evolution to crash. (BZ#437758)
- Evolution Data Server could segmentation fault when provided a malformed CalDAV calendar URL. With these updated packages, Evolution performs better error-checking on calendar URLs, which prevents this issue from occurring. (BZ#440232)
- the Exchange connector for Evolution Data Server contained several memory leaks which have been plugged in these updated packages. (BZ#460669)
- when adding a new Exchange account, a Mailbox name separate from the user name can now be specified. (BZ#460671)
- when reading a calendar via the CalDAV protocol, Evolution failed to correctly adjust the time of events based on timezone information. (BZ#462007)
- improved support for CalDAV. (BZ#484232)
- attempting to download Exchange messages for offline use caused Evolution to segmentation fault. Evolution no longer crashes, and downloading Exchange messages works as expected, allowing for offline use. (BZ#489869)
- Evolution incorrectly switched to Daylight Saving Time (DST) one week later than the time when DST should have started. With these updated packages, DST now takes effect at the correct time. (BZ#490218)
- Evolution did not provide notifications for events located on a foreign Exchange calendar. This update ensures that Evolution is able to notify based on foreign Exchange calendar events in the same way as for local calendars. (BZ#494847)
1.54. file
1.54.1. RHBA-2009:0456: bug fix update
Note
- A core file, which is created when a program crashes, contains the name of the crashed program. The file command did not report the correct program name on some core files. The file command reports the correct name with this updated package.
1.55. findutils
1.55.1. RHEA-2009:1410: enhancement update
- when using the "find" utility to search a directory hierarchy which contained autofs mounts, it dutifully triggered the aufofs mounts so that they could be searched, even when "find" had been directed to exclude NFS shares. With these updated packages, "find" possesses an additional exclusionary flag, "-xautofs", that prevents "find" from searching all autofs direct mounts in the searched directory hierarchy. (BZ#485672)
1.56. fipscheck
1.56.1. RHEA-2009:1266: enhancement update
- previously, the fipscheck libraries and binaries were installed in / (root). However, because they are not required by anything in /, they are now relocated to /usr. (BZ#475800)
- previously, the fipscheck libraries were packaged in the main fipscheck package. This would lead to a file conflict when installing fipscheck on architectures with multilib support. The fipscheck libraries are now shipped in fipscheck-lib subpackages for each architecture, therefore avoiding the file conflict. (BZ#502676)
- fipscheck now includes a runtime integrity self-test which is necessary for FIPS 140-2 level 1 validation of Red Hat Enterprise Linux 5 cryptography modules.
- the FIPSCHECK_DEBUG environment variable adds improved debugging. Error messages can be saved to the syslog or sent to stderr.
- fipscheck can now compute HMACs on multiple files at the same time.
1.57. firefox
1.57.1. RHSA-2009:1162: Critical security update
Important
1.57.2. RHSA-2009:1095: Critical security update
Important
1.57.3. RHSA-2009:0449: Critical security update
Important
1.57.4. RHSA-2009:0436: Critical security update
Important
1.57.5. RHSA-2009:0397: Critical security update
Important
1.57.6. RHSA-2009:0315: Critical security update
Important
1.57.7. RHSA-2009:0256: Critical security update
Important
1.58. flash-plugin
1.58.1. RHSA-2009:1188: Critical security update
Important
1.58.2. RHSA-2009:0332: Critical security update
Important
1.59. foomatic
1.59.1. RHBA-2009:1240: bug fix update
- previously, PostScript Printer Descriptions (PPDs) created for printers for which no page margin information was available used ImageableArea settings that equated to zero-width margins (ie, foomatic over-optimistically assumed edge-to-edge printing capability in the absence of specific information to the contrary). With this update, PPDs created for printers with no included margin information are set to 127mm (36 points or 0.5") by default. This avoids problems with print jobs being cropped at the edges of the page. (BZ#244348)
- spooler auto-detection is not part of foomatic and, previously, foomatic did not set a default spooler. Consequently, the foomatic-configure command failed to detect that CUPS was present if a default spooler was not set in /etc/foomatic/defaultspooler (which was not created by default during foomatic installation). With this update, /etc/foomatic/defaultspooler is created during installation and the default spooler is set to CUPS, ensuring foomatic-configure is aware of CUPS. (BZ#454684)
1.60. freetype
1.60.1. RHSA-2009:1061: Important security update
Important
1.61. gcc
1.61.1. RHBA-2009:1376: bug fix update
- 64-bit multiplication by constant on the x86 platform caused unexpected aborts when compiling code that used 'unsigned long long' variables. This was because the compiler did not check whether CONST_DOUBLE_LOW was positive when multiplying constants. With this update, the compiler now check if CONST_DOUBLE_LOW is positive, ensuring that 'unsigned long long' variables are processed correctly during compiles. (BZ#465807)
- A bug in the way the GFortran compiler processed unique symtrees could have prevented some valid GFortran code from compiling if the code contained symbols defined by USE and ONLY clauses. Whenever this occurred, the compile attempt would fail with a segmentation fault. This update adds a special function that correctly reconciles symbols with unique symtrees, which resolves this bug. (BZ#483845)
- Using the -fabi-version=1 option prevented some valid C++ code from compiling. This was because Version 1 of the C++ ABI did not properly substitute template parameters. This release corrects this behavior, adding a function that correctly sets the processing_template_decl to 0 when performing substitutions. (BZ#492011)
- A bug in the way gcc optimized code could have prevented some samples of valid C code from compiling (resulting in an internal compiler error) whenever the -O1 option was used. This was because during optimized compiles, the C compiler did not properly process bounds; this resulted in incorrect computations for loop iterations. With this update, the compiler now processes bounds correctly, ensuring that valid C code compiles correctly with the -O1 option set. (BZ#490513)
- The GFortran compiler did not handle FMT= character array arguments properly. This prevented some samples of valid GFortran code from compiling; whenever this occurred, the compile attempt would fail with a segmentation fault. This update adds new functions to correct how FMT= character array arguments are handled, thereby resolving this bug. (BZ#492209)
- The expand_expr_real_1() function of the C compiler did not handle TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR cases correctly. As a result, a compile attempt could fail with an internal compiler error on the PowerPC platform. This update applies an upstream fix for this issue. (BZ#495469)
1.62. gcc44
1.62.1. RHBA-2009:1375: bug fix and enhancement update
- GFortran provided improper DWARF definitions for array parameters (i.e. missing upper bounds). This was caused by a bug in gcc/fortran/trans-decl.c that provided incorrect debugging information for variable-length, non-desc Fortran arrays. With this release, Gfortran now provides proper DWARF definitions for arrays parameters. (BZ#459374)
- A bug in GFortran made it possible for an internal compiler error to incorrectly escalate to a segmentation fault (instead of terminating the compilation gracefully). An upstream fix for this bug is now included with this release. (BZ#466928)
- Whenever gcc is used with the option -march=z9-ec or -march=z10, hardware decimal floating point (DFP) support is used by default. (BZ#474367)
- An improper option (i.e. %global _use_internal_dependency_generator 0) used during the build of libgomp in previous releases disabled "file coloring". This caused RPM to erroneously detect a file conflict on /usr/lib/libgomp.so.1.0.0 when installing libgomp from the Itanium compatibility layer. This release includes a properly-built libgomp, which resolves this issue. (BZ#503725)
Note
1.63. gdb
1.63.1. RHBA-2009:1361: bug fix update
- Normally, static variables always have the same debugging information for each possible constructor/destructor implementation kind, which allows the compiler to keep their DIE (debugging information entry) only in the single abstract instance of the constructor. However, GDB did not automatically inherit whole DIEs from the abstract instances to the concrete instances. As such, the static variables in C++ constructors were not visible from GDB. With this update, GDB now inherits whole DIEs to ensure that static variables do not become inaccessible. (BZ#445912)
- GDB now supports the use of 64-bit ELF files for 32-bit platforms (i.e. elf64-i386). (BZ#457187)
- It was possible for GDB to print an error when trying to access an allocatable or otherwise dynamic array or string variable in Fortran. This was because GDB did not account for the fact that the lower bound for Fortran arrays was 1 (rather than 0). This made it possible for array size calculations to result in invalid values (i.e. too high) when allocating unbound or dynamically-bound Fortran arrays. This release corrects the way GDB processes Fortran arrays; it also adds functions to verify the validity of a calculated array size first before attempting to allocate it. (BZ#459380)
- Variables imported from Fortran modules can be now accessed from GDB with the same scope as the program being debugged. (BZ#466118 , BZ #457793)
- Variables shared by Fortran "common blocks" can be now accessed from GDB with the same scope as the program being debugged. Further, common blocks valid in the current program scope can be printed using the GDB command 'info common'. (BZ#459762)
- Variables of type 'logical (kind=8)' can be now accessed from GDB. (BZ#465310)
- For external references, GCC does not produce DWARF debug information. As a result, GDB could not access Thread Local Storage (TLS) variables from a local source file if those variables were defined in a different source file. This made it possible for certain memory addresses to become unaccessible to GDB. With this release, GDB can now process TLS variables using ELF structures instead of DWARF; as such, GDB can now access TLS variables regardless of where those variables were defined. (BZ#494412)
- Running gcore (or any 'attach' or 'detach' command sequence) on a multi-threaded process that was halted with 'kill -STOP' could unexpectedly resume some of that process's threads. This behavior was caused by a kernel bug (present in upstream version 2.6.29) that remained unfixed in Red Hat Enterprise Linux 5 kernels to maintain backward compatibility. While this update does not fix the kernel bug, it applies a GDB workaround that ensures threads from a halted multi-threaded process do not unexpectedly resume. (BZ#498595)
1.64. gdm
1.64.1. RHSA-2009:1364: Low security and bug fix update
- the GDM Reference Manual is now included with the gdm packages. The gdm-docs package installs this document in HTML format in "/usr/share/doc/". (BZ#196054)
- GDM appeared in English on systems using Telugu (te_IN). With this update, GDM has been localized in te_IN. (BZ#226931)
- the Ctrl+Alt+Backspace sequence resets the X server when in runlevel 5. In previous releases, however, repeated use of this sequence prevented GDM from starting the X server as part of the reset process. This was because GDM sometimes did not notice the X server shutdown properly and would subsequently fail to complete the reset process. This update contains an added check to explicitly notify GDM whenever the X server is terminated, ensuring that resets are executed reliably. (BZ#441971)
- the "gdm" user is now part of the "audio" group by default. This enables audio support at the login screen. (BZ#458331)
- the gui/modules/dwellmouselistener.c source code contained incorrect XInput code that prevented tablet devices from working properly. This update removes the errant code, ensuring that tablet devices work as expected. (BZ#473262)
- a bug in the XOpenDevice() function prevented the X server from starting whenever a device defined in "/etc/X11/xorg.conf" was not actually plugged in. This update wraps XOpenDevice() in the gdk_error_trap_pop() and gdk_error_trap_push() functions, which resolves this bug. This ensures that the X server can start properly even when devices defined in "/etc/X11/xorg.conf" are not plugged in. (BZ#474588)
1.65. gfs-kmod
1.65.1. RHBA-2009:1212: bug-fix update
Note
- A bug which did not flush the journal after a fsync to a stuffed inode has been fixed.
1.65.2. RHBA-2009:1338: bug-fix update
- A potential deadlock causing gfs to hang in 'wait_for_completion' was fixed by prefaulting buffer pages.
- Applications using sendfile on files with the inherit_jdata flag are now notified that sendfile will not work on those files instead of failing.
- A bug that could potentially cause a page allocation failure has been fixed.
- A bug that caused fsyncs to stuffed inodes fail to flush the journal has been fixed.
1.66. gfs-utils
1.66.1. RHBA-2009:1336: bug fix update
- An issue was fixed which caused gfs_fsck to attempt to fix the wrong bitmap.
- gfs_fsck's ability to fix damaged resource groups has been improved.
- A human readable option has been added to to gfs_tool df.
- Fixed an issue which could potentially cause gfs_fsck to remove everything in a corrupt filesystem.
- gfs_grow performance has been improved on 1k block size filesystems.
- Fix a segfault in gfs_fsck when fixing a 'EA leaf block type' problem.
- The gfs service is no longer disabled after an upgrade.
1.67. gfs2-utils
1.67.1. RHBA-2009:0477: bug fix update
Note
- A segfault was fixed in gfs2_fsck which can be triggered by a stuffed directory inode block also being listed as a data block.
1.67.2. RHBA-2009:0418: bug fix update
Note
- In certain cases a conversion between gfs1 and gfs2 filesystem could cause corruption; this bug has been fixed.
1.67.3. RHBA-2009:0280: bug fix update
Note
- Other mount options will now be properly recognized when using 'noatime' or 'nodiratime'.
- gfs2_grow now works with block sizes other than 4k.
1.67.4. RHSA-2009:1337: Low security and bug fix update
- gfs2_fsck now properly detects and repairs problems with sequence numbers on GFS2 file systems.
- GFS2 user utilities now use the file system UUID.
- gfs2_grow now properly updates the file system size during operation.
- gfs2_fsck now returns the proper exit codes.
- gfs2_convert now properly frees blocks when removing free blocks up to height 2.
- the gfs2_fsck manual page has been renamed to fsck.gfs2 to match current standards.
- the 'gfs2_tool df' command now provides human-readable output.
- mounting GFS2 file systems with the noatime or noquota option now works properly.
- new capabilities have been added to the gfs2_edit tool to help in testing and debugging GFS and GFS2 issues.
- the 'gfs2_tool df' command no longer segfaults on file systems with a block size other than 4k.
- the gfs2_grow manual page no longer references the '-r' option, which has been removed.
- the 'gfs2_tool unfreeze' command no longer hangs during use.
- gfs2_convert no longer corrupts file systems when converting from GFS to GFS2.
- gfs2_fsck no longer segfaults when encountering a block which is listed as both a data and stuffed directory inode.
- gfs2_fsck can now fix file systems even if the journal is already locked for use.
- a GFS2 file system's metadata is now properly copied with 'gfs2_edit savemeta' and 'gfs2_edit restoremeta'.
- the gfs2_edit savemeta function now properly saves blocks of type 2.
- 'gfs2_convert -vy' now works properly on the PowerPC architecture.
- when mounting a GFS2 file system as '/', mount_gfs2 no longer fails after being unable to find the file system in '/proc/mounts'.
- gfs2_fsck no longer segfaults when fixing 'EA leaf block type' problems.
1.68. ghostscript
1.68.1. RHSA-2009:0421: Moderate security update
Important
1.68.2. RHSA-2009:0345: Moderate security update
Important
1.68.3. RHBA-2009:1257: bug fix update
- an incorrect offset computation that occurred when handling subglyphs made it possible for ghostscript to read uninitialized data. When this occurred, ghostscript would crash with a segmentation fault. This update corrects the offset computation, preventing ghostscript from reading uninitialized data. (BZ#450717)
- the way that the Ghostscript source code used pointer aliasing could produce unexpected results when strict aliasing optimizations are in use. To avoid problems, this ghostscript update was built using the -fno-strict-aliasing option, which disables strict aliasing optimization. (BZ#465960)
- a typographical error in the gsiparam.h header file made it possible for some PDF files to cause ghostscript to fall into an infinite loop. This update fixes the error. (BZ#473889)
- the gdevpsu.c source file incorrectly defined the point size of A3 pages, which sometimes resulted in incorrect document page sizes. This update fixes the point size definition error , ensuring that A3 pages are always printed with the correct size. (BZ#480978)
- this update corrects how the cvrs PostScript operator performs sign extensions. This fix prevents range errors from occurring on 64-bit platforms. (BZ#488127)
- this update also fixes ColorSpace initialization in the InkJet Server (IJS) driver, which is used by hpijs and gimp-print drivers in some configurations. In previous releases, print jobs that did not initialize ColorSpace failed whenever they used Ghostscript to render and print PDFs on devices that used the ijs driver. (BZ#504254)
1.69. giflib
1.69.1. RHSA-2009:0444: Important security update
Important
1.70. glib2
1.70.1. RHSA-2009:0336: Moderate security update
Important
1.71. glibc
1.71.1. RHBA-2009:1415: bug fix and enhancement update
glibc
packages that fix various bugs and implement a technology preview of per-thread memory pooling are now available.
glibc
packages contain the standard C libraries used by multiple programs on the system. These packages contains the standard C and the standard math libraries. Without these two libraries, the Linux system cannot function properly.
- A
strcmp()
call in thesetlocale()
function could cause a segmentation fault (SIGSEGV
) to occur in multi-threaded applications. This was caused by an improperfree()
call, which freed_nl_global_locale.__names[category]
around the same timestrcmp()
tried to access it. As such, it was possible forstrcmp()
to access_nl_global_locale.__names[category]
after it was freed (i.e. no longer available), resulting in a segmentation fault. To fix this, this update adds areturn()
call to make_nl_global_locale.__names[category]
available whenstrcmp()
accesses it. (BZ#455580) - The
getifaddrs()
function listed invalid IPv6 interface names for Infiniband devices. This was because Infiniband names are 20 bytes long, whileglibc
only prepares an 8-byte string array (i.e.sll_addr
) for interface names. Whengetifaddrs()
copied the 20-byte string intosll_addr
, the result was a corrupted, invalid interface name. To prevent this, this update expands the field size from 8 bytes to 24 bytes, allowinggetifaddrs()
to copy 20-byte Infiniband names to thesll_addr
string array. (BZ#463252) - A previous update to
glibc
resulted in a performance regression withmutex()
calls. This was caused by the addition of mutual exclusion (mutex) types tested bypthread_mutex_lock()
andpthread_mutex_unlock()
. To alleviate the problem, this update optimizes thepthread_mutex_lock()
andpthread_mutex_unlock()
for the most common mutex types, which improves the performance ofmutex()
calls in most common user scenarios. (BZ#467316) dl_runtime_profile
on the IBM System Z incorrectly used the instruction lr to remove stack frames, which could result in corrupted stacks in rare cases. With this update,dl_runtime_profile
uses the correct instruction (lgr
) to remove stack frames instead. (BZ#470300)- An improper break statement in the
getgrouplist()
function caused searches to abort prematurely. This resulted in a bug that preventedgetgrouplist()
from retrieving group definitions from LDAP. As such, applications that usedgetgrouplist()
to authenticate group details could not honor supplementary group credentials defined in LDAP. This update removes the improper break statement ingetgrouplist()
, enabling proper retrieval of group definitions from LDAP. (BZ#470768) - The
/var/run/utmp
file keeps track of all log-ins and log-outs to the system. All attempts to open it with read-write permission are denied and audited. Thesetutent_file()
function call always attempted to open the/var/run/utmp
with read-write permissions, resulting in the audit system logging a large volume of denial records. With this update,setutent_file()
now only attempts to open/var/run/utmp
with read-only permissions, thereby reducing the volume of audited records. (BZ#475332) - The
elf/dl-load.c
source file did not properly free allocated memory beforedlclose()
function calls. This made it possible for somedlopen()
anddlclose()
calls to result in a memory leak. This update corrects theelf/dl-load.c
source file by instructing it to free all allocated memory, thereby preventing a memory leak wheneverdlopen()
ordlclose()
are used. (BZ#476725) . - The
getent
command no longer incorrectly uses a comma to delimit aliases when displaying network map entries. As such, runninggetent networks
now only displays network map entries using spaces or tabs as delimiters. (BZ#484082) - This update now includes the
RUSAGE_THREAD
definition in theglibc
headers. This allows thegetrusage()
function call to retrieve information about the resource usage of a thread. (BZ#484214). - The
inet6_opt_init()
function incorrectly counted the first octet when computing the length of extension headers (i.e.extlen
). This was contrary to the definition of extension header lengths as per RFC 2460. With this update,inet6_opt_init()
now subtracts 1 octet unit when computing forextlen
. (BZ#488748) - As per RFC3493,
getnameinfo()
should returnEAI_NONAME
when bothnodename
andservname
variables are set toNULL
while theNI_NAMEREQD
flag is set. However,getnameinfo()
returned0
in this situation. This update adds anif
statement togetnameinfo()
to correct its behavior as per RHC3493. (BZ#489419). - The nscd
paranoia
mode instructs nscd to restart periodically. However, whenever nscd attempted to restart itself in this mode, it incorrectly used the system callexecv("/proc/self/exe", argv)
. As a result, nscd would restart with an process name ofexe
instead ofnscd
. To correct this, the nscdparanoia
mode now instructsnscd
to restart usingreadlink("/proc/self/exe", target, 255)
, which allows nscd to preserve its process name upon restart. Note that nscd will still useexecv("/proc/self/exe", argv)
if the attempt to usereadlink()
fails. (BZ#490010) - The
sysconf()
function call used an obsoleteconst
attribute. This caused thegcc
compiler to incorrectly returnerrno
when it attempted to compile code while using some optimization options. With this update,sysconf()
no longer uses the obsoleteconst
, ensuring that optimization works as expected at compile time. (BZ#490821) - The
inet6_rth_reverse()
function produced an incorrect return order of addresses in the routing header. This was caused by an incorrect identifier (ip6r0_segleft
instead ofip6r0_len
) in theinet/inet6_rth.c
source code. This update corrects the identifier, ensuring thatinet6_rth_reverse()
returns the correct output. (BZ#494849) - The
inet6_rth_add()
function incorrectly returned0
even when the routing header did not have enough space to store an address. This was caused by a lack of error checking routines to verify routing header size. This update applies an additionalif
statement to verify the routing header size. (BZ#494850). - Previous versions of
glibc
codedmalloc()
in a way that was not thread-safe. This could have led to unexpected program crashes in some cases. This release revises themalloc()
code to ensure better thread safety, as well as to adhere to C standards. (BZ#502901) - This update removes an extra comma at the end of the
dlfcn.h
header file's enumerator list. This typographical error causeddlfcn.h
to failg++
pedantic tests in previous releases. (BZ#504704) - A bug in the
nptl/pthread_mutex_lock.c
code preventedpthread_mutex
calls from honoring some types of private futex attributes. This update applies a patch that corrects this behavior, ensuring thatpthread_mutex
calls honor all types of private futex attributes for PI mutexes.(BZ#495955). - Applications that performed a large number of directory reads ran much slower on 64-bit Red Hat Enterprise Linux 5 compared to 64-bit Red Hat Enterprise Linux 4. This was partly because while Red Hat Enterprise Linux 5 uses the system call
getdents()
to retrieve directory entries for both 32-bit and 64-bit platforms, Red Hat Enterprise Linux 4 usedgetdents64()
for 64-bit platforms. Because of this, theopendir()
function did not allocate more memory for directory reads on 64-bit platforms, resulting in much slower reads on Red Hat Enterprise Linux 5. To resolve this,opendir()
now has an increased default buffer size; if memory allocation fails (as it would on 32-bit applications), it retries the memory allocation with a smaller buffer size. This improves the performance of directory reads on 64-bit platforms, while ensuring thatopendir()
still works on 32-bit platforms. (BZ#484440) - An incorrect parameter in the
MALLOC_COPY()
function of thelibc/malloc/malloc.c
source file could supply an incorrectsize_t
value forrealloc()
. With this update,MALLOC_COPY()
is now fixed, ensuring that it always supplies the correctsize_t
information forrealloc()
. (BZ#478499) - With this update, users can now run
fork()
safely in one thread while apthread
stack cache updates in another thread. Doing so no longer causes the process created byfork()
to crash. (BZ#477705) - This update also includes the ability to enable (and configure) per-thread memory pools. This capability enables higher scalability accross many sockets and cores, and is included in this release as a technology preview. The environmental variable
MALLOC_PER_THREAD=1
enables per-thread memory pools, whileMALLOC_ARENA_MAX
andMALLOC_ARENA_TEST
control the amount of additional memory used for the memory pools (if any).MALLOC_ARENA_MAX
sets a maximum number of memory pools used, regardless of the number of cores;MALLOC_ARENA_TEST
specifies that the number of cores should be tested once it reaches a set value. Note that once per-thread memory pooling becomes fully supported, it will also become the default behavior; this will render theMALLOC_PER_THREAD
option obsolete then. (BZ#494758)
glibc
.
1.71.2. RHBA-2009:1202: bug fix update
Note
- previous versions of glibc coded the malloc() function in a way that was not thread-safe, which could have led to unexpected program crashes in some cases. With these updated packages, the malloc() code has been revised to ensure better thread safety, as well as to adhere to C standards. (BZ#502901)
1.72. gnome-python2-desktop
1.72.1. RHBA-2009:0405: bug fix update
Note
- The gnomekeyring.find_items_sync() function was returning a list of long integers representing the addresses of GnomeKeyringFound instances. These addresses are not useful in Python, however, and this update adds Python bindings for GnomeKeyringFound. IT also changes find_items_sync() to return a list of GnomeKeyringFound instances. (BZ#479280)
1.73. gnome-session
1.73.1. RHBA-2009:1079: bug fix update
Note
- gnome-session, also referred to as the GNOME Session Manager, remembers information such as which applications were open at the time of logout (among other session details), and restores these applications upon logging in again. A bug prevented gnome-session from restoring two applications when both of them were named the same, such as could happen with GKrellM system monitors, multiple instances of the KDE Konsole, and potentially other applications with multiple instances. With this updated package, gnome-session is able to restore all same-named application instances which were saved in the previous session, thus resolving the problem. (BZ#484431)
1.74. grep
1.74.1. RHBA-2009:0481: bug fix update
Note
- while searching certain immense binary files in which the newline character did not appear for large expanses (for hundreds of megabytes of text, for instance), grep may have missed a subsequent match. Because the grep utility is not intended to process arbitrarily-long files in this manner, this updated version now exits with a "line too long" error message and an appropriate error code under these conditions. (BZ#483073)
- when operating on particular multi-byte character sets (but not, notably, UTF-8), grep could enter an infinite loop and become unresponsive. This has been fixed in this updated package so that grep is once again able to process these multi-byte character sets without hanging. (BZ#479151)
- certain output control option combinations could cause the grep tool to segmentation fault. With this updated package, these combinations work as expected and no longer cause a segmentation fault. (BZ#452127)
- the example attached to the "--label" option description was not illustrative enough: as documented, the option actually had no effect. The updated package contains an improved example that shows the "--label" option's utility, both in the manual and info pages. (BZ#484366)
1.75. grub
1.75.1. RHBA-2009:1388: bug fix and enhancement update
- current GCC defaults mean grub is compiled without writable string support. On systems with an XFS file system present on the same controller as the boot disk, this could cause the grub shell to segfault and crash. With this update grub no longer assumes constant strings in the XFS file system driver are writable, obviating the error. (BZ#496949)
- previously, grub-install did not support installing on virtio_blk devices. When attempted it printed the error message "[device path] does not have any corresponding BIOS drive." With this update, support has been added for installing to virtio devices. (BZ#498388)
1.76. gstreamer-plugins-base
1.76.1. RHSA-2009:0352: Moderate security update
Important
1.77. gstreamer-plugins-good
1.77.1. RHSA-2009:1123: Moderate security update
Important
1.77.2. RHSA-2009:0271: Important security update
Important
1.78. gtk-vnc
1.78.1. RHBA-2009:1301: bug fix update
- the handling of the virtual mouse pointer could result in the pointer getting stuck against an invisible wall, unable to move into some areas of the virtual machine display area. (BZ#487560)
- handling of non-US layout keyboards had flaws making it impossible to type certain key sequences, for example Shift+Tab. (BZ#357491)
- the gtk-vnc package was re-based to version 0.3.8, from version 0.3.2, to address problems with virtual mouse pointer movement handling and the conversion of "keysyms" for non-US layout keyboards. The update also improves interoperability with VNC servers and extensions. (BZ#489326)
1.79. hal
1.79.1. RHBA-2009:1359: bug fix and enhancement update
- hal now detects blank optical media correctly on buggy hardware. (BZ#488265)
- if a device identifier was not well formed, the error message the presented was not correctly formatted. This has been fixed. (BZ#471004)
- if an error occurrs the correct hal-device code is now returned. (BZ#462453)
- permissions on the directory /usr/lib/hal were incorrect. hal now owns this directory, as expected. (BZ#481806)
- hal no longer tries to close shared DBus connections to avoid printing a warning. (BZ#472199)
- the hal daemon now starts earlier in the boot sequence, allowing other services to use HAL. (BZ#500577)
- another ID match was added to fix suspending on Lenovo X61s type 7667 notebooks. (BZ#456277)
- the number of brightness levels is now reported correctly for newer laptops using the ibm-acpi driver. (BZ#475850)
- storage devices on the cciss bus are now detected. (BZ#489982)
1.80. htdig
1.80.1. RHBA-2009:0291: bug fix update
Note
- updating the htdig packages incorrectly removed configuration files, which were written over with the original configuration files. This no longer occurs with these updated packages.
- in cases where htdig attempted to run the parser configured in the "external_parsers" attribute in the htdig.conf configuration file, and running that parser failed, then htdig could attempt to parse its own error messages. With this update, htdig is prevented from parsing data incorrectly in such a manner, exits from such a situation correctly, and displays an improved error message when running the external parser fails.
- running "htfuzzy soundex" after indexing with htdig resulted in spurious error messages when the "allow_numbers" attribute of the htdig.conf configuration file was set to set to true.
- calling either the "htstat" or "htfuzzy" command when the database contained zero words resulted in a segmentation fault, which has been fixed in these updated packages.
1.81. httpd
1.81.1. RHSA-2009:1148: Important security update
Important
1.81.2. RHSA-2009:1075: Moderate security update
Important
1.81.3. RHBA-2009:1380: bug fix update
- Apache's mod_mime_magic module attempts to determine the MIME type of files using heuristic tests. However, the "magic" file used by the mod_mime_magic module was unable to detect PNG images correctly as being of MIME type "image/png", which this update corrects. (BZ#240844)
- when using a reverse-proxy configuration with the mod_nss module being used in place of the usual mod_ssl module, the mod_proxy module failed to pass the hostname, which resulted in this error message: "Requested domain name does not match the server's certificate". The hostname is now passed correctly so that secure HTTP (https) connections no longer fail due to this error. (BZ#479410)
- the "mod_ssl" module placed a hard-coded 128K limit on the amount of request body data which would be buffered if an SSL renegotiation was required in a Location or Directory context. This could occur if a POST request was made to a Directory or Location which required client certificate authentication. The limit on the amount of data to buffer is now configurable using the "SSLRenegBufferSize" directive. (BZ#479806)
- when configuring a reverse proxy using an .htaccess file (instead of httpd.conf) by using a "RewriteRule" to proxy requests using the "[P]" flag, space characters in URIs would not be correctly escaped in remote server requests, resulting in "404 Not Found" response codes. This has been fixed so that .htaccess-configured reverse proxies perform proper character-escaping. (BZ#480604)
- if an error occurred when invoking a CGI script, the "500 Internal Server Error" error document was not generated. (BZ#480932)
- the mod_speling module attempts to correct misspellings of URLs. When the "AcceptPathInfo" directive was not enabled, then mod_speling did not handle and correct misspelled directory names. This has been fixed so that directory names are always handled, and possibly corrected, by the mod_speling module, regardless of the value that "AcceptPathInfo" is set to. (BZ#485524)
- if request body data was buffered when an SSL renegotiation was required in a Location or Directory context, then the buffered data was discarded if an internal redirect occurred. (BZ#488886)
- the httpd init script did not reference the process ID stored by a running daemon, and invocations could affect other httpd processes running on the system. (BZ#491135)
- during a graceful restart, a spurious "Bad file descriptor" error message was sometimes logged. The error, though harmless, occurred because the socket on which the server called the accept() function was immediately closed in child processes upon receipt of the graceful restart signal. This error message is no longer logged. (BZ#233955)
- during a graceful restart, the following spurious error messages were logged by the mod_rewrite module if the "RewriteLog" directive was configured: "apr_global_mutex_lock(rewrite_log_lock) failed". (BZ#493023)
- Apache's mod_ext_filter module sometimes logged this spurious error message if an input filter was configured and an error response was sent: "Bad file descriptor: apr_file_close(child input)". (BZ#479463)
- the "%p" format option in the "CustomLog" directive, used to log a port number in a request, did not respect the "remote" and "local" specifiers. (BZ#493070)
- the httpd package inappropriately obsoleted the "mod_jk" package; it no longer does so. (BZ#493592)
- an invalid HTTP status code—such as 70007—was logged to the access log if a timeout or other input error occurred while reading the request body during processing of a CGI script. (BZ#498170)
- a security issue fix (CVE-2009-1195) in Server-Side Include (SSI) Options-handling inadvertently broke backwards-compatibility with the mod_perl module. (BZ#502998)
1.82. hwbrowser
1.82.1. RHBA-2009:0277: bug fix update
Note
- both hal-device-manager and hwbrowser used the same name ("Hardware") in the System>Administration menu, as well as the same icon (hwbrowser.png). The existence of two apparently identical entries in the menu that launch two different applications could be confusing to users. Since hwbrowser is now a legacy tool, it no longer creates a menu item upon installation, thus eliminating the potential confusion. Users can still run hwbrowser from the command line.
1.83. hwdata
1.83.1. RHEA-2009:1348: enhancement update
- LSI Fusion-MPT SAS-2 controllers (BZ#475674)
- ASPEED Technology AST2000 updated to reflect product name revision in hal-device-manager. AST2000 should now display ASPEED Graphics Family. (BZ#480560)
- Mellanox Technologies ConnectX EN 10GigE (BZ#501955)
- Intel IGB Virtual Function devices (BZ#502873)
- QLogic Corp. 10GbE Converged Network Adapters (BZ#504035)
1.84. ia32el
1.84.1. RHBA-2009:1271: bug fix and enhancement update
- if SELinux is in Enforcing mode, the 'allow_unconfined_execmem_dyntrans', 'allow_execmem' and 'allow_execstack' booleans must be enabled in order for the IA-32 Execution Layer (i.e. the ia32el service) to operate correctly. If only the 'allow_execmem' or 'allow_execstack' booleans are enabled, the ia32el service can still support emulation; however, SELinux might issue an AVC denial to the service. In previous releases, whenever SELinux issued an AVC denial to ia32el, users were not informed that these booleans needed to be enabled first. This release provides proper documentation (in the README file) for this requirement, and revises the init script to warn the user if any of these boolean requirements are not met at runtime. (BZ#474152)
- this update also fixes a bug that caused the fcntl system call to fail whenever the 'flock' structure was filled with values exceeding 2GB. (BZ#494004)
- this adds support for the latest system calls and SSE4.2 instructions. In addition, this update also applies several fixes from upstream to improve performance, compatibility, and robustness. (BZ#472843)
1.85. icu
1.85.1. RHSA-2009:1122: Moderate security update
Important
1.85.2. RHSA-2009:0296: Moderate security update
Important
1.86. initscripts
1.86.1. RHBA-2009:1344: bug fix update
- previously, when using the disk encryption feature to encrypt the root filesystem, the following error message was returned on the console when shutting down the system:
Stopping disk encryption [FAILED]
with this update, this message is no longer displayed.(BZ#471944) - previously, if a vlan device was a member of a bridge, and the vlan device was removed from the bridge the vlan interface was not removed. With this update, the ifdown script has been updated to remove vlan interfaces if the device is removed from the bridge. (BZ#481557, BZ#463325)
- in some cases, when network service failed to restart, the /etc/init.d/network initscript would return an incorrect status of "0". With this update, /etc/init.d/network has been modified to return 1 if the service fails to start or if any NIC fails to get an address. (BZ#481002)
- a bonding device cannot be added to a bridge until at least one slaved ethernet interface has been added to the bridge. Previously, the order of commands in ifup-eth script attempted to add a bonding device prior to the ethernet interface being added. With this update, this issue has been resolved. (BZ#463014)
- previously, if a suspend or hibernate action did not complete, the "/.suspended" file may have persisted thorough a reboot. Consequently, if the system is rebooted, and another suspend or hibernate action is invoked, the system would fall back to a virtual terminal display. With this update, the rc.sysinit script now removes the "/.suspended" file during the boot sequence, which resolves this issue. (BZ#270861)
- previously, the ifup-ipsec initscript did not allow the Encapsulating Security Payload (ESP) and Authentication Header (AH) protocols to be initialized independently. With this update, configuration parameters are now implemented in ifup-ipsec, allowing these protocols to be activated seperately. (BZ#251494)
- previously, support for raw devices in the upstream kernel was deprecated. However, this support has been returned to the kernel. Consequently, in Red Hat Enterprise Linux 5.4, support for raw devices has also been returned. In this update, the initscripts packages have been updated, allowing rawdevices to again be configured by editing /etc/sysconfig/rawdevices. (BZ#472891)
- previously, the rc.sysinit script incorrectly handled the clean-up of sub-directories in "/var/run/libvirt/". Consequently, rc.sysinit could not remove the "/var/run/libvirt/network/" and "/var/run/libvirt/qemu/" directories. With this update rc.sysinit now correctly removes these directories. (BZ#505600)
- previously, the /etc/init.d/network script initialized ipsec tunnels before vlan interfaces. Consequently, route handling traffic was not created between tunneled networks as the tunneled network was not yet configured. With this update, this issue has been resolved. (BZ#481733)
- The documentation for the /etc/sysconfig/ directory (located at /usr/share/doc/initscript-<version>/sysconfig.txt) has been updated with information about BONDING_OPS. (BZ#472480)
- previously, ctc and netiucv devices may not have been initialized automatically during boot. With this update, the ifup-ctc and ifup-iucv initscripts have been changed to resolve this issue.(BZ#475721)
- systems that have both an NFS server and a client with NFS shares mounted, running the "service netfs stop" command will correctly unmount the NFS shares. Previously, however, this command also unmounted "/proc/fs/nfsd", which is required by the NFS server. Consequently, after running this command to unmount NFS shares, clients would be unable to mount shares on the NFS server based on that machine. With this update, the netfs initscript has been updated, resolving this issue. (BZ#481794)
- previously netfs initialized multiple device (MD) arrays (using the mdadm command) before LVM was initialized. Consequently, an MD array of iSCSI devices would not initialize automatically. With this update, the netfs script has been updated, resolving this issue. (BZ#480627)
- previously, if a GFS2 filesystem is listed in /etc/fstab, rc.sysinit would fail when attempting to mount the filesystem, as the cluster services had not been not started yet. With this update, the initscripts have been updated to resolve this issue. (BZ#494963)
- the ifup initscript has been updated to ensure HiperSocket VLAN support is initialized correctly during boot. (BZ#490584)
- previously, adding networking routes using the system-config-network-gui resulted in the following error message being displayed:
/lib/udev/ccw_init: line 31: echo: write error: Operation not permitted
With this update the initscripts have been fixed, allowing the use of system-config-networking-gui to add network routes. (BZ#484411)
1.87. iptables
1.87.1. RHBA-2009:1414: bug fix and enhancement update
- while its IPv4 counterpart was present, the Differentiated Services Code Point (DSCP) match target for IPv6 was missing. Two new modules, one for iptables and a separate one for the Linux kernel, now enable this functionality.
Note
along with this iptables update, the kernel update for Red Hat Enterprise Linux 5.4 must be installed, and the system must be rebooted, in order to enable Differentiated Services Code Point (DSCP) match target functionality for IPv6. (BZ#480371)
- the init scripts for iptables and ip6tables sometimes exited with incorrect or invalid exit statuses. (BZ#242457)
- the Internet Control Message Protocol (ICMP) '--reject-with' types did not always work as expected. This has been fixed in these updated packages. (BZ#253014)
- the iptables-restore(8) man page did not contain descriptions of some of the options that were listed in the program's help information. These information sources for the utility's options have now been synchronized. (BZ#474847)
- the "ROUTE" section of the iptables(8) man page contained misleading information on certain features that do not exist in the iptables packages. (BZ#485834)
- the iptables-devel package did not include certain header files, which are now included in the updated package. (BZ#487649)
- the spec file contained a typo on the the Release line. (BZ#440622)
1.88. iproute
1.88.1. RHBA-2009:0404: bug fix update
Note
1.89. iprutils
1.89.1. RHBA-2009:1246: bug fix and enhancement update
- a buffer alignment problem prevented iprconfig from updating disk microcode during I/O. In the block layer, iprconfig incorrectly used malloc() for memory allocation; as a result, buffers in the scatter/gather list were not 512-byte aligned. With this update, iprconfig uses posix_memalign() to properly execute memory allocation, which corrects the buffer alignment problem. This update also applies several other improvements to help ensure that iprconfig can perform disk microcode updates even during heavy I/O. (BZ#452312)
- this update also applies a firmware enhancement to support dual-shared Active/Active multiplex on SAS adapters. This improves the performance of supported solid-state disks (SSD). (BZ#475362)
1.90. ipsec-tools
1.90.1. RHSA-2009:1036: Important security update
Important
1.91. iputils
1.91.1. RHBA-2009:1090: bug fix update
Note
- it is the rdisc utility which is called at boot time to populate the network routing tables with default routes. This bug caused rdisc to fail during initialization when more than one IP address was assigned to a single interface. This has been solved so that when rdisc encounters two or more IP addresses assigned to the same interface, it continues working as expected. (BZ#470498)
1.92. ipvsadm
1.92.1. RHBA-2009:1398: bug fix update
- running "service ipvsadm status" returned the status code "0" (for "service is running") even when ipvsadm was stopped. The ipvsadm init script has been updated and ipvsadm now only returns "0" when it is, in fact, running. (BZ#232335)
- ipvsadm's previous start priority, 08, meant it loaded before network. If the ipvsadm rule set contained virtual services using fwmarks, these rules did not load properly. ipvsadm's start priority is now 11, ensuring it loads after network and ensuring virtual services load after real network services. (BZ#472425)
- previously you could install the debuginfo packages but, because the makefile stripped the symbol table, they contained no data. The ipvsadm makefile no longer strips the symbol table and installing the debuginfo packages adds ipvsadm.debug and the debugging source as expected. (BZ#500601)
1.93. irqbalance
1.93.1. RHBA-2009:1265: bug fix update
- multiple instances of irqbalance could be started when changing between run levels. A universal exit is now run on existing instances so that only one will operate at a time. (BZ#471574)
- several errors in set_interrupt_count and investigate interaction caused irqbalance to ignore IRQBALANCE_BANNED_INTERRUPTS. The two now work discretely and the problem no longer presents. (BZ#479459)
- documentation has been improved in order to clarify the meaning and use of some of the configuration settings in irqbalance. (BZ#479856)
1.94. iscsi-initiator-utils
1.94.1. RHBA-2009:1099: bug fix update
Note
- attempting to log in to targets which used the iSCSI protocol's login redirect feature failed due to a coding error in the IPv6 address parser. This bug has been fixed in this updated package so that address parsing succeeds as expected, and logging in to targets over IPv6 is once again possible. (BZ#501737)
1.94.2. RHBA-2009:1368: bug fix update
- iscsi-initiator-utils now includes support for Broadcom bnx2 and bnx2x network interface cards. (BZ#442418)
- iscsi-initiator-utils has been rebased to upstream version 2.0-870. Among many other changes, this version supports the offload feature of Broadcom and Chelsio cards. Refer to the changelog included in the package for a full list of bug fixes and enhancements in this version. Section 5.1.2 of /usr/share/docs/iscsi-initiator-utils-$version/README contains instructions to set up ifaces for use with offload cards. (BZ#458203)
- the iscsi-initiator-utils packages place files in the /etc/iscsi directory but previously, did not list that directory for creation. The /etc/iscsi directory would therefore be created during the installation process, but would remain unowned. /etc/iscsi is now listed for creation and are therefore owned by iscsi-initiator-utils. (BZ#481807)
- when a user-space iSCSI tool invokes an option that is not supported in the kernel, the tool returns "Iferror -38". Previously, this error message was presented to users and could mislead them to think that a problem existed with their iSCSI configuration. The iSCSI tools no longer present this type of error to users and therefore do not create this potential misunderstanding. Note that certain combinations of new tools with old kernels might still present a related "-22" error. (BZ#497940)
- the iSCSI protocol allows targets to redirect initiators during the login phase. Previously, the code used by the iscsi initiator to parse IPv6 addresses contained faulty logic that caused it to fail to recognize IPv6 addresses as valid when redirected. As a consequence, when operating in an IPv6 environment, the initiator could not log into targets that use the login redirect feature, such as Dell EqualLogic targets. The initiator now parses IPv6 addresses correctly, enabling use of these targets in IPv6 environments. (BZ#500102)
- previously, the cxgb3i driver for Chelsio host bus adapters (HBAs) was not listed in the iscsi init script. Therefore, iscsi would not load this driver and therefore could not use the Chelsio HBAs that need this driver. The cxgb3i driver is now included in the iscsi init script, which enables the use of these devices. (BZ#505958)
- the iscsi code contained a bad cast of a data structure. This would lead to a segmentation fault while logging in or out of an iSCSI target. With the logic now corrected, these segmentation faults do not occur. (BZ#508782)
- iscsiadm obtains its information about the boot environment from the iSCSI boot firmware table (IBFT). However, this information does not include the target portal group tag (TPGT) associated with the boot target. Iscsiadm would assume that the relevant TPGT should be "1". In cases where this was correct, the boot process would continue as intended. In all other cases, iscsiadm would be unable to find the target necessary for the boot to proceed. This made it impossible to automate the installation of Red Hat Enterprise Linux in environments with multiple portals on targets and where the portal used for boot did not have TPGT=1. Iscsiadm no longer assumes a value for the TPGT for the boot portal and instead relies on the information that it finds in the /var/lib/iscsi record. This enables iscsiadm to find the correct target automatically, and therefore makes automated installations possible. (BZ#515806)
1.95. isdn4k-utils
1.95.1. RHBA-2009:1112: bug fix update
Note
- the init scripts for the "capi" and "isdn" programs sometimes exited with incorrect or invalid exit statuses. These init scripts have been updated for compliance with Linux Standard Base (LSB) guidelines. The "capi" and "isdn" programs now exit with exit status 5 (program is not installed) or 6 (program is not configured), as appropriate. The improved init scripts also check for correct privileges and exit with exit status 4 (user has insufficient privileges) when appropriate. (BZ#237831)
- the isdn4k-utils packages contained spurious CVS files; they have been removed in these updated packages. (BZ#481569)
- the divaload, divalog, divalogd and ipppd executable binaries, which were located in the /sbin directory, depend on libraries located in the /usr/lib directory. In certain situations such as when located on a separate partition, the /usr directory may not be mounted and available when the executables are called. For this reason, divaload, divalog, divalogd and ipppd have all been moved to the /usr/sbin directory, which solves this potential problem. (BZ#503910)
1.96. iwl3945-firmware
1.96.1. RHEA-2009:1253: enhancement update
- The iwl3945 driver and the iwl3945 firmware work together to provide proper wireless functionality. It is best to pair equivalent versions of these components in order to provide maximum compatibility between them, which this updated package provides.
1.97. iwl4965-firmware
1.97.1. RHEA-2009:1252: enhancement update
- the iwlagn driver and the iwl4965 firmware work together to provide proper wireless functionality. It is best to pair equivalent versions of these components in order to provide maximum compatibility between them, which this updated package provides. (BZ#476869)
1.98. jadetex
1.98.1. RHBA-2009:0378: bug fix update
Note
- several jadetex files which were installed in the /usr/share/texmf/web2c/ directory had the wrong SELinux context. This updated package corrects the SELinux context of these files.
- previously, installing the jadetex package led to the creation of two unnecessary log files that were not owned by the package in the /usr/share/texmf/web2c/ directory. This updated package no longer creates these log files, thus resolving the issue.
1.99. java-1.4.2-ibm
1.99.1. RHSA-2009:0445: Critical security update
Important
1.100. java-1.5.0-ibm
1.100.1. RHEA-2009:1208: enhancement update
Note
1.100.2. RHSA-2009:1038: Critical security update
Important
1.101. java-1.5.0-sun
1.101.1. RHSA-2009:1199: Critical security update
Important
1.101.2. RHSA-2009:0394: Critical security update
Important
1.102. java-1.6.0-ibm
1.102.1. RHSA-2009:1198: Critical security update
Important
1.102.2. RHSA-2009:0369: Critical security update
Important
1.103. java-1.6.0-openjdk
1.103.1. RHSA-2009:1201: Important security and bug fix update
Important
- the EVR in the java-1.6.0-openjdk package as shipped with Red Hat Enterprise Linux allowed the java-1.6.0-openjdk package from the EPEL repository to take precedence (appear newer). Users using java-1.6.0-openjdk from EPEL would not have received security updates since October 2008. This update prevents the packages from EPEL from taking precedence. (BZ#499079)
1.103.2. RHSA-2009:0377: Important security update
Important
1.104. java-1.6.0-sun
1.104.1. RHSA-2009:1200: Critical security update
Important
1.104.2. RHBA-2009:1093: bug fix update
Note
1.104.3. RHSA-2009:0392: Critical security update
Important
1.104.4. RHEA-2009:0284: enhancement update
Note
1.105. kdebase
1.105.1. RHBA-2009:1277: bug fix update
- version 0.5 of the Hardware Abstraction Layer (HAL) creates child device objects only when a file system is mounted. In cases where a storage device cannot be polled (for example, a floppy drive or IDE Zip drive), HAL adds mount methods to the device itself rather than the volume. Previously, this meant that when used in conjunction with HAL 0.5, KDE 3 would not allow users to mount file systems on devices which the HAL could not poll. KDE now includes a modified HAL back end that allows users to mount and unmount volumes through the storage devices detected by the HAL. (BZ#469723)
- previously, when KDE refreshed desktop icons, it did not refresh the list of icons that it should display on the desktop. As a consequence, icons could appear on the desktop even when the file that they represented had been deleted, and refreshing the desktop would not remove these icons. This situation could arise, for example, when viewing files on an NFS share. When KDE refreshes its view of the desktop, it now updates the list of icons first and therefore avoids drawing icons for non-existent files. (BZ#472295)
1.106. kdegraphics
1.106.1. RHSA-2009:1130: Critical security update
Important
1.106.2. RHSA-2009:0431: Important security update
Important
1.107. kdelibs
1.107.1. RHSA-2009:1127: Critical security update
Important
1.108. kdenetwork
1.108.1. RHBA-2009:0452: bug fix update
Note
- the krfb command is a VNC-compatible server for sharing KDE desktops. The desktop can be shared by running krfb from the command line. krfb would fail if a user accessed the shared desktop from a web browser using the address http://hostname:5800 (where hostname is a valid address or hostname). The updated kdenetwork packages no longer have this issue and shared desktops can be accessed normally.
1.109. kdepim
1.109.1. RHBA-2009:1057: bug fix update
Note
- kdepim.spec used "%{prefix}/share/doc" in the %install section but had no "Prefix:" header line. Consequently, the symlinks created in this section were not relative (contrary to the included comment). With this update "%{prefix}/share/doc" has been replaced with "%{_docdir}", ensuring the created symlinks are relative, as expected.
1.110. kernel
1.110.1. RHSA-2010:0147: Important security and bug fix update
Important
- a NULL pointer dereference flaw was found in the
sctp_rcv_ootb()
function in the Linux kernel Stream Control Transmission Protocol (SCTP) implementation. A remote attacker could send a specially-crafted SCTP packet to a target system, resulting in a denial of service. (CVE-2010-0008, Important) - a missing boundary check was found in the
do_move_pages()
function in the memory migration functionality in the Linux kernel. A local user could use this flaw to cause a local denial of service or an information leak. (CVE-2010-0415, Important) - a NULL pointer dereference flaw was found in the
ip6_dst_lookup_tail()
function in the Linux kernel. An attacker on the local network could trigger this flaw by sending IPv6 traffic to a target system, leading to a system crash (kernel OOPS) ifdst->neighbour
is NULL on the target system when receiving an IPv6 packet. (CVE-2010-0437, Important) - a NULL pointer dereference flaw was found in the ext4 file system code in the Linux kernel. A local attacker could use this flaw to trigger a local denial of service by mounting a specially-crafted, journal-less ext4 file system, if that file system forced an EROFS error. (CVE-2009-4308, Moderate)
- an information leak was found in the
print_fatal_signal()
implementation in the Linux kernel. When/proc/sys/kernel/print-fatal-signals
is set to 1 (the default value is 0), memory that is reachable by the kernel could be leaked to user-space. This issue could also result in a system crash. Note that this flaw only affected the i386 architecture. (CVE-2010-0003, Moderate) - missing capability checks were found in the ebtables implementation, used for creating an Ethernet bridge firewall. This could allow a local, unprivileged user to bypass intended capability restrictions and modify ebtables rules. (CVE-2010-0007, Low)
- a bug prevented Wake on LAN (WoL) being enabled on certain Intel hardware. (BZ#543449)
- a race issue in the Journaling Block Device. (BZ#553132)
- Prior to this update, user data corruption could occur when a 64-bit system was in the 32-bit compatibility mode. Specifically, programs compiled on an x86 system that called
sched_rr_get_interval()
were silently corrupted. This was due to the kernel filling data beyond the end of a timespec structure because the size of the structure is different between 32-bit and 64-bit systems. With this update, this issue has been fixed by callingsys32_sched_rr_get_interval()
instead ofsys_sched_rr_get_interval()
whensched_rr_get_interval()
is called, and user data corruption no longer occurs. (BZ#557684) - the RHSA-2010:0019 update introduced a regression, preventing WoL from working for network devices using the e1000e driver. (BZ#559335)
- adding a bonding interface in mode balance-alb to a bridge was not functional. (BZ#560588)
- some KVM (Kernel-based Virtual Machine) guests experienced slow performance (and possibly a crash) after suspend/resume. (BZ#560640)
- on some systems, VF cannot be enabled in
dom0
. (BZ#560665) - on systems with certain network cards, a system crash occurred after enabling GRO. (BZ#561417)
- for x86 KVM guests with pvclock enabled, the boot clocks were registered twice, possibly causing KVM to write data to a random memory area during the guest's life. (BZ#561454)
- serious performance degradation for 32-bit applications, that map (
mmap
) thousands of small files, when run on a 64-bit system. (BZ#562746) - improved kexec/kdump handling. Previously, on some systems under heavy load, kexec/kdump was not functional. (BZ#562772)
dom0
was unable to boot when using the Xen hypervisor on a system with a large number of logical CPUs. (BZ#562777)- a fix for a bug that could potentially cause file system corruption. (BZ#564281)
- a bug caused infrequent cluster issues for users of GFS2. (BZ#564288)
gfs2_delete_inode
failed on read-only file systems. (BZ#564290)
1.110.2. RHSA-2009:1193: Important security and bug fix update
Important
- the possibility of a timeout value overflow was found in the Linux kernel high-resolution timers functionality, hrtimers. This could allow a local, unprivileged user to execute arbitrary code, or cause a denial of service (kernel panic). (CVE-2007-5966, Important)
- a flaw was found in the Intel PRO/1000 network driver in the Linux kernel. Frames with sizes near the MTU of an interface may be split across multiple hardware receive descriptors. Receipt of such a frame could leak through a validation check, leading to a corruption of the length check. A remote attacker could use this flaw to send a specially-crafted packet that would cause a denial of service or code execution. (CVE-2009-1385, Important)
- Michael Tokarev reported a flaw in the Realtek r8169 Ethernet driver in the Linux kernel. This driver allowed interfaces using this driver to receive frames larger than could be handled, which could lead to a remote denial of service or code execution. (CVE-2009-1389, Important)
- the ADDR_COMPAT_LAYOUT and MMAP_PAGE_ZERO flags were not cleared when a setuid or setgid program was executed. A local, unprivileged user could use this flaw to bypass the mmap_min_addr protection mechanism and perform a NULL pointer dereference attack, or bypass the Address Space Layout Randomization (ASLR) security feature. (CVE-2009-1895, Important)
- Ramon de Carvalho Valle reported two flaws in the Linux kernel eCryptfs implementation. A local attacker with permissions to perform an eCryptfs mount could modify the metadata of the files in that eCrypfts mount to cause a buffer overflow, leading to a denial of service or privilege escalation. (CVE-2009-2406, CVE-2009-2407, Important)
- Konstantin Khlebnikov discovered a race condition in the ptrace implementation in the Linux kernel. This race condition can occur when the process tracing and the process being traced participate in a core dump. A local, unprivileged user could use this flaw to trigger a deadlock, resulting in a partial denial of service. (CVE-2009-1388, Moderate)
- possible host (dom0) crash when installing a Xen para-virtualized guest while another para-virtualized guest was rebooting. (BZ#497812)
- no audit record for a directory removal if the directory and its subtree were recursively watched by an audit rule. (BZ#507561)
- page caches in memory can be freed up using the Linux kernel's drop_caches feature. If
drop_pagecache_sb()
andprune_icache()
ran concurrently, however, a missing test in drop_pagecache_sb() could cause a kernel panic. For example, runningecho 1 > /proc/sys/vm/drop_caches
orsysctl -w vm.drop_caches=1
on systems under high memory load could cause a kernel panic or system hang. With this update, the missing test has been added and the drop_caches feature frees up page caches properly. Consequently these system failures no longer occur, even under high memory load. (BZ#503692) - on 32-bit systems, core dumps for some multithreaded applications did not include all thread information. (BZ#505322)
- a stack buffer used by get_event_name() was not large enough for the nul terminator sprintf() writes. This could lead to an invalid pointer or kernel panic. (BZ#506906)
- when using the aic94xx driver, a system with SATA drives may not boot due to a bug in libsas. (BZ#506029)
- incorrect stylus button handling when moving it away then returning it to the tablet for Wacom Cintiq 21UX and Intuos tablets. (BZ#508275)
- CPU "soft lockup" messages and possibly a system hang on systems with certain Broadcom network devices and running the Linux kernel from the kernel-xen package. (BZ#503689)
- on 64-bit PowerPC, getitimer() failed for programs using the ITIMER_REAL timer and that were also compiled for 64-bit systems (this caused such programs to abort). (BZ#510018)
- write operations could be blocked even when using O_NONBLOCK. (BZ#510239)
- enabling MSI on systems with VIA VT3364 chipsets caused a kernel panic or system hang during installation of Red Hat Enterprise Linux or subsequent booting of the operating system. MSI was enabled by default during boot and the "pci=nomsi" boot option to disable MSI was required on Red Hat Enterprise Linux 5.2 and later to avoid this bug. With this update, the kernel automatically disables MSI on VIA VT3364 chipsets during boot. The "pci=nomsi" boot option is no longer required to install or boot Red Hat Enterprise Linux successfully. (BZ#507529)
- shutting down, destroying, or migrating Xen guests with large amounts of memory could cause other guests to be temporarily unresponsive. (BZ#512311)
1.110.3. RHBA-2009:1151: bug fix update
Note
- HugeTLBFS (Translation Look-Aside Buffer File System) allows much larger page sizes than standard 4-kilobyte pages. The kernel's virtual memory subsystem uses these pages to map between real and virtual memory address spaces, and HugeTLBFS allows for significant performance increases for memory-intensive applications under heavy load. When a file existing on the HugeTLB file system was accessed simultaneously by two separate processes, the system become unresponsive and eventually a soft lockup occurred. These updated packages correct this issue so that simultaneous access of a single file on a HugeTLB file system is no longer problematic. (BZ#510235)
1.110.4. RHBA-2009:1133: bug fix update
Note
- RHSA-2009-1106 included a fix for a rare race condition (BZ#486921). This earlier race condition occurred if an application performed multiple O_DIRECT reads per virtual memory page and also performed fork(2). Unfortunately, the fix included with RHSA-2009-1106 introduced a new, very small, race condition which presented if the system was swapping heavily or heavily reproducing the conditions that were the cause of BZ#48692. With this update, the parent pte is not set to writable if the src pte is unmapped by the VM, preventing the race condition from occurring. (BZ#507297)
- the copy_hugetlb_page_range() function assumed it was safe to drop the source mm->page_table_lock before calling hugetlb_cow(). As a consequence a kernel panic occurred when a particular multi-threaded application did Direct IO on a HUGEPAGE-mapped file region and created new processes. With this update, copy_hugetlb_page_range() calls hugetlb_cow() with the locks held, ensuring the panic does not occur. (BZ#508030)
1.110.5. RHSA-2009:1106: Important security and bug fix update
Important
- several flaws were found in the way the Linux kernel CIFS implementation handles Unicode strings. CIFS clients convert Unicode strings sent by a server to their local character sets, and then write those strings into memory. If a malicious server sent a long enough string, it could write past the end of the target memory region and corrupt other memory areas, possibly leading to a denial of service or privilege escalation on the client mounting the CIFS share. (CVE-2009-1439, CVE-2009-1633, Important)
- the Linux kernel Network File System daemon (nfsd) implementation did not drop the CAP_MKNOD capability when handling requests from local, unprivileged users. This flaw could possibly lead to an information leak or privilege escalation. (CVE-2009-1072, Moderate)
- Frank Filz reported the NFSv4 client was missing a file permission check for the execute bit in some situations. This could allow local, unprivileged users to run non-executable files on NFSv4 mounted file systems. (CVE-2009-1630, Moderate)
- a missing check was found in the hypervisor_callback() function in the Linux kernel provided by the kernel-xen package. This could cause a denial of service of a 32-bit guest if an application running in that guest accesses a certain memory location in the kernel. (CVE-2009-1758, Moderate)
- a flaw was found in the AGPGART driver. The agp_generic_alloc_page() and agp_generic_alloc_pages() functions did not zero out the memory pages they allocate, which may later be available to user-space processes. This flaw could possibly lead to an information leak. (CVE-2009-1192, Low)
- a race in the NFS client between destroying cached access rights and unmounting an NFS file system could have caused a system crash. "Busy inodes" messages may have been logged. (BZ#498653)
- nanosleep() could sleep several milliseconds less than the specified time on Intel Itanium®-based systems. (BZ#500349)
- LEDs for disk drives in AHCI mode may have displayed a fault state when there were no faults. (BZ#500120)
- ptrace_do_wait() reported tasks were stopped each time the process doing the trace called wait(), instead of reporting it once. (BZ#486945)
- epoll_wait() may have caused a system lockup and problems for applications. (BZ#497322)
- missing capabilities could possibly allow users with an fsuid other than 0 to perform actions on some file system types that would otherwise be prevented. (BZ#497271)
- on NFS mounted file systems, heavy write loads may have blocked nfs_getattr() for long periods, causing commands that use stat(2), such as ls, to hang. (BZ#486926)
- in rare circumstances, if an application performed multiple O_DIRECT reads per virtual memory page and also performed fork(2), the buffer storing the result of the I/O may have ended up with invalid data. (BZ#486921)
- when using GFS2, gfs2_quotad may have entered an uninterpretable sleep state. (BZ#501742)
- with this update, get_random_int() is more random and no longer uses a common seed value, reducing the possibility of predicting the values returned. (BZ#499783)
- the "-fwrapv" flag was added to the gcc build options to prevent gcc from optimizing away wrapping. (BZ#501751)
- a kernel panic when enabling and disabling iSCSI paths. (BZ#502916)
- using the Broadcom NetXtreme BCM5704 network device with the tg3 driver caused high system load and very bad performance. (BZ#502837)
- "/proc/[pid]/maps" and "/proc/[pid]/smaps" can only be read by processes able to use the ptrace() call on a given process; however, certain information from "/proc/[pid]/stat" and "/proc/[pid]/wchan" could be used to reconstruct memory maps. (BZ#499546)
1.110.6. RHSA-2009:0473: Important security and bug fix update
Important
- a logic error was found in the do_setlk() function of the Linux kernel Network File System (NFS) implementation. If a signal interrupted a lock request, the local POSIX lock was incorrectly created. This could cause a denial of service on the NFS server if a file descriptor was closed before its corresponding lock request returned. (CVE-2008-4307, Important)
- a deficiency was found in the Linux kernel system call auditing implementation on 64-bit systems. This could allow a local, unprivileged user to circumvent a system call audit configuration, if that configuration filtered based on the "syscall" number or arguments. (CVE-2009-0834, Important)
- the exit_notify() function in the Linux kernel did not properly reset the exit signal if a process executed a set user ID (setuid) application before exiting. This could allow a local, unprivileged user to elevate their privileges. (CVE-2009-1337, Important)
- a flaw was found in the ecryptfs_write_metadata_to_contents() function of the Linux kernel eCryptfs implementation. On systems with a 4096 byte page-size, this flaw may have caused 4096 bytes of uninitialized kernel memory to be written into the eCryptfs file headers, leading to an information leak. Note: Encrypted files created on systems running the vulnerable version of eCryptfs may contain leaked data in the eCryptfs file headers. This update does not remove any leaked data. Refer to the Knowledgebase article in the References section for further information. (CVE-2009-0787, Moderate)
- the Linux kernel implementation of the Network File System (NFS) did not properly initialize the file name limit in the nfs_server data structure. This flaw could possibly lead to a denial of service on a client mounting an NFS share. (CVE-2009-1336, Moderate)
- the enic driver (Cisco 10G Ethernet) did not operate under virtualization. (BZ#472474)
- network interfaces using the IBM eHEA Ethernet device driver could not be successfully configured under low-memory conditions. (BZ#487035)
- bonding with the "arp_validate=3" option may have prevented fail overs. (BZ#488064)
- when running under virtualization, the acpi-cpufreq module wrote "Domain attempted WRMSR" errors to the dmesg log. (BZ#488928)
- NFS clients may have experienced deadlocks during unmount. (BZ#488929)
- the ixgbe driver double counted the number of received bytes and packets. (BZ#489459)
- the Wacom Intuos3 Lens Cursor device did not work correctly with the Wacom Intuos3 12x12 tablet. (BZ#489460)
- on the Itanium® architecture, nanosleep() caused commands which used it, such as sleep and usleep, to sleep for one second more than expected. (BZ#490434)
- a panic and corruption of slab cache data structures occurred on 64-bit PowerPC systems when clvmd was running. (BZ#491677)
- the NONSTOP_TSC feature did not perform correctly on the Intel® microarchitecture (Nehalem) when running in 32-bit mode. (BZ#493356)
- keyboards may not have functioned on IBM eServer System p machines after a certain point during installation or afterward. (BZ#494293)
- using Device Mapper Multipathing with the qla2xxx driver resulted in frequent path failures. (BZ#495635)
- if the hypervisor was booted with the dom0_max_vcpus parameter set to less than the actual number of CPUs in the system, and the cpuspeed service was started, the hypervisor could crash. (BZ#495931)
- using Openswan to provide an IPsec virtual private network eventually resulted in a CPU soft lockup and a system crash. (BZ#496044)
- it was possible for posix_locks_deadlock() to enter an infinite loop (under the BKL), causing a system hang. (BZ#496842)
1.110.7. RHSA-2009:0326: Important security and bug fix update
Important
- memory leaks were found on some error paths in the icmp_send() function in the Linux kernel. This could, potentially, cause the network connectivity to cease. (CVE-2009-0778, Important)
- Chris Evans reported a deficiency in the clone() system call when called with the CLONE_PARENT flag. This flaw permits the caller (the parent process) to indicate an arbitrary signal it wants to receive when its child process exits. This could lead to a denial of service of the parent process. (CVE-2009-0028, Moderate)
- an off-by-one underflow flaw was found in the eCryptfs subsystem. This could potentially cause a local denial of service when the readlink() function returned an error. (CVE-2009-0269, Moderate)
- a deficiency was found in the Remote BIOS Update (RBU) driver for Dell systems. This could allow a local, unprivileged user to cause a denial of service by reading zero bytes from the image_type or packet_size files in "/sys/devices/platform/dell_rbu/". (CVE-2009-0322, Moderate)
- an inverted logic flaw was found in the SysKonnect FDDI PCI adapter driver, allowing driver statistics to be reset only when the CAP_NET_ADMIN capability was absent (local, unprivileged users could reset driver statistics). (CVE-2009-0675, Moderate)
- the sock_getsockopt() function in the Linux kernel did not properly initialize a data structure that can be directly returned to user-space when the getsockopt() function is called with SO_BSDCOMPAT optname set. This flaw could possibly lead to memory disclosure. (CVE-2009-0676, Moderate)
- the ext2 and ext3 file system code failed to properly handle corrupted data structures, leading to a possible local denial of service when read or write operations were performed on a specially-crafted file system. (CVE-2008-3528, Low)
- a deficiency was found in the libATA implementation. This could, potentially, lead to a local denial of service. Note: by default, the "/dev/sg*" devices are accessible only to the root user. (CVE-2008-5700, Low)
- a bug in aic94xx may have caused kernel panics during boot on some systems with certain SATA disks. (BZ#485909)
- a word endianness problem in the qla2xx driver on PowerPC-based machines may have corrupted flash-based devices. (BZ#485908)
- a memory leak in pipe() may have caused a system deadlock. The workaround in Section 1.5, Known Issues, of the Red Hat Enterprise Linux 5.3 Release Notes Updates, which involved manually allocating extra file descriptors to processes calling do_pipe, is no longer necessary. (BZ#481576)
- CPU soft-lockups in the network rate estimator. (BZ#481746)
- bugs in the ixgbe driver caused it to function unreliably on some systems with 16 or more CPU cores. (BZ#483210)
- the iwl4965 driver may have caused a kernel panic. (BZ#483206)
- a bug caused NFS attributes to not update for some long-lived NFS mounted file systems. (BZ#483201)
- unmounting a GFS2 file system may have caused a panic. (BZ#485910)
- a bug in ptrace() may have caused a panic when single stepping a target. (BZ#487394)
- on some 64-bit systems, notsc was incorrectly set at boot, causing slow gettimeofday() calls. (BZ#488239)
- do_machine_check() cleared all Machine Check Exception (MCE) status registers, preventing the BIOS from using them to determine the cause of certain panics and errors. (BZ#490433)
- scaling problems caused performance problems for LAPI applications. (BZ#489457)
- a panic may have occurred on systems using certain Intel WiFi Link 5000 products when booting with the RF Kill switch on. (BZ#489846)
- the TSC is invariant with C/P/T states, and always runs at constant frequency from now on. (BZ#489310)
1.110.8. RHSA-2009:0264: Important security update
Important
- a memory leak in keyctl handling. A local user could use this flaw to deplete kernel memory, eventually leading to a denial of service. (CVE-2009-0031, Important)
- a buffer overflow in the Linux kernel Partial Reliable Stream Control Transmission Protocol (PR-SCTP) implementation. This could, potentially, lead to a denial of service if a Forward-TSN chunk is received with a large stream ID. (CVE-2009-0065, Important)
- a flaw when handling heavy network traffic on an SMP system with many cores. An attacker who could send a large amount of network traffic could create a denial of service. (CVE-2008-5713, Important)
- the code for the HFS and HFS Plus (HFS+) file systems failed to properly handle corrupted data structures. This could, potentially, lead to a local denial of service. (CVE-2008-4933, CVE-2008-5025, Low)
- a flaw was found in the HFS Plus (HFS+) file system implementation. This could, potentially, lead to a local denial of service when write operations are performed. (CVE-2008-4934, Low)
- when using the nfsd daemon in a clustered setup, kernel panics appeared seemingly at random. These panics were caused by a race condition in the device-mapper mirror target.
- the clock_gettime(CLOCK_THREAD_CPUTIME_ID, ) syscall returned a smaller timespec value than the result of previous clock_gettime() function execution, which resulted in a negative, and nonsensical, elapsed time value.
- nfs_create_rpc_client was called with a "flavor" parameter which was usually ignored and ended up unconditionally creating the RPC client with an AUTH_UNIX flavor. This caused problems on AUTH_GSS mounts when the credentials needed to be refreshed. The credops did not match the authorization type, which resulted in the credops dereferencing an incorrect part of the AUTH_UNIX rpc_auth struct.
- when copy_user_c terminated prematurely due to reading beyond the end of the user buffer and the kernel jumped to the exception table entry, the rsi register was not cleared. This resulted in exiting back to user code with garbage in the rsi register.
- the hexdump data in s390dbf traces was incomplete. The length of the data traced was incorrect and the SAN payload was read from a different place then it was written to.
- when using connected mode (CM) in IPoIB on ehca2 hardware, it was not possible to transmit any data.
- when an application called fork() and pthread_create() many times and, at some point, a thread forked a child and then attempted to call the setpgid() function, then this function failed and returned and ESRCH error value.
1.110.9. RHSA-2009:1222: Important security and bug fix update
Important
- a flaw was found in the SOCKOPS_WRAP macro in the Linux kernel. This macro did not initialize the sendpage operation in the proto_ops structure correctly. A local, unprivileged user could use this flaw to cause a local denial of service or escalate their privileges. (CVE-2009-2692, Important)
- a flaw was found in the udp_sendmsg() implementation in the Linux kernel when using the MSG_MORE flag on UDP sockets. A local, unprivileged user could use this flaw to cause a local denial of service or escalate their privileges. (CVE-2009-2698, Important)
- in the dlm code, a socket was allocated in tcp_connect_to_sock(), but was not freed in the error exit path. This bug led to a memory leak and an unresponsive system. A reported case of this bug occurred after running "cman_tool kill -n [nodename]". (BZ#515432)
1.110.10. RHSA-2009:1243
1.110.10.1. General Kernel Support
- KVM
guest-smp tlb
flushing withoutmmu-notifiers
could corrupt memory as a kernel-based virtual machine (KVM) may add pages to the kernel freelist while anothervcpu
may still be writing to them through guest mode. This update addsmmu-notifier
support to the kernel and also corrects a bug found in an earlier patch whereinmm_struct
was grown by existing drivers and caused a failed kABI check. This bug has been corrected by using an index that resides in an unused padding hole to avoid expanding the structure size.(BZ#485718) - Pointer and signed arithmetic overflow wrapping has not previously been defined in the Linux kernel. This could cause GCC (GNU C Compiler) to assume that wrapping does not occur and attempt to optimize the arithmetic that the kernel may require for overflow testing. This update adds the
-fwrapv
variable to GCCCFLAGS
in order to define wrapping behavior.(BZ#491266) - An issue of contention between processes vying for the same memory space in high end systems was recently identified by TPC-C (Transaction Processing Council) benchmarking. This update includes
fast-gup
patches which use direct IO and provide a significant (up to 9-10%) performance improvement. This update has been tested thoroughly and is used in the 5.4 kernel to improve scalability. For further information, see this article. (BZ#474913) - A new parameter has been added to this kernel, allowing system administrators to change the maximum number of modified pages
kupdate
writes to disk per iteration each time it runs./proc/sys/vm/max_writeback_pages
defaults to1024
or 4MB so that a maximum of 1024 pages get written out by each iteration ofkupdate
. (BZ#479079). - A new option (
CONFIG_TASK_IO_ACCOUNTING=y
) has been added to kernel to assist in monitoring IO statistics per process. This assists with troubleshooting in a production environment. (BZ#461636) - In previous kernels, back-up processes were deteriorating DB2 server responsiveness. This was caused by
/proc/sys/vm/dirty_ratio
preventing processes writing to pagecache memory when more than half of the unmapped pagecache memory was dirty (even ifdirty_ratio
was set to 100%). A change made in this kernel update overrides this limiting behavior. Now, when thedirty_ratio
is set to 100%, the system will no longer limit writing to pagecache memory. (BZ#295291) - The
rd_blocksize
option found in the previous kernel's ramdisk driver was causing data corruption when using large ramdisks under a reasonable system load. This update removes this unnecessary option and resolves the data corruption issues. (BZ#480663) - The function
getrusage
is used to examine the resource usage of a process. It is useful in diagnosing problems and gathering data on resource usage. However, in instances where a process was spawning child threads,getrusage
's results would be in incorrect as it would examine only the parent process and not interrogate its children. This update implementsrusadge_thread
to allow for accurate resource usage results in these instances. (BZ#451063) - The header
/usr/include/linux/futex.h
would previously interfere with compiling C source code files, resulting in an error. This update includes a patch which corrects problematic kernel only definitions and resolves the compiling error. (BZ#475790) - In previous kernels the kernel version was not identified in panic or oops output messages. This update adds the kernel version details to these outputs. (BZ#484403)
- During release 2.6.18, the kernel was configured to provide kernel-headers for the package
glibc
. That process caused various files to be improperly marked for inclusion. Theserial_reg.h
file was incorrectly marked and not included in thekernel_headers
rpm. This, in turn, caused problems with building other rpms. This update adds theserial_reg.h
file and corrects the problem. (BZ#463538) - In some circumstances
upcrund
, the process manager in HP's Unified Parallel C (UPC) product, returned an ESRCH result and failed when callingsetpgid()
for a child process forked by a sub-thread. This update includes a patch to fix for this problem. (BZ#472433) - Functionality has been added to
sysrq-t
to display backtrace information about running processes. This will assist in debugging hung systems. (BZ#456588)
1.110.10.2. Debugging
- Independent software vendors and developers often use
hugepage
to avoid unnecessary memory reclaim. The previous kernel didn't takecoredump
fromhugepage
area. This made the debugging of software difficult. This update includes a feature to assist debugging by making the kernel take ahugepage
coredump
. (BZ#470411) - This update includes a feature addition to recover kernel panic messages. The option
-M
has been added to themakedumpfile
command which allows a user to dumpdmesg
log data fromvmcore
into a user-specified log file (makedumpfile -M /proc/vmcore /path/to/log/file
). (BZ#485308) - This kernel update adds the '
success
' value tosched_wakeup
andsched_wakeup_new
tracepoints to track successful schedule wakes. (BZ#497414) - This update includes a new
dropstat
script to monitor and locate packets that are dropped within the host machine. (BZ#470539) - The new
systemtap
direct kernel tracepoint support requires access to thetrace/*.h
header files within the kernel-devel package. This update includes/trace/*.h
headers in thekernel-devel
package. (BZ#489096)
1.110.10.3. Security
- This update increases the maximum length of the kernel key field from the arbitrary 32 character length set in previous kernels to 255 characters. (BZ#475145)
- In keeping with Federal Information Processing Standardization 140 (FIPS140) certification requirements, this update includes:
1.110.10.4. Filesystems
- Support for the
FIEMAP
file extent mapping system has been included in this kernel update. (BZ#296951) - The
ext4
file system code (included in Red Hat Enterprise Linux as a Technology Preview) was rebased for this release. (BZ#485315) - This kernel update corrects performance issues with the Common Internet File System (
CIFS
) (a protocol that defines a standard for remote file access) including difficulties mounting certain Windows file systems or symlink files. (BZ#465143) - Kernel support for the
XFS
high-performance file system has been added to this Red Hat Enterprise Linux release. In this initial implementation the functionality is limited to specific customers on a use-case basis.(BZ#470845) - This release includes kernel support for the
FUSE
userspace file system. (BZ#457975) - Tunable parameters that control the number of
NFSD
socket connections have been added to this kernel release. TCP connections have previously been capped at 80, regardless of the number of NFS threads that were open. (BZ#468092) - This kernel update adds a
UUID
(Universal Unique IDentifier) field to the file system super block. (BZ#242696) - This update includes a patch to allow access to files on a
GFS2
file system from client machines running the older (and previously incompatible) NFS v2 file sharing protocol. (BZ#497954)
1.110.10.5. Networking
- A new module has been added to this kernel version to enable
DSCP
(Differentiated Services Code Point) setting in systems using IPv6 netfilter. (BZ#481652) - In order to boost virtualization performance on 10 Gigabyte Ethernet cards (and 10GbE performance in general), Generic Receive Offload (GRO) support (analogous to GSO support on egress) has been added to the IPv4 and IPv6 protocols in this kernel release. (BZ#499347)
- This kernel update includes new code to improve UDP port randomization. Previous versions of the randomization code could allow a security weakness by providing sub-optimal randomizing, as well as producing CPU drag while scanning for port numbers. This update corrects these behaviors. (BZ#480951)
- When using
setsockopt()
with optionIPV6_MULTICAST_IF
andoptval
set to0
, the previous kernel would return a result ofENODEV
. This release updatessetsockopt(IPV6_MULTICAST_IF)
to report the correct value and not the error. (BZ#484971) - This update includes numerous critical fixes for the NetXen device driver. These patches have been tested and implemented in the kernel upstream. A complete list of the changes and their effects can be found at BZ#485381.
1.110.10.6. General Platform Support
- ACPI Performance and Throttling state (P- and T-state) change notifications were not being handled correctly by the
OSPM
(Operating System-directed Power Management) driver. This affected the Intel® Node Manager's ability to monitor and manage CPU power usage. The kernel'sprocessor_core
code has been update to correct this issue. (BZ#487567) - Problems were encountered with the Lenovo X61 (and other laptops which have a docking station with a CD/DVD drive); if the machine was undocked after a CD/DVD had been mounted in the docking station optical drive it would not be present when the machine was re-docked. The docking driver has been updated in this release to correct the problem. (BZ#485181)
1.110.10.7. Architecture Specific Support
1.110.10.7.1. i386
- In a virtual environment, timekeeping for Red Hat Enterprise Linux 64-bit kernels can be problematic, since time is kept by counting timer interrupts. De- and re-scheduling the virtual machine can cause a delay in these interrupts, resulting in a timekeeping discrepancy. This kernel release reconfigures the timekeeping algorithm to keep time based on a time-elapsed counter. (BZ#463573)
- It was found that, if their stacks exceed the combined size of ~4GB, 64-bit threaded applications slowed down drastically in
pthread_create()
. This is becauseglibc
usesMAP_32BIT
to allocate those stacks. As the use ofMAP_32BIT
is a legacy implementation, this update adds a new flag (MAP_STACK mmap
) to the kernel to avoid constraining 64-bit applications. (BZ#459321) - The update includes a feature bit that encourages Time Stamp Clocks (TSCs) to keep running in deep-C states. This bit
NONSTOP_TSC
acts in conjunction withCONSTANT_TSC
.CONSTANT_TSC
indicates that the TSC runs at constant frequency irrespective of P/T- states, andNONSTOP_TSC
indicates that TSC does not stop in deep C-states. (BZ#474091) - This update includes a patch to include
asm-x86_64
headers inkernel-devel
packages built on or for i386, i486, i586 and i686 architectures. (BZ#491775) - This update includes a fix to ensure that specifying
memmap=X$Y
as a boot parameter on i386 architectures yields a new BIOS map. (BZ#464500) - This update adds a patch to correct a problem with the Non-Maskable Interrupt (NMI) that appeared in previous kernel releases. The problem appeared to affect various Intel® processors and caused the system to report the NMI watchdog was 'stuck'. New parameters in the NMI code correct this issue. (BZ#500892)
- Functionality has been corrected to export module
powernow-k8
parameters to/sys/modules
. This information was previously not exported.(BZ#492010)
1.110.10.7.2. x86_64
- An optimization error was found in
linux-2.6-misc-utrace-update.patch
. When running 32-bit processes on a 64-bit machine systems didn't return ENOSYS errors on missing (out of table range) system calls. This kernel release includes a patch to correct this. (BZ#481682) - Some cluster systems where found to boot with an unstable time source. It was determined that this was a result of kernel code not checking for a free performance counter (
PERFCTR
) when calibrating the TSC (Time Stamp Clock) during the boot process. This resulted, in a small percentage of cases, in the system defaulting to a busyPERFCTR
and getting unreliable calibrations.A fix was implemented to correct this by ensuring the system checked for a freePERFCTR
before defaulting (BZ#467782). This fix, however, cannot satisfy all possible contingencies as it is possible that allPERFCTR
s will be busy when required for TSC calibration. Another patch has been included to initiate a kernel panic in the unlikely event (fewer than 1% of cases) that this scenario occurs. (BZ#472523).
1.110.10.7.3. PPC
- This kernel release includes various patches to update the
spufs
(Synergistic Processing Units file system) for Cell processors. (BZ#475620) - An issue was identified wherein
/proc/cpuinfo
would list logical PVR Power7 processor architecture as "unknown" whenshow_cpuinfo()
was run. This update adds a patch to haveshow_cpuinfo()
identify Power7 architectures as Power6. (BZ#486649) - This update includes several patches that are required to add/improve
MSI-X
(Message Signaled Interrupts) support on machines using System P processors. (BZ#492580) - A patch has been added to this release to enable the functionality of the previously problematic power button on Cell Blades machines. (BZ#475658)
1.110.10.7.4. S390
- Utilizing Named Saved Segments (NSS), the z/VM hypervisior makes operating system code in shared real memory pages available to z/VM guest virtual machines. With this update, Multiple Red Hat Enterprise Linux guest operating systems on the z/VM can boot from the NSS and be run from a single copy of the Linux kernel in memory. (BZ#474646)
- Device driver support has been added in this update for the new IBM System z PCI cryptography accelerators, utilizing the same interfaces as prior versions. (BZ#488496)
- Control Program Identification (CPI) descriptive data is used to identify individual systems on the Hardware Management Console (HMC). With this update, CPI data can now be associated with a Red Hat Enterprise Linux instance. (BZ#475820)
- Fibre Channel Protocol (FCP) performance data can now be measured on Red Hat Enterprise Linux instances on the IBM System z platform. (BZ#475334). Metrics that are collected and reported n include:
- Performance relevant data on stack components such as Linux devices, Small Computer System Interface (SCSI) Logical Unit Numbers (LUNs) and Host Bus Adapter (HBA) storage controller information.
- Per stack component: current values of relevant measurements as throughput, utilization and other applicable measurements.
- Statistical aggregations (minimum, maximum, averages and histogram) of data associated with I/O requests including size, latency per component and totals.
- Support has been added to the kernel to issue EMC Symmetrix Control I/O. This update provides the ability to manage EMC Symmetrix storage arrays with Red Hat Enterprise Linux on the IBM System z platform. (BZ#461288)
- Hardware that supports the configuration topology facility passes the system CPU topology information to the scheduler, allowing it to make load balancing decisions. On machines where I/O interrupts are unevenly distributed, CPUs that are grouped together and get more I/O interrupts than others will tend to have a higher average load, creating performance issues in some cases.Previously, CPU topology support was enabled by default. With this update, CPU topology support is disabled by default, and the kernel parameter "
topology=on
" has been added to allow this feature to be enabled.(BZ#475797) - This update provides new kernel code to implement a client and server for a
TTY
(teletype) terminal server under z/VM using IUCV (Inter-User Communications Vehicle) as communication vehicle. Also, as part of this update, thehvc_console
has been upgraded. (BZ#475551) - This update includes functionality that allows users to add new kernel options using the IPL command without modifying the content of the CMS parmfile. The entire boot command line can be replaced with the VM parameter string and new Linux Named Saved Systems (NSS) can also be created on the CP/CMS command line. (BZ#475530)
- Crypto Device Driver use of Thin Interrupts (BZ#474700)
- This update adds a patch to configure shared kernel support via the
CONFIG_SHARED_KERNEL
parameter. (BZ#506947)
1.110.10.8. Miscellaneous Driver Updates
- This release adds the final branding strings and the latest EagleLake graphics to the graphics driver (predominantly for the G41 chipset). (BZ#474513)
- This release updates the ALSA HDA audio driver to enable or improve support for new chipsets and HDA audio codecs. (BZ#483594)
- This release includes an updated version of the
SMBUS
(System Management Bus) driver that adds support for the AMDSB800
series of products and improves handling ofSB400
,SB600
andSB700
products. (BZ#488746) - A new PCI ID has been added to this release to enable support for the Broadcom®
HT1100
chipset. (BZ#474240) - This kernel release incorporates a series of updates that add support for Chelsio® Communications' Terminator 3 Ethernet adapters. These changes include support for XRC queues and updates of the
cxgb3
,iw_nes NES iWARP
,mthca
andqlgc_vnic
drivers, therdma
headers and SDP and SRP protocols to the OpenFabrics Enterprise Distribution (OFED) 1.4.1 versions. (BZ#476301) - Problems with connectivity (using eHCA adapters) and various scripting issues have been rectified with updates to
eHCA
andIPoIB
drivers in this release. (BZ#466086) - This update includes a patch that corrects a network port ordering problem encountered on systems using HP
ProLiant
orxw460c
blade processors. (BZ#490068) - A comprehensive series of patches have been included in this update to add and/or improve virtualization features. A complete list (including explanatory notes) can be found at BZ#493152.
- Several bugfixes and updates available for HP's Integrated Lights-Out (
hpilo
) product have been ported into this kernel release. A complete list can be found here; BZ#488964. - PCI device drivers enable devices using
pci_enable()
, which enables regions probed by the device's Base Address Register (BAR). On larger servers I/O port resources may not be assigned to all the PCI devices due to coded limitations and base register fragmentation. This update adds, removes and refines multiple functions so as to improve resource allocation around free I/O ports. (BZ#442007) - Three new patches have been added to this kernel to improve the passing of PCI devices between a virtual machine and its host. These patches first bind the device in question to a dummy driver (
pcistub.ko
) to prevent the host machine using it. Then, once the guest is finished with the device,drivers_probe
prompts the kernel to re-load the true driver for that device andremove_id
removes the relevant entry from the dynamic ID list. These new features operate successfully in both KVM and Xen virtualization environments. (BZ#491842) - An updated driver for the Davicom
DM9601
Ethernet Adaptor has been included in this release. The new driver corrects previous unreliability using this device and other devices using the same chipset. (BZ#471800) - This kernel release includes a patch to improve Huawei
EC121
USB 3G modem support. (BZ#485182) - The driver for Apple Intel® hardware configurations (
efifb
) has been updated, providing various performance improvements when running this release on these machines. (BZ#488820)
1.110.10.9. Network Driver Updates
- This update adds a feature to support bonding over
IPoIB
interfaces. A newib-bond
package has been added to the kernel to allow multiple link HA and improve load balancing and aggregation performance. (BZ#430758) - Two new drivers (
cnic
andbnx2i
) have been added to the kernel to introduce iSCSI support for Broadcom®BNX2
andBNX2x
Network Interface Cards (NICs). (BZ#441979) - A new device driver
igbvf
) forSR/IOV
enabled Intel® NICs has been added to this kernel release. This driver provides a significant performance improvement for virtualization usingSR/IOV
cards.(BZ#480524) - Generic Receive Offload (GRO) support has been implemented in this update, both. The GRO system increases the performance of inbound network connections by reducing the amount of processing done by the Central Processing Unit (CPU). GRO implements the same technique as the Large Receive Offload (LRO) system, but can be applied to a wider range of transport layer protocols. GRO support has also been added to a several network device drivers, including the
igb
driver for Intel® Gigabit Ethernet Adapters and theixgbe
driver for Intel® 10 Gigabit PCI Express network devices. (BZ#499347) - The
cxgb3
driver, which supports the Chelsio® 10Gb RNIC adapter, has been updated in order to enable iSCSI TOE support. (BZ#439518) - This kernel updates the
enic
Cisco® 10Gi Ethernet driver to version 1.0.0.933. (BZ#484824) - This kernel updates the Atheros®
ath5k
driver. This upgrade resolves a problem encountered by Atheros® users wherein the kernel reported an inability to wake up the MAC chip. Setting the call toath5k_set_pcie()
to execute earlier in the initialization process corrects this issue. (BZ#479049) - This update upgrades the
bnx2
driver for Broadcom® network devices. The update fixes multiple performance issues, including a kernel panic occurrence (when attempting to unload the driver while in use) and a non-responsiveness issue (caused by call-traces initiated by network certification processes). (BZ#475567, BZ#476897, BZ#489519) - This release updates the Broadcom®
bnx2x
driver to version 1.48.105. (BZ#475481) - In this update the bonding driver has been updated to the latest upstream version. This update, however has introduced
symbol/ipv6
module dependency capabilities. Therefore, if bonding has been previously disabled (by inserting theinstall ipv6 /bin/false
line in the/etc/modprobe.conf
file) this upgrade to the bonding driver will result in the bonding kernel module failing to load. Theinstall ipv6 /bin/false
line needs to be replaced withinstall ipv6 disable=1
for the module to load properly. (BZ#462632) - The
ixgbe
driver has been updated to version 2.0.8-k2 and support the 82599 (Niantic) device has been added. (BZ#472547) - System freezes encountered when performing multiple remote copy programs to a system using the Nvidia® nForce chipset has been corrected by updating the
forcedeth
driver to version 0.62. (BZ#479740) - The
sky2
Ethernet driver has been updated to support the Marvell® 88E8070 NIC. (BZ#484712)
1.110.10.10. Storage Driver Updates
- The SCSI tape driver (st) has been enhanced with support for the Suppress Incorrect Length Indicator (SILI) bit in variable block mode. If SILI is set, reading a block shorter than the byte count does not result in
CHECK CONDITION
. The length of the block is determined using the residual count from the HBA. Avoiding the REQUEST SENSE command for every block speeds up some applications considerably. The SILI bit is set to off by default. It must only be set this if the tape drive supports SILI and the HBA correctly returns transfer residuals.Note
The current version of the mt-st management utility does not have a keyword for the SILI bit. It must be set explicitly with:mt -f /dev/nst0 stsetoptions 0x4000
- The
bnx2
driver now supports iSCSI. Thebnx2i
driver will access thebnx2
driver through thecnic
module to provide iSCSI offload support. (BZ#441979 and BZ#441979)Note
Thebnx2i
version included in this release does not support IPv6. - The
md
driver has been updated to provide support for bitmap merging. This feature eliminates the need for full resync when performing data replication. (BZ#481226) - The
scsi
driver now includes the upstreamscsi_dh_alua
module. This adds explicit asymmetric logical unit access (ALUA) support with this release. To utilize thescsi_dh_alua
module when usingdm-multipath
, specifyalua
as thehardware_handler
type inmultipah.conf
. (BZ#482737)Note
For EMC Clariion devices, using onlyscsi_dh_alua
ordm-emc
alone is supported. Using bothscsi_dh_alua
anddm-emc
is not supported. - A bug in the retry logic of the
scsi
driver is now fixed. This bug made it possible for some failovers to execute properly in multipathed environments.(BZ#489582) - The
rdac_dev_list
structure now includesmd3000
andmd3000i
entries. This allows users to benefit from the advantages provided by theiscsi_dh_rdac
module. (BZ#487293) - This release includes the new
mpt2sas
driver. This driver supports the SAS-2 family of adapters from LSI Logic. SAS-2 increases the maximum data transfer rate from 3Gb/s to 6Gb/s.Thempt2sas
driver is located in thedrivers/scsi/mpt2sas
directory, as opposed to the oldermpt
drivers that are located indrivers/message/fusion
directory. (BZ#475665) - The
aacraid
driver has now been updated to version 1.1.5-2461. This update applies several upstream fixes for bugs affecting queued scans, controller boot problems, and other issues. (BZ#475559) - The
aic7xxx
driver now features an increased maximum I/O size. This allows supported devices (such as SCSI tape devices) to perform writes with larger buffers. (BZ#493448) - The
cciss
driver has been updated to apply upstream fixes for bugs affecting memory BAR discovery, therebuild_lun_table
and the MSA2012 scan thread. This update also applies several configuration changes tocciss
. (BZ#474392) - The
fnic
driver has been updated to version 1.0.0.1039. This applies several upstream bug fixes, updates thelibfc
andfcoe
modules, and adds a new module parameter that controls debug logging at runtime. (BZ#484438) - The
ipr
driver now supports MSI-X interrupts. (BZ#475717) - The
MPT fusion
driver is now updated to version 3.04.07rh v2. This applies several bug fixes.(BZ#475455) - The
megaraid_sas
driver is now updated to version 4.08-RH1. This update applies the following upstream enhancements and fixes (among others):(BZ#475574)- This update adds a polling mode to the driver.
- A bug affecting supported tape drives is now fixed. With this release, the
pthru
timeout value is now set to the O/S layer timeout value for commands sent to tape drives.
- The
mvsas
driver is now updated to version 0.5.4. This applies several fixes and enhancements from upstream, and adds support for Marvell RAID bus controllers MV64460, MV64461, and MV64462. (BZ#485126) - The
qla2xxx
driver has been updated to version 8.03.00.10.05.04-k, and now supports Fibre Channel over Convergence Enhanced Ethernet adapters. With this release,qla2xxx
also applies several bug fixes from upstream, including: (BZ#471900, BZ#480204, BZ#495092, BZ#495094 and BZ#496126)- Discrepancies detected during
OVERRUN
handling on 4GB and 8GB adapters are now corrected. - All
vports
are now alerted of any asynchronous events. - A bug that caused kernel panics with the QLogic 2472 card is now fixed.
- The
stop_firmware
command is no longer retried if the first attempt results in a times out. - The sector mask value is no longer based on the fixed
optrom
size. - A bug that caused frequent path failures during I/O on multipathed devices is now fixed. (BZ#244967)
- The driver source code is now kABI-compliant.
dcbx
pointers are now set toNULL
after freeing memory.
- The
qla4xxx
driver now features improved driver fault recovery. This update fixes a bug in the driver that prevented adapter recovery if there were outstanding commands detected on the host adapter. (BZ#497478)
1.110.10.11. Miscellaneous Updates
- This update removes the
kfree
function fromkret_probelock
's scope so as to avoid a deadlock that could occur ifkretprobe_flush_task()
probes thekfree
function while holdingkretprobe_lock
spinlock. In addition, thekprobe
functionality has been disallowed on theatomic_notifier_call_chain
function to avoid numerous recursive faults occurring when it is called bykprobe
after a re-entry. (BZ#210555) - PCI devices would disappear in Xen Paravirtual guest system upon reboot or reset. This was identified as a problem with information about PCI devices being removed from
xenstore
beforexend
was able to create a configuration for the rebooted domain. Code has been amended inxenbus.c
to correct this behavior. (BZ#233801) - A kernel crash occurred when a Xen user specified the
mem=
(orhighmem=
) command via the command line on either the host or guest systems. This was caused by the array allocated to thep2m
table being too small which resulted in a page fault during the subsequentmemcpy()
. This update decreases the memory reservation and only copies the appropriate number of entries into thep2m
table.(BZ#240429) - RAID 0, RAID 1, RAID 10 and RAID 5 configurations have previously set
q->merge_bvec_fn
(a function that asks a device driver if the next vector entry will fit into a bio constructed by a process) in a way that rejects bios crossing its stripe. A device mapper will accept a bio that has two or more vector entries and a size equal to or less than a page that crosses a stripe boundary, but the underlying RAID device will not.This update configures the device mapper to set a one-page maximum request size and set its ownq->merge_bvec_fn
to reject any bios with multiple vector entries that span more pages. This fix precludes the generation of bios that will be rejected by aq->merge_bvec_fn
controlled by RAID 0, 1, 10 or 5. BZ#223947) - This update includes numerous patches to enable Gigabyte pagetable support. (BZ#251982).
0002-hugetlb-multiple-hstates-for-multiple-page-sizes.patch
0003-hugetlbfs-per-mount-huge-page-sizes.patch
0004-hugetlb-new-sysfs-interface.patch
0005-hugetlb-abstract-numa-round-robin-selection.patch
0006-mm-introduce-non-panic-alloc_bootmem.patch
0007-mm-export-prep_compound_page-to-mm.patch
0008-hugetlb-support-larger-than-MAX_ORDER.patch
0009-hugetlb-support-boot-allocate-different-sizes.patch
0010-hugetlb-printk-cleanup.patch
0011-hugetlb-introduce-pud_huge.patch
0012-x86-support-GB-hugepages-on-64-bit.patch
0013-x86-add-hugepagesz-option-on-64-bit.patch
0014-hugetlb-override-default-huge-page-size.patch
- DCA (Direct Cache Access) is a method for warming the cache in the CPU. As part of Intel®'s I/OAT technology, it minimizes performance-limiting bottlenecks. This release updates the kernel I/O AT code and includes support for DCA for Intel®'s 82572 Gigabit Ethernet adapter family (BZ#252949)
- The early GFS2 (Global File System) versions contained two system processes, gfs2_glockd and gfs2_scand which were responsible for scanning the in-core glock structures and freeing them if they were unused.In this release these processes have been replaced by a shrinker which frees glocks based on cues from the VM system. This results in a better use of memory and better response to low memory conditions (reducing the likelihood of "out of memory" issues). As a side effect, this update reduces the processing load produced by GFS2 under certain workloads. (BZ#273001)
- In order to enable new features (as discussed in Bugzillas #252949 and #436048) I/O AT (Advanced Technology) code has been updated and problems with
kABI
breakages have been corrected. (BZ#273441) - This update corrects code that produced bad mpa messages on the restoration or migration of para-virtualized guest system. (BZ#288511)
- Problems caused by Message Signaled Interrupts on Hyper-Transport based machines using (some) Nvidia cards have been resolved by porting an upstream driver. (BZ#290701)
- Some versions of pSeries firmware fail to set up a
dma-window
property for PCI slots that are unoccupied. As a result, the loop searching for this propery, iniommu_dev_setup_pSeriesLP()
, can run to the end, resulting in a NULL pointer dereference later in the routine. This patch prevents the crash and prints a warning message. (BZ#393241) - The existing 10 second delay waiting for frontend devices to connect was found to be insufficient under some load conditions. This update increases timeout for device connection on boot to 30 seconds. (BZ#396621)
- In previous kernels the
tuntap
device send path did not have any packet accounting. This meant that the user-space sender could pin down arbitrary amounts of kernel memory by continuing to send data to an end-point that was congested. This update adds packet accounting to thetun
driver so thatvirtio-net
gets congestion feedback which is necessary to prevent packet loss for protocols lacking congestion control (such as UDP) when used in a guest. (BZ#495863) - This update adds the virtualization feature VT-d. This feature provides hardware support for directly assigning physical devices to Xen fully virtualized (HVM) guests or KVM guests. The principal benefit of the feature is to improve device access performance to be close to native speeds. Please refer to the Red Hat Knowledgebase before using PCI device assignment with this technology to avoid possible system instability issues. (BZ#500901)VT-d support is disabled by default. To enable VT-d one must add intel_iommu=on to the kernel commandline. Enabling VT-d is required to assign a host's PCI device to a KVM guest. (BZ#504363)Additionally, only the assignment of NIC devices from host to guest is supported. Assigning a block device (hard disk) to a guest is not supported. On hardware platforms that support IOMMU passthrough it is recommended to also use the
iommu=pt
kernel commandline option as this will improve the performance of I/O devices in the host. This parameter has no effect on performance for devices assigned to guests.When the iommu=pt mode, if a device is assigned to (and then de-assigned from) a guest, it can no longer be used in the host until the host has been rebooted. PCI hotplug devices can not be used in iommu=pt mode - This update includes a fix for kernel panic encountered when attempting to run a
kdump
process on hardware virtual machine (HVM) in an ia64 architecture environment. (BZ#418591) - This update corrects softlockup issues encountered when booting earlier kernel versions in a virtual environment and setting the clocksource to read from the system's Programmable Interval Timer (PIT). (BZ#427588)
- A problem identified with Xen kernels manifested with
meminfo
reporting an incorrectLowTotal
of 4Tb. A patch applied to the driver alters howhighmem
pages are handled and corrects the error. (BZ#428892) - When users set
LPFC HBA
storage to reset in a loop the system would attempt to rediscoverSCSI
devices and some of these processes would time-out. The issue was found to be code paths deletingSCSI
devices without setting the device state toSDEV_DEL
. A patch included in this update corrects this behavior(BZ#430170) - The Xen kernel does not currently support the suspend functionality. A fix has been applied to this release to remove the "Suspend" option from graphical user interface menus. (BZ#430928)
- This update fixes a race condition when queuing incoming
iucv
messages by spreading the message queue spinlock in themessage_pending
callback across the entire callback function.This resolves the race condition and enhances system stability. (BZ#499626) - This feature fixes
hexdump
data ins390dbf
traces, allowing Red Hat Enterprise Linux to have complete registered state change notification (RSCN) traces (up to 1024 bytes). (BZ#470618) - This update adds support for the
connlimit
module to limit to the number of TCP connections accepted by specific ports. This feature reduces the risk of incidental DoS scenarios.(BZ#483588) - This update modifies the
DASDFMT
(Direct Access Storage Device ForMaT) command to operate in the same way as similar IBM tools (such asCPFMTXA
for zLinux/VM andICKDSF
for MVS).. (BZ#484836) - This feature includes stability enhancements to the CPU hotplug kernel module. (BZ#485412)
- When using previous x86_64 Xen kernels installed on Promise internal RAID disk the SuperTrak EX (
stex
) inbox-driver would fail, causing a kernel panic and failure to load. The cause was found to be the allocation of contiguous memory space. Relevant code sections have been rewritten to lower the amount of memory demanded by the driver (Note: This reduces the RAID Migration feature set). (BZ#486466)Note
Lowering memory demands reduces the RAID Migration feature set. - Infiniband driver updates, incorporated with the OFED 1.4.1 release upgrade, have rectified poor TCP transer rate performance when running Infiniband IPoIB in heterogeneous environments (that is, between Intel 32bit to PPC64bit or similar). (BZ#434779)
- This update adds support for machines using Intel®'s Calpella chipset. (BZ#438469)
- This update includes a patch to fix an interrupt storm (several thousand interrupts) encountered after boot with CD/DVD drive connected to IDE of Enterprise South Bridge 2 (ESB2). (BZ#438979)
- Pre-release testing has assessed the
ipr
andiprutil
drivers as supporting the SAS paddle card on pBlade extensions. (BZ#439566) - An upstream change to the
e1000
andbnx2
driver removed the functionality to generate entropy, causing applications requesting random data from/dev/random
to hang or produce an error message. This update reintroduces the functionality. (BZ#439898) - Problems with
ioctl SG_IO
calls to tape devices failing have been resolved with an upstream patch that address this and numerous otheriscsi
module issues. (BZ#440411) - An update in this release changes page locking code to avoid a deadlock between
mmap/munmap
andjournaling
(ext3). (BZ#445433) - This kernel release includes a bug to correct a crash encountered when attempting to format a DVD in a system booted to run
libata
andata-piix
IDE accelerators. (BZ#446086) - This update includes a fix to prevent para-virtualized guest systems crashing when run in a host machine with 64G RAM or more. (BZ#448115)
- Patches from the upstream kernel that improve
gettimeofday
performance on hypervisors have been incorporated in this release. With these changes serialization forgettimeofday
is switched from CPUID to MFENCE/LFENCE. (BZ#448588) - A bug that initiated a system reboot after a kernel panic despite
/proc/sys/kernel/panic
being set to-1
(which should prevent a reboot) has been fixed in this update. (BZ#446120) - Previous kernels were found to contain a bug that saw the
E1000
driver enable TSOv6 functionality for hardware that doesn't support it. A patch included in this update corrects this behavior.(BZ#449175) - When booting fully virtualized guests on on earlier 32-bit kernel hosts, it was found that guest systems with more than one virtual cpu could pause or even hang at the "starting udev" portion of the boot sequence. This bug was caused by one VCPU of an HVM guest missing timer ticks and Xen not re-delivering those missed ticks. This behavior caused a clock skew between VCPUs inside an HVM guest. These issues have been resolved with the backport of the AIO disk handling code and upstream Xen 'no missed-tick accounting' timer code. (BZ#449346)
- This update changes code that allowed
scsi_add_host()
to return a success even if the relevantwork_q
was not created. (BZ#450862) - A bug in previous kernels allowed a
ptrace
process (ptrace(PTRACE_CONT, application_pid, 0, SIGUSR1
) to terminate the specified application even if theSIGUSR1
flag was blocked (which is sufficient to prevent akill
command from acting on the application).ptrace_induce_signal()
is now used to set the blocked signal to pending, to be raised and executed only when the signal mask is cleared. (Bugzilla #451849) - This update enables raw device support for IBM System z platforms. (Bugzilla #452534)
- This release updates the ext3 filesystem code to prevent kernel panic in dx_probe. (Bugzilla #454942)
- This kernel update removes the
linux-2.6-ipmi-legacy-ioport-setup-changes.patch
which was causing keyboard lockups (on IBM p-series, 7028 and 7029 models) during the installation process. (Bugzilla #455232) - Messages being reported by
zfcp
testing processes have been removed from the message log in this kernel release. The tests in question were run when the local link was removed during heavy I/O loads, promptingzfcp
to test remote ports. There is no need to include these details the message log as the tests cannot be influenced by a user and all relevant information is available usingzfcp
traces.(BZ#455260) - This update removes the inclusion of the "Breaking affinity for irq XX" message in
dmesg
output. This message, reported when anXM migrate
was performed, is not necessary and could negatively impact a user if observed indmesg
output. (BZ#456095) - A patch has been included in this release to fix ACPI error flooding encountered when waking a Lenovo Thinkpad T61 (running the x86 kernel) from a suspended state. (BZ#456302)
- This release corrects how the
powernow
driver in the xen-kernel identifies the number of processors in guest systems. The original driver counted the number of processor cores in the machine causing it to identify dual-core processors as two distinct CPUs and return an incorrect processor count. (BZ#456437)
1.110.10.12. Further Updates
- Global File System 2 feature request improves performance of
page_mkwrite()
. (BZ#315191) - A problem returning "Operation not supported" messages when setting an ACL from an NFSv4 system has been resolved. (BZ#403021)
- Fixes have been included in this release that prevent a kernel panic encountered when
kprobes
attempted boosting on exception addresses in x86_32 kernels. (BZ#493088) - Various fixes and updates have been applied to the Xen Credit Scheduler and Xen Latency processes. (BZ#432700)
- An error encountered when attempting an online resize of an
ext3
filesystem usingresize2fs
is being investigated. The error returns "Invalid argument While trying to add group #15625" and can be avoided by doing resizes offline.(BZ#443541) - This release included updated kernel code that resolves NFS connectathon test #12.1 problems. Processes are now called in a different scheduling order which avoids a race conflict. (BZ#448929)
- This release contains an update to the
copy_user
code which fixes problems encountered when runningLTP read02
tests. (BZ#456682) - Kernel code has been updated to fix an error in compiling a custom kernel that includes the
snd-sb16.ko
module. (BZ#456698) - Various patches have been implemented in this release to resolve an issue with calltrace outputs showing on-screen during the shutdown of a Para-Virtualized domain. These outputs no longer appear during shutdown.(BZ#456893)
- An update in this release resolves system stalls that occurred when attempting to execute a
kdump
using the NMI key-combination. (BZ#456934) - A patch has been applied to this kernel to prevent soft lockups occasionally encountered during boot on RX600S4 server systems. (BZ#456938)
- After booting from the HMC (load from file), it is now possible to reboot from an alternate device. (BZ#458115)
1.111. kexec-tools
1.111.1. RHBA-2009:0467: bug fix update
Note
- when kdump required mounting a file system which had reached its maximum mount count, fsck, the file system repair utility, was run automatically. However, because fsck was run in interactive mode by default, when it encountered a file system error the dump process paused until the user intervened. This prevented successful capture of the dump and subsequent system reboot. With this update, fsck is run in non-interactive mode, which allows the dump to complete successfully.
1.111.2. RHBA-2009:0048: bug fix update
Note
- Kernels booted under the kexec system failed to map regions in the system E820 map which were marked as reserved. As some hardware vendors use these regions for various configuration data, some systems experienced various failures during boot up. This update enables the mapping of all regions marked as reserved in the system E820 map and therefore allows these systems to boot correctly.
1.111.3. RHBA-2009:1258: bug fix and enhancement update
- the addition of reserved memory regions in kdump to improve booting on various systems. (BZ#475843)
- a fix to handle network config files that are lacking an ending newline. (BZ#476063)
- fixed some bad status messages when using the ssh dump target. (BZ#466450)
- fixed an issue in which sata_nv was not included in the initramfs. (BZ#476368)
- enhanced our dump filtering with the ability to dump dmesg logs. (BZ#475414)
- added a condrestart directive to the service initscript. (BZ#494483)
- updated the initramfs for kdump to use hostnames instead of ip addresses. (BZ#493690)
- improved kdump documentation. (BZ#494473)
- fixed a bug in which kdump tried to unmount an un-mounted file system. (BZ#495601)
- improved kdump so that fsck operations were non-interactive. (BZ#497012)
- enhanced makedumpfile so that the utsname of the crashed kernel is saved in the dump header. (BZ#497021)
- fixed initrd generation to properly clean up files in /tmp. (BZ#483092)
- enhanced kdump to pickup virtio modules in use with kvm. (BZ#506863)
- made makedumpfile verbosity configurable. (BZ#466436)
1.112. krb5
1.112.1. RHSA-2009:0408: Important security update
Important
1.112.2. RHBA-2009:1378: bug fix and enhancement update
- one of the error messages printed by the "ksu" command contained a spelling error ("geting"). This has been corrected. (BZ#462890)
- several dozen spelling errors across 21 krb5-related manual pages were corrected. (BZ#499190)
- this update no longer attempts to create a keytab for use by the kadmin service when the service is started; doing so is redundant and may interfere with third-party password-changing services such as those provided by IPA. (BZ#473151)
- with this update an attempt to load a database dump into a database which has not been created will cause kdb5_util to create the database. (BZ#442879)
- this update now correctly reports an error if an attempt to use rcp to copy data to a remote system encounters an error as the file is closed. (BZ#461902)
1.113. ksh
1.113.1. RHBA-2009:1165: bug fix update
Note
- the ksh shell's "typeset" special builtin command allows scripts to perform nested variable assignment by providing a variable name and a value to assign to that variable name. However, when a ksh function which contained a nested variable was forked, the nesting counter was incorrectly set to zero, which caused nested variables assignments to become unset. This updated package corrects this error so that forked ksh functions have nested variables set correctly in their child processes, thus resolving the issue. (BZ#510712)
1.113.2. RHBA-2009:1256: bug fix update
- when umask set a default permission in a subshell, this default permission would persist after returning to the parent shell. Subsequently, files in the parent shell might have been created with wrong permissions. This is now fixed. (BZ#485030)
- ksh removed variables from the environment if their names contained certain characters, for example, a hyphen or a space. Now, although ksh does not use environment variables with names that contain these characters, it keeps them for sub-processes. (BZ#488934)
- the ksh builtins failed to report errors on failed file operations, for example, if they were unable to write to a file because of no space on a disk. This could result in data loss, because a user would have no warning that data was not saved. Builtins now provide a proper return code and present an error message to the user if they are unable to complete a file operation. (BZ#465438)
- when typeset was used together with variable assignment in the last version of ksh, typeset took effect after the assignment, not before. Because this behavior was the opposite of how typeset works in ksh versions provided by pdksh and was not documented, it could create surprise and confusion. Now, ksh changed its behavior and typeset takes effect before the variable assignment. (BZ#489516)
- the ksh package now includes 'alternatives' which allows ksh switching with PDKSH. This feature allows users to switch between the ksh-93 and ksh-88 shells and to port ksh-88 scripts to ksh-93. (BZ#488798)
- ksh sometimes returned wrong OPTIND values after returning from a subshell when it executed a function within backquotes (backticks). While the original function would behave as expected, subseqeunt calls would result in incorrect OPTIND values, even calls made directly to the getopts function. Now, the use of backquotes does not cause ksh to return wrong OPTIND values on subsequent calls. (BZ#443889)
- the COMPATIBILITY file which describes differences between ksh-88 and ksh-93 has been added to %doc. (BZ#494534)
- if the $HISTFILE did not exist and could not be created for some reason (for example, read-only NFS home) ksh sometimes crashed with a segmentation fault when trying to insert the last word of the previous command using the M-_ or M-. keyboard shortcut. This is now fixed. (BZ#494363)
- the last version of ksh replaced the ast-base-locale language catalog with a ksh-specific language catalog. However, the ksh-specific catalog lacks translations for many of the locales shipped with ksh. Attempts to use ksh with a non-English locale would therefore result in error messages. Ksh now reverts to using the previous catalog, which does not produce these errors. (BZ#493570)
- in the last version of ksh, braces for a subscripted variable with ${var[sub]} became compulsory when inside [[...]], ((...)) or as a subscript. Because these braces were previouly optional, some shell scripts written for earlier versions of ksh no longer worked as expected. Ksh now recognises cases where the argument can be a pattern, and expands these variables the same way that it expanded them when the braces were optional. While this allows many old scripts to work in the current version of ksh, users cannot be certain that their scripts will work as expected unless they enclose variables in braces as defined in the ksh documentation. (BZ#498585)
- ksh now allows command history to be saved in global history file or in system log. (BZ#502747)
- in the last ksh version, the function nesting counter was zeroed after forking. Therefore, typeset did not assign values in asynchronously called functions. This is now fixed. (BZ#507562)
1.114. lcms
1.114.1. RHSA-2009:0339: Moderate security update
Important
1.115. less
1.115.1. RHBA-2009:0413: bug fix update
Note
1.116. lftp
1.116.1. RHSA-2009:1278: Low security and bug fix update
- when using the "mirror" or "get" commands with the "-c" option, lftp did not check for some specific conditions that could result in the program becoming unresponsive, hanging and the command not completing. For example, when waiting for a directory listing, if lftp received a "226" message, denoting an empty directory, it previously ignored the message and kept waiting. With this update, these conditions are properly checked for and lftp no longer hangs when "-c" is used with "mirror" or "get". (BZ#422881)
- when using the "put", "mput" or "reput" commands over a Secure FTP (SFTP) connection, specifying the "-c" option sometimes resulted in corrupted files of incorrect size. With this update, using these commands over SFTP with the "-c" option works as expected, and transferred files are no longer corrupted in the transfer process. (BZ#434294)
- previously, LFTP linked to the OpenSSL library. OpenSSL's license is, however, incompatible with LFTP's GNU GPL license and LFTP does not include an exception allowing OpenSSL linking. With this update, LFTP links to the GnuTLS (GNU Transport Layer Security) library, which is released under the GNU LGPL license. Like OpenSSL, GnuTLS implements the SSL and TLS protocols, so functionality has not changed. (BZ#458777)
- running "help mirror" from within lftp only presented a sub-set of the available options compared to the full list presented in the man page. With this update, running "help mirror" in lftp presents the same list of mirror options as is available in the Commands section of the lftp man page. (BZ#461922)
- LFTP imports gnu-lib from upstream. Subsequent to gnu-lib switching from GNU GPLv2 to GNU GPLv3, the LFTP license was internally inconsistent, with LFTP licensed as GNU GPLv2 but portions of the package apparently licensed as GNU GPLv3 because of changes made by the gnu-lib import. With this update, LFTP itself switches to GNU GPLv3, resolving the inconsistency. (BZ#468858)
- when the "ls" command was used within lftp to present a directory listing on a remote system connected to via HTTP, file names containing spaces were presented incorrectly. This update corrects this behavior. (BZ#504591)
- the default alias "edit" did not define a default editor. If EDITOR was not set in advance by the system, lftp attempted to execute "~/.lftp/edit.tmp.$$" (which failed because the file is not set to executable). The edit alias also did not support tab-completion of file names and incorrectly interpreted file names containing spaces. The updated package defines a default editor (vi) in the absence of a system-defined EDITOR. The edit alias now also supports tab-completion and handles file names containing spaces correctly for both downloading and uploading. (BZ#504594)
Note
1.117. libX11
1.117.1. RHEA-2009:1332: enhancement update
- The application would hang during SCIM key event handling, specifically when the user attempted to press the F4 key to change focus after typing Japanese characters in a text field. After that, it would not accept keyboard input.This was caused by a possible race condition between the client and the input method server.As a workaround, the number of available atoms for temporary storage of IM data has been increased. The F4 key should now allow the user to change focus most of the time. The frequency of this bug has been significantly reduced but be aware that it may still be triggered under certain circumstances. (BZ#437790)
- Fn+F? keys and System Buttons for Dell's Converse and Fila mobile platforms need to be mapped to appropriate actions. When pressed, nothing would happen. xkeyboard-config and libX11 have now been updated to accept input from these keys. These keys will now work when pressed. (BZ#496184)
1.118. libdhcp
1.118.1. RHBA-2009:1333: bug fix update
- libdhcp did not allow for some situations where a static network configuration was specified. Specifically, when a configuration without a DHCP server was specified during installation, the network interface was not activated. This would preclude installations through FTP and HTTP. Libdhcp now activates the interface when a static configuration is specified, even when no DHCP server is present so that network-based installations are possible. (BZ#233066)
- previously, the method used by libdhcp to build a list of network interfaces available on a system could accommodate a maximum of 86 interfaces. As a consequence, attempts to perform network-based installations through interfaces eth86 and higher would fail. libdhcp now uses libnl to build a list of valid interfaces and therefore is no longer limited to the first 86 that it finds. Network-based installations are therefore possible on a wider range of hardware and network configurations. (BZ#444919)Interfaces using static network configuration are properly handled during installation.
- The system will now see all available network interfaces in the system during installation, rather than stopping at eth85.
1.119. libgcrypt
1.119.1. RHEA-2009:1264: enhancement update
- runtime self-tests and FIPS mode setting have been added, both of which are necessary for Federal Information Processing Standards level 1 (FIPS 140-2) validation. Note: libgcrypt 1.4.4 is currently undergoing FIPS-140-2 validation. FIPS mode is disabled by default, however, to ensure the libgcrypt library maintains feature parity and ABI compatibility with libgcrypt packages previously included in Red Hat Enterprise Linux 5. The FIPS mode can be enabled with kernel command line setting or by creating an empty file, /etc/gcrypt/fips_enabled. (BZ#444803)
- libgcrypt now works with gnutls in non-enforced FIPS mode. (BZ#462718)
1.120. libpng
1.120.1. RHSA-2009:0333: Moderate security update
Important
1.121. libsemanage
1.121.1. RHBA-2009:1298: bug fix update
- dontaudit messages could not be disabled, which made it difficult for customers building their own security policies to identify which policies were being denied. This updated package includes the "sepol_set_disable_dontaudit" and "semanage_set_disable_dontaudit" functions, which allow dontaudit messages to be disabled. (BZ#493114)
- corrected a specific versioned dependency issue relating to libsepol (BZ#512662)
1.122. libsepol
1.122.1. RHBA-2009:1273: bug fix update
- the RPM package information specified that libsepol was provided under a GPL license. This contradicted the source RPM change log, which specified that libsepol was provided under a LGPL licence. The correct licence type (LGPL) is now specified in the libsepol package information. (BZ#488802)
- dontaudit messages could not be disabled, which made it difficult for customers building their own security policies to identify which policies were being denied. This updated package includes the "sepol_set_disable_dontaudit" function, which allows dontaudit messages to be disabled.
1.123. libsoup
1.123.1. RHSA-2009:0344: Moderate security update
Important
1.124. libspe2
1.124.1. RHBA-2009:1263: bug fix and enhancement update
1.125. libtiff
1.125.1. RHSA-2009:1159: Moderate security update
Important
1.126. libunwind
1.126.1. RHBA-2009:0464: bug fix update
Note
- C++ programs which used standard C++ exceptions and were linked with the libunwind library could crash, due to a conflict between the unwinding capabilities contained in GCC and those provided by libunwind. libunwind used an outdated Application Binary Interface (ABI) which did not provide the GetIPInfo() function. When the libunwind unwinder was preferred over the GCC unwinder, then the missing GetIPInfo() function (which was provided by the GCC unwinder) was used together with libunwind's unwinding support. Because GCC's GetIPInfo() function must access the (valid) state of the GCC unwinder, an application crash could result. Because of this ABI change, libunwind required a small extension to its ABI to update it to the current unwinding ABI. This updated package provides that extension, thus removing the possibility for unwinding conflict and potential application crash. (BZ#480412)
1.127. libvirt
1.127.1. RHSA-2009:0382: Moderate security update
Important
1.127.2. RHEA-2009:1269: bug fix and enhancement update
- the "virsh" and "xm" commands passed incorrectly passed the option "type=vbd" when either attaching or detaching TAP devices, which caused the command to fail. With this update, the correct type, "type=tap", is passed when TAP devices are attached or detached. (BZ#475791)
- attempting to create a domain on a node using an iSCSI volume pool managed by libvirt failed with this error message:
libvir: Remote error : socket closed unexpectedly error: Failed to create domain from create_guest.xml
This has been fixed in these updated packages so that creating guests on an iSCSI volume pool succeeds as expected. (BZ#483310) - the "virsh" and "xm" commands passed incorrectly passed the option "type=vbd" when either attaching or detaching TAP devices, which caused the command to fail. With this update, the correct type, "type=tap", is passed when TAP devices are attached or detached. (BZ#483835)
- occasionally, libvirt lost track of running domains, the command "virsh list" did not list those domains, and pid files still existed for the processes representing those domains. A fix to the libvirt event loop now ensures that libvirt is able to keep track of all running domains on the host. (BZ#499250)
- due to a domain ID-handling error, the command "virsh destroy [domain-id]" could potentially terminate domains with IDs similar to the target. This has been corrected so that "virsh destroy [domain-id]" terminates only the target domain. (BZ#500158)
- running the command "virsh dominfo [domain-id]" to acquire information about a running Xen domain resulted in this error message:
error: this function is not supported by the hypervisor: virNodeGetSecurityModel
This update fixes the dominfo subcommand so that it does not return an error message if the security model API is unimplemented. (BZ#506688) - right-clicking on a running domain in the virt-manager application and then choosing Shutdown -> Force Off incorrectly caused that domain ID to disappear from the virt-manager list of VMs. In addition, domains created with the virt-manager or virt-install applications were not listed in the GUI window until virt-manager was restarted or the newly-created guest was started. This issue was related to inotify support and has been fixed in these updated packages. (BZ#508278)
- PCI pass-through is a virtualization-related ability that is enabled by AMD's IOMMU and Intel's VT-d technologies. With PCI pass-through, PCI devices can be "passed through" the hypervisor (that is, bypassing it and locking it out) to an unprivileged domain, thereby allowing near-native performance of hardware devices, such as network cards, in guest domains. With this update, PCI pass-through is enabled for both Xen and KVM virtual machines. (BZ#471156 , BZ#513317 , BZ#496925 , BZ#481757 , BZ#481747)
1.128. libvirt-cim
1.128.1. RHEA-2009:1270: bug fix and enhancement update
- libvirt-cim would generate an incorrect boot tag for fully virtualized Xen guests, which would cause a 'Missing boot device' error. Boot tags will now generate in the form <boot dev='hd'> instead of <boot>hd</boot>, and guests will be able to start normally. (BZ#503724)
- KVM virtualization in Red Hat Enterprise Linux, as mentioned above, requires an updated version of libvirt-cim to support the new hypervisor. libvirt-based CIM providers have been updated to enable support for third-party system management tools for Xen and KVM. (BZ#474681)
- Red Hat Enterprise Linux 4 introduced higher permission sensitivity to directory creation when installing packages. When the root's umask was changed prior to installation, and a package did not explicitly define directory permissions for a file, the installer would create directories based on the umask of the user who ran the installation. This could result in an 'Unowned Directory' error. libvirt-cim now includes full permission information, so directories are set up correctly during installation. (BZ#481810)
1.129. libvorbis
1.129.1. RHSA-2009:1219: Important security update
Important
1.130. libwmf
1.130.1. RHSA-2009:0457: Moderate security update
Important
1.131. libxml
1.131.1. RHSA-2009:1206: Moderate and libxml2 security update
Important
1.132. linuxwacom
1.132.1. RHEA-2009:1384: enhancement update
- serial tablets commonly found in tablet laptops were not recognized as tablets. The udev rules have been modified to create symbolic links, which adds serial tablet support. (BZ#483827)
- wacomcpl did not show a specific pointer device in the title bar of a submenu when a tool was edited. (That is, the title bar showed 'Tool Buttons' rather than 'Stylus Tool Buttons' when the Stylus tool was selected.) The device is now shown in the submenu title bar so that users can easily see which device is being edited. (BZ#485942)
1.133. lksctp-tools
1.133.1. RHBA-2009:0412: bug fix update
Note
1.134. ltrace
1.134.1. RHBA-2009:0380: bug fix update
Note
- in some cases, when tracing the process that used fork system call, the kernel may have reported certain events in the forked child even before it reported that the fork had occurred in the first place. With this update, ltrace now anticipates this behavior, thus resolving the issue.
- on IBM System z machines, ltrace would crash when attempting to trace binaries that called functions with five or more arguments. This has been fixed with this update and ltrace now works as expected.
- when ltrace's '-o' option, which writes the output to a file, was used alongside the '-c' option, which counts time and calls for each library call and reports a summary, ltrace sent the output to standard error as usual instead of to the file designated on the command line. With this updated package, ltrace sends the output to the designated file when it is called with the '-c' option, thus resolving this issue.
- ltrace was not able to trace a binary that was called using the "exec" system call. With this update, ltrace is now able to do so.
- the ltrace(1) man page incorrectly claimed that ltrace could not trace 64-bit binaries, and has been corrected.
- a bug in which ltrace would become unresponsive (i.e. "hang") while tracing a child process with the '-f' option, which traces child processes as they are created by currently traced processes as a result of the fork or clone system calls. To correct for this, ltrace now tests for the situation in which it fails to attach to a newly-forked process, thus resolving the issue.
1.135. lvm2
1.135.1. RHBA-2009:1393: bug-fix and enhancement update
- Fixes pvmove to revert operation if temporary mirror creation fails.
- Fixes metadata export for VG with missing PVs.
- Enables use of cached metadata for pvs and pvdisplay commands.
- Fixes segfault for vgcfgrestore on VG with missing PVs.
- Fixes memory leaks in toolcontext error path and mirror allocation code.
- Ignores suspended devices during repair and allows metadata correction even when PVs are missing.
- Unifies error messages when processing inconsistent volume group.
- Fixes multi-extent mirror log allocation when smallest PV has only 1 extent.
- Attempts to load dm-zero module if zero target needed but not present.
- Forces max_lv restriction only for newly created LV.
- Fixes vgreduce --removemissing failure exit code.
- Always returns exit error status when locking of volume group fails.
- Fixes mirror log convert validation question.
- Saves and restores the previous logging level when log level is changed internally.
- Fixes error message when archive initialization fails.
- Fixes lvcreate to remove unused cow volume if the snapshot creation fails.
- Removes old metadata backup file after renaming VG.
- Avoids scanning empty metadata areas for VG names.
- Fixes fsadm to pass --test from lvresize and prevents from checking mounted file system.
- Fixes lvresize size conversion for fsadm when block size is not 1K.
- Fixes cached volume group metadata to cope with duplicate volume group names.
- Fixes pvs segfault when pv mda attributes requested for not available PV.
- Fixes pvs segfault when run with orphan PV and some VG fields.
- Fixes lvmdump /sys listing to include virtual devices directory.
- Avoids exceeding LV size when wiping device.
- Calculates mirror log size instead of using 1 extent.
- Ensures requested device number is available before activating with it.
- Fixes incorrect exit status from 'help <command>'.
- Fixes vgrename using UUID if there are VGs with identical names.
- Fixes segfault when invalid field given in reporting commands.
- Copes with snapshot dependencies when removing a whole VG with lvremove.
- Exits with non-zero status from vgdisplay if couldn't show any requested VG.
- Fixes minimum width of devices column in reports.
- Fixes pvs report for orphan PVs when segment attributes are requested.
- Fixes pvs -a output to not read volume groups from non-PV devices.
- Fixes and updates to man pages including the restriction on file descriptors at invocation and --nameprefixes, --unquoted, --rows options in pvs,vgs,lvs commands.
- As well, this update adds the following enhancements:
- Online resizing of mirrors is now enabled.
- Adds vgimportclone command to import and rename duplicated volume group (e.g. a hardware snapshot).
- Adds --dataalignment to pvcreate to specify alignment of data area.
- Reduces memory usage by using per volume group memory pools.
- Detects and conditionally wipes swapspace signatures in pvcreate.
- Adds sparse snapshot devices manipulation, e.g. lvcreate --virtualsize (hidden zero origin).
- Inherits readahead setting from underlying devices during activation.
- Adds MMC (mmcblk) device type to filters.
- Does not scan devices if reporting only attributes from PV label.
- Adds fsadm support for reszing ext4 filesystems.
- Adds "--refresh" functionality to vgchange and vgmknodes.
- Adds lvs origin_size, dev_size, pv_mda_size and vg_mda_size to reports.
1.136. lvm2-cluster
1.136.1. RHBA-2009:1394: bug-fix and enhancement update
- Fixes partial activation support in clustered mode.
- Flushes memory pool and fixes locking in clvmd refresh and backup command.
- Destroys toolcontext on exit in clvmd (fixes memory pool leaks).
- Fixes remote metadata backup for clvmd.
- Fixes startup race in clvmd.
- This update adds the following enhancements:
- Introduces CLVMD_CMD_LOCK_QUERY command for clvmd.
- Allows clvmd to start up if its lockspace already exists.
- Blocks SIGTERM & SIGINT in clvmd subthreads.
1.137. m2crypto
1.137.1. RHBA-2009:1351: bug fix update
- closing a file object returned by m2urllib2 did not immediately close the underlying network connection. This could cause a process to run out of file handles. Closing a file object now closes the sockets associated with it and avoids leaking file descriptors. (BZ#460692)
- the Python global interpreter lock was not released by blocking m2crypto functions, making it impossible to use m2crypto concurrently in a multi-threaded program. M2Crypto now uses the thread support in SWIG for functions that are likely to block. M2Crypto can now accept additional connections even when a different thread is still waiting for incoming data. (BZ#472690)
- m2urllib2 used absolute URIs in HTTP requests instead of using only the selector part of the URI, which is not supported by some HTTP servers. Now, m2urllib2 makes requests with only the selector part of the URI, ensuring that the request is understood even by HTTP servers that do not support requests made with the absolute URI. (BZ#491674)
- the M2Crypto SSL certificate checker incorrectly rejected certificates with a subjectAltName extension that did not contain a host name. M2Crypto now uses the certificate subject field instead of subjectAltName if subjectAltName does not contain a host name. (BZ#504060)
- the OpenSSL locking callback in M2Crypto did not block on a lock when the lock was held by another thread. This could cause data corruption in multi-threaded applications. The locking callback now functions correctly, regardless of which thread holds the lock. (BZ#507903)
1.138. man-pages-ja
1.138.1. RHBA-2009:0483: bug fix update
Note
- modules loaded after sysctl was run could override parameters set in sysctl and sysctl.conf. Man pages have been updated with information about this process and suggestions as to how modifications can be retained by the system across reboots. (BZ#451238)
1.139. mcelog
1.139.1. RHBA-2009:1374: bug fix and enhancement update
- the code that generates the MCE log contained a typo that appeared in several places. Consequently, mcelog would ignore a chunk of the data at the beginning of each record. The chunk of data would be so large that each record would be empty and therefore, the log itself would be empty. With this typo corrected, mcelog correctly generates its log of MCE events. (BZ#501512)
- mcelog is unable to obtain MCE data from paravirtualized Xen guests on a system. Previously, each time that mcelog tried and failed to obtain this data, it would generate an error report -- by default, once per hour. These error reports could mislead users to think that there was a problem with their system. Now, mcelog does not generate error reports when it cannot obtain MCE data from paravirtualized Xen guests, and therefore avoids any potential confusion. (BZ#511126)
- the mcelog package had not been updated in several releases. Therefore, the existing package could not decode MCE events from newer Intel processors such as the "Nehalem" and "Dunnington" series. This update adds support for newer Intel hardware. (BZ#473392)
1.140. mdadm
1.140.1. RHBA-2009:1382: bug fix and enhancement update
- the Linux software raid stack supports data scrubbing (reading disks in the raid array and looking for bad sectors, and when bad sectors are found using information from other disks or from parity to rewrite the bad sectors with good data). However, the mdadm package did not make use of this functionality. This package adds a cron job to /etc/cron.weekly to check disks for bad sectors and repair them when found. (BZ#233972)
- the mdadm man page contained several typos and was not clear on the proper usage of a number of mdadm options. The typos have been removed and notes and clarifications have been added so that the man page now better reflects the proper usage and limitations of the mdadm command. (BZ#434670 , BZ#434671 , BZ#489476)
- mdadm did not recognize the "-N" and "-Y" short options, although it recognized their long equivalents ("--name" and "--export") and they were listed as valid in mdadm --help. Mdadm now recognizes these short options. (BZ#478977)
- a new raid-check script (see the enhancement note below) attempted to check arrays that were not checkable. The script first retrieved a list of active arrays from /proc/mdstat then attempted to write "check" to the sync_action element of each array's sysfs entry. Non-redundant arrays (such as linear and raid0 arrays) do not have a sync_action entry in sysfs, however. Note: this did not prevent the script from checking arrays that could be checked but did cause cron job output errors to be e-mailed to the system administrator. The raid-check script now checks for a sync_action element in sysfs before writing to it. (BZ#513473)
- with this update mdadm has new functionality to enable "data scrubbing" on redundant arrays. Data scrubbing looks for bad sectors on drives in redundant arrays and fixes the bad sectors using data from other drives to reconstruct sectors that return read errors. Note: data scrubbing is on by default in this new package. It runs once per week and may cause some performance degradation while it is running. If users wish to disable this feature for performance reasons, or if they wish to control what type of check is performed on arrays, or which arrays to check at all, edit the file /etc/sysconfig/raid-check. Details of how to set options are included in the file as comments. (BZ#513200)
1.141. microcode_ctl
1.141.1. RHEA-2009:1363: enhancement update
1.142. mkinitrd
1.142.1. RHBA-2009:1088: bug fix update
Note
- when using kernel version 2.6.18-122 or earlier, creating an initial ramdisk (initrd) failed due to the mkinitrd script assuming that RAID-specific kernel modules were available when they were not. With these updated packages, mkinitrd no longer assumes that these RAID-specific kernel modules are available, and thus initrd creation completes successfully. (BZ#496591)
1.142.2. RHBA-2009:1345: bug fix and enhancement update
- mkinitrd failed on dmraid systems with kernels that don't include dm-raid45 modules. (BZ479270)
- the "netname" command has been improved to handle environmental variables correctly. (BZ474422)
- handling for UUID and LABEL on hibernation devices has been improved. (BZ489836)
- This update also includes these enhancements:
- when in fips mode the tcrypt module is now loaded to self-test all cryptographic algorithms. (BZ499639)
- support for FIPS integrity checking of the kernel has been added. (BZ467497)
1.143. mlocate
1.143.1. RHBA-2009:1251: bug fix update
1.144. mod_auth_mysql
1.144.1. RHSA-2009:0259: Moderate security update
Important
1.145. mod_authz_ldap
1.145.1. RHBA-2009:0305: bug fix update
Note
1.146. mod_nss
1.146.1. RHEA-2009:0403: enhancement update
Note
1.146.2. RHBA-2009:1365: bug fix update
- By removing the mod_ssl package
- By removing or renaming /etc/httpd/conf.d/ssl.conf
1.147. module-init-tools
1.147.1. RHBA-2009:1362: bug fix update
- this updated module-init-tools package provides an enhancement that enables module parameters to be read automatically from the kernel command line in the same fashion that built-in kernel modules are handled.(BZ#487395)
- previously, in some cases, a kernel module package may have installed an older version of an already-installed kernel module. When this occurred, the manner in which the kernel modules were sorted may have resulted in an older version of the module being enabled by default. While the installation of multiple versions of the same kernel module on a system is unsupported, this update provides provides improvements to the sorting of kernel modules so that the highest version is used, which resolves this issue. (BZ#404311)
- previously, the "weak-modules --add-modules" command created a redundant directory structure in the "weak-updates/" directory. With this update, the "--add-modules" option now creates the same structure as the "weak-modules --add-kernels" command. (BZ#484762)
- previously, the "modprobe --show-depends" command returned "install" command directives, causing issues with some kernel modules. With this update, the "--show-depends" correctly outputs the "insmod" records, which resolves this issue. (BZ#497923)
- previously, the man page for depmod (a tool used to generate a list of kernel module dependencies) was missing documentation for the "-a" option. In this updated package, the depmod man page has been amended with the following description of the "-a" option:
-a --all Probe all modules. This option is enabled by default if no file names are given in the command-line.
1.148. mysql
1.148.1. RHSA-2009:1289: Moderate security and bug fix update
Note
- an error in the mysqld init script caused the MySQL service to not wait correctly if the socket file specified in /etc/my.cnf was anything other than the default. This caused MySQL to return an erroneous "[FAILED]" message. With this update, /etc/init.d/mysqld has been corrected, MySQL waits correctly and the erroneous error message no longer presents. (BZ#435494)
- when slave DBs rotated relay logs, the file was deleted and the relay log index file was then edited. If the slave shut down before the index file was edited, said file contained a reference to a now non-existent relay log. In some circumstances, this could cause a race condition or a replication failure when restarting slave DB. With this update, the relay log index file is updated before the relay log file is deleted, ensuring the race condition or replication failure can not occur. (BZ#448534)
- the mysqld init script did not check that mysql ran as the mysql user. It also did not explicitly initialize the MySQL database in the directory specified in my.conf. With this update, both these oversights have been rectified. Note: the absence of these checks did not prevent a default MySQL installation initializing successfully. (BZ#450178)
- in one reported instance, upgrading from MySQL 5.0.22 to MySQL 5.0.45 caused a large database to repeatedly crash on launch. The crashes ceased when MySQL was further upgraded to version 5.0.51b. This updated package upgrades MySQL to version 5.0.77, which incorporates the changes made in 5.0.51b. (BZ#452824)
- as of MySQL 5.0.42, DATE values are compared as ints not strings. Consequent to this, using DATE() in a WHERE clause did not return any records after a NULL value. The null_value flag was not reset, causing all values following the first NULL value encountered to also be treated as NULL. With this update, the flag is reset correctly and the DATE() function returns records as expected. (BZ#453156)
- the tmpdir variable was not honored for temporary tables created for filesorts. .frm files were created correctly but data files were written to the working directory. Depending on the working directory's location, MySQL could slow to a crawl or even appear to hang. With this update, the tmpdir variable is honored as expected. (BZ#455619)
- for large enough query caches, invalidating a data subset took too long, effectively freezing the server. Dictionary access requests are now limited to 0.1 seconds. For longer requests, the system falls back to ordinary statement execution. Note: this does not work for query cache invalidations issued by DROP, ALTER or RENAME TABLE operations. (BZ#456875)
- in a stored function or trigger, when InnoDB detected a deadlock it attempted a rollback and displayed an incorrect ERROR 1422 message. In practice this meant, if two concurrent transactions updated the same table, the second would display the erroneous error. InnoDB now returns an error under these conditions and does not attempt a rollback. (BZ#457218)
- equivalent paths in MySQL config files (eg, ~/.my.cnf and SYSCONFDIR/my.cnf), could be read twice at startup. SYSCONFDIR/my.cnf was also read last, so ~/.my.cnf did not override as expected. Paths are now normalized and duplicates removed before the list is read; also, SYSCONDIR/my.cnf is now read before ~/.my.cnf. (BZ#462534)
- when MyISAM keys were fetched, a key block pointer was copied to the end of the key buffer but the pointer length was not accounted for when the buffer size was calculated. This could cause memory overwrites which, in turn, lead to unpredictable results. Given this unpredictability there is no simple test case. One known consequence, however, is queries that, in some cases, produced a result set using ORDER BY ASC but returned no results when using ORDER BY DESC. With this update, the key buffer size has been increased by the length of the key block pointer. Memory overwrites no longer occur and, consequently, queries return results as expected when ORDER BY DESC is used. (BZ#470036)
- when a client connection exited without calling mysql_close(), the aborted_threads variable was updated twice and the aborted_clients status variable was consequently incremented twice. With this update, aborted_threads is updated in only one place, preventing the second, erroneous, aborted_clients incrementation. (BZ#479615)
1.149. mysql-connector-odbc
1.149.1. RHBA-2009:1290: bug fix update
1.150. nautilus-sendto
1.150.1. RHBA-2008:0916: bug fix and enhancement update
- when nautilus-sendto was enabled for Pidgin, the contextual menu in Nautilus referred to 'Gaim' rather than 'Pidgin'. With this update, the menu item text has been corrected and the contextual menu refers to Pidgin as expected. ( BZ#250403 )
- this rebase adds the ability to send to Bluetooth devices, provides better Pidgin integration, and makes a number of user interface fixes. See the ChangeLog, installed to /usr/share/doc/nautilus-sendto-1.0.1/ for details regarding these and other changes. ( BZ#250403 )
1.151. net-snmp
1.151.1. RHBA-2009:1215: bug fix update
Note
- snmpd, the SNMP daemon, did not expect the packet counters in the /proc/net/snmp and /proc/net/snmp6 files to be 64-bit on 64-bit systems. When these counters exceeded 32 bits in size, which would occur when the Linux kernel sent or received greater than 4,294,967,296 (2^32) packets, then the snmpd daemon would terminate abnormally. With this update, the snmpd daemon no longer crashes when it encounters a packet counter in the directories listed above that is greater than 32 bits in size, thus resolving the issue. (BZ#516182)
1.151.2. RHBA-2009:1069: bug fix update
Note
- snmpd, the SNMP daemon, contained several memory leaks. These leaks caused snmpd to leak memory relatively slowly but significantly, at the rate of 50 MB per month. These memory leaks have been plugged in these updated packages, and snmpd no longer leaks memory over time. (BZ#497810)
1.151.3. RHBA-2009:1372: enhancement and bug fix update
- using "snmpwalk" to walk a host with automounted NFS mounts sometimes resulted in the snmpd server timing out if the NFS mount became unresponsive. This update provides a new directive for the snmpd.conf configuration file, "skipNFSInHostResources", which allows snmpwalk to skip over automounted NFS mounts when performing a walk. (BZ#461631)
- the snmp daemon did not correctly report the speeds of network interfaces when they were greater than 4 Gbit/s. With this update, the actual speed of 10-Gigabit Ethernet (10GbE) network cards are accurately reported. (BZ#464061)
- the snmpd daemon no longer prints spurious "error on subcontainer '' insert (-1)" messages to snmpd.log when it reloads its configuration file (such as when the daemon is restarted). (BZ#468147)
- the snmpd daemon no longer reports the following errors to syslog when walking through diskIOTable: "diskio.c: don't know how to handle [x] request". (BZ#474093)
- the net-snmp packages were upgraded to upstream version 5.3.2.2 for Red Hat Enterprise Linux 5.3. This update changed the format for the snmpd daemon's "-LS [level] [facility]" logging options by removing the required space from between the [level] and [facility] arguments. These updated packages now support both the old-style "-LS" option formatting (space between arguments) and the new-style (space-less) formatting. (BZ#477768)
- the snmpd daemon contained several memory leaks which occurred when accessing the Stream Control Transmission Protocol Management Information Base (SCTP-MIB). These memory leaks have been fixed with these updated packages. (BZ#497280)
- the net-snmp-devel package contained an undeclared dependency on the lm_sensors-devel package, which has been made explicit with this update. (BZ#437819)
- RMON-MIB::etherStatsJabbers and ETHERLIKE-MIB:dot3StatsTable. The implementation of these OIDs is limited to systems with a Broadcom BCM 5708 Gigabit Ethernet Controller or an Intel Corporation 82541GI Gigabit Ethernet Controller. (BZ#468832)
- IP-MIB::ipAddressSpinLock, which allows the synchronization of ipTable modifications. (BZ#479609)
- IP-MIB::ipNetToPhysicalLastUpdated, which details when a ipNetToPhysicalTable was created or last updated. (BZ#477092)
1.152. netpbm
1.152.1. RHSA-2009:0012: Moderate security update
Important
1.152.2. RHBA-2009:1268: bug fix update
- several utilities shipped with netpbm may have crashed while processing image files. With this update, this issue has been resolved.
- several utilities shipped with netpbm did not accept files from standard input even though this method was in accordance with the documentation. With this update, this issue has been resolved.
- the documentation of a number of utilities provided by netpbm did not agree with the actual usage, described parameters which are not present, and contained various typos and errors. The documentation of the netpbm utilities is much improved with this update, and the specific problems listed have been corrected.
1.153. nfs-utils
1.153.1. RHSA-2009:1321: Low security and bug fix update
- the "LOCKD_TCPPORT" and "LOCKD_UDPPORT" options in "/etc/sysconfig/nfs" were not honored: the lockd daemon continued to use random ports. With this update, these options are honored. (BZ#434795)
- it was not possible to mount NFS file systems from a system that has the "/etc/" directory mounted on a read-only file system (this could occur on systems with an NFS-mounted root file system). With this update, it is possible to mount NFS file systems from a system that has "/etc/" mounted on a read-only file system. (BZ#450646)
- arguments specified by "STATDARG=" in "/etc/sysconfig/nfs" were removed by the nfslock init script, meaning the arguments specified were never passed to rpc.statd. With this update, the nfslock init script no longer removes these arguments. (BZ#459591)
- when mounting an NFS file system from a host not specified in the NFS server's "/etc/exports" file, a misleading "unknown host" error was logged on the server (the hostname lookup did not fail). With this update, a clearer error message is provided for these situations. (BZ#463578)
- the nhfsstone benchmark utility did not work with NFS version 3 and 4. This update adds support to nhfsstone for NFS version 3 and 4. The new nhfsstone "-2", "-3", and "-4" options are used to select an NFS version (similar to nfsstat(8)). (BZ#465933)
- the exportfs(8) manual page contained a spelling mistake, "djando", in the EXAMPLES section. (BZ#474848)
- in some situations the NFS server incorrectly refused mounts to hosts that had a host alias in a NIS netgroup. (BZ#478952)
- in some situations the NFS client used its cache, rather than using the latest version of a file or directory from a given export. This update adds a new mount option, "lookupcache=", which allows the NFS client to control how it caches files and directories. Note: The Red Hat Enterprise Linux 5.4 kernel update (the fourth regular update) must be installed in order to use the "lookupcache=" option. Also, "lookupcache=" is currently only available for NFS version 3. Support for NFS version 4 may be introduced in future Red Hat Enterprise Linux 5 updates. Refer to Red Hat Bugzilla #511312 for further information. (BZ#489335)
1.154. nfs-utils-lib
1.154.1. RHBA-2009:1250: bug fix update
- when resolving a group ID, a group's data structure is stored in a buffer. When the buffer size was exceeded, the default no-group value was used in place of the group ID, removing certain user privileges. Larger buffer spaces are now provided when the defined buffer is exceeded, so groups are mapped to the appropriate ID. (BZ#453804)
1.155. nfs4-acl-tools
1.155.1. RHEA-2009:1407: enhancement update
- the mapping between ACLs in the draft POSIX standard and NFSv4 ACLs used in previous versions of the nfs4-acl-tools did not accept all NFSv4 ACLs. As a result, attempts to set an ACL on an NFS server could fail with the message "Operation not supported". Nfs4-acl-tools has been rebased to upstream version 0.3.3, which contains completely new mapping code that handles practically all NFSv4 ACLs. (BZ#507443)
1.156. nspr and nss
1.156.1. RHSA-2009:1186: Critical security, bug fix, and enhancement update
Important
1.156.2. RHBA-2009:1161: bug fix and enhancement update
Note
1.157. nss_ldap
1.157.1. RHBA-2009:1379: bug fix update
- nss_ldap contained a socket descriptor leak that occurred when it was forced to reconnect to the LDAP server. This socket descriptor leak would eventually cause the nscd daemon to consume 100% CPU and fail to reconnect to the LDAP server. This has been fixed so that sockets do not leak and a failure to reconnect does not occur. (BZ#428837)
- this update modifies the nss_ldap module's behavior so that when it encounters an entry which contains an attribute value which is expected to be numeric, but the value contained in the entry can not be correctly parsed as a number, then the module ignores the entry. (BZ#457258)
- a previous change in nss_ldap's default behavior meant that the "getent passwd" command retrieved a fewer number of lines than before. This default behavior can be changed with the "nss_paged_results" option, which, in these updated packages, is now set by default to "no", so that "getent passwd" is able to retrieve up to 40447 lines instead of 1041. (BZ#486321)
- running the command "id [ldap_username]" when the "nss_connect_policy" directive in the /etc/ldap.conf configuration file was set to "oneshot" caused the "id" command to fail and the nscd daemon to crash due to an assertion failure. With these updated packages, calling "id [user_name]" when "nss_connect_policy" is set to "oneshot" works as expected and no longer triggers the failed assertion. (BZ#488857)
1.158. ntp
1.158.1. RHSA-2009:1039: Important security update
Important
Note
1.158.2. RHSA-2009:0046: Moderate security update
Important
Note
1.159. numactl
1.159.1. RHBA-2009:0389: bug fix update
Note
- the numactl-devel subpackage did not require the same version as the primary numactl package. The absence of this requirement could lead to situations where the version of the primary package installed on a system differed from the version of the subpackage. In this updated package, the subpackage requires the same version of the primary package. With the version of the subpackage aligned to that of the primary package, the interoperability of these components is ensured. (BZ#467022)
1.160. openais
1.160.1. RHBA-2009:1191: bug-fix update
Note
- When a node is sending heavy transmissions, and it is killed and restarted, it can sometimes lead to complete cluster failure by not allowing new communication to occur from that node. This is a regression in the z stream.
1.160.2. RHBA-2009:1104: bug-fix update
Note
- The CFG library, which is used to enable redundant ring, does not function properly.
- The CPG service, which is used throughout the cluster software, can sometimes segfault under certain loads.
- On ppc architectures, the IPC system can segfault because of how va_args and unions operate on these platforms.
- The totempg subsystem in openais can sometimes throw away a message, which can result in cluster failure.
- The IPC system contains a problem with the CPG service. The problem causes the wrong error code to be returned when the library user has insufficient permissions (regression).
- A race condition can cause the CPG service to have unexpected behavior (regression).
- Configuration changes in the CPG service could be delivered out of order (regression).
1.160.3. RHBA-2009:0417: bug fix update
Note
- Fix defect that results in aisexec core dumping under IPC load.
- Fix defect where cpg flow control doesn't work properly.
- Fix defect where, in many cases, certain message types can be ignored in the ckpt or cpg services.
- Fix defect where openais segfaults during addition of node and message sizes greater then the MTU.
- Fix problem with the way totem queue length is determined, which was resulting in assertions under certain heavy load conditions.
- Fix rolling upgrade problem where rolling upgrades don't work from 5.2 to 5.3.
- Fix defect where checkpoint reference counts were incorrectly calculated from a departing node in some conditions.
1.160.4. RHBA-2009:1366: bug-fix and enhancement update
- The CPG service, which is used throughout the cluster software, sometimes segfaulted under certain loads. (BZ#261381)
- On PowerPC architectures, the IPC system could segfault because of how va_args and unions operate on these platforms. (BZ#499767)
- The totempg subsystem in openais could sometimes throw away a message, which could result in cluster failure. (BZ#497419)
- The IPC system contained a regression with the CPG service, which caused the wrong error code to be returned when the library user has insufficient permissions. (BZ#494347)
- The redundant ring feature cannot be re-enabled after a failure, because of defects in libcfg. (BZ#494035)
- The CPG service failed to synchronize properly with nodeids greater then 0xffffff. This resulted in CPG not working when automatic node id generation was used. (BZ#489451)
- Certain message types were ignored, resulting in improper synchronization. (BZ#480684)
- The checkpoint service incorrectly calculated reference counts on checkpoints opened by an exiting node, resulting in checkpoint leak. (BZ#490099)
- Under heavy ipc connection/disconnection in the cpg service, the cpg service would segfault. (BZ#497420).
- The cpg service would segfault when cpg_join and cpg_leave were issued by multiple nodes on the same cpg group name as a result of race condition. (BZ#501561)
- The totem free queue was calculated improperly resulting in aborts under heavy cpg load. (BZ#488095)
- Under certain conditions, a race condition resulted in a double list delete in the cpg service causing segfault. (BZ#491459)
- A regression in the openais build process resulted in cmirror regressions. (BZ#496985)
- A regression in the CPG service where a race condition would occur in the delivery of configuration changes with 3+ nodes. (BZ#490098)
- A regression in the CPG service where nodes would see out-of-order configuration changes after a node was started with existing CPG groups. (BZ#504195)
- A regression in the confdb service where the shared object elf header was not properly set. (BZ#504832)
- A regression where semaphores and shared memory was leaked if service cman stop was executed. (BZ#506778)
- A regression, if aisexec was killed while transmitting, and later restarted, the cluster returned ERR_TRY_AGAIN on all API calls. (BZ#506119)
1.161. openhpi
1.161.1. RHEA-2009:1279: enhancement update
- Addition of HP BladeSystem c-Class plug-in
- HP c-Class plugin: additional sensors.
- HP c-class-Enhancement to add IO and Storage blade support.
- HP c-Class plugin: add underpinnings for additional management functions.
- Add entries for HP c-Class plugin pdf documents in Makefile.am.
- Make use of common SSL code HP c-Class Plugin.(BZ#474176)
- Important enhancements and many bug fixes to the HP c-Class plugin
- Many bug fixes to the HPI Shell.
- HPI Shell: Severity fix for announcements added to annunciators.
- HPI Shell: fix closing session and data display.
- Added hpi_shell command to obtain version information
- Enhancements to hpi_shell including a command to reopen a session and to show a single inventory area (thanks to avpak).
- All HPI clients now report proper OpenHPI and SAF HPI version numbers to aid debugging of problems.
- OpenHPI Daemon: Hysteresis values are now validated correctly.
- Allows you to connect to multiple daemons from one client
- Obscure bug fixed in the daemon - affected IPMI plugin when it didn't find shelf manager initially
- Add Dimis and Fumis to Simulator plugin.
- Fix invalid handling of ATCA Led Controls in Manual Mode, IPMI Direct plugin.
- RTAS plugin build fixes
- Cross compilation build improvement regarding the number size checks.
- Creates separate SSL support library for future modularity among plug-ins
- Added SSL library initialization to HPI initialization
- Fixed persisted DAT issue - blank alarms
- HPI-B.03.01 support.
- A new iLO2 RIBCL plug-in for managing HP ProLiant Rack Mount servers.
- Fix domain ID reporting in redundant domains with multiple daemon connections.
- Fix installation of openhpid initscript.
- Enable redundant domains with multiple daemon connections.
- Add saHpiEventLogCapabilitiesGet to simulate plug-in.
- Support change in the OA switchover behaviour.
- Add man pages for sample openhpi applications.
- Add documentation for new ilo2_ribcl and oa_soap plug-ins HP ProLiant plug-in
- Numerous other bug fixes.
1.162. openib
1.162.1. RHBA-2009:1304: bug fix update
- the latest libsdp package appeared older than the previously-installed package because it was missing epoch information. This prevented upgrades to the latest package. This has been corrected, enabling upgrades. (BZ#448733)
- compat-dapl-utils was not permitted to access the its configuration information. This package now has its own dat.conf file, which resolves the issue and ensures that other sensitive data in the previous configuration file remains secure. (BZ#479942)
- dapl-utils and compat-dapl-utils did not trigger installation of all required dependencies at installation time, so installation failed. Each package now requires the libiverbs-driver (in all low-level packages) so all drivers are installed. Selecting the correct driver for specific hardware is the user's responsibility. (BZ#479943)
- administration of the RDS (Radio Data System) protocol, a kernel-level protocol, requires a tools package (rds-tools) that was not previously supported in Red Hat Enterprise Linux. Support for this package has been added, enabling RDS administration. (BZ#486978)
- the rds-tools-debuginfo package was empty, which prevented debugging. The package has been updated with debug information. (BZ#500627)
- valgrind exposed a number of errors when used to debug libraries that used a certain kind of mapped memory. These libraries will now be built with the --with-valgrind option to prevent this. (BZ#504284)
- valgrind could write data incorrectly to control registers for certain hardware types. This method is now explicitly banned. (BZ#505553)
- preliminary XRC support has been removed to cater for upstream API changes likely to break existing support. (BZ#506258)
- the order of Infiniband loading modules has been changed to prevent a conflict and EEH Recovery failure. (BZ#512777)
- when connected mode and IP bonding were used on IPoIB interfaces, the ifup_ib script exited before setting the connected mode or Maximum Transmission Unit (MTU) parameter. The processes that set the mode and the MTU parameter now occur earlier so that bonded interfaces will receive the mode and MTU parameter before ifup_ib exits. (BZ#513195)
- initscripts have been rewritten to include multi-protocol support for Mellanox ConnectX hardware. Ports can now be configured to operate in either Infiniband or 10 Gigabyte Ethernet mode. (BZ#460207)
- support for the Infiniband bonding tool has been added to allow bonding over IPoIB interfaces, which enables improved load-balancing and aggregation performance. (BZ#475663)
- support for Mellanox 10 Gigabyte Ethernet hardware (MT25408 IB), as provided by the latest upstream OFED driver, has been added. (BZ#488114)
- userspace support for the new PCI device ID for the Chelsio S310e-CR iWARP/RDMA adapter is now enabled. (BZ#513226)
1.163. openoffice.org
1.163.1. RHBA-2009:1248: bug fix update
- Red Hat Enterprise Linux 5.0 did not support the '-headless' switch when launching OpenOffice.org. Partly as a consequence, OpenOffice.org was not configured for the Gnome desktop environment: launching would fail with a 'Can't open display' error. OpenOffice.org has now been updated to use GTK, and 'ooffice -headless' launches as expected. (BZ#461984)
- when exporting to a .rtf file, OpenOffice.org would make adjustments only for the UCS-2 encoding. Consequently, exporting when using the ja_JP locale would result in a .rtf file with erroneous characters. OpenOffice.org now adjusts for all encodings, and exports to .rtf as expected. (BZ#462055)
- long lines of Chinese text were not being shortened for the undo tooltip, resulting in an unattractive tooltip. OpenOffice.org now shortens these lines to be displayed as expected. (BZ#469145)
- OpenOffice.org was not checking file paths during the FileRename operation. Identical paths would cause the automated TestTool to crash. OpenOffice.org now aborts the operation for identical paths, and TestTool runs as expected. (BZ#469302)
- TestTool had not been updated to use new .odb files. Consequently, some test scripts would fail. TestTool has now been updated to use the new .odb files. (BZ#469321)
- Euro Converter did not recognize .sxc files, resulting in a conversion failure. Backwards compatibility has now been added and the tool can use .sxc files. (BZ#469330)
- Draw could not import Metafile images from a shell prompt; doing so would cause Draw to quit. Support for these image types has been improved in OpenOffice.org, and Draw now imports them correctly. (BZ#469615)
- the Next button in the Function Wizard was occasionally not being disabled. This resulted in confusing navigation. OpenOffice.org has been updated to disable the button, making usage clearer. (BZ#469630)
- numbered lists in HTML files were being imported incorrectly, resulting in a crash. OpenOffice.org now checks imported numbered lists for irregularities, so HTML files can import successfully. (BZ#469990)
- the 'refresh this document' property for .odp files was not being set properly. As a result, the property would always be '1 second'. OpenOffice.org now sets the property correctly, and it updates as expected. (BZ#470210)
- 'psprint.conf' was not being flagged as a configuration file. As a result, upgrading openoffice.org-core caused OpenOffice.org's printer configuration to be overwritten. The spec file now flags the file, ensuring it is not overwritten. (BZ#476221)
- Tables of Contents in .doc files only cover a maximum of 9 levels, while in OpenOffice.org files they cover 10. Consequently, files exported to .doc would not import again with the correct levels. OpenOffice.org has been updated to export with a cut-off of 9 levels, and .doc files now import and export correctly. (BZ#476959)
- when a print dialog box was closed it would be hidden but not released. The hidden dialog box would continue to poll the CUPS, causing a heavy server load. OpenOffice.org has been updated to release the dialog box properly to avoid polling the CUPS heavily. (BZ#480369)
- when OpenOffice.org opened a document containing tables it did not check how many rows were allowed. This could cause the application to crash. OpenOffice.org now checks the allowed rows until it reaches the end of the table frame. Documents with tables now open as expected. (BZ#480829)
1.164. openssh
1.164.1. RHSA-2009:1287: Low security, bug fix, and enhancement update
- the ssh client hung when trying to close a session in which a background process still held tty file descriptors open. With this update, this so-called "hang on exit" error no longer occurs and the ssh client closes the session immediately. (BZ#454812)
- the SFTP server can now chroot users to various directories, including a user's home directory, after log in. A new configuration option -- ChrootDirectory -- has been added to "/etc/ssh/sshd_config" for setting this up (the default is not to chroot users). Details regarding configuring this new option are in the sshd_config(5) manual page. (BZ#440240)
1.165. openssl
1.165.1. RHSA-2009:1335: Moderate security, bug fix, and enhancement update
- "openssl smime -verify -in" verifies the signature of the input file and the "-verify" switch expects a signed or encrypted input file. Previously, running openssl on an S/MIME file that was not encrypted or signed caused openssl to segfault. With this update, the input file is now checked for a signature or encryption. Consequently, openssl now returns an error and quits when attempting to verify an unencrypted or unsigned S/MIME file. (BZ#472440)
- when generating RSA keys, pairwise tests were called even in non-FIPS mode. This prevented small keys from being generated. With this update, generating keys in non-FIPS mode no longer calls the pairwise tests and keys as small as 32-bits can be generated in this mode. Note: In FIPS mode, pairwise tests are still called and keys generated in this mode must still be 1024-bits or larger. (BZ#479817)
- both the libcrypto and libssl shared libraries, which are part of the OpenSSL FIPS module, are now checked for integrity on initialization of FIPS mode. ( BZ#475798 )
- an issuing Certificate Authority (CA) allows multiple certificate templates to inherit the CA's Common Name (CN). Because this CN is used as a unique identifier, each template had to have its own Certificate Revocation List (CRL). With this update, multiple CRLs with the same subject name can now be stored in a X509_STORE structure, with their signature field being used to distinguish between them. (BZ#457134)
- the fipscheck library is no longer needed for rebuilding the openssl source RPM. ( BZ#475798 )
1.166. openswan
1.166.1. RHSA-2009:1138: Important security update
Important
1.166.2. RHSA-2009:0402: Important security update
Important
1.166.3. RHEA-2009:1350: bug fix update
- Openswan would not allow IPsec connections between a physical IP on one system and a virtual IP on another system if the physical IP on the first system was already connected to the physical IP on the second system that was associated with that virtual IP. Now, Openswan creates a new route if a route already exists. This allows simultaneous IPsec connections to a physical IP and the virtual IP associated with it. (BZ#438998)
- the parser in lib/libipsecconf/ does not correctly interpret values supplied in manual keyring, and the use of the manual keyring could therefore result in a segmentation fault in Openswan. Because the manual keyring is no longer supported, Openswan will now exit with an error when ipsec manual up <connection-name> is used. (BZ#449725)
- the ipsec.conf file included any .conf files placed in /etc/ipsec.d but Openswan's default installation did not place any files in this directory. Therefore, error messages similar to "could not open include filename: '/etc/ipsec.d/*.conf'" would appear when starting or stopping the IPsec service. Although the service operated correctly, the appearance of these error messages could mislead a user to think that there was a problem with IPsec. The ipsec.conf file now comments out the include of /etc/ipsec.d and contains a note suggesting that users uncomment the line and use /etc/ipsec.d for their customized configuration files. (BZ#463931)
- Openswan did not close file decriptors on exec. The resulting file descriptor leaks would then cause AVC denial warnings on systems set to enforce SELinux policy. Openswan now closes file descriptors on exec, both for sockets that it has opened and for sockets that it has accepted. Because Openswan does not now leak these file descriptors, the corresponding AVC denial warnings do not appear. (BZ#466861)
- Openswan's cryptographic methods did not meet the standards for FIPS 140-2 certification, therefore precluding the use of Openswan in environments that require this certification. Openswan now uses the NSS library and includes:
- encryption/decryption algorithms (AES, 3DES)
- hash and data integrity algorithm (MD5, SHA1, SHA2(256, 384, 512))
- HMAC mechanisms for the above hash algorithms.
- authentication with signature (without certificates) (DS_AUTH). Specifically, it uses RSA signatures.
- authentication with signature (with x.509 certificates ) (DS_AUTH).
- Oakley Diffie-Hellman (DH) related cryptographic operations.
- random number generation through NSS.
- support for NSS DB without and with password.
- FIPS integrity check using fipscheck library
- support for old (dbm) and new (sql) NSS databases (dbm)
- previously, the package description included a reference to a "freeswan enabled kernel". This reference could have mislead users into thinking that Openswan required some special kernel, when no such kernel exists. The reference has therefore been removed, eliminating the potential for confusion. (BZ#487708)
1.167. oprofile
1.167.1. RHBA-2009:1322: bug fix and enhancement update
- A bug that prevented opcontrol from displaying the 'Parameters' field whenever the --verbose option was used is now fixed. In previous releases, opcontrol incorrectly used the do_init shell function to initialize the VERBOSE variable (which contained the parameter list) to NULL. With this update, opcontrol now uses the do_option shell function to initialize the VERBOSE variable. (BZ#454969)
- This update also provides support for collecting data on programs using Java runtime environments that support jvmti (Java 1.5.0 and newer). (BZ#474666)
1.168. pam
1.168.1. RHBA-2009:1358: bug fix and enhancement update
- when called from a screensaver running under a non-zero UserID, the pam_tally2 module could repeatedly prompt for the user's password and then log the following error to syslog: "Error opening /var/log/tallylog for update: Permission denied". With this update, pam_tally2 correctly ignores failures to open the tallylog in this situation. (BZ#429169)
- the pam_access module unnecessarily attempted to resolve entries listed in the access.conf file through DNS lookups, even if the service was not called from a network. The pam_access module has been changed so that it does not attempt to resolve the origins of entries in access.conf which do not contain an IP address or an IP addresses and a netmask value. (BZ#459057)
- the pam_keyinit module did not save the UserID (UID) of the process during session close, which made it unable to switch back to that original UID. An error message was output to the system log in that case. The UID is now correctly saved with these updated packages, which makes the spurious log message disappear. (BZ#466411)
- the pam_filter module was not able to open a new pseudoterminal, which prevented the module from functioning properly. With this update, pam_filter is able to open new pseudoterminals. (BZ#473970)
- when the "open_tty" module was used in combination with the "pam_tty_audit" module in the system-auth pam configuration file, pam_tty_audit could segmentation fault if the "open_only" option was set and the open_tty module was called by the "su" command or another utility. (BZ#476833)
- the "smbpasswd" utility allows a user to change their encrypted SMB password, which is stored in the smbpasswd file. However, it was not possible for non-root users to change their password with "smbpasswd" due to overly strict checking in the helper of the pam_unix module. This has been corrected so that users can once again change their SMB passwords using "smbpasswd". (BZ#476904)
- the coreutils package was listed incorrectly as a prerequisite requirement for the pam packages instead of a post-install requirement. This dependency statement has been corrected in these updated packages. (BZ#497570)
- Gnome Display Manager's (GDM's) accessibility features did not function correctly when an audio device was not properly configured. The configuration file for console device modes now sets audio devices as owned by the "audio" group if there is no console user. This provides support for accessible login with GDM. (BZ#244688)
- the pam_tally2 module now supports a new option that allows serialized access to the /var/log/tallylog file. Enabling this option prevents possible failed authentication when two separate processes attempt to authenticate nearly simultaneously when the lock_time option ("always deny for n seconds after a failed attempt") is set to a value of one or greater. (BZ#455217)
- these updated pam packages provide a new PAM module, pam_faildelay, which can read the "FAIL_DELAY" value from the /etc/login.defs configuration file and set the amount of delay between login prompts following a failed login attempt to that value. (BZ#476217)
- these updated pam packages provide a new PAM module, pam_pwhistory, which saves the last passwords for each user in order to force password change history and keep the user from alternating between the same password too frequently. (BZ#451085)
1.169. pango
1.169.1. RHSA-2009:0476: Important security update
Important
1.169.2. RHBA-2009:1395: bug fix update
- it was possible to install Pango (and applications that relied upon Pango), without having any fonts installed. This would prevent applications from loading (as they could not render text) and resulted in an error message. Changes have been made to ensure that the bitsream-vera-fonts package is now a dependency of Pango. With the font present, applications reliant upon Pango can load and render text correctly. (BZ#251928)
1.170. pciutils
1.170.1. RHBA-2009:1110: bug fix update
Note
- using the command "lspci -v" on a system which contained an AD167A Emulex Fibre Channel card caused continuous output. This updated pciutils package contains a fix for this bug so that the output from calling "lspci -v" on systems with this Fibre Channel card always terminates successfully. (BZ#487208)
1.171. perl
1.171.1. RHBA-2009:0406: bug fix update
Note
- the Time::HiRes Perl module is incompatible with the latest version of glibc, which caused setitimer errors to be written to /var/log/dmesg when the alarm() function of HiRes was called with a time greater than one second. With this update, the Time::HiRes module calls setitimer with the correct parameters and no error messages are written to /var/log/dmesg, thus resolving this issue.
1.171.2. RHBA-2009:1244: bug fix and enhancement update
- the Time::HiRes Perl module is incompatible with the latest version of glibc, which caused setitimer errors to be written to /var/log/dmesg when the alarm() function of HiRes was called with a time greater than one second. With this update, the Time::HiRes module calls setitimer with the correct parameters and no error messages are written to /var/log/dmesg, thus resolving this issue. (BZ#453327)
- on multilib systems such as AMD64, the libnet.cfg Perl configuration file, which controls whether CPAN requests use active or passive FTP, was located in the /usr/lib64/perl5/5.8.5/Net/ directory, where it had no effect. This has been corrected with this update: libnet.cfg is now located in the /usr/lib/perl5/5.8.5/Net/ directory, where its active/passive FTP settings properly affect CPAN requests. (BZ#490107)
- the @INC array is a list of directories that Perl searches when attempting to load modules. The @INC array became quite large, which negatively affected performance and led to verbose error messages. Instead of adding all search paths to the @INC array, this update populates it only with those paths which actually do exist at the startup of the interpreter, thus culling nonexistent paths. In this way, performance is improved and compatibility with installations of older modules is retained. (BZ#489909)
1.172. perl-DBD-Pg
1.172.1. RHSA-2009:0479: Moderate security update
Important
1.173. php
1.173.1. RHSA-2009:0338: Moderate security update
Important
1.174. php-pear
1.174.1. RHBA-2009:1071: bug fix update
Note
- installing certain PHP components using the /usr/bin/pecl command resulted in failures and error message similar to the following:
Fatal error: Allowed memory size of [amount] bytes exhausted
This updated php-pear package increases the amount of system memory available to the /usr/bin/pecl command with the result that PHP components which previously failed to install due to out-of-memory errors now install cleanly and without error. (BZ#460072) - attempting to install a PHP component using PEAR's /usr/bin/pecl command resulted in an error message stating that pecl needed access to the "phpize" command, and therefore could not continue with the install. The phpize utility is used to prepare the build environment for a PHP extension. This issue has been resolved by adding a dependency on the php-devel package to the php-pear package, with the result that installing components with pecl should now complete as expected, and without having to chase any further dependencies. (BZ#482974)
- the /usr/bin/pear command emitted warnings when the global "error_reporting" PHP configuration variable was set to the value "E_STRICT". The E_STRICT error-reporting level was introduced into PHP and PEAR following the release of PHP 5, and has the aim of ensuring that the package is strictly PHP 5-compatible. With this updated package, /usr/bin/pear no longer emits warnings when the error-reporting level is set to E_STRICT. (BZ#461142)
1.175. pidgin
1.175.1. RHSA-2009:1218: Critical security update
Important
1.175.2. RHSA-2009:1139: Moderate security and bug fix update
Important
- the Yahoo! Messenger Protocol changed, making it incompatible (and unusable) with Pidgin versions prior to 2.5.7. This update provides Pidgin 2.5.8, which implements version 16 of the Yahoo! Messenger Protocol, which resolves this issue.
Note
1.175.3. RHBA-2009:0407: bug fix update
Note
- the ICQ Internet message protocol servers recently changed and now require clients to use a newer version of the ICQ protocol. When logging in to ICQ Pidgin 2.5.2 (the version previously shipped with Red Hat Enterprise Linux 4 and 5) fails with an error message as a result. Pidgin 2.5.5, included with this update, uses the newer ICQ protocol, which resolves this issue. (BZ#490104 , BZ#490094)
Note
Pidgin 2.5.5 also addresses several other minor bugs. See the Pidgin 2.5.5 ChangeLog, for details regarding these other changes. - users with "One-Time Password" authenticated logins reported authentication failures because Pidgin attempts to re-connect using the previous password after disconnecting from an IM service. This behavior presented even if the "Remember password" check-box was unchecked in the Account Editor dialog box for a given account (Choose Accounts > Manage Accounts to open a list of active accounts. Double-click an account on this list to show the Account Editor dialog box for that account.)
Note
1.176. piranha
1.176.1. RHBA-2009:1396: bug-fix update
- Logrotate rotates all files including previously rotated one.
- Nanny does not default to webservice query string when no query/expect string specified.
- Piranha-gui removes slashes from monitoring script send commands.
- Adding real port in piranha-gui caused pulse to error.
1.177. policycoreutils
1.177.1. RHBA-2009:1292: bug fix update
- when attempting to change contexts, chcat reported invalid argument and insufficient space errors because of a limit to the number of extended attributes that could be included as an argument. This update fixes the issue. (BZ#220813)
- executing the "semanage port -{a|d|m} [-tr] [-p protocol] port" command failed if SELinux was disabled. This update adds support for selecting a store with semanage so that application policies can be updated when SELinux is disabled. (BZ#316011)
- genhomedircon could not process a HOME_DIR with a context <<none>>. This condition has been added and the problem has been resolved. (BZ#354361)
- restorecond.conf did not include definitions for ~/web or ~/www directories. The paths for these directories have been added to restorecond.conf, resolving this issue. (BZ#458687)
- chcat did not translate category IDs to name strings when a user belonged to multiple categories. chcat and setrans.conf have been modified so that category IDs are translated as expected on all architectures and the error no longer presents. (BZ#459677)
- clicking on the table header in system-config-selinux network port view should have toggled numerical sorting of values, but did not activate the sort method. This update fixes the sort order action for the ports page. (BZ#468170)
- policycoreutils did not support the use of "semodule -DB" when removing dontaudit messages. Upstream "semodule -DB" support has been added so that users have a simple mechanism to remove all dontaudit rules while building policies. (BZ#493115)
1.178. poppler
1.178.1. RHSA-2009:0480: Important security update
Important
1.179. ppc64-utils
1.179.1. RHEA-2009:1247: enhancement update
- previously, the ofpathname script was not able to translate logical device names to Open Firmware device path names for virtual Fibre Channel devices. With these updated packages, ofpathname now supports virtual Fibre Channel devices. For more information on ofpathname, refer to the ofpathname(8) manual page. (BZ#477201)
1.180. psmisc
1.180.1. RHBA-2009:0439: bug fix update
Note
- calling the command "fuser -m <device>" failed to detect open files on a file system that had been lazily unmounted (by calling "umount -l <device>", for example). The fuser utility detects open files on lazily-unmounted file systems with this updated package.
1.181. pykickstart
1.181.1. RHBA-2009:1387: bug fix update
- pykickstart ignored special characters when parsing arguments, and therefore omitted them when passing the arguments to the authconfig method. This meant that the system would not kickstart as specified. pykickstart now handles special characters, so arguments are passed as intended. Any further issues will be due to incorrect syntax. (BZ#241657)
- pykickstart lacked RAID10 support, so attempting to kickstart with RAID10 software resulted in a "RAID Partition defined without RAID level" error message and a failure to boot. RAID10 support has been added, and the kickstart now works as expected. (BZ#508053)
1.182. pyorbit
1.182.1. RHBA-2009:1056: bug fix update
Note
- CORBA object typecodes were being ignored when querying objects from sources other than ORBit, such as Java. Pyorbit now checks typecode to find stubs for non-ORBit objects, and includes binary compatibility from upstream modules. (BZ#244921)
1.183. python
1.183.1. RHSA-2009:1176: Moderate security update
Important