%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=468927 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=438464 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223560 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223558 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=431148 %%%
iwlwifi 4965GN wireless driver for Intel WiFi Link 4965 hardware which allows certain wireless devices to connect to any WiFi network.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=248129 %%%
gfs2_convert, which updates the metadata of a GFS file system accordingly.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=316631 %%%
*.img), containing potentially multiple driver RPMs and kernel modules. These drivers are used during installation to support hardware that otherwise would not be recognized. The RPMs are installed on the system and placed into the initrd so that they are supported when the machine reboots.
dlabel=on, which enables the automatic search. All block devices with the file system label OEMDRV are examined and drivers are loaded from these devices in the order in which they are encountered.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=466765 %%%
/home or /srv, then this change will impact you, since the installed system will no longer automatically connect and login to iSCSI disks which are not used for the root filesystem.
iscsiadm -m node -T target-name -p ip:port -o update -n node.startup -v automatic
%%%https://bugzilla.redhat.com/show_bug.cgi?id=444188%%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=308721 %%%
mirror --script (which could cause unauthorized privilege escalation) is now fixed.
-c no longer causes lftp to hang.
sftp.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244135 %%%
TTY.
pam_tty_audit module to mark a process (and its child processes) for TTY input auditing. For instructions on how to do this, refer to man pam_tty_audit(8).
bash audits the exact command line using the record type USER_TTY.
TIOCSTI ioctl system call.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=441859 %%%
coreutils-debuginfo is installed, you can print a callgraph of the ls command using /usr/share/doc/systemtap-version/examples/general/callgraph.stp, as in:
stap para-callgraph.stp 'process("ls").function("*")' -c 'ls -l'
kernel-trace kernel module in /etc/rc.local (using modprobe kernel-trace).
systemtap-client and systemtap-runtime packages to work.
man stap-server.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=437579 %%%
probe syscall.* {}.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=443664 %%%
fence_drac, fence_ilo, fence_egenera, and fence_bladecenter agents now support ssh.
fence_xvmd key files can now be reloaded without restarting.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=447408 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=454887 %%%
.rpmnew and .rpmsave files on multi-arch systems.
rpmgiNext() function of rpm prevented proper error reporting. This update applies the proper semantics for error reporting, thereby ensuring that rpm returns the correct exit code in all instances.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=451464 %%%
opensm has been updated to the upstream version 3.2, including a minor change to the opensm library API.
opensm.conf file has changed. If you have made custom modifications to your existing opensm.conf, rpm will automatically install the new opensm.conf file as /etc/ofed/opensm.conf.rpmnew. You will need to migrate your modifications to this file and then replace the existing opensm.conf file with the result.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=462511 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=454977 %%%
/etc/snmpd.conf):
dontLogTCPWrappersConnects — suppresses logging of connection attempts.
v1trapaddress — enables administrators to set an agent's IP address inside outgoing SNMP traps.
snmpd daemon now functions properly on systems with more than 255 network interfaces. In addition, snmpd also reports an error now when it is configured to listen on any port higher than 65535.
snmpd daemon to leak file descriptors when reading from /proc is now fixed.
snmpd daemon now correctly reports hrProcessorLoad object IDs (OID), even on multi-CPU hardware. Note, however, that it takes approximately one minute from daemon startup to calculate the value of the OID.
net-snmp-devel package is now dependent on the lm_sensors-devel package.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=455634 %%%
openssl packages upgrade the OpenSSL library to a newer upstream version, which is currently undergoing the Federal Information Processing Standards validation process (FIPS-140-2). The FIPS mode is disabled by default, to ensure that the OpenSSL library maintains feature parity and ABI compatibility with the previous releases of the openssl packages in Red Hat Enterprise Linux 5.
zlib compression is used for SSL and TLS connections. On IBM System z architectures with Central Processor Assist for Cryptographic Function (CPACF), compression became the main part of the CPU load, and total performance was determined by the speed of the compression (not the speed of the encryption). When compression is disabled, the total performance is much higher. In these updated packages, zlib compression for SSL and TLS connections can be disabled with the OPENSSL_NO_DEFAULT_ZLIB environment variable. For TLS connections over a slow network, it is better to leave compression on, so that the amount of data to be transferred is lower.
openssl command with the s_client and s_server options, the default CA certificates file (/etc/pki/tls/certs/ca-bundle.crt), was not read. This resulted in certificates failing verification. In order for certificates to pass verification, the -CAfile /etc/pki/tls/certs/ca-bundle.crt option had to be used. In these updated packages, the default CA certificates file is read, and no longer needs to be specified with the -CAfile option.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=454882 %%%
-c option was used to specify a configuration file residing on a web address (http). This bug is now fixed.
checkSignal() function in yum called an incorrect exit function; as such, exiting yum would result in a traceback instead. With this release, yum now exits properly.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=469672 %%%
flash-plugin package has been re-based to version 10.0.12.36. This update applies several security fixes that were included in a previous flash-plugin ASYNC update. Further, this updated plugin also contains Adobe Flash Player 10, which includes the following bug fixes and feature enhancements:
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=454303 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=438385 %%%
IBS_FETCH and IBS_OP profiling samples to the per CPU buffers and the event buffers of the oProfile driver. New control entries have also been added to /dev/oprofile to control IBS sampling. These changes are backward compatible with the previous PMC only version of the driver, and a separate patch is available to oProfile 0.9.3 to use this new data.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=297521 %%%
init script always incorrectly returned an exit code of 0. This bug is now fixed, making squid compliant now with Linux Standard Base.
refresh_stale_hit directive causes error message Clock going backwards to appear in the squid log file.
/usr/local/squid directory. With this release, the user squid is now the default owner of /usr/local/squid.
hash_lookup(), it could abort with signal 6.
squid_unix_group could cause squid to crash.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=444643 %%%
httpd, the Apache HTTP Server package, now includes the experimental event Multi-Processing Model (MPM). This MPM improves performance by using dedicated threads to handle keepalive connections.