Fedora 15 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following Fedora 15 Security updates need testing:

    https://admin.fedoraproject.org/updates/FEDORA-2012-9117/quagga-0.99.20.1-2.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9008/boost-1.46.0-4.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9329/roundcubemail-0.7.2-2.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-7246/libsoup-2.34.3-2.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-8702/arpwatch-2.1a15-16.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-6629/gdb-7.3.1-50.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9422/mosh-1.2.2-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-8960/mumble-1.2.3-4.fc15.1
    https://admin.fedoraproject.org/updates/FEDORA-2012-9430/xen-4.1.2-8.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2011-17233/tor-0.2.1.32-1500.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9328/gd-2.0.35-17.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9349/mysql-5.5.24-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9155/perl-Gtk2-MozEmbed-0.09-1.fc15.12,gnome-python2-extras-2.25.3-35.fc15.8,firefox-13.0-1.fc15,xulrunner-13.0-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-7131/seamonkey-2.9.1-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9079/thunderbird-13.0-1.fc15,thunderbird-lightning-1.5-2.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-8931/kernel-2.6.43.8-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-8010/sudo-1.7.4p5-5.fc15


The following Fedora 15 Critical Path updates have yet to be approved:

    https://admin.fedoraproject.org/updates/FEDORA-2012-9349/mysql-5.5.24-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9280/lxpanel-0.5.9-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9062/python-bugzilla-0.7.0-1.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-9079/thunderbird-13.0-1.fc15,thunderbird-lightning-1.5-2.fc15
    https://admin.fedoraproject.org/updates/FEDORA-2012-8931/kernel-2.6.43.8-1.fc15
    https://admin.fedoraproject.org/updates/iproute-2.6.38.1-7.fc15
    https://admin.fedoraproject.org/updates/dracut-009-15.fc15


The following builds have been pushed to Fedora 15 updates-testing

    ansible-0.4.1-1.fc15
    dovecot-2.0.21-1.fc15
    kwooty-0.8.4-1.fc15
    rubygem-boxgrinder-build-0.10.2-1.fc15
    rubygem-boxgrinder-core-0.3.12-1.fc15

Details about builds:


================================================================================
 ansible-0.4.1-1.fc15 (FEDORA-2012-9472)
 Minimal SSH command and control
--------------------------------------------------------------------------------
Update Information:

0.4.1 

Allowing the template module to expand src=$foo

0.4 "Unchained"

Internals/Core

    * internal inventory API now more object oriented, parsers decoupled
    * async handling improvements
    * misc fixes for running ansible on OS X (overlord only)
    * sudo improvements, now works much more smoothly
    * sudo to a particular user with -U/--sudo-user, or using 'sudo_user: foo' in a playbook
    * --private-key CLI option to work with pem files

Inventory

    * can use -i host1,host2,host3:port to specify hosts not in inventory (replaces --override-hosts)
    * ansible INI style format can do groups of groups [groupname:children] and group vars [groupname:vars]
    * groups and users module takes an optional system=yes|no on creation (default no)
    * list of hosts in playbooks can be expressed as a YAML list in addition to ; delimited

Playbooks

    * variables can be replaced like ${foo.nested_hash_key.nested_subkey[array_index]}
    * unicode now ok in templates (assumes utf8)
    * able to pass host specifier or group name in to "hosts:" with --extra-vars
    * ansible-pull script and example playbook (extreme scaling, remediation)
    * inventory_hostname variable available that contains the value of the host as ansible knows it
    * variables in the 'all' section can be used to define other variables based on those values
    * 'group_names' is now a variable made available to templates
    * first_available_file feature, see selective_file_sources.yml in examples/playbooks for info
    * --extra-vars="a=2 b=3" etc, now available to inject parameters into playbooks from CLI

Incompatible Changes

    * jinja2 is only usable in templates, not playbooks, use $foo instead
    * --override-hosts removed, can use -i with comma notation (-i "ahost,bhost")
    * modules can no longer include stderr output (paramiko limitation from sudo)

