The following builds have been pushed to Fedora 12 updates-testing bind-9.6.1-16.P3.fc12 certmonger-0.17-2.fc12 clamtk-4.23-1.fc12 emacs-auctex-11.85-10.fc12 gcc-4.4.3-4.fc12 kmid2-0.1.1-4.fc12 kpackagekit-0.5.4-2.fc12 libguestfs-1.0.81-1.fc12.4 libselinux-2.0.90-3.fc12 libtool-2.2.6-18.fc12 libyubikey-1.5-4.fc12 malaga-suomi-voikko-1.5-1.fc12 opencryptoki-2.3.1-1.fc12 openssh-5.3p1-18.fc12 php-pear-PHP-CodeSniffer-1.2.2-1.fc12 pki-ra-1.3.0-4.fc12 qtoctave-0.8.2-2.fc12 repoview-0.6.4-1.fc12 selinux-policy-3.6.32-78.fc12 syncevolution-0.9.2-1.fc12 Details about builds: ================================================================================ bind-9.6.1-16.P3.fc12 (FEDORA-2010-1195) The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server -------------------------------------------------------------------------------- Update Information: This update fixes a problem that named_write_master_zones SELinux boolean could be set by named init script. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Adam Tkac <atkac redhat com> 32:9.6.1-16.P3 - revert the "DEBUG" feature (#510283), it causes too many problems (#545128) -------------------------------------------------------------------------------- References: [ 1 ] Bug #545128 - SELinux is preventing the named daemon from writing to the zone directory https://bugzilla.redhat.com/show_bug.cgi?id=545128 [ 2 ] Bug #558497 - malicious "debug" code in bind init script https://bugzilla.redhat.com/show_bug.cgi?id=558497 -------------------------------------------------------------------------------- ================================================================================ certmonger-0.17-2.fc12 (FEDORA-2010-1178) Certificate status monitor and PKI enrollment client -------------------------------------------------------------------------------- Update Information: certmonger is a service which is primarily concerned with getting your system enrolled with a certificate authority (CA) and keeping it enrolled. To that end, it will monitor certificates that it has been configured to monitor and warn of impending expiration, and optionally attempt to obtain a new certificate from the CA without requiring manual intervention. -------------------------------------------------------------------------------- References: [ 1 ] Bug #541072 - Review Request: certmonger - certificate status monitor and PKI enrollment client https://bugzilla.redhat.com/show_bug.cgi?id=541072 -------------------------------------------------------------------------------- ================================================================================ clamtk-4.23-1.fc12 (FEDORA-2010-1220) Easy to use graphical user interface for Clam Antivirus -------------------------------------------------------------------------------- ChangeLog: * Tue Jan 19 2010 Dave M. <dave.nerd@xxxxxxxxx> - 4.23-1 - Updated to release 4.23. - Removed perl(gettext) from Requires. - Replaced perl(libwww-perl) with perl(LWP::UserAgent). * Fri Dec 25 2009 Dave M. <dave.nerd@xxxxxxxxx> - 4.22-1 - Updated to release 4.22. - License updated as GPL+ or Artistic. - desktop-file-utils is now BuildRequires. * Sat Dec 5 2009 Dave M. <dave.nerd@xxxxxxxxx> - 4.21-1 - Updated to release 4.21. * Wed Nov 11 2009 Dave M. <dave.nerd@xxxxxxxxx> - 4.20-2 - desktop-file-utils is now Required - Source URL now honors guidelines - files in files section standardized in style * Sun Nov 8 2009 Dave M. <dave.nerd@xxxxxxxxx> - 4.20-1 - Updated to release 4.20. - install is now install -p -------------------------------------------------------------------------------- References: [ 1 ] Bug #506196 - Missing dependency -- freshclam (clamav-update) https://bugzilla.redhat.com/show_bug.cgi?id=506196 -------------------------------------------------------------------------------- ================================================================================ emacs-auctex-11.85-10.fc12 (FEDORA-2010-1196) Enhanced TeX modes for Emacs -------------------------------------------------------------------------------- Update Information: Use evince to preview pdf files rather than xpdf, and xdg-open to view html files -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 28 2010 Jonathan G. Underwood <jonathan.underwood@xxxxxxxxx> - 11.85-10 - Add patch to use evince for PDF file viewing and xdg-open for html file viewing - Add Requires for evince - Update spec file to use macros defined in /etc/rpm/macros.emacs - Fix typo in spec comments -------------------------------------------------------------------------------- References: [ 1 ] Bug #451210 - PDF mode should use evince, not xpdf https://bugzilla.redhat.com/show_bug.cgi?id=451210 -------------------------------------------------------------------------------- ================================================================================ gcc-4.4.3-4.fc12 (FEDORA-2010-0978) Various compilers (C, C++, Objective-C, Java, ...) -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.3-4 - update from gcc-4_4-branch - PRs bootstrap/42786, fortran/42866, target/38697, target/42841 - fix up handling of constant pool elements in dwarf2out - fix acats norun.lst handling - fix asm redirection of builtin ffs on 64-bit arches (#559186) * Mon Jan 25 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.3-3 - VTA improvements (#556975, PR debug/42861) * Sat Jan 23 2010 Dennis Gilmore <dennis@xxxxxxxx> 4.4.3-2 - use gas .section syntax (#530847) * Thu Jan 21 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.3-1 - update from gcc-4_4-branch - GCC 4.4.3 release - don't insert DEBUG_STMTs after stmts that can throw, instead insert them at the start of the next bb * Thu Jan 21 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-28 - update from gcc-4_4-branch - PRs middle-end/42803, rtl-optimization/42691, target/42542, target/42774, tree-optimization/41826, tree-optimization/42773 - fix DW_OP_mod handling in the unwinder - VTA backports - PRs debug/42782, debug/42767 - avoid dead VALUES to magically reappear during var-tracking (#557068, PR debug/42715) - don't assume non-addressable automatic MEMs die at each call during var-tracking (#556975, PR debug/42728) * Fri Jan 15 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-27 - fix ICE with std::complex<float> copy (#555705, PR middle-end/42760) - avoid exponential hangs in gen_lsm_tmp_name * Fri Jan 15 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-26 - update from gcc-4_4-branch - PR c++/42655 * Thu Jan 14 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-25 - update from gcc-4_4-branch - PRs c/42721, middle-end/40281, middle-end/42667, rtl-optimization/42699 - re-add --param max-vartrack-size patch, but this time with default 50mil instead of 5mil (#531218, #548826) - don't emit -Wreturn-type warnings in noreturn functions (PR middle-end/42674) - march=native fixes for ix86/x86_64 * Tue Jan 12 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-24 - update from gcc-4_4-branch - PRs debug/42662, libjava/40859 - speed up var-tracking on various KDE sources (PR debug/41371) - revert --param max-vartrack-size=NNNN hack - fix up epilogue unwinding with -fsched2-use-superblocks (PR middle-end/41883) - fix a -fcompare-debug failure (PR tree-optimization/42645) - don't make undef symbols weak just because they are known to have C++ vague linkage (PR c++/42608) * Sat Jan 9 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-23 - update from gcc-4_4-branch - PRs target/42511, target/42542, target/42564 - VTA backports - PRs debug/42630, debug/42631 - improve construction of ppc64 constants between 0x80000000 and 0xffffffff - fix inliner and var-tracking not to drop location info needlessly in certain cases (#552376, PR debug/42657) * Wed Jan 6 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-22 - add --param max-vartrack-size=NNNN parameter, give up on -fvar-tracking-assignments if var-tracking hash tables are over that limit - fix VTA bugs in the vectorizer (PRs debug/42604, debug/42395) - fix VTA bug with noreturn calls (PR middle-end/42363) * Tue Jan 5 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 4.4.2-21 - update from gcc-4_4-branch - PRs c++/42331, middle-end/41344, middle-end/42099, other/42611, rtl-optimization/42475, target/40134, target/42448, target/42503, target/42549, tree-optimization/41956, tree-optimization/42231, tree-optimization/42337, tree-optimization/42614 - fix -m*=native with several sources on the command line (PR driver/42442) - avoid code size differences from traversing decl hash tables hashed by uid if uid gap sizes differ - fix .debug_ranges with -ffunction-sections (PR debug/42454) -------------------------------------------------------------------------------- ================================================================================ kmid2-0.1.1-4.fc12 (FEDORA-2010-1212) A MIDI/karaoke player for KDE -------------------------------------------------------------------------------- Update Information: KMid2 is the new, mostly rewritten version of KMid, the MIDI/Karaoke player based on the KDE Development Platform. It replaces the old unmaintained KMid snapshot previously in Fedora (which was a straight port of the KDE 3 version), adding features and fixing most of its bugs. See also: http://userbase.kde.org/KMid2 -------------------------------------------------------------------------------- References: [ 1 ] Bug #557687 - Review Request: kmid2 - A MIDI/karaoke player for KDE https://bugzilla.redhat.com/show_bug.cgi?id=557687 -------------------------------------------------------------------------------- ================================================================================ kpackagekit-0.5.4-2.fc12 (FEDORA-2010-0874) KDE interface for PackageKit -------------------------------------------------------------------------------- Update Information: fix issue with autoupdates -------------------------------------------------------------------------------- ChangeLog: * Mon Jan 25 2010 Rex Dieter <rdieter@xxxxxxxxxxxxxxxxx> - 0.5.4-2 - drop "crash" backport, ironically seems to cause crashes - pk_min_version 0.5.6 * Tue Jan 19 2010 Steven M. Parrish <smparrish@xxxxxxxxx> - 0.5.4-1 - New release - fixes issue with auto updates * Thu Jan 14 2010 Lukas Tinkl <ltinkl@xxxxxxxxxx> - 0.5.3-1 - kpk 0.5.3 (removed some lib dependencies from KdeD module to avoid crashes there) * Mon Jan 11 2010 Rex Dieter <rdieter@xxxxxxxxxxxxxxxxx> - 0.5.2-3 - backport crash fix * Thu Dec 10 2009 Steven M. Parrish <smparrish@xxxxxxxxx> - 0.5.2-2 - Clean up spec file -------------------------------------------------------------------------------- ================================================================================ libguestfs-1.0.81-1.fc12.4 (FEDORA-2010-1176) Access and modify virtual machine disk images -------------------------------------------------------------------------------- Update Information: Fix unreliable dependency on libgcc_s*.so.1 -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 28 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.81-1.fc12.4 - Backport special handling of libgcc_s.so. * Tue Jan 26 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.81-1.fc12.3 - Rebuild because of unannounced soname bump (libgcc_s.so). * Mon Jan 25 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.81-1.fc12.2 - Rebuild because of unannounced soname bump (libntfs-3g.so). * Wed Jan 13 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.81-1.fc12.1 - Backport libguestfs 1.0.81 from Rawhide to F-12. * Wed Jan 13 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.81-1 - New upstream version 1.0.81. - Remove two upstream patches. - virt-inspector: Make RPM application data more specific (RHBZ#552718). * Tue Jan 12 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-14 - Reenable tests because RHBZ#553689 is fixed. * Tue Jan 12 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-13 - Rebuild because of libparted soname bump (1.9 -> 2.1). * Fri Jan 8 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-12 - qemu in Rawhide is totally broken (RHBZ#553689). Disable tests. * Thu Jan 7 2010 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-11 - Remove gfs-utils (deprecated and removed from Fedora 13 by the upstream Cluster Suite developers). - Include patch to fix regression in qemu -serial stdio option. * Tue Dec 29 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-10 - Remove some debugging statements which were left in the requires script by accident. * Mon Dec 21 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-9 - Generate additional requires for supermin (RHBZ#547496). * Fri Dec 18 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-3 - Work around udevsettle command problem (RHBZ#548121). - Enable tests. * Wed Dec 16 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-2 - Disable tests because of RHBZ#548121. * Wed Dec 16 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.80-1 - New upstream release 1.0.80. - New Polish translations (RHBZ#502533). - Give a meaningful error if no usable kernels are found (RHBZ#539746). - New tool: virt-list-filesystems * Fri Dec 4 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 1:1.0.79-3 - rebuild against perl 5.10.1 * Wed Nov 18 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.79-2 - New upstream release 1.0.79. - Adds FUSE test script and multiple fixes for FUSE (RHBZ#538069). - Fix virt-df in Xen (RHBZ#538041). - Improve speed of supermin appliance. - Disable FUSE-related tests because Koji doesn't currently allow them. fuse: device not found, try 'modprobe fuse' first * Tue Nov 10 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.78-2 - New upstream release 1.0.78. - Many more filesystem types supported by this release - add them as dependencies. * Tue Nov 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 1.0.77-1 - New upstream release 1.0.77. - Support for mounting guest in host using FUSE (guestmount command). - hivex*(1) man pages should be in main package, not -devel, since they are user commands. - libguestfs-tools: Fix "self-obsoletion" issue raised by rpmlint. - perl: Remove bogus script Sys/bindtests.pl. -------------------------------------------------------------------------------- ================================================================================ libselinux-2.0.90-3.fc12 (FEDORA-2010-1213) SELinux library and simple utilities -------------------------------------------------------------------------------- ChangeLog: * Mon Jan 18 2010 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.90-3 - Fix man page for selinuxdefcon * Mon Jan 4 2010 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.90-2 - Free memory on disabled selinux boxes * Tue Dec 1 2009 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.90-1 - Update to upstream * add/reformat man pages by Guido Trentalancia <guido@xxxxxxxxxxxxxxxx>. * Change exception.sh to be called with bash by Manoj Srivastava <srivasta@xxxxxxxxxx> * Mon Nov 2 2009 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.89-2 - Fix selinuxdefcon man page * Mon Nov 2 2009 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.89-1 - Update to upstream * Add pkgconfig file from Eamon Walsh. * Thu Oct 29 2009 Dan Walsh <dwalsh@xxxxxxxxxx> - 2.0.88-1 - Update to upstream * Rename and export selinux_reset_config() -------------------------------------------------------------------------------- ================================================================================ libtool-2.2.6-18.fc12 (FEDORA-2010-0978) The GNU Portable Library Tool -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Jakub Jelinek <jakub@xxxxxxxxxx> 2.2.6-18 - rebuilt for gcc 4.4.3 -------------------------------------------------------------------------------- ================================================================================ libyubikey-1.5-4.fc12 (FEDORA-2010-1208) C library for decrypting and parsing Yubikey One-time passwords -------------------------------------------------------------------------------- Update Information: This package holds a low-level C software development kit for the Yubico authentication device, the Yubikey. -------------------------------------------------------------------------------- References: [ 1 ] Bug #557776 - Review Request: libyubikey - Library for parsing / decrypting Yubikey passwords https://bugzilla.redhat.com/show_bug.cgi?id=557776 -------------------------------------------------------------------------------- ================================================================================ malaga-suomi-voikko-1.5-1.fc12 (FEDORA-2010-1189) A description of Finnish morphology written in Malaga (Voikko edition) -------------------------------------------------------------------------------- Update Information: Update the package to Suomi-malaga 1.5: - New attributes are exported for morphological analysis. - Some rarely occurring bugs have been found and fixed by comparing the accepted set of words with words accepted by Omorfi. - New words have been added, especially from medical field. Installing this update may increase the quality of Finnish spell checking. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.5-1 - Suomi-malaga 1.5 -------------------------------------------------------------------------------- ================================================================================ opencryptoki-2.3.1-1.fc12 (FEDORA-2010-1204) Implementation of the PKCS#11 (Cryptoki) specification v2.11 -------------------------------------------------------------------------------- Update Information: New upstream release 2.3.1. * AES support included in CCA token * a couple of bugfixes -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Michal Schmidt <mschmidt@xxxxxxxxxx> 2.3.1-1 - New upstream release 2.3.1. - opencryptoki-2.3.0-fix-nss-breakage.patch was merged. * Fri Jan 22 2010 Dan Horák <dan[at]danny.cz> 2.3.0-5 - made pkcsslotd initscript LSB compliant (#522149) -------------------------------------------------------------------------------- ================================================================================ openssh-5.3p1-18.fc12 (FEDORA-2010-1222) An open source implementation of SSH protocol versions 1 and 2 -------------------------------------------------------------------------------- Update Information: the accept socket now does not leak into proceses executed from pam modules -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 28 2010 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-18 - optimized FD_CLOEXEC on accept socket (#541809) * Thu Jan 21 2010 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-17 - optimized RAND_cleanup patch (#557166) * Wed Jan 20 2010 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-16 - add RAND_cleanup at the exit of each program using RAND (#557166) * Tue Jan 19 2010 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-15 - set FD_CLOEXEC on accepted socket (#541809) * Tue Jan 5 2010 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-14 - Update the pka patch * Mon Dec 21 2009 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-13 - Update the audit patch - Add possibility to autocreate only RSA key into initscript (#533339) - Update NSS key patch including future SEC_ERROR_LOCKED_PASSWORD (#537411, #356451) * Mon Nov 30 2009 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-11 - Update NSS key patch including future SEC_ERROR_LOCKED_PASSWORD (#537411, #356451) * Fri Nov 20 2009 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-9 - Add gssapi key exchange patch (#455351) * Fri Nov 20 2009 Jan F. Chadima <jchadima@xxxxxxxxxx> - 5.3p1-8 - Add public key agent patch (#455350) -------------------------------------------------------------------------------- References: [ 1 ] Bug #541809 - SELinux is preventing /sbin/setfiles access to a leaked tcp_socket file descriptor. https://bugzilla.redhat.com/show_bug.cgi?id=541809 -------------------------------------------------------------------------------- ================================================================================ php-pear-PHP-CodeSniffer-1.2.2-1.fc12 (FEDORA-2010-1211) PHP coding standards enforcement tool -------------------------------------------------------------------------------- Update Information: - upstream 1.2.2 ( bug:559170 ) - move phpcs into main package ( bug: 517775 ) - add php-common version requirement -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Christof Damian <christof@xxxxxxxxxx> 1.2.2-1 - upstream 1.2.2 ( bug:559170 ) - move phpcs into main package ( bug: 517775 ) - add php-common version requirement -------------------------------------------------------------------------------- References: [ 1 ] Bug #517775 - 1.2.0 available, no phpcs command, https://bugzilla.redhat.com/show_bug.cgi?id=517775 [ 2 ] Bug #559170 - php-pear-PHP-CodeSniffer-1.2.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=559170 -------------------------------------------------------------------------------- ================================================================================ pki-ra-1.3.0-4.fc12 (FEDORA-2010-1179) Dogtag Certificate System - Registration Authority -------------------------------------------------------------------------------- Update Information: The Dogtag PKI Registration Authority -------------------------------------------------------------------------------- References: [ 1 ] Bug #553850 - Review Request: pki-ra - The Dogtag PKI Registration Authority https://bugzilla.redhat.com/show_bug.cgi?id=553850 -------------------------------------------------------------------------------- ================================================================================ qtoctave-0.8.2-2.fc12 (FEDORA-2010-1224) Frontend for Octave -------------------------------------------------------------------------------- Update Information: Update to version 0.8.2. -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 28 2010 Alexey Kurov <nucleo@xxxxxxxxxxxxxxxxx> - 0.8.2-2 - fixed BR qt4-devel >= 4.5.0, octave-devel >= 3.2.0 * Thu Jan 28 2010 Alexey Kurov <nucleo@xxxxxxxxxxxxxxxxx> - 0.8.2-1 - update to 0.8.2 -------------------------------------------------------------------------------- ================================================================================ repoview-0.6.4-1.fc12 (FEDORA-2010-1182) Creates a set of static HTML pages in a yum repository -------------------------------------------------------------------------------- Update Information: Fixes a problem on Fedora 12 and above. A few other minor bugfixes. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Konstantin Ryabitsev <icon@xxxxxxxxxxxxxxxxx> - 0.6.4-1 - Update to 0.6.4 (bugfixes) -------------------------------------------------------------------------------- References: [ 1 ] Bug #498752 - No more "letters" pages with sqlite 3.6 https://bugzilla.redhat.com/show_bug.cgi?id=498752 [ 2 ] Bug #557844 - Update repoview to 0.6.4 https://bugzilla.redhat.com/show_bug.cgi?id=557844 -------------------------------------------------------------------------------- ================================================================================ selinux-policy-3.6.32-78.fc12 (FEDORA-2010-1207) SELinux policy configuration -------------------------------------------------------------------------------- Update Information: * Wed Jan 27 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-78 - Allow to openvpn to read utmp - Allow xdm to read the video4linux devices - Add label for /etc/openldap/slapd.d directory - Allow tgtd to manage fixed disk device nodes - Allow chsh to execute nxserver - Allow abrt_helper to send system log messages - Add label for /etc/zabbix/web directory - Add label for /sbin/mke4fs * Mon Jan 25 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-77 - Allow xenstored to manage files on on a XENFS filesystem - Allow cupsd to setattr on a fonts cache directory - Allow smolt-client to send system log messages * Fri Jan 22 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-76 - Add labeling for gitweb - Allow plymouth to read and write the /dev/ptmx - Fixes for sanbox - Allow nagios_services_plugin_t to read snmpd libraries * Thu Jan 21 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-75 - Allow sulogin to talk to console and tty_device_t * Wed Jan 20 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-74 - Fixes for afs - Remove transtion from system_cronjob to gpg domain -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-78 - Allow to openvpn to read utmp - Allow xdm to read the video4linux devices - Add label for /etc/openldap/slapd.d directory - Allow tgtd to manage fixed disk device nodes - Allow chsh to execute nxserver - Allow abrt_helper to send system log messages - Add label for /etc/zabbix/web directory - Add label for /sbin/mke4fs * Mon Jan 25 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-77 - Allow xenstored to manage files on on a XENFS filesystem - Allow cupsd to setattr on a fonts cache directory - Allot smolt-client to send system log messages * Fri Jan 22 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-76 - Add labeling for gitweb - Allow plymouth to read and write the /dev/ptmx - Fixes for sanbox - Allow nagios_services_plugin_t to read snmpd libraries * Thu Jan 21 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-75 - Allow sulogin to talk to console and tty_device_t * Wed Jan 20 2010 Miroslav Grepl <mgrepl@xxxxxxxxxx> 3.6.32-74 - Fixes for afs - Remove transtion from system_cronjob to gpg domain -------------------------------------------------------------------------------- References: [ 1 ] Bug #556919 - selinux prevents afs access to /etc/resolv.conf https://bugzilla.redhat.com/show_bug.cgi?id=556919 [ 2 ] Bug #557304 - SELinux is preventing /usr/bin/perl from using potentially mislabeled files /var/lib/git. https://bugzilla.redhat.com/show_bug.cgi?id=557304 [ 3 ] Bug #557482 - SELinux is preventing /usr/libexec/gdm-session-worker "read" access on /root/.gstreamer-0.10/registry.x86_64.bin. https://bugzilla.redhat.com/show_bug.cgi?id=557482 [ 4 ] Bug #557533 - SELinux is preventing /usr/sbin/afsd "read" access on /etc/resolv.conf. https://bugzilla.redhat.com/show_bug.cgi?id=557533 [ 5 ] Bug #557603 - SELinux is preventing /usr/bin/mplayer from loading /usr/lib/vdpau/libvdpau_nvidia.so.190.53 which requires text relocation. https://bugzilla.redhat.com/show_bug.cgi?id=557603 [ 6 ] Bug #557623 - SELinux is preventing /usr/lib/firefox-3.5.6/firefox "sendto" access. https://bugzilla.redhat.com/show_bug.cgi?id=557623 [ 7 ] Bug #557624 - SELinux is preventing /bin/plymouth access to a leaked /dev/ptmx file descriptor. https://bugzilla.redhat.com/show_bug.cgi?id=557624 [ 8 ] Bug #557891 - SELinux prevented mount from mounting on the file or directory "/usr/lib/vmware-tools/sbin32/vmware-hgfsmounter". https://bugzilla.redhat.com/show_bug.cgi?id=557891 [ 9 ] Bug #557913 - SELinux is preventing /usr/bin/pdftops "setattr" access on /var/cache/fontconfig. https://bugzilla.redhat.com/show_bug.cgi?id=557913 [ 10 ] Bug #557952 - SELinux is preventing /usr/bin/python "connect" access. https://bugzilla.redhat.com/show_bug.cgi?id=557952 [ 11 ] Bug #558049 - SELinux is preventing /opt/real/RealPlayer/realplay.bin from loading /opt/real/RealPlayer/plugins/theorarend.so which requires text relocation. https://bugzilla.redhat.com/show_bug.cgi?id=558049 [ 12 ] Bug #558062 - SELinux is preventing /usr/sbin/xenstored "read write" access on privcmd. https://bugzilla.redhat.com/show_bug.cgi?id=558062 [ 13 ] Bug #558073 - SELinux is preventing /usr/libexec/gdm-session-worker "read" access on video0. https://bugzilla.redhat.com/show_bug.cgi?id=558073 [ 14 ] Bug #558079 - SELinux is preventing /usr/sbin/slapd "write" access on /etc/openldap/slapd.d. https://bugzilla.redhat.com/show_bug.cgi?id=558079 [ 15 ] Bug #558080 - SELinux is preventing /usr/sbin/tgtd "read write" access on vg_system00-iSCSI_mail_lun_0. https://bugzilla.redhat.com/show_bug.cgi?id=558080 [ 16 ] Bug #558364 - SELinux is preventing /bin/kill "signull" access. https://bugzilla.redhat.com/show_bug.cgi?id=558364 [ 17 ] Bug #558418 - SELinux is preventing /usr/bin/chsh "execute" access on nxserver. https://bugzilla.redhat.com/show_bug.cgi?id=558418 [ 18 ] Bug #558709 - SELinux is preventing /usr/bin/vlc from loading /usr/lib/libmp3lame.so.0.0.0 which requires text relocation. https://bugzilla.redhat.com/show_bug.cgi?id=558709 [ 19 ] Bug #558728 - SELinux is preventing /usr/libexec/abrt-hook-python "connect" access. https://bugzilla.redhat.com/show_bug.cgi?id=558728 [ 20 ] Bug #558773 - SELinux is preventing /usr/libexec/abrt-hook-python "getattr" access on /. https://bugzilla.redhat.com/show_bug.cgi?id=558773 [ 21 ] Bug #558966 - SELinux is preventing /bin/plymouth "read" access on cmdline. https://bugzilla.redhat.com/show_bug.cgi?id=558966 [ 22 ] Bug #559182 - make /etc/zabbix/web writeable by apache https://bugzilla.redhat.com/show_bug.cgi?id=559182 [ 23 ] Bug #559217 - SELinux is preventing /bin/bash "search" access. https://bugzilla.redhat.com/show_bug.cgi?id=559217 [ 24 ] Bug #559219 - SELinux is preventing /usr/sbin/arpwatch "read" access on usbmon1. https://bugzilla.redhat.com/show_bug.cgi?id=559219 [ 25 ] Bug #559226 - SELinux is preventing /bin/bash access to a leaked unix_stream_socket file descriptor. https://bugzilla.redhat.com/show_bug.cgi?id=559226 [ 26 ] Bug #556276 - gpg used via cron cannot read/write in /root/.gnupg or /var https://bugzilla.redhat.com/show_bug.cgi?id=556276 [ 27 ] Bug #557604 - SELinux is preventing /usr/bin/snmpget "getattr" access on /usr/share/snmp/mibs/.index https://bugzilla.redhat.com/show_bug.cgi?id=557604 [ 28 ] Bug #557782 - SELinux is preventing /usr/lib64/mailman/cgi-bin/[admin|listinfo] access to a leaked unix_dgram_socket file descriptor https://bugzilla.redhat.com/show_bug.cgi?id=557782 [ 29 ] Bug #558402 - SELinux is preventing /usr/sbin/openvpn "[open|lock|read]" access on /var/run/utmp https://bugzilla.redhat.com/show_bug.cgi?id=558402 -------------------------------------------------------------------------------- ================================================================================ syncevolution-0.9.2-1.fc12 (FEDORA-2010-1180) SyncML client for evolution -------------------------------------------------------------------------------- Update Information: New upstream bugfix release. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 27 2010 Peter Robinson <pbrobinson@xxxxxxxxx> - 0.9.2-1 - New upstream 0.9.2 release -------------------------------------------------------------------------------- References: [ 1 ] Bug #538127 - syncevolution fails to run, sync-ui-gtk segfaults. https://bugzilla.redhat.com/show_bug.cgi?id=538127 -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test