The following builds have been pushed to Fedora 12 updates-testing Cython-0.13-1.fc12 certmonger-0.30-1.fc12 dovecot-1.2.14-1.fc12 fedora-packager-0.5.1.4-1.fc12 guitarix-0.11.1-1.fc12 krb5-1.7.1-13.fc12 libcapifax-0.7.3-4.fc12 multimedia-menus-0.3.3-1.fc12 nss_ldap-264-9.fc12 patchelf-0.5-6.fc12 perl-Font-TTFMetrics-0.1-2.fc12 qbittorrent-2.4.0-1.fc12 qwit-1.1-0.4.pre2.fc12 squid-3.1.7-1.fc12 sssd-1.2.2-20.fc12 terminator-0.95-1.fc12 tigervnc-1.0.1-3.fc12 vldocking-2.1.5-1.fc12 Details about builds: ================================================================================ Cython-0.13-1.fc12 (FEDORA-2010-13524) A language for writing Python extension modules -------------------------------------------------------------------------------- Update Information: see: http://wiki.cython.org/ReleaseNotes-0.13 -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Neal Becker <ndbecker2@xxxxxxxxx> - 0.13-1 - Update to 0.13 * Wed Jul 21 2010 David Malcolm <dmalcolm@xxxxxxxxxx> - 0.12.1-5 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild -------------------------------------------------------------------------------- ================================================================================ certmonger-0.30-1.fc12 (FEDORA-2010-12909) Certificate status monitor and PKI enrollment client -------------------------------------------------------------------------------- Update Information: When used to tell certmonger to start tracking a certificate (and, when its validity period ends, to attempt to get a fresh certificate from a CA), the 'getcert' utility could not be told to pass a PIN value (or the name of a file containing the PIN) to the certmonger daemon, so certmonger would not correctly handle keys stored using encryption. When a helper process (for example, a helper used for submitting a signing request to a CA) needed to be stopped, the process's exit status would not be reaped, so the helper process would become a zombie. This update also incorporates init script fixes and translation updates. -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.30-1 - update to 0.30 - fix errors computing the time at the end of an interval that were caught by self-tests * Mon Aug 23 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.29-1 - update to 0.29 - fix 64-bit cleanliness issue using libdbus - actually include the full set of tests in tarballs * Tue Aug 17 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.28-1 - update to 0.28 - fix self-signing certificate notBefore and notAfter values on 32-bit machines * Tue Aug 17 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.27-1 - update to 0.27 - portability and test fixes * Fri Aug 13 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.26-1 - update to 0.26 - when canceling a submission request that's being handled by a helper, reap the child process's status after killing it (#624120) * Fri Aug 13 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.25-1 - update to 0.25 - new translations - in by Okta Purnama Rahadian! - fix detection of cases where we can't access a private key in an NSS database because we don't have the PIN - teach '*getcert start-tracking' about the -p and -P options which the '*getcert request' commands already understand (#621670), and also the -U, -K, -E, and -D flags - double-check that the nicknames of keys we get back from PK11_ListPrivKeysInSlot() match the desired nickname before accepting them as matches, so that our tests won't all blow up on EL5 - fix dynamic addition and removal of CAs implemented through helpers * Mon Jun 28 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.24-4 - init script: ensure that the subsys lock is created whenever we're called to "start" when we're already running (even more of #596719) * Tue Jun 15 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.24-3 - more gracefully handle manual daemon startups and cleaning up of unexpected crashes (still more of #596719) * Thu Jun 10 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.24-2 - don't create the daemon pidfile until after we've connected to the D-Bus (still more of #596719) * Tue Jun 8 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 0.24-1 - update to 0.24 - keep the lock on the pid file, if we have one, when we fork, and cancel daemon startup if we can't gain ownership of the lock (the rest of #596719) - make the man pages note which external configuration files we consult when submitting requests to certmaster and ipa CAs -------------------------------------------------------------------------------- References: [ 1 ] Bug #624120 - certmonger defunct process ipa-submit https://bugzilla.redhat.com/show_bug.cgi?id=624120 [ 2 ] Bug #621670 - RFE: there is no way to pass in a key or database password on start-tracking https://bugzilla.redhat.com/show_bug.cgi?id=621670 -------------------------------------------------------------------------------- ================================================================================ dovecot-1.2.14-1.fc12 (FEDORA-2010-13542) Secure imap and pop3 server -------------------------------------------------------------------------------- Update Information: - virtual mailboxes: Added support for IDLE notifications. - master: Don't crash on config reload when using dict processes. - IMAP: QRESYNC parameters for SELECT weren't handled correctly. - imap: Don't crash with QRESYNC SELECT specifying sequences larger than mailbox's message count - imap: Don't crash with QRESYNC SELECT specifying sequences larger than mailbox's message count -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 1:1.2.14-1 - updated to dovecot 1.2.14 - virtual mailboxes: Added support for IDLE notifications. - master: Don't crash on config reload when using dict processes. - IMAP: QRESYNC parameters for SELECT weren't handled correctly. * Fri Aug 20 2010 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 1:1.2.13-2 - imap: Don't crash with QRESYNC SELECT specifying sequences larger than mailbox's message count (#625207) -------------------------------------------------------------------------------- References: [ 1 ] Bug #625207 - dovecot aborts on qresync select https://bugzilla.redhat.com/show_bug.cgi?id=625207 -------------------------------------------------------------------------------- ================================================================================ fedora-packager-0.5.1.4-1.fc12 (FEDORA-2010-13424) Tools for setting up a fedora maintainer environment -------------------------------------------------------------------------------- Update Information: New upstream release with multiple bugfixes and a few enhancements -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 24 2010 Jesse Keating <jkeating@xxxxxxxxxx> - 0.5.1.4-1 - Fix setting push.default when cloning with dirs - Remove build --test option in bash completion * Mon Aug 23 2010 Jesse Keating <jkeating@xxxxxxxxxx> - 0.5.1.3-1 - Error check the update call. #625679 - Use the correct remote when listing revs - Add the bash completion file - make fedora-cvs only do anonymous chackouts since cvs is read only now. - re-fix dist defines. - Short cut the failure on repeated builds - Allow passing srpms to the build command - clone: set repo's push.default to tracking - pull the username from fedora_cert to pass to bodhi - Catch double ^c's from build. RHBZ #620465 - Fix up chain building - Add missing process call for non-pipe no tty. -------------------------------------------------------------------------------- References: [ 1 ] Bug #625326 - fedpkg update isn't reading BODHI_USER https://bugzilla.redhat.com/show_bug.cgi?id=625326 [ 2 ] Bug #624419 - fedpkg chain-build foo : doesn't put current package into it's own build group https://bugzilla.redhat.com/show_bug.cgi?id=624419 [ 3 ] Bug #625679 - [abrt] fedpkg-0.5.1.2-2.fc13: __init__.py:147:_run_command:FedpkgError https://bugzilla.redhat.com/show_bug.cgi?id=625679 [ 4 ] Bug #620465 - [PATCH] Traceback if you hit Ctrl+C twice during fedpkg build https://bugzilla.redhat.com/show_bug.cgi?id=620465 -------------------------------------------------------------------------------- ================================================================================ guitarix-0.11.1-1.fc12 (FEDORA-2010-12878) Mono amplifier to JACK -------------------------------------------------------------------------------- Update Information: 0.11.1 - Bug fix release: - fix Bug Echo/Chorus/Delay/Slooper don't work - add pre/post processing switch to all mono Effects 0.11.0 - Users visible changes: * new version of the impulse response parameter editor. You can now graphically define a gain line to be applied to the IR data, e.g. emphasize a part of the early reflections or damping the reverb tail to make it fit to your guitar sound. * the multi-line distortion effect now has 4 frequency bands and is better optimized * fix regression from version 0.10.0: now the default preset file is created again if it doesn't exist (e.g. in new installations). -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.11.1-1 - Update to 0.11.1 * Wed Aug 4 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.11.0-1 - Update to 0.11.0 * Tue Jul 27 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.10.0-3 - Rebuild against new boost on F-14 -------------------------------------------------------------------------------- ================================================================================ krb5-1.7.1-13.fc12 (FEDORA-2010-13517) The Kerberos network authentication system -------------------------------------------------------------------------------- Update Information: A bug in the LDAP kdb backend module caused key expiration times to be computed incorrectly in some cases, and the ksu application incorrectly performed PAM account and session management as the invoking user rather than as root. This update corrects these bugs. -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 24 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 1.7.1-13 - adjust the last patch to apply properly to 1.7.1 * Tue Aug 24 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 1.7.1-12 - bump release * Tue Aug 24 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 1.7.1-11 - fix a logic bug in computing key expiration times (RT#6762, #627022) * Mon Jun 21 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> - pull up fix for upstream #6745, in which the gssapi library would add the wrong error table but subsequently attempt to unload the right one * Wed Jun 9 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> - 1.7.1-10 - use the "pathmunge" function to add %{krb5prefix}/bin to $PATH rather than doing it the harder way ourselves (part of #544652) * Thu May 27 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> - ksu: move session management calls to before we drop privileges, like su does (#596887), and don't skip the PAM account check for root or the same user (more of #540769) -------------------------------------------------------------------------------- References: [ 1 ] Bug #627022 - Incorrect handling of password expiration https://bugzilla.redhat.com/show_bug.cgi?id=627022 -------------------------------------------------------------------------------- ================================================================================ libcapifax-0.7.3-4.fc12 (FEDORA-2010-13539) Support for Sending/receiving faxes over CAPI capable devices -------------------------------------------------------------------------------- Update Information: First release of libcapifax -------------------------------------------------------------------------------- References: [ 1 ] Bug #591900 - Review Request: libcapifax - Support for Sending/receiving faxes over CAPI capable devices https://bugzilla.redhat.com/show_bug.cgi?id=591900 -------------------------------------------------------------------------------- ================================================================================ multimedia-menus-0.3.3-1.fc12 (FEDORA-2010-13521) Categorization for the GNOME/KDE Sound&Video/Multimedia menu -------------------------------------------------------------------------------- Update Information: - Add translations: Arabic, Persian, Chinese (Taiwan) - Update translations: Dutch -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.3.3-1 - Version bump with new translations -------------------------------------------------------------------------------- ================================================================================ nss_ldap-264-9.fc12 (FEDORA-2010-13556) NSS library and PAM module for LDAP -------------------------------------------------------------------------------- Update Information: This update backports a change to prevent nss_ldap from overly recursing into itself and attempting to contact the directory server while attempting to resolve network addresses which are needed for contacting the directory server, and adds an experimental "nss_initgroups_minimum_uid" option to make it easier to avoid enumeration of supplemental groups for system users. -------------------------------------------------------------------------------- ChangeLog: * Fri Aug 20 2010 Nalin Dahyabhai <nalin@xxxxxxxxxx> 264-9 - add proposed patch for avoiding recursion-until-death while resolving hosts - take another stab at implementing a working nss_initgroups_minimum_uid setting, and default it to 500 - add proposed patch for upstream #421: sometimes errno gets reset before we return control to libc -------------------------------------------------------------------------------- ================================================================================ patchelf-0.5-6.fc12 (FEDORA-2010-13550) A utility for patching ELF binaries -------------------------------------------------------------------------------- ================================================================================ perl-Font-TTFMetrics-0.1-2.fc12 (FEDORA-2010-13546) Parser for the TTF file -------------------------------------------------------------------------------- Update Information: Initial Fedora package release. -------------------------------------------------------------------------------- References: [ 1 ] Bug #619407 - Review Request: perl-Font-TTFMetrics - Parser for the TTF file https://bugzilla.redhat.com/show_bug.cgi?id=619407 -------------------------------------------------------------------------------- ================================================================================ qbittorrent-2.4.0-1.fc12 (FEDORA-2010-13551) A Bittorrent Client -------------------------------------------------------------------------------- Update Information: * Tue Aug 24 2010 - Christophe Dumez <chris@xxxxxxxxxxxxxxx> - v2.4.0 - FEATURE: Added actions to "Move to top/bottom" of priority queue - FEATURE: Auto-Shutdown on downloads completion - FEATURE: Email notification on download completion - FEATURE: Added button to password-lock the UI - FEATURE: Added label-level Pause/Resume/Delete actions - FEATURE: Torrents can now be filtered by name - FEATURE: Run external program on torrent completion - FEATURE: Detect executable updates in order to advise the user to restar * Tue Aug 17 2010 - Christophe Dumez <chris@xxxxxxxxxxxxxxx> - v2.3.1 - BUGFIX: Fix compilation with gcc 4.5 - BUGFIX: Fix about dialog layout - BUGFIX: Remember previously selected paths in torrent creation dialog - BUGFIX: Added missing right-click menu icon in Web UI - BUGFIX: Fix speed limit sliders initialization in Web UI - BUGFIX: Priority actions are only effective if the transfer list tab is displayed - BUGFIX: Fix possible folder watching issues on Windows and OS/2 -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 24 2010 Leigh Scott <leigh123linux@xxxxxxxxxxxxxx> - 2.4.0-1 - update to 2.4.0 release * Tue Aug 17 2010 Leigh Scott <leigh123linux@xxxxxxxxxxxxxx> - 1:2.3.1-1 - update to 2.3.1 -------------------------------------------------------------------------------- ================================================================================ qwit-1.1-0.4.pre2.fc12 (FEDORA-2010-10936) Lightweight desktop client for Twitter microblogging service -------------------------------------------------------------------------------- Update Information: Lightweight desktop client for Twitter microblogging service -------------------------------------------------------------------------------- ================================================================================ squid-3.1.7-1.fc12 (FEDORA-2010-13548) The Squid proxy caching server -------------------------------------------------------------------------------- Update Information: Upstream 3.1.7 bugfix release -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 24 2010 Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> - 7:3.1.7-1 - Uptream 3.1.7 bugfix release * Sat Aug 21 2010 Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> - 7:3.1.6-1 - Upstream 3.1.6 bugfix release - Switch to using system libtool-ltdl * Thu Jul 15 2010 Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> - 7:3.1.5-2 - Upstream 3.1.5 bugfix release - Upstream patch for Bug #614665: Squid crashes with ident auth - Upstream patches for various memory leaks -------------------------------------------------------------------------------- References: [ 1 ] Bug #559151 - Squid fails to try IPv4 if IPv6 resolution fails with an error https://bugzilla.redhat.com/show_bug.cgi?id=559151 [ 2 ] Bug #598699 - ipv6 dns lookup fail on first NS because it is ipv4 addr, and when ipv4 on second NS is refused, request fail https://bugzilla.redhat.com/show_bug.cgi?id=598699 [ 3 ] Bug #614665 - Squid crashes with ident auth https://bugzilla.redhat.com/show_bug.cgi?id=614665 -------------------------------------------------------------------------------- ================================================================================ sssd-1.2.2-20.fc12 (FEDORA-2010-13557) System Security Services Daemon -------------------------------------------------------------------------------- Update Information: * CVE-2010-2940 - SSSD allows null password entry to authenticate against LDAP -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 24 2010 Stephen Gallagher <sgallagh@xxxxxxxxxx> - 1.2.2-20 - Resolves: CVE-2010-2940 - sssd allows null password entry to authenticate - against LDAP -------------------------------------------------------------------------------- References: [ 1 ] Bug #625189 - CVE-2010-2940 sssd: allows null password entry to authenticate against LDAP https://bugzilla.redhat.com/show_bug.cgi?id=625189 -------------------------------------------------------------------------------- ================================================================================ terminator-0.95-1.fc12 (FEDORA-2010-13523) Store and run multiple GNOME terminals in one window -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Dominic Hopf <dmaphy@xxxxxxxxxxxxxxxxx> - 0.95-1 - New upstream release: Terminator 0.95 -------------------------------------------------------------------------------- ================================================================================ tigervnc-1.0.1-3.fc12 (FEDORA-2010-13131) A TigerVNC remote display system -------------------------------------------------------------------------------- Update Information: This update fixes two bugs which can cause vncviewer to crash during change of pixel format. It also fixes a memory leak in JPEG decoder (BZ#624317) -------------------------------------------------------------------------------- ChangeLog: * Wed Aug 25 2010 Adam Tkac <atkac redhat com> 1.0.1-3 - fix memory leak in JPEG decoder (#624317) * Wed Aug 18 2010 Adam Tkac <atkac redhat com> 1.0.1-2 - vncviewer: don't crash during pixel format change (#598255) - vncviewer: don't call setColourMapEntries when pixel format has been changed (#624866) -------------------------------------------------------------------------------- References: [ 1 ] Bug #598255 - [abrt] crash in tigervnc-1.0.1-1.fc12: raise: Process /usr/bin/vncviewer was killed by signal 6 (SIGABRT) https://bugzilla.redhat.com/show_bug.cgi?id=598255 [ 2 ] Bug #624317 - vncviewer memory leak at rfb::DecompressJpegRect (tightDecode.h:297) https://bugzilla.redhat.com/show_bug.cgi?id=624317 [ 3 ] Bug #624866 - [abrt] crash in tigervnc-1.0.1-1.fc12: Process /usr/bin/vncviewer was killed by signal 11 (SIGSEGV) https://bugzilla.redhat.com/show_bug.cgi?id=624866 -------------------------------------------------------------------------------- ================================================================================ vldocking-2.1.5-1.fc12 (FEDORA-2010-13563) A Java ™ docking system for JFC Swing applications -------------------------------------------------------------------------------- ChangeLog: * Sun Aug 22 2010 Ismael Olea <ismael@xxxxxxxx> 2.1.5-1 - updating to 2.1.5 - vldocking-build.patch not needed anymore -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test