The following Fedora 17 Security updates need testing: Age URL 304 https://admin.fedoraproject.org/updates/FEDORA-2012-10269/revelation-0.4.14-1.fc17 116 https://admin.fedoraproject.org/updates/FEDORA-2013-0455/fedora-business-cards-1-0.1.beta1.fc17 86 https://admin.fedoraproject.org/updates/FEDORA-2013-2143/rubygem-rdoc-3.12-5.fc17 82 https://admin.fedoraproject.org/updates/FEDORA-2013-2315/rubygem-rack-1.4.0-4.fc17 45 https://admin.fedoraproject.org/updates/FEDORA-2013-4174/glibc-2.15-59.fc17 44 https://admin.fedoraproject.org/updates/FEDORA-2013-4234/stunnel-4.55-1.fc17 43 https://admin.fedoraproject.org/updates/FEDORA-2013-4296/tomcat6-6.0.36-1.fc17 39 https://admin.fedoraproject.org/updates/FEDORA-2013-4501/libxslt-1.1.28-1.fc17 36 https://admin.fedoraproject.org/updates/FEDORA-2013-4581/libuser-0.57.6-2.fc17 24 https://admin.fedoraproject.org/updates/FEDORA-2013-5440/php-geshi-1.0.8.11-3.fc17 24 https://admin.fedoraproject.org/updates/FEDORA-2013-5349/389-ds-base-1.2.11.21-1.fc17 23 https://admin.fedoraproject.org/updates/FEDORA-2013-5546/plexus-archiver-2.3-1.fc17 18 https://admin.fedoraproject.org/updates/FEDORA-2013-5967/xorg-x11-server-1.12.4-7.fc17 9 https://admin.fedoraproject.org/updates/FEDORA-2013-6720/curl-7.24.0-8.fc17 6 https://admin.fedoraproject.org/updates/FEDORA-2013-7000/phpMyAdmin-3.5.8.1-1.fc17 5 https://admin.fedoraproject.org/updates/FEDORA-2013-7144/xmp-3.4.0-11.fc17 5 https://admin.fedoraproject.org/updates/FEDORA-2013-7128/tinc-1.0.21-1.fc17 3 https://admin.fedoraproject.org/updates/FEDORA-2013-7285/php-sabredav-Sabre_DAV-1.6.5-5.fc17 3 https://admin.fedoraproject.org/updates/FEDORA-2013-7305/gpsd-3.9-1.fc17 2 https://admin.fedoraproject.org/updates/FEDORA-2013-7361/libtiff-3.9.7-2.fc17 1 https://admin.fedoraproject.org/updates/FEDORA-2013-7432/xen-4.1.5-2.fc17 The following Fedora 17 Critical Path updates have yet to be approved: Age URL 256 https://admin.fedoraproject.org/updates/FEDORA-2012-12509/PackageKit-0.7.6-1.fc17 85 https://admin.fedoraproject.org/updates/FEDORA-2013-2163/policycoreutils-2.1.13-27.3.fc17 64 https://admin.fedoraproject.org/updates/FEDORA-2013-3304/libvpx-1.2.0-1.fc17 45 https://admin.fedoraproject.org/updates/FEDORA-2013-4140/audit-2.2.3-2.fc17 13 https://admin.fedoraproject.org/updates/FEDORA-2013-6278/nss-3.14.3-2.fc17 10 https://admin.fedoraproject.org/updates/FEDORA-2013-6636/kde-settings-4.8-25.fc17 9 https://admin.fedoraproject.org/updates/FEDORA-2013-6720/curl-7.24.0-8.fc17 9 https://admin.fedoraproject.org/updates/FEDORA-2013-6750/xorg-x11-drv-synaptics-1.6.3-3.fc17 3 https://admin.fedoraproject.org/updates/FEDORA-2013-7291/dosfstools-3.0.16-3.fc17 2 https://admin.fedoraproject.org/updates/FEDORA-2013-7362/abrt-2.1.4-1.fc17,libreport-2.1.4-1.fc17 2 https://admin.fedoraproject.org/updates/FEDORA-2013-7364/qt-4.8.4-17.fc17 2 https://admin.fedoraproject.org/updates/FEDORA-2013-7361/libtiff-3.9.7-2.fc17 The following builds have been pushed to Fedora 17 updates-testing fox-1.6.49-2.fc17 mate-file-manager-share-1.6.0-3.fc17 mksh-46-1.fc17 redeclipse-1.4-3.fc17 sssd-1.9.5-1.fc17 Details about builds: ================================================================================ fox-1.6.49-2.fc17 (FEDORA-2013-7469) C++ based Toolkit for developing Graphical User Interfaces -------------------------------------------------------------------------------- Update Information: This is a new package. -------------------------------------------------------------------------------- ================================================================================ mate-file-manager-share-1.6.0-3.fc17 (FEDORA-2013-7462) Easy sharing folder via Samba (CIFS protocol) -------------------------------------------------------------------------------- Update Information: initial package for fedora -------------------------------------------------------------------------------- References: [ 1 ] Bug #959165 - Review Request: mate-file-manager-share - Easy sharing folder via Samba (CIFS protocol) https://bugzilla.redhat.com/show_bug.cgi?id=959165 -------------------------------------------------------------------------------- ================================================================================ mksh-46-1.fc17 (FEDORA-2013-7232) MirBSD enhanced version of the Korn Shell -------------------------------------------------------------------------------- Update Information: R46 delivers these changes: * [tg] dot.mkshrc: prevent lksh from running it * [tg] Add the lksh manual page to the mksh distribution * [tg] Make both lksh and mksh interpret numbers with a leading digit zero (‘0’) as octal precisely iff “set -o posix” is active * [tg] Point out the octal digit and the integer arithmetic differences from POSuX verbosely in the manual pages (point people who need octals to “set -o posix” and who need longs to lksh) and elaborate on the horrors of ISO C Undefined Behaviour which is allowed to delete all your data * [tg] Unbreak “set -o” (list flags) in lksh on LP64 machines * [tg] Implement Emacs mode PgUp as Vi insert mode Cur↑ for Yofuh * [tg] Allow setting both “set -o sh” and “set -o posix”, if done in the same command; shuffle around compatibility levels (mksh/lksh, with -o sh, with -o posix) again; permit a /bin/sh to set either or both * [tg] Sync lksh manual page with the exact code ifdefs * [tg] Change more use of signed integer to use unsigned instead * [tg] Implement “set -o pipefail” like AT&T ksh93 and GNU bash do * [tg] dot.mkshrc: provide hd(1) in Pure mksh™ for fallback * [tg] Implement VALSUBs (value substitutions): ${|REPLY=foo;} R45 comes with this bag of changes: * [tg] Make “set -x” print the commands run in escaped form * [tg] PS4 in dot.mkshrc is now timestamped * [tg] The &> GNU bash I/O redir is no longer parsed in -o posix, -o sh modes, lksh (breaks valid scripts) * [tg] Implement ${ …;} more efficiently (deleted-open files) * [tg] For shf, %#s (if you can get it past GCC’s printf format attribute) calls print_value_quoted, ignoring field width and precision * [tg] Catch “typeset =” (regression) with better error message * [tg, Tonnerre Lombard] add “doch” alias to dot.mkshrc which just repeats the last input line with sudo(8) * [tg] Use unsigned integers for all calculations, to avoid ISO C “Undefined Behaviour” (and implementation-defined behaviour) throughout (most of) the code; emulate signed integer arithmetics using unsigned; not-lksh only * [tg] Emulate signed modulo naïvely, for correct sign of the result * [tg] Add <<< and >>> for ROL and ROR (rotate left and right, respectively) operations, <<<= and >>> assignments; bitwise AND the RHS of a shift/rotate op with 31 (not for lksh) * [tg] Remove a warning by working around a workaround found in dietlibc which works around a bug in broken software such as GNU tar (really!) * [tg] Correct and simplify list and categorisation of built-in commands as POSIX special and “everything else” plus a flag to keep assignments * [tg] Handle ((foo)) as “let]” internally to avoid a conflict with user-defined functions called let (LP#1156707) * [tg] Clean up the code -------------------------------------------------------------------------------- ChangeLog: * Fri May 3 2013 Thorsten Glaser <tg@xxxxxxxxxx> 46-1 - Upgrade mksh to R46 * Wed May 1 2013 Thorsten Glaser <tg@xxxxxxxxxx> 45-1 - Upgrade mksh to R45 and the other files to the accompanying versions - Drop workaround for GCC PR55009 (no longer needed) - Use https for homepage -------------------------------------------------------------------------------- ================================================================================ redeclipse-1.4-3.fc17 (FEDORA-2013-7460) A Free, Casual Arena Shooter -------------------------------------------------------------------------------- Update Information: New upstream release. -------------------------------------------------------------------------------- ChangeLog: * Wed May 1 2013 Martin Erik Werner <martinerikwerner@xxxxxxxxx> 1.4-3 - Add patch with note that Akashi-Font is OFL-licensed - Updated descriptions * Sat Apr 27 2013 Bruno Wolff III <bruno@xxxxxxxx> 1.4-2 - Rebuild for enet 1.3.7 soname bump * Mon Mar 25 2013 Martin Erik Werner <martinerikwerner@xxxxxxxxx> 1.4-1 - New upstream release - Remove cube2font build fix + Applied upstream - Update generate-tarball script - Add upstream desktop file fix patch - Add upstream server install fix patch - Add upstream patch for starting server without data * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ sssd-1.9.5-1.fc17 (FEDORA-2013-7461) System Security Services Daemon -------------------------------------------------------------------------------- Update Information: New upstream release 1.9.5: https://fedorahosted.org/sssd/wiki/Releases/Notes-1.9.5 -------------------------------------------------------------------------------- ChangeLog: * Tue Apr 23 2013 Jakub Hrozek <jhrozek@xxxxxxxxxx> - 1.9.5-1 - New upstream release 1.9.5 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.9.5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #951620 - Upgrade to 1.9.4 Breaks Logins https://bugzilla.redhat.com/show_bug.cgi?id=951620 -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test