Module Changes

    * tweaks to SELinux implementation for file module
    * fixes for yum module corner cases on EL5
    * file module now correctly returns the mode in octal
    * fix for symlink handling in the file module
    * service takes an enable=yes|no which works with chkconfig or updates-rc.d as appropriate
    * service module works better on Ubuntu
    * git module now does resets and such to work more smoothly on updates
    * modules all now log to syslog
    * enabled=yes|no on a service can be used to toggle chkconfig & updates-rc.d states
    * git module supports branch=
    * service fixes to better detect status using return codes of the service script
    * custom facts provided by the setup module mean no dependency on Ruby, facter, or ohai
    * service now has a state=reloaded
    * raw module for bootstrapping and talking to routers w/o Python, etc

Misc Bugfixes

    * fixes for variable parsing in only_if lines
    * misc fixes to key=value parsing
    * variables with mixed case now legal
    * fix to internals of hacking/test-module development script

--------------------------------------------------------------------------------
ChangeLog:

* Tue Jun 12 2012 Tim Bielawa <tbielawa@xxxxxxxxxx> - 0.4.1-1
- Release of 0.4.1 (bugfixes)
* Wed May 23 2012 Michael DeHaan <michael.dehaan@xxxxxxxxx> - 0.4-0
- Release of 0.4
--------------------------------------------------------------------------------


================================================================================
 dovecot-2.0.21-1.fc15 (FEDORA-2012-9449)
 Secure imap and pop3 server
--------------------------------------------------------------------------------
Update Information:

- dovecot updated to 2.0.21
- imap-login: Memory leak fixed
- imap: Non-UTF8 input on SEARCH command parameters could have crashed
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user login without master passdbs. 
- sdbox: Don't use more fds than necessary when copying mails.
- mdbox kept the user's storage locked a bit longer than it needed to
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jun 14 2012 Michal Hlavinka <mhlavink@xxxxxxxxxx> - 1:2.0.21-1
- dovecot updated to 2.0.21
- imap-login: Memory leak fixed
- imap: Non-UTF8 input on SEARCH command parameters could have crashed
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
  login without master passdbs. 
- sdbox: Don't use more fds than necessary when copying mails.
- mdbox kept the user's storage locked a bit longer than it needed to
--------------------------------------------------------------------------------


================================================================================
 kwooty-0.8.4-1.fc15 (FEDORA-2012-9493)
 A friendly nzb usenet binary download application
--------------------------------------------------------------------------------
Update Information:

Update to 0.8.4
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jun 14 2012 Gregor Tätzner <brummbq@xxxxxxxxxxxxxxxxx> - 0.8.4-1
- Version bump.
--------------------------------------------------------------------------------


================================================================================
 rubygem-boxgrinder-build-0.10.2-1.fc15 (FEDORA-2012-9467)
 A tool for creating appliances from simple plain text files
--------------------------------------------------------------------------------
Update Information:

Upstream release 0.10.2

- Support for printing coloured terminal output
- [BGBUILD-347] Add support for Fedora 17. Remove unnecessary OS restrictions
- [BGBUILD-353] Remove all default attaching (EBS) and mounting (EBS, S3)
- [BGBUILD-361] Yum runs before having a proper /etc/resolv.conf (EC2 & CentOS 5)

--------------------------------------------------------------------------------
ChangeLog:

* Thu Jun 14 2012 Marek Goldmann <mgoldman@xxxxxxxxxx> - 0.10.2-1
- Upstream release: 0.10.2
- [BGBUILD-347] Add support for Fedora 17. Remove unnecessary OS restrictions
- [BGBUILD-353] Remove all default attaching (EBS) and mounting (EBS, S3)
- [BGBUILD-361] Yum runs before having a proper /etc/resolv.conf (EC2 & CentOS 5)
--------------------------------------------------------------------------------


================================================================================
 rubygem-boxgrinder-core-0.3.12-1.fc15 (FEDORA-2012-9467)
 Core library for BoxGrinder
--------------------------------------------------------------------------------
Update Information:

Upstream release 0.10.2

- Support for printing coloured terminal output
- [BGBUILD-347] Add support for Fedora 17. Remove unnecessary OS restrictions
- [BGBUILD-353] Remove all default attaching (EBS) and mounting (EBS, S3)
- [BGBUILD-361] Yum runs before having a proper /etc/resolv.conf (EC2 & CentOS 5)

--------------------------------------------------------------------------------
ChangeLog:

* Thu Jun 14 2012 Marek Goldmann <mgoldman@xxxxxxxxxx> - 0.3.12
- Upstream release: 0.3.12
- Support for printing coloured terminal output
--------------------------------------------------------------------------------

-- 
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test



[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux