The following Fedora 13 Security updates need testing: https://admin.fedoraproject.org/updates/openttd-1.0.5-1.fc13 https://admin.fedoraproject.org/updates/fontforge-20090923-4.fc13 https://admin.fedoraproject.org/updates/clamav-0.96.5-1300.fc13 https://admin.fedoraproject.org/updates/openssl-1.0.0c-1.fc13 https://admin.fedoraproject.org/updates/thunderbird-3.1.7-2.fc13 https://admin.fedoraproject.org/updates/perl-CGI-Simple-1.112-2.fc13 https://admin.fedoraproject.org/updates/mailman-2.1.12-16.fc13 The following Fedora 13 Critical Path updates have yet to be approved: https://admin.fedoraproject.org/updates/selinux-policy-3.7.19-76.fc13 https://admin.fedoraproject.org/updates/crontabs-1.11-1.20101115git.fc13 https://admin.fedoraproject.org/updates/openssl-1.0.0c-1.fc13 https://admin.fedoraproject.org/updates/xorg-x11-font-utils-7.2-12.fc13 https://admin.fedoraproject.org/updates/elfutils-0.150-2.fc13 https://admin.fedoraproject.org/updates/mingetty-1.08-6.fc13 https://admin.fedoraproject.org/updates/mash-0.5.20-1.fc13 https://admin.fedoraproject.org/updates/openldap-2.4.21-11.fc13 https://admin.fedoraproject.org/updates/nss-3.12.7-4.fc13,nss-util-3.12.7-2.fc13,nss-softokn-3.12.7-3.fc13,nspr-4.8.6-1.fc13 https://admin.fedoraproject.org/updates/xorg-x11-drv-openchrome-0.2.904-7.fc13 The following builds have been pushed to Fedora 13 updates-testing 389-ds-base-1.2.7.4-1.fc13 audacity-1.3.12-0.6.beta.fc13 ghc-MissingH-1.1.0.3-2.fc13 ghc-cmdargs-0.6.4-1.fc13 ghc-enumerator-0.4.3.1-1.fc13 ghc-failure-0.1.0.1-1.fc13 goldendict-1.0.1-2.fc13 python-simplemediawiki-1.0-3.fc13 Details about builds: ================================================================================ 389-ds-base-1.2.7.4-1.fc13 (FEDORA-2010-18823) 389 Directory Server (base) -------------------------------------------------------------------------------- Update Information: 1.2.7.4 release - git tag 389-ds-base-1.2.7.4 Bug 661792 - Valid managed entry config rejected 1.2.7.3 release - git tag 389-ds-base-1.2.7.3 Bug 658312 - Invalid free in Managed Entry plug-in Bug 641944 - Don't normalize non-DN RDN values -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 10 2010 Rich Megginson <rmeggins@xxxxxxxxxx> - 1.2.7.4-1 - 1.2.7.4 release - git tag 389-ds-base-1.2.7.4 - Bug 661792 - Valid managed entry config rejected * Wed Dec 8 2010 Rich Megginson <rmeggins@xxxxxxxxxx> - 1.2.7.3-1 - 1.2.7.3 release - git tag 389-ds-base-1.2.7.3 - Bug 658312 - Invalid free in Managed Entry plug-in - Bug 641944 - Don't normalize non-DN RDN values -------------------------------------------------------------------------------- References: [ 1 ] Bug #576869 - Tracking bug for 389 Directory Server 1.2.7 https://bugzilla.redhat.com/show_bug.cgi?id=576869 -------------------------------------------------------------------------------- ================================================================================ audacity-1.3.12-0.6.beta.fc13 (FEDORA-2010-18825) Multitrack audio editor -------------------------------------------------------------------------------- Update Information: Added patch from upstream to fix issues on configure with gcc 4.5 -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 7 2010 Manuel F Martinez <manpaz@xxxxxxxxxxxxx> - 1.3.12-0.6.beta - Create gcc45 patch to fix issues with configure in portmixer * Wed Jul 14 2010 Dan HorÃk <dan@xxxxxxxx> - 1.3.12-0.5.beta - rebuilt against wxGTK-2.8.11-2 -------------------------------------------------------------------------------- ================================================================================ ghc-MissingH-1.1.0.3-2.fc13 (FEDORA-2010-18832) Large utility library -------------------------------------------------------------------------------- Update Information: MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use. -------------------------------------------------------------------------------- References: [ 1 ] Bug #634037 - Review Request: ghc-MissingH - Large utility library https://bugzilla.redhat.com/show_bug.cgi?id=634037 -------------------------------------------------------------------------------- ================================================================================ ghc-cmdargs-0.6.4-1.fc13 (FEDORA-2010-18815) Haskell cmdargs -------------------------------------------------------------------------------- Update Information: Changelog for CmdArgs 0.6.4 Don't fail with ambiguous enum if you exactly match a value Put errors on stderr Eliminate the filepath dependence -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 3 2010 Ben Boeckel <mathstuf@xxxxxxxxx> - 0.6.4-1 - Update to 0.6.4 -------------------------------------------------------------------------------- References: [ 1 ] Bug #659422 - ghc-cmdargs-0.6.4 is available https://bugzilla.redhat.com/show_bug.cgi?id=659422 -------------------------------------------------------------------------------- ================================================================================ ghc-enumerator-0.4.3.1-1.fc13 (FEDORA-2010-18814) Implementation of Oleg Kiselyov's left-fold enumerators -------------------------------------------------------------------------------- Update Information: Implementation of Oleg Kiselyov's left-fold enumerators. -------------------------------------------------------------------------------- References: [ 1 ] Bug #630288 - Review Request: ghc-enumerator - Implementation of Oleg Kiselyov's left-fold enumerators https://bugzilla.redhat.com/show_bug.cgi?id=630288 -------------------------------------------------------------------------------- ================================================================================ ghc-failure-0.1.0.1-1.fc13 (FEDORA-2010-18820) A simple type class for success/failure computations -------------------------------------------------------------------------------- Update Information: The standard Either datatype suffers from a lack of monad and applicative instances. To make matters worse, the mtl and transformers packages provide orphan instances which conflict with each other, as well as defining a transformer version which has an usually unnecessary superclass constraint. Besides these annoyances, there is another issue: there exist two reasonable definitions of the Applicative instance for Either: one the holds onto only the first Left value, or one that appends all Left values together via a Monoid instance. The former is compatible with the monad instance, while the latter is not. This package defines three datatypes, some helpers functions and instances. The data types are AEither, MEither and MEitherT. AEither provides an Applicative instance which appends Left values, MEither provides the monadic definition, and MEitherT is a monad transformer. -------------------------------------------------------------------------------- References: [ 1 ] Bug #630283 - Review Request: ghc-neither - Either with monad and applicative instances https://bugzilla.redhat.com/show_bug.cgi?id=630283 -------------------------------------------------------------------------------- ================================================================================ goldendict-1.0.1-2.fc13 (FEDORA-2010-18821) A feature-rich dictionary lookup program -------------------------------------------------------------------------------- Update Information: Fix category New upstream -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 10 2010 Howard Ning <mrlhwliberty@xxxxxxxxx> - 1.0.1-2 - Change the categories to fix 592954 * Fri Dec 10 2010 Howard Ning <mrlhwliberty@xxxxxxxxx> - 1.0.1-1 - New upstream * Tue Oct 12 2010 Howard Ning <mrlhwliberty@xxxxxxxxx> - 0.9.0-15 - New upstream -------------------------------------------------------------------------------- References: [ 1 ] Bug #592954 - Wrong Categories in goldendict .desktop file https://bugzilla.redhat.com/show_bug.cgi?id=592954 -------------------------------------------------------------------------------- ================================================================================ python-simplemediawiki-1.0-3.fc13 (FEDORA-2010-18818) Extremely low-level wrapper to the MediaWiki API -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test