The following Fedora 14 Security updates need testing: https://admin.fedoraproject.org/updates/bind-9.7.4-0.2.b1.fc14 https://admin.fedoraproject.org/updates/pure-ftpd-1.0.32-1.fc14 https://admin.fedoraproject.org/updates/fetchmail-6.3.20-1.fc14 https://admin.fedoraproject.org/updates/pam_ssh-1.97-7.fc14 https://admin.fedoraproject.org/updates/tomboy-1.6.0-1.fc14 https://admin.fedoraproject.org/updates/java-1.6.0-openjdk-1.6.0.0-53.1.9.8.fc14 https://admin.fedoraproject.org/updates/cyrus-imapd-2.3.16-8.fc14 https://admin.fedoraproject.org/updates/tomcat6-6.0.26-21.fc14 https://admin.fedoraproject.org/updates/openldap-2.4.23-10.fc14 https://admin.fedoraproject.org/updates/kernel-2.6.35.13-92.fc14 https://admin.fedoraproject.org/updates/jabberd-2.2.14-1.fc14 https://admin.fedoraproject.org/updates/mutt-1.5.21-5.fc14 https://admin.fedoraproject.org/updates/avahi-0.6.27-6.fc14 https://admin.fedoraproject.org/updates/ejabberd-2.1.8-1.fc14 https://admin.fedoraproject.org/updates/sudo-1.7.4p5-2.fc14 https://admin.fedoraproject.org/updates/wireshark-1.4.7-1.fc14 https://admin.fedoraproject.org/updates/weechat-0.3.5-1.fc14 https://admin.fedoraproject.org/updates/libxml-1.8.17-26.fc14 The following Fedora 14 Critical Path updates have yet to be approved: https://admin.fedoraproject.org/updates/pygobject2-2.21.5-4.fc14 https://admin.fedoraproject.org/updates/sudo-1.7.4p5-2.fc14 https://admin.fedoraproject.org/updates/module-init-tools-3.11.1-6.fc14 https://admin.fedoraproject.org/updates/metacity-2.30.3-2.fc14 https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-42.fc14 https://admin.fedoraproject.org/updates/libcdio-0.82-4.fc14 https://admin.fedoraproject.org/updates/libcgroup-0.36.2-7.fc14 https://admin.fedoraproject.org/updates/dash-0.5.6-4.fc14 https://admin.fedoraproject.org/updates/PackageKit-0.6.12-3.fc14 https://admin.fedoraproject.org/updates/pcre-8.10-2.fc14 https://admin.fedoraproject.org/updates/libedit-3.0-3.20090923cvs.fc14 https://admin.fedoraproject.org/updates/libpcap-1.1.1-3.fc14 https://admin.fedoraproject.org/updates/xorg-x11-drv-qxl-0.0.21-3.fc14 https://admin.fedoraproject.org/updates/evolution-exchange-2.32.3-1.fc14,evolution-data-server-2.32.3-1.fc14,evolution-2.32.3-1.fc14 https://admin.fedoraproject.org/updates/xorg-x11-drv-nouveau-0.0.16-14.20101010git8c8f15c.fc14 https://admin.fedoraproject.org/updates/dosfstools-3.0.9-6.fc14 https://admin.fedoraproject.org/updates/libimobiledevice-1.0.6-1.fc14 https://admin.fedoraproject.org/updates/libconcord-0.23-5.fc14,udev-161-9.fc14,concordance-0.23-2.fc14 https://admin.fedoraproject.org/updates/usbmuxd-1.0.7-1.fc14 https://admin.fedoraproject.org/updates/openldap-2.4.23-10.fc14 https://admin.fedoraproject.org/updates/avahi-0.6.27-6.fc14 https://admin.fedoraproject.org/updates/xorg-x11-drv-geode-2.11.11-4.fc14 The following builds have been pushed to Fedora 14 updates-testing babel-0.9.6-1.fc14 cmake-fedora-0.5.99-1.fc14 fetchmail-6.3.20-1.fc14 gnumed-server-15.5-2.fc14 gutenprint-5.2.7-2.fc14 gx_head-0.14.0-3.fc14 java-1.6.0-openjdk-1.6.0.0-53.1.9.8.fc14 libass-0.9.12-1.fc14 logjam-4.6.2-1.fc14 nsd-3.2.8-1.fc14 nut-2.6.1-1.fc14 pam_ssh-1.97-7.fc14 pcsc-perl-1.4.12-1.fc14 perl-Data-Compare-1.22-1.fc14 pymol-1.4.1-4.20110502svn3947.fc14 python-imaging-1.1.7-3.fc14 python-netaddr-0.7.5-2.fc14 qbittorrent-2.8.1-1.fc14 rawtherapee-3.0-0.29.a1.fc14 spamassassin-3.3.2-1.fc14 superiotool-0-0.27.20110607svn6543.fc14 tepache-1.1.2-1.fc14 turpial-1.5.0-2.fc14 unzix-0.3.0-1.fc14 Details about builds: ================================================================================ babel-0.9.6-1.fc14 (FEDORA-2011-8009) Tools for internationalizing Python applications -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Nils Philippsen <nils@xxxxxxxxxx> - 0.9.6-1 - version 0.9.6: * Backport r493-494: documentation typo fixes. * Make the CLDR import script work with Python 2.7. * Fix various typos. * Fixed Python 2.3 compatibility (ticket #146, #233). * Sort output of list-locales. * Make the POT-Creation-Date of the catalog being updated equal to POT-Creation-Date of the template used to update (ticket #148). * Use a more explicit error message if no option or argument (command) is passed to pybabel (ticket #81). * Keep the PO-Revision-Date if it is not the default value (ticket #148). * Make --no-wrap work by reworking --width's default and mimic xgettext's behaviour of always wrapping comments (ticket #145). * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). * Add --project and --version options for commandline (ticket #173). * Add a __ne__() method to the Local class. * Explicitly sort instead of using sorted() and don't assume ordering (Python 2.3 and Jython compatibility). * Removed ValueError raising for string formatting message checkers if the string does not contain any string formattings (ticket #150). * Fix Serbian plural forms (ticket #213). * Small speed improvement in format_date() (ticket #216). * Fix number formatting for locales where CLDR specifies alt or draft items (ticket #217) * Fix bad check in format_time (ticket #257, reported with patch and tests by jomae) * Fix so frontend.CommandLineInterface.run does not accumulate logging handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200) - install python2 rather than python3 executable (#710880) * Mon Feb 7 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.9.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Aug 26 2010 Jeffrey C. Ollie <jeff@xxxxxxxxxx> - 0.9.5-3 - Add python3 subpackage -------------------------------------------------------------------------------- References: [ 1 ] Bug #710880 - correct shebang to python and create subpackage using python3 https://bugzilla.redhat.com/show_bug.cgi?id=710880 -------------------------------------------------------------------------------- ================================================================================ cmake-fedora-0.5.99-1.fc14 (FEDORA-2011-8057) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information: - Experimental New Macro: USE_ZANATA() - Zanata support. - New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - Clean up Modules: No unrelated files under Modules/ - Removed debug message of _cmake_uninstall_in, CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_release. - Renamed module UseFedpkg to ManageReleaseOnFedora - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_build. - Renamed module UseFedpkg to ManageReleaseOnFedora - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_build. - Renamed module UseFedpkg to ManageReleaseOnFedora - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_build. - Renamed module UseFedpkg to ManageReleaseOnFedora -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Ding-Yi Chen <dchen at redhat.com> - 0.5.99-1 - Experimental New Macro: USE_ZANATA() - Zanata support. - New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - Clean up Modules: No unrelated files under Modules/ - Removed debug message of _cmake_uninstall_in, CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. -------------------------------------------------------------------------------- References: [ 1 ] Bug #684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. https://bugzilla.redhat.com/show_bug.cgi?id=684107 [ 2 ] Bug #670079 - [cmake-fedora] target "release" will not stop when koji build failed https://bugzilla.redhat.com/show_bug.cgi?id=670079 [ 3 ] Bug #671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" https://bugzilla.redhat.com/show_bug.cgi?id=671063 -------------------------------------------------------------------------------- ================================================================================ fetchmail-6.3.20-1.fc14 (FEDORA-2011-8021) A remote mail retrieval and forwarding utility -------------------------------------------------------------------------------- Update Information: This update fixes CVE-2011-1947. -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Vitezslav Crhonek <vcrhonek@xxxxxxxxxx> - 6.3.20-1 - Update to fetchmail-6.3.20 -------------------------------------------------------------------------------- References: [ 1 ] Bug #709284 - CVE-2011-1947 fetchmail: Application hang due unguarded blocking I/O in IMAP/POP3 STARTTLS initialization (fetchmail-SA-2011-01) https://bugzilla.redhat.com/show_bug.cgi?id=709284 -------------------------------------------------------------------------------- ================================================================================ gnumed-server-15.5-2.fc14 (FEDORA-2011-8066) The GNUmed back end server -------------------------------------------------------------------------------- References: [ 1 ] Bug #669146 - Review Request: gnumed-server - medical practice management - server https://bugzilla.redhat.com/show_bug.cgi?id=669146 -------------------------------------------------------------------------------- ================================================================================ gutenprint-5.2.7-2.fc14 (FEDORA-2011-8067) Printer Drivers Package -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Tim Waugh <twaugh@xxxxxxxxxx> 5.2.7-2 - Fix build against newer versions of gcc. - cups-genppdupdate: fixed multicat support (bug #711021). It was writing an extra newline character after the URI, which caused the gutenprint.5.2 multicat process to exit. This prevented some PPDs from being updated. -------------------------------------------------------------------------------- References: [ 1 ] Bug #711021 - Gutenprint PPDs not updated in some circumstances https://bugzilla.redhat.com/show_bug.cgi?id=711021 -------------------------------------------------------------------------------- ================================================================================ gx_head-0.14.0-3.fc14 (FEDORA-2011-8016) Mono tube amplifier to JACK -------------------------------------------------------------------------------- Update Information: x_head is a simple guitar mono tube amplifier simulation based on the work done in the Guitarix project. gx_head provides different tube models and tone-stack models, so you can simply adjust the amp-model to your needs. It also comes with a number of built in effects (distortion, crybaby,autowah, phaser, flanger, echo, delay. All UI controllers can be connected over jack midi via MIDI learn with your external MIDI controllers. -------------------------------------------------------------------------------- References: [ 1 ] Bug #703698 - Review Request: gx_head - a mono tube amplifier (guitarix branch) https://bugzilla.redhat.com/show_bug.cgi?id=703698 -------------------------------------------------------------------------------- ================================================================================ java-1.6.0-openjdk-1.6.0.0-53.1.9.8.fc14 (FEDORA-2011-8003) OpenJDK Runtime Environment -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 6 2011 Jiri Vanek <jvanek@xxxxxxxxxx> - 1:1.6.0.0-53.1.9.8 - Resolves: rhbz#709375 - Bumped to IcedTea6 1.9.8 - RH706250, S6213702, CVE-2011-0872: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win) - RH706106, S6618658, CVE-2011-0865: Vulnerability in deserialization - RH706111, S7012520, CVE-2011-0815: Heap overflow vulnerability in FileDialog.show() (win) - RH706139, S7013519, CVE-2011-0822, CVE-2011-0862: Integer overflows in 2D code - RH706153, S7013969, CVE-2011-0867: NetworkInterface.toString can reveal bindings - RH706234, S7013971, CVE-2011-0869: Vulnerability in SAAJ - RH706239, S7016340, CVE-2011-0870: Vulnerability in SAAJ - RH706241, S7016495, CVE-2011-0868: Crash in Java 2D transforming an image with scale close to zero - RH706248, S7020198, CVE-2011-0871: ImageIcon creates Component with null acc - RH706245, S7020373, CVE-2011-0864: JSR rewriting can overflow memory address size variables -------------------------------------------------------------------------------- ================================================================================ libass-0.9.12-1.fc14 (FEDORA-2011-8019) Portable library for SSA/ASS subtitles rendering -------------------------------------------------------------------------------- Update Information: - New upstream release - Licence changed to ISC - Fixed word-wrapping - Improved charmap fallback matching - Various other improvements and fixes -------------------------------------------------------------------------------- ChangeLog: * Tue May 31 2011 Martin Sourada <mso@xxxxxxxxxxxxxxxxx> - 0.9.12-1 - New upstrea release - Licence changed to ISC - Fixed word-wrapping - Improved charmap fallback matching - Various other improvements and fixes -------------------------------------------------------------------------------- References: [ 1 ] Bug #709298 - libass-0.9.12 is available https://bugzilla.redhat.com/show_bug.cgi?id=709298 -------------------------------------------------------------------------------- ================================================================================ logjam-4.6.2-1.fc14 (FEDORA-2011-8048) GTK2 client for LiveJournal -------------------------------------------------------------------------------- Update Information: Update LogJam to 4.6.2: autofoo: reserve m4 folder to keep *.m4 macros ui: add 'Screening' option to the main window editor: extend html_mark_tag() function editor: add much more HTML tags to the menu core: set dirty mark for autosaved entry po: insert update-potfiles.sh script po: update POTFILES.in ui: abstract tools_ljcut(), split it to two ui: add lj-repost helper ui: use default tip text in tools_lj_macro() ui: add lj-like feature ui: avoid another GTK warning po: update *.po files po: update Russian translation liblivejournal: fix typos around 'moodid' property ui: fix O(n^2) in access to linked-list autofoo: bump version (v4.6.2) -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 1:4.6.2-1 - update to 4.6.2 * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1:4.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Feb 4 2011 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 1:4.6.1-1 - update to 4.6.1 -------------------------------------------------------------------------------- ================================================================================ nsd-3.2.8-1.fc14 (FEDORA-2011-8026) Fast and lean authoritative DNS Name Server -------------------------------------------------------------------------------- Update Information: Updated to latest upstream. Minor initscript and stock config file fixes -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Tuomo Soini <tis@xxxxxxxxx> - 3.2.8-1 - updated to 3.2.8 - fix init status to work as expected (bz#525107) - fix nsd.conf and nsd.conf.5 to have correct logfile - fix nsd.init syntax error by piddir change - fix initscript to create /var/run/nsd if missing (bz#710376) - /var/run/nsd should be owned by root, not nsd -------------------------------------------------------------------------------- References: [ 1 ] Bug #525107 - nsd init file doesn't give success/failure feedback https://bugzilla.redhat.com/show_bug.cgi?id=525107 [ 2 ] Bug #710376 - nsd initscript doesn't create piddir https://bugzilla.redhat.com/show_bug.cgi?id=710376 -------------------------------------------------------------------------------- ================================================================================ nut-2.6.1-1.fc14 (FEDORA-2011-8046) Network UPS Tools -------------------------------------------------------------------------------- Update Information: - Fix a memory leak in dummy-ups driver - Improve support of several UPS devices - add MODE=serveronly option (starts driver and daemon, but without ups monitor) - add systemd compatible shutdown script - remove hal requirement from -cgi and -client - add MODE=serveronly option (starts driver and daemon, but without ups monitor) -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 2.6.1-1 - nut updated to 2.6.1 * Mon May 23 2011 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 2.6.0-7 - remove hal requirement from -cgi and -client * Fri May 20 2011 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 2.6.0-6 - add new option MODE=serveronly -------------------------------------------------------------------------------- References: [ 1 ] Bug #677697 - ups: in server mode upsmon should be started optionally https://bugzilla.redhat.com/show_bug.cgi?id=677697 -------------------------------------------------------------------------------- ================================================================================ pam_ssh-1.97-7.fc14 (FEDORA-2011-8006) PAM module for use with SSH keys and ssh-agent -------------------------------------------------------------------------------- Update Information: Drop root group privileges before executing ssh-agent (#711170) -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Dmitry Butskoy <Dmitry@xxxxxxxxxxxx> - 1.97-7 - Drop root group privileges properly before executing ssh-agent (#711170) * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.97-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #711170 - pam_ssh: privileges not dropped properly before executing ssh-agent https://bugzilla.redhat.com/show_bug.cgi?id=711170 -------------------------------------------------------------------------------- ================================================================================ pcsc-perl-1.4.12-1.fc14 (FEDORA-2011-8024) Perl interface to the PC/SC smart card library -------------------------------------------------------------------------------- Update Information: This update fixes perl incompatibility in the current pcsc-perl packages. -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Tomas Mraz <tmraz@xxxxxxxxxx> - 1.4.12-1 - New upstream version * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.4.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #711233 - pcsc-perl needs upgrade to work at all https://bugzilla.redhat.com/show_bug.cgi?id=711233 -------------------------------------------------------------------------------- ================================================================================ perl-Data-Compare-1.22-1.fc14 (FEDORA-2011-8065) Compare perl data structures -------------------------------------------------------------------------------- Update Information: Update to 1.22, fix issue with missing dependency. -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 1.22-1 - update to 1.22 - add Requires: perl(File::Find::Rule) * Tue Feb 8 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 1.21-6 - 661697 rebuild for fixing problems with vendorach/lib -------------------------------------------------------------------------------- References: [ 1 ] Bug #711472 - perl-Data-Compare misses perl(Find::File::Rule) dependency https://bugzilla.redhat.com/show_bug.cgi?id=711472 -------------------------------------------------------------------------------- ================================================================================ pymol-1.4.1-4.20110502svn3947.fc14 (FEDORA-2011-8053) PyMOL Molecular Graphics System -------------------------------------------------------------------------------- Update Information: -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Tim Fenn <fenn@xxxxxxxxxxxx> - 1.4.1-4.20110502svn3947 - include missing data directory bits - remove pre script - remove pymol_path completely, add patch to init.py to set it properly * Wed May 18 2011 Tim Fenn <fenn@xxxxxxxxxxxx> - 1.4.1-3.20110502svn3947 - remove old pymol_path directory if necessary using pre script * Tue May 17 2011 Tim Fenn <fenn@xxxxxxxxxxxx> - 1.4.1-2.20110502svn3947 - fix broken pymol_path and missing shaders issue (BZ 705144) * Mon May 2 2011 Tim Fenn <fenn@xxxxxxxxxxxx> - 1.4.1-1.20110502svn3947 - update to 1.4.1 (svn 3947) * Sat Apr 2 2011 Tim Fenn <fenn@xxxxxxxxxxxx> - 1.4-1.20110402svn3938 - update to 1.4 (svn 3938) - include python web module - require glew -------------------------------------------------------------------------------- References: [ 1 ] Bug #705144 - pymol packaging mishandles pymol_path https://bugzilla.redhat.com/show_bug.cgi?id=705144 -------------------------------------------------------------------------------- ================================================================================ python-imaging-1.1.7-3.fc14 (FEDORA-2011-8064) Python's own image processing library -------------------------------------------------------------------------------- Update Information: Buffer overflow fix -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Roman Rakus <rrakus@xxxxxxxxxx> - 1.1.7-3 - Buffer overflow patch (#703212) -------------------------------------------------------------------------------- References: [ 1 ] Bug #703212 - [abrt] wxPython-2.8.11.0-4.fc14: strcpy: Process /usr/bin/python was killed by signal 6 (SIGABRT) https://bugzilla.redhat.com/show_bug.cgi?id=703212 -------------------------------------------------------------------------------- ================================================================================ python-netaddr-0.7.5-2.fc14 (FEDORA-2011-8058) A pure Python network address representation and manipulation library -------------------------------------------------------------------------------- Update Information: Fixes a UnboundLocalError exception that would be raised on entering an invalid mask when creating an IPNetwork object -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Jakub Hrozek <jhrozek@xxxxxxxxxx> - 0.7.5-2 - Do not traceback on invalid IPNetwork input (upstream issues #2, #6, #5, #8) - Remove executable bit from documentation files to make rpmlint happy -------------------------------------------------------------------------------- References: [ 1 ] Bug #710373 - Bad exception on entering invalid netaddr.IPNetwork https://bugzilla.redhat.com/show_bug.cgi?id=710373 -------------------------------------------------------------------------------- ================================================================================ qbittorrent-2.8.1-1.fc14 (FEDORA-2011-8000) A Bittorrent Client -------------------------------------------------------------------------------- Update Information: * Sun Jun 05 2011 - Christophe Dumez <chris@xxxxxxxxxxxxxxx> - v2.8.1 - BUGFIX: Fix Web UI username/password change (Web UI) -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Leigh Scott <leigh123linux@xxxxxxxxxxxxxx> - 1:2.8.1-1 - update to 2.8.1 -------------------------------------------------------------------------------- ================================================================================ rawtherapee-3.0-0.29.a1.fc14 (FEDORA-2011-8043) Raw image processing software -------------------------------------------------------------------------------- Update Information: Syn with upstream -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 6 2011 Thibault North <tnorth@xxxxxxxxxxxxxxxxx> - 3.0-0.29.a1 - Sync with upstream - Versioning now needs to be included in version.h -------------------------------------------------------------------------------- ================================================================================ spamassassin-3.3.2-1.fc14 (FEDORA-2011-8063) Spam filter for email which can be invoked from mail delivery agents -------------------------------------------------------------------------------- Update Information: Update to 3.3.2 -------------------------------------------------------------------------------- ChangeLog: * Mon Jun 6 2011 Warren Togami <warren@xxxxxxxxxx> - 3.3.2-1 - 3.3.2 * Mon May 30 2011 Warren Togami <warren@xxxxxxxxxx> - 3.3.2-0.8.rc2 - 3.3.2-rc2 * Mon May 16 2011 Warren Togami <warren@xxxxxxxxxx> - 3.3.2-0.7.rc1 - 3.3.2-rc1 * Sun Feb 27 2011 Ville Skyttà <ville.skytta@xxxxxx> - 3.3.2-0.6.svn1071394 - Own /etc/mail dir (#645035). -------------------------------------------------------------------------------- ================================================================================ superiotool-0-0.27.20110607svn6543.fc14 (FEDORA-2011-8049) Simple program for detecting Super I/O on your mainboard -------------------------------------------------------------------------------- Update Information: - svn ver. 6543 - Partial support for Nuvoton NCT6776F - Detection/dump support for ServerEngines SE-SM 4210-P01 - Support for detecting/dumping the registers of Nuvoton W83627DHG-P/-PT - Support for the NSC PC87364 Super I/O - Added mec1308 support to superiotool - Removed FDC37M81x support (is was not supported very well anyway) - Added support for the IT8720F Super I/O - Added detection/dump support for the NSC PC87382 - Added detection support for the ITE IT8721F - Added detection of Nuvoton WPCM450 - Various Winbond/Nuvoton W83527HG fixes -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Peter Lemenkov <lemenkov@xxxxxxxxx> - 0-0.27.20110607svn6543 - svn ver. 6543 - Partial support for Nuvoton NCT6776F - Detection/dump support for ServerEngines SE-SM 4210-P01 - Support for detecting/dumping the registers of Nuvoton W83627DHG-P/-PT - Support for the NSC PC87364 Super I/O - Added mec1308 support to superiotool - Removed FDC37M81x support (is was not supported very well anyway) - Added support for the IT8720F Super I/O - Added detection/dump support for the NSC PC87382 - Added detection support for the ITE IT8721F - Added detection of Nuvoton WPCM450 - Various Winbond/Nuvoton W83527HG fixes * Wed Feb 9 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0-0.26.20101214svn6179 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ tepache-1.1.2-1.fc14 (FEDORA-2011-8017) Code sketcher for python -------------------------------------------------------------------------------- Update Information: Tepache is a code sketcher for python that uses pygtk and glade. It could look like other glade codegens, but it is totally different. Not a glade codegen but a code sketcher. -------------------------------------------------------------------------------- References: [ 1 ] Bug #710194 - Review Request: tepache - Code sketcher for python https://bugzilla.redhat.com/show_bug.cgi?id=710194 -------------------------------------------------------------------------------- ================================================================================ turpial-1.5.0-2.fc14 (FEDORA-2011-8054) Cool twitter client with many features and very light -------------------------------------------------------------------------------- Update Information: Bugzilla bug #711258: turpial need python-setuptools in build and runtime. -------------------------------------------------------------------------------- References: [ 1 ] Bug #711258 - Turpial need python-setuptools https://bugzilla.redhat.com/show_bug.cgi?id=711258 -------------------------------------------------------------------------------- ================================================================================ unzix-0.3.0-1.fc14 (FEDORA-2011-8047) A WinZix archive extractor -------------------------------------------------------------------------------- Update Information: This is a new package for Unzix. -------------------------------------------------------------------------------- References: [ 1 ] Bug #710452 - Review Request: unzix - A WinZix archive extractor https://bugzilla.redhat.com/show_bug.cgi?id=710452 -------------------------------------------------------------------------------- -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test