On 23.06.2015 21:05, Mark Wielaard wrote:
> On Tue, Jun 23, 2015 at 04:33:29PM +0200, poma wrote:
>> On 22.06.2015 10:44, Mark Wielaard wrote:
>>> On Sun, 2015-06-21 at 06:10 +0200, poma wrote:
>>>> If rpm in standard way cannot strip without passing content to debuginfo, so let it be.
>>>
>>> It doesn't have something like that as far as I know. Should it?
>>> It seems that if you aren't going to use the debuginfo anyway a better
>>> way to not get it is to not generate it in the first place by not
>>> passing -g in the build FLAGS. Maybe rpm should have an option to do
>>> that automagically for you. Although I would discourage its use. The
>>> debuginfo is really useful normally.
>>
>> There is no real reason not to provide such functionality,
>> that same functionality provided by the kernel's infarctstructure.
>
> I don't know what the kernel does, but can't you do it with rpm by
> filtering out -g from %__global_cflags?
>
> Cheers,
>
> Mark
>
"Valid values for "option" above include xen, smp, up, pae, kdump, debug and debuginfo. Specifying --without debug strips out some debugging code from the kernels, where specifying --without debuginfo disables the building of the kernel-debuginfo packages."
http://fedoraproject.org/wiki/Building_a_custom_kernel#Build_the_New_Kernel
"filter" out -g from %__global_cflags - how exactly?
On 22.06.2015 14:20, Mauro Carvalho Chehab wrote:
> (please disregard my last e-mail - I pressed, by mistake, some control sequence
> to send it before finishing it)
>
> Hi,
>
> Em Sun, 21 Jun 2015 23:47:42 +0200
> poma <pomidorabelisima(a)gmail.com> escreveu:
>
>>
>> Háu kola
>>
>>
>> $ lspci -d 4444:0016 -knn
>> 01:08.0 Multimedia video controller [0400]: Internext Compression Inc iTVC16 (CX23416) Video Decoder [4444:0016] (rev 01)
>> Subsystem: Hauppauge computer works Inc. WinTV PVR 150 [0070:8801]
>> Kernel driver in use: ivtv
>> Kernel modules: ivtv
>>
>> ~~~~~~~~~~~~~~~~~~~~
>>
>> $ dmesg | grep ivtv
>> [ 10.082881] ivtv: Start initialization, version 1.4.3
>> [ 10.085644] ivtv0: Initializing card 0
>> [ 10.088287] ivtv0: Autodetected Hauppauge card (cx23416 based)
>> [ 10.094502] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
>> [ 10.183374] ivtv0: Autodetected Hauppauge WinTV PVR-150
>> [ 10.240409] cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
>> [ 10.380617] wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #0)
>> [ 10.431991] ivtv0: Registered device video0 for encoder MPG (4096 kB)
>> [ 10.432151] ivtv0: Registered device video32 for encoder YUV (2048 kB)
>> [ 10.432256] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
>> [ 10.432358] ivtv0: Registered device video24 for encoder PCM (320 kB)
>> [ 10.432459] ivtv0: Registered device radio0 for encoder radio
>> [ 10.432473] ivtv0: Initialized card: Hauppauge WinTV PVR-150
>> [ 10.433869] ivtv: End initialization
>> [ 11.820105] ivtv 0000:01:08.0: Direct firmware load for v4l-cx2341x-enc.fw failed with error -2
>> [ 11.820119] ivtv0: Unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
>> [ 11.820124] ivtv0: Did you put the firmware in the hotplug firmware directory?
>> [ 11.820129] ivtv0: Retry loading firmware
>> [ 12.439735] ivtv 0000:01:08.0: Direct firmware load for v4l-cx2341x-enc.fw failed with error -2
>> [ 12.439747] ivtv0: Unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
>> [ 12.439752] ivtv0: Did you put the firmware in the hotplug firmware directory?
>> [ 12.439757] ivtv0: Failed to initialize on device video32
>> [ 12.439788] ivtv0: Failed to initialize on device video0
>> [ 12.439953] ivtv0: Failed to initialize on device vbi0
>> [ 12.439968] ivtv0: Failed to initialize on device video24
>> [ 12.440110] ivtv0: Failed to initialize on device radio0
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> $ modinfo ivtv | grep 'author\|firmware'
>> author: Kevin Thayer, Chris Kennedy, Hans Verkuil
>> firmware: v4l-cx2341x-init.mpg
>> firmware: v4l-cx2341x-dec.fw
>> firmware: v4l-cx2341x-enc.fw
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> $ rpm -qi linux-firmware
>> ...
>> Packager : Fedora Project
>> Vendor : Fedora Project
>> ...
>> Summary : Firmware files used by the Linux kernel
>> Description :
>> This package includes firmware files required for some devices to
>> operate.
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> $ rpm -ql linux-firmware | grep v4l-cx2341x
>> $
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> # yum install ivtv-firmware
>> ...
>> No package ivtv-firmware available.
>> Error: Nothing to do
>>
>> ~~~~~~~~~~~~~~~~~~~~
>>
>> $ rpm -qilp https://kojipkgs.fedoraproject.org/packages/ivtv-firmware/20080701/26/noarc…
>> Name : ivtv-firmware
>> Epoch : 2
>> Version : 20080701
>> Release : 26
>> Architecture: noarch
>> Install Date: (not installed)
>> Group : System Environment/Kernel
>> Size : 857256
>> License : Redistributable, no modification permitted
>> Signature : (none)
>> Source RPM : ivtv-firmware-20080701-26.src.rpm
>> Build Date : Sun 08 Jun 2014 05:38:45 AM CEST
>> Build Host : buildvm-11.phx2.fedoraproject.org
>> Relocations : (not relocatable)
>> Packager : Fedora Project
>> Vendor : Fedora Project
>> URL : http://dl.ivtvdriver.org/ivtv/firmware/
>> Summary : Firmware for the Hauppauge PVR 250/350/150/500/USB2 model series
>> Description :
>> This package contains the firmware for WinTV Hauppauge PVR
>> 250/350/150/500/USB2 cards.
>> /lib/firmware/ivtv-firmware-license-end-user.txt
>> /lib/firmware/ivtv-firmware-license-oemihvisv.txt
>> /lib/firmware/v4l-cx2341x-dec.fw
>> /lib/firmware/v4l-cx2341x-enc.fw
>> /lib/firmware/v4l-cx2341x-init.mpg
>> /lib/firmware/v4l-cx25840.fw
>> /lib/firmware/v4l-pvrusb2-24xxx-01.fw
>> /lib/firmware/v4l-pvrusb2-29xxx-01.fw
>> /usr/share/doc/ivtv-firmware
>> /usr/share/doc/ivtv-firmware/license-end-user.txt
>> /usr/share/doc/ivtv-firmware/license-oemihvisv.txt
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> Why these firmwares are not included upstream
>> http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
>> ?
>>
>> Why these firmwares are obsoleted(?) downstream
>> http://pkgs.fedoraproject.org/cgit/ivtv-firmware.git
>> ?
>>
>> Why these firmware are not included downstream
>> http://pkgs.fedoraproject.org/cgit/linux-firmware.git
>> ?
>
> I've no idea who tagged the ivtv-firmware package as obsoleted.
>
> The status of the firmwares is that almost all ivtv firmwares
> are part of linux-firmware. However, we didn't manage to get
> an ack from Conexant (or Hauppauge) to release a few firmwares
> using a license that would allow redistribution. The problem
> is that those firmwares are for hardware that are discontinued
> by the chipset manufacturer.
>
> So, those should still be released using the license that
> was granted on this package.
>
> So, IMO, those files should be kept at the package:
> /lib/firmware/ivtv-firmware-license-end-user.txt
> /lib/firmware/ivtv-firmware-license-oemihvisv.txt
> /lib/firmware/v4l-cx2341x-enc.fw
> /lib/firmware/v4l-pvrusb2-24xxx-01.fw
> /lib/firmware/v4l-pvrusb2-29xxx-01.fw
> /usr/share/doc/ivtv-firmware
> /usr/share/doc/ivtv-firmware/license-end-user.txt
> /usr/share/doc/ivtv-firmware/license-oemihvisv.txt
>
> The other files should be replaced by the ones at linux-firmware,
> with has a better license that allows redistribution.
>
> Regards,
> Mauro
>
Thanks for your reply.
These two "firmwares" are also needed, right:
- v4l-cx2341x-dec.fw : CX23415 decoder part
- v4l-cx2341x-init.mpg : decoder initializer
Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
Subsystem: Hauppauge computer works Inc. WinTV PVR-350
Are there any technical or legal issues for all these firmware files not to be included downstream within "linux-firmware" package, with the rest of firmwares?
The following Fedora 21 Security updates need testing:
Age URL
145 https://admin.fedoraproject.org/updates/FEDORA-2015-1467/openstack-glance-2…
90 https://admin.fedoraproject.org/updates/FEDORA-2015-4689/quassel-0.11.0-2.f…
74 https://admin.fedoraproject.org/updates/FEDORA-2015-6005/asterisk-11.17.1-1…
41 https://admin.fedoraproject.org/updates/FEDORA-2015-8170/rawstudio-2.1-0.1.…
35 https://admin.fedoraproject.org/updates/FEDORA-2015-8168/cabal-install-1.16…
25 https://admin.fedoraproject.org/updates/FEDORA-2015-9090/fossil-1.33-1.fc21
25 https://admin.fedoraproject.org/updates/FEDORA-2015-9141/ceph-deploy-1.5.25…
19 https://admin.fedoraproject.org/updates/FEDORA-2015-9488/redis-2.8.21-1.fc21
14 https://admin.fedoraproject.org/updates/FEDORA-2015-5247/strongswan-5.3.2-1…
14 https://admin.fedoraproject.org/updates/FEDORA-2015-9744/squid-3.4.13-1.fc21
10 https://admin.fedoraproject.org/updates/FEDORA-2015-9925/postgresql-9.3.9-1…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10144/rubygem-jquery-ra…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10169/php-htmLawed-1.1.…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10175/opensaml-java-ope…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10249/python-jwt-1.3.0-…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10301/389-ds-base-1.3.3…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10389/drupal6-6.36-1.fc…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10165/chicken-4.9.0.1-4…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10189/drupal7-7.38-1.fc…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10254/openstack-cinder-…
2 https://admin.fedoraproject.org/updates/FEDORA-2015-10450/cups-x2go-3.0.1.3…
2 https://admin.fedoraproject.org/updates/FEDORA-2015-10514/openvas-cli-1.4.1…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10520/trafficserver-5.3…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10545/rubygem-activesup…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10193/gnome-abrt-1.0.0-…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10581/ecryptfs-utils-10…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10678/kernel-4.0.6-200.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10601/libwmf-0.2.8.4-45…
The following Fedora 21 Critical Path updates have yet to be approved:
Age URL
13 https://admin.fedoraproject.org/updates/FEDORA-2015-9831/libfm-1.2.3-9.D201…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10387/lz4-r130-1.fc21
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10251/nautilus-3.14.3-1…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10522/thunderbird-38.0.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10708/selinux-policy-3.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10699/hwdata-0.279-1.fc…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10678/kernel-4.0.6-200.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10666/notification-daem…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10655/btrfs-progs-4.1-1…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10648/libsolv-0.6.11-1.…
The following builds have been pushed to Fedora 21 updates-testing
SFML-2.3-1.fc21
cv-0.7-1.fc21
edg-mkgridmap-4.0.2-1.fc21
hawaii-widget-styles-0.5.0-1.fc21
hdparm-9.48-1.fc21
hwdata-0.279-1.fc21
imaptest-20150620-1.fc21
kernel-4.0.6-200.fc21
libetonyek-0.1.3-1.fc21
libstoragemgmt-1.2.3-1.fc21
marsshooter-0.7.5-7.20140507gitc855d04.fc21
mate-desktop-1.8.2-4.fc21
mdds-0.11.2-2.fc21
moarvm-0.2015.06-1.fc21
nodejs-wcwidth-1.0.0-6.fc21
notification-daemon-3.14.1-2.fc21
nqp-0.0.2015.06-1.fc21
opensmtpd-5.4.6p1-1.fc21
openstack-keystone-2014.1.5-1.fc21
perl-CHI-0.60-1.fc21
php-pear-PHP-CodeSniffer-2.3.3-1.fc21
python-futures-3.0.3-1.fc21
rakudo-star-0.0.2015.06-1.fc21
selinux-policy-3.13.1-105.18.fc21
targetd-0.8.2-1.fc21
vagrant-registration-0.0.16-1.fc21
xdg-app-0.3.5-1.fc21
Details about builds:
================================================================================
SFML-2.3-1.fc21 (FEDORA-2015-10718)
Simple and Fast Multimedia Library
--------------------------------------------------------------------------------
Update Information:
Updating SFML to 2.3.
marsshooter is rebuilt against new SFML.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Pranav Kant <pranvk(a)fedoraproject.org> - 2.3-1
- Update to 2.3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1-4
- Rebuilt for GCC 5 C++11 ABI change
--------------------------------------------------------------------------------
================================================================================
cv-0.7-1.fc21 (FEDORA-2015-10712)
Coreutils Viewer
--------------------------------------------------------------------------------
Update Information:
Update to new Version
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Florian Lehner <dev(a)der-flo.net> 0.7-1
- Update to new Version
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
edg-mkgridmap-4.0.2-1.fc21 (FEDORA-2015-10719)
A tool to build the grid map-file from VO servers
--------------------------------------------------------------------------------
Update Information:
New upstream release 4.0.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Alejandro Alvarez Ayllon <aalvarez(a)cern.ch> - 4.0.2-1
- New upstream release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
hawaii-widget-styles-0.5.0-1.fc21 (FEDORA-2015-10696)
Styles for applications using QtQuick Controls
--------------------------------------------------------------------------------
Update Information:
- New version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Pier Luigi Fiorini <pierluigi.fiorini(a)gmail.com> - 0.5.0-1
* Update to 0.5 release.
--------------------------------------------------------------------------------
================================================================================
hdparm-9.48-1.fc21 (FEDORA-2015-10702)
A utility for displaying and/or setting hard disk parameters
--------------------------------------------------------------------------------
Update Information:
New upstream version.
New upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michal Minar <miminar(a)redhat.com> 9.48-1
- New upstream version.
* Tue Jun 16 2015 Michal Minar <miminar(a)redhat.com> 9.47-1
- New upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1231525 - hdparm-9.47 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1231525
--------------------------------------------------------------------------------
================================================================================
hwdata-0.279-1.fc21 (FEDORA-2015-10699)
Hardware identification and configuration data
--------------------------------------------------------------------------------
Update Information:
Updated pci, usb and vendor ids.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michal Minar <miminar(a)redhat.com> 0.279-1
- Updated pci, usb and vendor ids.
--------------------------------------------------------------------------------
================================================================================
imaptest-20150620-1.fc21 (FEDORA-2015-10670)
A generic IMAP server compliancy tester
--------------------------------------------------------------------------------
Update Information:
ImapTest 20150619
=================
* test-parser: Allow giving full paths to test=directory. Patch by Bron Gondwana
* Send CRLF instead of just LF after {literal+}
ImapTest 20150612
=================
* Fixes to ctrl-c handling. We need to stop only when there are no IMAP and no LMTP clients. Also don't wait forever if there aren't actually any IMAP or LMTP clients at all at the time of ctrl-c.
* profile: Timeout was sometimes forgotten and nothing was happening afterwards.
ImapTest 20150604
=================
* imaptest: Show earlier if some commands are stalling for over 3 secs.
* Fixed test=<dir> - we need to free users between tests to reset mailbox_sources. This is a bit kludgy fix. I'm still not sure what's the right way to handle multiple mailbox_sources.
* Added users_free_all()
* mailbox_source refcounting fix.
* Minor cleanup
ImapTest 20150603
=================
* Give names to iostreams.
* imaptest: Fixed test=<dir> to not complain about unexpected BYE
* Fixed test=<dir> to append mails from the correct source mbox.
ImapTest 20150524
=================
* imaptest: If secs=n timeout triggers twice, stop immediately.
ImapTest 20150520
=================
* profile: Avoid excessive sorting of users.
ImapTest 20150519
=================
* Free profile timeout at deinit
* Avoid using one timeout per user - it was using way too much CPU. Simply tracking the next global timestamp (practically the next second always) and then sorting through the users seems to be fast enough.
* Free user timeouts at deinit
ImapTest 20150518
=================
* Fixed non-profile imaptest runs.
* imap: Fixed unnecessary "Unexpected BYE" warnings
ImapTest 20150517
=================
* profile: Enforce connection_max_count setting
* profile: Fixed rampup time handling.
* Added login_interval setting to profile (especially for POP3 users). This also changes LMTP deliveries to be done to non-logged in users.
* Added POP3 client support. Currently it's expected to be used with the profile parameter. See the included pop3-profile.conf
* Initial commit for splitting struct client into a generic client and imap_client. Allowing other protocols to be implemented later on. Most of the code is still very IMAP-specific, but this give a starting point.
* Removed unused code.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Robert Scheck <robert(a)fedoraproject.org> 20150620-1
- Upgrade to 20150620
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 20141030-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
kernel-4.0.6-200.fc21 (FEDORA-2015-10678)
The Linux kernel
--------------------------------------------------------------------------------
Update Information:
The 4.0.6 stable update contains a number of important fixes across the tree.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Justin M. Forbes <jforbes(a)fedoraproject.org> - 4.0.6-200
- Linux v4.0.6
* Thu Jun 18 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Add patch to fix touchpad issues on Razer machines (rhbz 1227891)
* Fri Jun 12 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- CVE-2015-XXXX kvm: NULL ptr deref in kvm_apic_has_events (rhbz 1230770 1230774)
* Thu Jun 11 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Backport fixes for synaptic 3 finger tap (rhbz 1212230)
- Backport btrfs fixes queued for stable (rhbz 1217191)
* Tue Jun 9 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Fix touchpad for Thinkpad S540 (rhbz 1223051)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1230770 - CVE-2015-4692 kernel: kvm x86: NULL pointer dereference in kvm_apic_has_events function
https://bugzilla.redhat.com/show_bug.cgi?id=1230770
--------------------------------------------------------------------------------
================================================================================
libetonyek-0.1.3-1.fc21 (FEDORA-2015-10682)
A library for import of Apple iWork documents
--------------------------------------------------------------------------------
Update Information:
new upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 David Tardon <dtardon(a)redhat.com> - 0.1.3-1
- new upstream release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libstoragemgmt-1.2.3-1.fc21 (FEDORA-2015-10697)
Storage array management library
--------------------------------------------------------------------------------
Update Information:
- New upstream release 1.2.3:
* Bug fixes:
* lsmcli bash completion: Fix syntax error.
* lsmcli bash completion: Fix `volume-delete`.
* lsmcli bash completion: Add missing completions.
* Fix: selinux `dac_override`
* Manpage: Update hpsa and megaraid plugin manpages.
* HP Smart Array Plugin: Fix pool querying on P410i.
* MegaRAID Plugin: Fix bug when no volume configured.
This is an update to sync with upstream latest
release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
This is an update to sync with upstream latest release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
This is an update to sync with upstream latest release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Gris Ge <fge(a)redhat.com> 1.2.3-1
- New upstream release 1.2.3:
* Bug fixes:
* lsmcli bash completion: Fix syntax error.
* lsmcli bash completion: Fix volume-delete.
* lsmcli bash completion: Add missing completions.
* Fix: selinux dac_override
* Manpage: Update hpsa and megaraid plugin manpages.
* HP Smart Array Plugin: Fix pool querying on P410i.
* MegaRAID Plugin: Fix bug when no volume configured.
* Fri Jun 19 2015 Gris Ge <fge(a)redhat.com> - 1.2.1-1
- New upstream release 1.2.1.
- Changed upstream URL and source URL to github.
- New sub-pacakges:
* libstoragemgmt-megaraid-plugin
New plugin in 1.2.0 release.
* libstoragemgmt-hpsa-plugin
New plugin in 1.2.0 release.
- Add bash-completion script for lsmcli.
- New rpmbuild switch:
* '--without test'
Use to skip 'make check' test to save debug time.
* '--without megaraid'
Don't compile megaraid plugin.
* '--without hpsa'
Don't compile hpsa plugin.
- Remove PyYAML BuildRequires.
- Add NEWS(changelog) to document folder.
- Replace the hardcoded udev path with %{_udevrulesdir}.
- Fix rpmlint error 'dir-or-file-in-var-run'.
- Mark /run/lsm and /run/lsm/ipc as %ghost folder.
- Fix rpmlint warnning 'W: non-standard-uid /run/lsm libstoragemgmt'.
- Add 'Requires(post)' and 'Requires(postun)' to plugins in order
to make sure plugin is installed after libstoragemgmt and removed before
libstoragemgmt.
- Fix the incorrect use of
- Removed autogen.sh which is not required for release version any more.
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.0-3
- Rebuilt for GCC 5 C++11 ABI change
--------------------------------------------------------------------------------
================================================================================
marsshooter-0.7.5-7.20140507gitc855d04.fc21 (FEDORA-2015-10718)
M.A.R.S. - A Ridiculous Shooter
--------------------------------------------------------------------------------
Update Information:
Updating SFML to 2.3.
marsshooter is rebuilt against new SFML.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.7.5-7.20140507gitc855d04
- Add some header to fix compilation with SFML 2.3
--------------------------------------------------------------------------------
================================================================================
mate-desktop-1.8.2-4.fc21 (FEDORA-2015-10463)
Shared code for mate-panel, mate-session, mate-file-manager, etc
--------------------------------------------------------------------------------
Update Information:
- use mate-mimeapps.list
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.8.2-4
- update mate-mimeapps.list
* Fri Jun 19 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.8.2-3
- use mate-mimeapps.list
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1228625 - Default application do not match Desktop
https://bugzilla.redhat.com/show_bug.cgi?id=1228625
--------------------------------------------------------------------------------
================================================================================
mdds-0.11.2-2.fc21 (FEDORA-2015-10682)
A collection of multi-dimensional data structures and indexing algorithms
--------------------------------------------------------------------------------
Update Information:
new upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 David Tardon <dtardon(a)redhat.com> - 0.11.2-2
- remove a value type limitation from flat_segment_tree
--------------------------------------------------------------------------------
================================================================================
moarvm-0.2015.06-1.fc21 (FEDORA-2015-10675)
Meta-model On A Runtime Virtual Machine
--------------------------------------------------------------------------------
Update Information:
add HTML files and man-page generation; update to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> 0.2015.06-1
- add HTML files and man-page generation
- change Summary text
- update to 2015.06
--------------------------------------------------------------------------------
================================================================================
nodejs-wcwidth-1.0.0-6.fc21 (FEDORA-2015-10691)
Port of C's wcwidth() and wcswidth()
--------------------------------------------------------------------------------
Update Information:
Moved nodejs-defaults dependency outside conditional
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1196290 - Review Request: nodejs-wcwidth - Port of C's wcwidth() and wcswidth()
https://bugzilla.redhat.com/show_bug.cgi?id=1196290
--------------------------------------------------------------------------------
================================================================================
notification-daemon-3.14.1-2.fc21 (FEDORA-2015-10666)
Desktop Notification Daemon
--------------------------------------------------------------------------------
Update Information:
Fix crash with boolean hints (#1173716)
Version bump for GNOME 3.14
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Yaakov Selkowitz <yselkowi(a)redhat.com> - 3.14.1-2
- Fix crash with boolean hints (#1173716)
* Wed Jun 17 2015 Yaakov Selkowitz <yselkowi(a)redhat.com> - 3.14.1-1
- Version bump for GNOME Flashback 3.14
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173716 - [abrt] notification-daemon: g_source_remove(): notification-daemon killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1173716
[ 2 ] Bug #1174400 - [abrt] notification-daemon: g_source_remove(): notification-daemon killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1174400
[ 3 ] Bug #1192816 - [abrt] notification-daemon: g_source_remove(): notification-daemon killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1192816
[ 4 ] Bug #1234230 - [abrt] notification-daemon: g_return_if_fail_warning(): notification-daemon killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1234230
[ 5 ] Bug #1234234 - [abrt] notification-daemon: g_source_remove(): notification-daemon killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1234234
[ 6 ] Bug #1217993 - notification-daemon should be upgraded to 3.16.x in F22
https://bugzilla.redhat.com/show_bug.cgi?id=1217993
--------------------------------------------------------------------------------
================================================================================
nqp-0.0.2015.06-1.fc21 (FEDORA-2015-10674)
Not Quite Perl (6)
--------------------------------------------------------------------------------
Update Information:
update to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> 0.0.2015.06-1
- update to 2015.06
--------------------------------------------------------------------------------
================================================================================
opensmtpd-5.4.6p1-1.fc21 (FEDORA-2015-10689)
Free implementation of the server-side SMTP protocol as defined by RFC 5321
--------------------------------------------------------------------------------
Update Information:
Update to 5.4.6 release
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Denis Fateyev <denis(a)fateyev.com> - 5.4.6p1-1
- Update to 5.4.6 release
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.4.5p2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235047 - opensmtpd: 5.4.6 release available
https://bugzilla.redhat.com/show_bug.cgi?id=1235047
--------------------------------------------------------------------------------
================================================================================
openstack-keystone-2014.1.5-1.fc21 (FEDORA-2015-10711)
OpenStack Identity Service
--------------------------------------------------------------------------------
Update Information:
Update to Icehouse 2014.1.5
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Alan Pevec <alan.pevec(a)redhat.com> 2014.1.5-1
- Update to upstream 2014.1.5
* Wed Mar 18 2015 Alan Pevec <alan.pevec(a)redhat.com> 2014.1.4-1
- Update to upstream 2014.1.4
* Mon Jan 19 2015 Alan Pevec <alan.pevec(a)redhat.com> 2014.1.3-1
- Update to upstream 2014.1.3
--------------------------------------------------------------------------------
================================================================================
perl-CHI-0.60-1.fc21 (FEDORA-2015-10688)
Unified cache handling interface
--------------------------------------------------------------------------------
Update Information:
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 10 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 0.60-1
- Upstream update.
- Reflect upstream having switched from JSON to JSON::MaybeXS.
- Introduce %license.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1230080 - Upgrade perl-CHI to 0.60
https://bugzilla.redhat.com/show_bug.cgi?id=1230080
--------------------------------------------------------------------------------
================================================================================
php-pear-PHP-CodeSniffer-2.3.3-1.fc21 (FEDORA-2015-10722)
PHP coding standards enforcement tool
--------------------------------------------------------------------------------
Update Information:
Upstream Changelog:
* Improved the performance of the CSS tokenizer, especially on very large CSS files (thousands of lines). Thanks to Klaus Purer for the patch
* Defined tokens for lower PHP versions are now phpcs-specific strings instead of ints. Stops conflict with other projects, like PHP_CodeCoverage
* Added more guard code for syntax errors to various sniffs
* Improved support for older HHVM versions. Thanks to Kunal Mehta for the patch
* Squiz ValidLogicalOperatorsSniff now ignores XOR as type casting is different when using the ^ operator (request #567)
* Squiz CommentedOutCodeSniff is now better at ignoring URLs inside comments
* Squiz ControlSignatureSniff is now better at checking embedded PHP code
* Squiz ScopeClosingBraceSniff is now better at checking embedded PHP code
* Fixed bug #584 : Squiz.Arrays.ArrayDeclaration sniff gives incorrect NoComma error for multiline string values
* Fixed bug #589 : PEAR.Functions.FunctionCallSignature sniff not checking all function calls
* Fixed bug #592 : USE statement tokenising can sometimes result in mismatched scopes
* Fixed bug #594 : Tokenizer issue on closure that returns by reference
* Fixed bug #595 : Colons in CSS selectors within media queries throw false positives. Thanks to Klaus Purer for the patch
* Fixed bug #598 : PHPCBF can break function/use closure brace placement
* Fixed bug #603 : Squiz ControlSignatureSniff hard-codes opener type while fixing
* Fixed bug #605 : Auto report-width specified in ruleset.xml ignored
* Fixed bug #611 : Invalid numeric literal on CSS files under PHP7
* Fixed bug #612 : Multi-file diff generating incorrectly if files do not end with EOL char
* Fixed bug #615 : Squiz OperatorBracketSniff incorrectly reports and fixes operations using self::
* Fixed bug #616 : Squiz DisallowComparisonAssignmentSniff inconsistent errors with inline IF statements
* Fixed bug #617 : Space after switch keyword in PSR-2 is not being enforced
* Fixed bug #621 : PSR2 SwitchDeclaration sniff doesn't detect, or correctly fix, case body on same line as statement
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.3-1
- Update to 2.3.3 (stable)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
python-futures-3.0.3-1.fc21 (FEDORA-2015-10690)
Backport of the concurrent.futures package from Python 3.2
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release futures 3.0.3.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 3.0.3-1
- 3.0.3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Jun 7 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 3.0.2-1
- 3.0.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1231408 - python-futures-3.0.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1231408
--------------------------------------------------------------------------------
================================================================================
rakudo-star-0.0.2015.06-1.fc21 (FEDORA-2015-10714)
Rakudo, Perl6-modules and documentation
--------------------------------------------------------------------------------
Update Information:
updated to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> - 0.0.2015.06.1
- updated to 2015.06
--------------------------------------------------------------------------------
================================================================================
selinux-policy-3.13.1-105.18.fc21 (FEDORA-2015-10708)
SELinux policy configuration
--------------------------------------------------------------------------------
Update Information:
More info: http://koji.fedoraproject.org/koji/buildinfo?buildID=664757
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105.18
- Add unconfined_dontaudit_write_state() interface.
- Make docker_t as unconfined. BZ(1215842)
* Tue Jun 23 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105.17
- Dontaudit use console for chrome-sandbox. BZ(1216087)
- Dontaudit chrome-sandbox write access its parent process information. BZ(1220958)
- Remove ctdbd_manage_var_files() interface which is not used and is declared for the wrong type.
- ALlow NM to do access check on /sys.
- Allow NetworkManager to keep RFCOMM connection for Bluetooth DUN open . Based on fixes from Lubomir Rintel.
- Allow NetworkManager nm-dispacher to read links.
- Fix missing bracket in apache.te.
- Fix httpd_use_openstack boolean related to keystone_read_pid.
- Add postgresql support for systemd unit files.
- Allow sshd to execute gnome-keyring if there is configured pam_gnome_keyring.so.
- Add term_open_unallocated_ttys() interface.
- Add dev_access_check_sysfs() interface.
* Tue May 19 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105.16
- Allow net_admin cap for dnssec-trigger to make wifi reconnect working.
- Allow antivirus_t to read system state info.BZ(1217616)
- Add support for ~/.local/share/libvirt/images and for ~/.local/share/libvirt/boot. BZ(1215359)
- Clamd needs to have fsetid capability. BZ(1215308)
- Allow cinder-backup to dbus chat with systemd-logind. BZ(1207098)
- Update httpd_use_openstack boolean to allow httpd to bind commplex_main_port and read keystone log files.
- Allow gssd to access kernel keyring for login_pgm domains.
- Allow eu-unstrip running under abrt_t to access /var/lib/pcp/pmdas/linux/pmda_linux.so (#1207410)
- Fix description for seutil_search_config() interface.
- Fix selinux_search_fs() interface.
- Update selinux_search_fs(domain) rule to have ability to search /etc/selinuc/ to check if /etc/selinux/config exists. BZ(1219045)
- Add seutil_search_config() interface.
- Allow login_pgm domains to access kernel keyring for nsswitch domains.
* Thu Apr 30 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105.15
- Allow dnssec-trigger to send sigchld to networkmanager
- add interface networkmanager_sigchld
- Add dnssec-trigger unit file Label dnssec-trigger script in libexec
* Mon Apr 20 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105.14
- Define ipa_var_run_t type
- Allow certmonger to manage renewal.lock. BZ(1213256)
- Add ipa_manage_pid_files interface.
- Allow apcupsd to use USBttys. BZ(1210960)
- Allow sge_execd_t to mamange tmp sge lnk files.BZ(1211574)
- Allow syslogd_t to manage devlog_t lnk files. BZ(1210968)
- Add more restriction on entrypoint for unconfined domains.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #896177 - SELinux is preventing /opt/google/chrome/chrome-sandbox from 'write' accesses on the file oom_adj.
https://bugzilla.redhat.com/show_bug.cgi?id=896177
[ 2 ] Bug #1170223 - Need selinux policy for OpenStack Keystone running in Apache with mod_wsgi
https://bugzilla.redhat.com/show_bug.cgi?id=1170223
[ 3 ] Bug #1210960 - AVC denial for apcupsd ttyUSB0
https://bugzilla.redhat.com/show_bug.cgi?id=1210960
[ 4 ] Bug #1210968 - SELinux is preventing syslog-ng from 'unlink' accesses on the lnk_file log.
https://bugzilla.redhat.com/show_bug.cgi?id=1210968
[ 5 ] Bug #1213256 - SELinux is preventing IPA access to /var/run/ipa/renewal.lock
https://bugzilla.redhat.com/show_bug.cgi?id=1213256
[ 6 ] Bug #1215308 - SELinux is preventing /usr/sbin/clamd from using the 'fsetid' capabilities.
https://bugzilla.redhat.com/show_bug.cgi?id=1215308
[ 7 ] Bug #1213530 - [F21] New cobbler dir definitions needed in /var/lib/tftpboot
https://bugzilla.redhat.com/show_bug.cgi?id=1213530
[ 8 ] Bug #1215359 - Label ~/.local/share/libvirt/images as svirt_home_t
https://bugzilla.redhat.com/show_bug.cgi?id=1215359
--------------------------------------------------------------------------------
================================================================================
targetd-0.8.2-1.fc21 (FEDORA-2015-10684)
Service to make storage remotely configurable
--------------------------------------------------------------------------------
Update Information:
Fix issues with parsing of btrfs and nfs commands
add support for initiator groups.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Andy Grover <agrover(a)redhat.com> 0.8.2-1
- New upstream version
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Feb 11 2015 Andy Grover <agrover(a)redhat.com> 0.8.1-1
- New upstream version
* Tue Feb 10 2015 Andy Grover <agrover(a)redhat.com> 0.8-1
- New upstream version
--------------------------------------------------------------------------------
================================================================================
vagrant-registration-0.0.16-1.fc21 (FEDORA-2015-10679)
Automatic guest registration for Vagrant
--------------------------------------------------------------------------------
Update Information:
This release drops old Fedora capabilities files that conflicts with those that will be shipped in next version of Vagrant.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Josef Stribny <jstribny(a)redhat.com> - 0.0.16-1
- Update to 0.0.16
--------------------------------------------------------------------------------
================================================================================
xdg-app-0.3.5-1.fc21 (FEDORA-2015-10665)
Application deployment framework for desktop apps
--------------------------------------------------------------------------------
Update Information:
Update to 0.3.5
Update to 0.3.4
Update to 0.3.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 David King <amigadave(a)amigadave.com> - 0.3.5-1
- Update to 0.3.5
* Tue Jun 23 2015 David King <amigadave(a)amigadave.com> - 0.3.4-1
- Update to 0.3.4
* Tue Jun 23 2015 David King <amigadave(a)amigadave.com> - 0.3.3-1
- Update to 0.3.3
* Tue Jun 16 2015 David King <amigadave(a)amigadave.com> - 0.3.2-1
- Update to 0.3.2
--------------------------------------------------------------------------------
The following Fedora 22 Security updates need testing:
Age URL
76 https://admin.fedoraproject.org/updates/FEDORA-2015-5878/echoping-6.1-0.bet…
75 https://admin.fedoraproject.org/updates/FEDORA-2015-5948/asterisk-13.3.2-1.…
53 https://admin.fedoraproject.org/updates/FEDORA-2015-7383/python-keystonemid…
41 https://admin.fedoraproject.org/updates/FEDORA-2015-8196/rawstudio-2.1-0.1.…
25 https://admin.fedoraproject.org/updates/FEDORA-2015-9110/fossil-1.33-1.fc22
25 https://admin.fedoraproject.org/updates/FEDORA-2015-9185/ceph-deploy-1.5.25…
19 https://admin.fedoraproject.org/updates/FEDORA-2015-9498/redis-2.8.21-1.fc22
14 https://admin.fedoraproject.org/updates/FEDORA-2015-5279/strongswan-5.3.2-1…
14 https://admin.fedoraproject.org/updates/FEDORA-2015-9692/squid-3.4.13-1.fc22
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10128/rubygem-web-conso…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10139/php-htmLawed-1.1.…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10179/drupal6-6.36-1.fc…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10235/opensaml-java-2.5…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10258/rubygem-jquery-ra…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10290/drupal7-7.38-1.fc…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10333/chicken-4.9.0.1-4…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10350/python-jwt-1.3.0-…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10370/elfutils-0.163-1.…
2 https://admin.fedoraproject.org/updates/FEDORA-2015-10500/openvas-cli-1.4.1…
2 https://admin.fedoraproject.org/updates/FEDORA-2015-10459/cups-x2go-3.0.1.3…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10524/trafficserver-5.3…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10538/rubygem-activesup…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10656/ecryptfs-utils-10…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10627/libwmf-0.2.8.4-45…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10664/389-ds-base-1.3.4…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10677/kernel-4.0.6-300.…
The following Fedora 22 Critical Path updates have yet to be approved:
Age URL
13 https://admin.fedoraproject.org/updates/FEDORA-2015-9807/libfm-1.2.3-9.D201…
6 https://admin.fedoraproject.org/updates/FEDORA-2015-10056/perl-threads-2.02…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10321/mod_perl-2.0.9-1.…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10183/udisks-1.0.5-1.fc…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10125/system-config-dat…
4 https://admin.fedoraproject.org/updates/FEDORA-2015-10215/wpa_supplicant-2.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10713/samba-4.2.2-1.fc22
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10717/bind-9.10.2-2.P1.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10692/linux-firmware-20…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10672/hdparm-9.48-1.fc22
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10667/hwdata-0.279-1.fc…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10677/kernel-4.0.6-300.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10563/zenity-3.16.3-1.f…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10606/gdm-3.16.1.1-2.fc…
The following builds have been pushed to Fedora 22 updates-testing
389-ds-base-1.3.4.1-1.fc22
MySQL-python-1.3.6-3.fc22
SFML-2.3-1.fc22
amqp-1.0-2.20150624svn1687244.fc22
bind-9.10.2-2.P1.fc22
bind-dyndb-ldap-7.0-5.fc22
cv-0.7-1.fc22
dnf-plugins-core-0.1.9-1.fc22
dnsperf-2.0.0.0-16.fc22
eclipse-nls-4.4.0.v20141223043836-1.fc22
edg-mkgridmap-4.0.2-1.fc22
gap-pkg-autodoc-2015.04.29-2.fc22
hawaii-widget-styles-0.5.0-1.fc22
hdparm-9.48-1.fc22
hwdata-0.279-1.fc22
imaptest-20150620-1.fc22
ivtv-firmware-20080701-28
kernel-4.0.6-300.fc22
libetonyek-0.1.3-1.fc22
libinput-0.18.0-2.fc22
libreoffice-4.4.4.2-3.fc22
libstoragemgmt-1.2.3-1.fc22
linux-firmware-20150521-53.git3161bfa4.fc22
marsshooter-0.7.5-10.20140507gitc855d04.fc22
mate-control-center-1.10.0-2.fc22
mate-desktop-1.10.0-6.fc22
mate-session-manager-1.10.1-3.fc22
mediawiki-1.25.1-3.fc22
moarvm-0.2015.06-1.fc22
nodejs-wcwidth-1.0.0-5.fc22
nqp-0.0.2015.06-1.fc22
opensmtpd-5.4.6p1-1.fc22
php-pear-PHP-CodeSniffer-2.3.3-1.fc22
python-futures-3.0.3-1.fc22
rakudo-star-0.0.2015.06-1.fc22
samba-4.2.2-1.fc22
scanmem-0.15.2-1.fc22
targetd-0.8.2-1.fc22
vagrant-atomic-0.1.0-2.fc22
vagrant-registration-0.0.16-1.fc22
xdg-app-0.3.5-1.fc22
Details about builds:
================================================================================
389-ds-base-1.3.4.1-1.fc22 (FEDORA-2015-10664)
389 Directory Server (base)
--------------------------------------------------------------------------------
Update Information:
Release 1.3.4.1
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.4.1-1
- Release 1.3.4.1
- Resolves: Bug 1234277 - distro-wide architecture set overriden by buildsystem; Upgrade nunc-stans to 0.1.5.
- Enable nunc-stans just for x86_64.
- Ticket 48203 - Fix coverity issues - 06/22/2015
* Fri Jun 19 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.4.0-1
- Release 1.3.4.0 (rebase)
- Enable nunc-stans in the build.
- Ticket 47490 - test case failing if 47721 is also fixed
- Ticket 47640 - Linked attributes transaction not aborted when linked entry does not exit
- Ticket 47669 - CI test: added test cases for ticket 47669
- Ticket 47669 - Retro Changelog Plugin accepts invalid value in nsslapd-changelogmaxage attribute
- Ticket 47723 - winsync sets AccountUserControl in AD to 544
- Ticket 47787 - Make the test case more robust
- Ticket 47833 - TEST CASE only (modrdn fails if renamed entry member of a group and is out of memberof scope)
- Ticket 47878 - Improve setup-ds update logging
- Ticket 47893 - should use Sys::Hostname instead Net::Domain
- Ticket 47910 - allow logconv.pl -S/-E switches to work even when timestamps not present in access log
- Ticket 47913 - remove-ds.pl should not remove /var/lib/dirsrv
- Ticket 47921 - indirect cos does not reflect changes in the cos attribute
- Ticket 47927 - Uniqueness plugin: should allow to exclude some subtrees from its scope
- Ticket 47953 - testcase for removing invalid aci
- Ticket 47966 - CI test: added test cases for ticket 47966
- Ticket 47966 - slapd crashes during Dogtag clone reinstallation
- Ticket 47972 - make parsing of nsslapd-changelogmaxage more fault tolerant
- Ticket 47972 - make parsing of nsslapd-changelogmaxage more fool proof
- Ticket 47998 - cleanup WINDOWS ifdef's
- Ticket 47998 - remove remaining obsolete OS code/files
- Ticket 47998 - remove "windows" files
- Ticket 47999 - address several race conditions in tests
- Ticket 47999 - lib389 individual tests not running correctly when run as a whole
- Ticket 48003 - build "suite" framework
- Ticket 48008 - db2bak.pl man page should be improved.
- Ticket 48017 - add script to generate lib389 CI test script
- Ticket 48019 - Remove refs to constants.py and backup/restore from lib389 tests
- Ticket 48023 - replace old replication check with lib389 function
- Ticket 48025 - add an option '-u' to dbgen.pl for adding group entries with uniquemembers
- Ticket 48026 - fix invalid write for friendly attribute names
- Ticket 48026 - Fix memory leak in uniqueness plugin
- Ticket 48026 - Support for uniqueness plugin to enforce uniqueness on a set of attributes.
- Ticket 48032 - change C code license to GPLv3; change C code license to allow openssl
- Ticket 48035 - nunc-stans - Revise shutdown sequence
- Ticket 48036 - ns_set_shutdown should call ns_job_done
- Ticket 48037 - ns_thrpool_new should take a config struct rather than many parameters
- Ticket 48038 - logging should be pluggable
- Ticket 48039 - nunc-stans malloc should be pluggable
- Ticket 48040 - preserve the FD when disabling a listener
- Ticket 48043 - use nunc-stans config initializer
- Ticket 48103 - update DS for new nunc-stans header file
- Ticket 48110 - Free all the nunc-stans signal jobs when shutdown is detected
- Ticket 48111 - "make clean" wipes out original files
- Ticket 48122 - nunc-stans FD leak
- Ticket 48127 - Using RPM, allows non root user to create/remove DS instance
- Ticket 48141 - aci with wildcard and macro not correctly evaluated
- Ticket 48143 - Password is not correctly passed to perl command line tools if it contains shell special characters.
- Ticket 48149 - ns-slapd double free or corruption crash
- Ticket 48154 - abort cleanAllRUV tasks should not certify-all by default
- Ticket 48169 - support NSS 3.18
- Ticket 48170 - Parse nsIndexType correctly
- Ticket 48175 - Avoid using regex in ACL if possible
- Ticket 48178 - add config param to enable nunc-stans
- Ticket 48191 - CI test: added test cases for ticket 48191
- Ticket 48191 - RFE: Adding nsslapd-maxsimplepaged-per-conn
- Ticket 48191 - RFE: Adding nsslapd-maxsimplepaged-per-conn Adding nsslapd-maxsimplepaged-per-conn
- Ticket 48194 - CI test: added test cases for ticket 48194
- Ticket 48197 - error texts from preop plugins not sent to client
* Wed Jun 17 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.12-1
- release 1.3.3.12
- Resolves: Bug 1232896 - CVE-2015-3230 389-ds-base: nsSSL3Ciphers preference not enforced server side
* Wed Jun 10 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.11-1
- release 1.3.3.11
- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up
- Ticket 48190 - idm/ipa 389-ds-base entry cache converges to 500 KB in dblayer_is_cachesize_sane
- Ticket 48183 - bind on db chained to AD returns err=32
- Ticket 48158 - cleanAllRUV task limit not being enforced correctly
- Ticket 48158 - Remove cleanAllRUV task limit of 4
- Ticket 48146 - async simple paged results issue; need to close a small window for a pr index competed among multiple threads.
- Ticket 48146 - async simple paged results issue; log pr index
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
- Ticket 48177 - dynamic plugins should not return an error when modifying a critical plugin
- Ticket 48146 - async simple paged results issue
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234277 - distro-wide architecture set overriden by buildsystem
https://bugzilla.redhat.com/show_bug.cgi?id=1234277
--------------------------------------------------------------------------------
================================================================================
MySQL-python-1.3.6-3.fc22 (FEDORA-2015-10715)
An interface to MySQL
--------------------------------------------------------------------------------
Update Information:
Add Pyhon3 subpackage
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Jakub Dorňák <jdornak(a)redhat.com> - 1.3.6-3
- Add Pyhon3 subpackage
Resolves: #1235271
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235271 - Build python3-MySQL subpackage
https://bugzilla.redhat.com/show_bug.cgi?id=1235271
[ 2 ] Bug #1235302 - Build python3-MySQL subpackage
https://bugzilla.redhat.com/show_bug.cgi?id=1235302
--------------------------------------------------------------------------------
================================================================================
SFML-2.3-1.fc22 (FEDORA-2015-10710)
Simple and Fast Multimedia Library
--------------------------------------------------------------------------------
Update Information:
Updating SFML to 2.3.
marsshooter is rebuilt against new SFML.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Pranav Kant <pranvk(a)fedoraproject.org> - 2.3-1
- Update to 2.3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1-4
- Rebuilt for GCC 5 C++11 ABI change
--------------------------------------------------------------------------------
================================================================================
amqp-1.0-2.20150624svn1687244.fc22 (FEDORA-2015-10668)
The AMQP specification
--------------------------------------------------------------------------------
Update Information:
revision 1687244 (rhbz#1234656)
bump to revision 1686756 (rhbz#1234167)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234656 - amqp-1687244 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1234656
[ 2 ] Bug #1234167 - Revision 1686756 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1234167
--------------------------------------------------------------------------------
================================================================================
bind-9.10.2-2.P1.fc22 (FEDORA-2015-10717)
The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
--------------------------------------------------------------------------------
Update Information:
- updated bind to 9.10.2-P1
- rebuilt depending packages
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Tomas Hozza <thozza(a)redhat.com> - 32:9.10.2-2.P1
- Update to 9.10.2-P1
--------------------------------------------------------------------------------
================================================================================
bind-dyndb-ldap-7.0-5.fc22 (FEDORA-2015-10717)
LDAP back-end plug-in for BIND
--------------------------------------------------------------------------------
Update Information:
- updated bind to 9.10.2-P1
- rebuilt depending packages
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Tomas Hozza <thozza(a)redhat.com> - 7.0-5
- rebuild against bind-9.10.2-P1
--------------------------------------------------------------------------------
================================================================================
cv-0.7-1.fc22 (FEDORA-2015-10676)
Coreutils Viewer
--------------------------------------------------------------------------------
Update Information:
Update to new Version
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Florian Lehner <dev(a)der-flo.net> 0.7-1
- Update to new Version
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
dnf-plugins-core-0.1.9-1.fc22 (FEDORA-2015-10706)
Core Plugins for DNF
--------------------------------------------------------------------------------
Update Information:
This update provides the latest upstream version of DNF Plugins Core.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michal Luscon <mluscon(a)redhat.com> 0.1.9-1
- repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac)
- create repo files readable by users (RhBug:1228693) (Michael Mraka)
- copr: use librepo instead of python-request (Miroslav Suchý)
- --tree now works with --conflicts --obsoletes --requires and --whatrequires
(RhBug:1128424) (RhBug:1186689) (Adam Salih)
- url for copr repos changed (RhBug:1227190) (Miroslav Suchý)
- repoquery: fixed conflicts package format (Adam Salih)
- document that globs can be used in dnf config-manager (Michael Mraka)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1128425 - RFE: Missing recursive dependency resolution in repoquery
https://bugzilla.redhat.com/show_bug.cgi?id=1128425
[ 2 ] Bug #1186382 - [rfe] Please provide an equivalent of repoquery --srpm
https://bugzilla.redhat.com/show_bug.cgi?id=1186382
[ 3 ] Bug #1228693 - dnf config-manager --add-repo sets permission to 600
https://bugzilla.redhat.com/show_bug.cgi?id=1228693
[ 4 ] Bug #1186689 - RFE: make dnf repoquery --whatrequires behave like yum based repoquery (add --alldeps support)
https://bugzilla.redhat.com/show_bug.cgi?id=1186689
[ 5 ] Bug #1227190 - error enable copr
https://bugzilla.redhat.com/show_bug.cgi?id=1227190
--------------------------------------------------------------------------------
================================================================================
dnsperf-2.0.0.0-16.fc22 (FEDORA-2015-10717)
Benchmarking authorative and recursing DNS servers
--------------------------------------------------------------------------------
Update Information:
- updated bind to 9.10.2-P1
- rebuilt depending packages
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Tomas Hozza <thozza(a)redhat.com> - 2.0.0.0-16
- rebuild against bind-9.10.2-P1
--------------------------------------------------------------------------------
================================================================================
eclipse-nls-4.4.0.v20141223043836-1.fc22 (FEDORA-2015-10695)
Babel language packs for the Eclipse platform and various plug-ins
--------------------------------------------------------------------------------
Update Information:
Update to latest Luna release for better translations.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Alexander Kurtakov <akurtako(a)redhat.com> 4.4.0.v20141223043836-1
- Update to latest Luna release.
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.4.0.v20140623020002-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
edg-mkgridmap-4.0.2-1.fc22 (FEDORA-2015-10716)
A tool to build the grid map-file from VO servers
--------------------------------------------------------------------------------
Update Information:
New upstream release 4.0.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Alejandro Alvarez Ayllon <aalvarez(a)cern.ch> - 4.0.2-1
- New upstream release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
gap-pkg-autodoc-2015.04.29-2.fc22 (FEDORA-2015-10700)
Generate documentation from GAP source code
--------------------------------------------------------------------------------
Update Information:
This new package is an add-on to GAPDoc that enables generating documentation from GAP source code.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1233984 - Review Request: gap-pkg-autodoc - Generate documentation from GAP source code
https://bugzilla.redhat.com/show_bug.cgi?id=1233984
--------------------------------------------------------------------------------
================================================================================
hawaii-widget-styles-0.5.0-1.fc22 (FEDORA-2015-10707)
Styles for applications using QtQuick Controls
--------------------------------------------------------------------------------
Update Information:
- New version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Pier Luigi Fiorini <pierluigi.fiorini(a)gmail.com> - 0.5.0-1
* Update to 0.5 release.
* Sat Apr 4 2015 Pier Luigi Fiorini <pierluigi.fiorini(a)gmail.com> - 0.4.0-1
* Update to 0.4 release
--------------------------------------------------------------------------------
================================================================================
hdparm-9.48-1.fc22 (FEDORA-2015-10672)
A utility for displaying and/or setting hard disk parameters
--------------------------------------------------------------------------------
Update Information:
New upstream version.
New upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michal Minar <miminar(a)redhat.com> 9.48-1
- New upstream version.
* Tue Jun 16 2015 Michal Minar <miminar(a)redhat.com> 9.47-1
- New upstream version.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1232977 - hdparm-9.48 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1232977
[ 2 ] Bug #1231525 - hdparm-9.47 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1231525
--------------------------------------------------------------------------------
================================================================================
hwdata-0.279-1.fc22 (FEDORA-2015-10667)
Hardware identification and configuration data
--------------------------------------------------------------------------------
Update Information:
Updated pci, usb and vendor ids.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michal Minar <miminar(a)redhat.com> 0.279-1
- Updated pci, usb and vendor ids.
--------------------------------------------------------------------------------
================================================================================
imaptest-20150620-1.fc22 (FEDORA-2015-10669)
A generic IMAP server compliancy tester
--------------------------------------------------------------------------------
Update Information:
ImapTest 20150619
=================
* test-parser: Allow giving full paths to test=directory. Patch by Bron Gondwana
* Send CRLF instead of just LF after {literal+}
ImapTest 20150612
=================
* Fixes to ctrl-c handling. We need to stop only when there are no IMAP and no LMTP clients. Also don't wait forever if there aren't actually any IMAP or LMTP clients at all at the time of ctrl-c.
* profile: Timeout was sometimes forgotten and nothing was happening afterwards.
ImapTest 20150604
=================
* imaptest: Show earlier if some commands are stalling for over 3 secs.
* Fixed test=<dir> - we need to free users between tests to reset mailbox_sources. This is a bit kludgy fix. I'm still not sure what's the right way to handle multiple mailbox_sources.
* Added users_free_all()
* mailbox_source refcounting fix.
* Minor cleanup
ImapTest 20150603
=================
* Give names to iostreams.
* imaptest: Fixed test=<dir> to not complain about unexpected BYE
* Fixed test=<dir> to append mails from the correct source mbox.
ImapTest 20150524
=================
* imaptest: If secs=n timeout triggers twice, stop immediately.
ImapTest 20150520
=================
* profile: Avoid excessive sorting of users.
ImapTest 20150519
=================
* Free profile timeout at deinit
* Avoid using one timeout per user - it was using way too much CPU. Simply tracking the next global timestamp (practically the next second always) and then sorting through the users seems to be fast enough.
* Free user timeouts at deinit
ImapTest 20150518
=================
* Fixed non-profile imaptest runs.
* imap: Fixed unnecessary "Unexpected BYE" warnings
ImapTest 20150517
=================
* profile: Enforce connection_max_count setting
* profile: Fixed rampup time handling.
* Added login_interval setting to profile (especially for POP3 users). This also changes LMTP deliveries to be done to non-logged in users.
* Added POP3 client support. Currently it's expected to be used with the profile parameter. See the included pop3-profile.conf
* Initial commit for splitting struct client into a generic client and imap_client. Allowing other protocols to be implemented later on. Most of the code is still very IMAP-specific, but this give a starting point.
* Removed unused code.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Robert Scheck <robert(a)fedoraproject.org> 20150620-1
- Upgrade to 20150620
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 20141030-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
ivtv-firmware-20080701-28 (FEDORA-2015-10692)
Firmware for the Hauppauge PVR 250/350/150/500/USB2 model series
--------------------------------------------------------------------------------
Update Information:
Fix missing files that weren't provided by linux-firmware. Note that if you need said files, you may have to install ivtv-firmware again as previous linux-firmware updates Obsoleted that package.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Josh Boyer <jwboyer(a)fedoraproject.org> - 2:20080701-28
- Rebuild without the file shipped in linux-firmware (rhbz 1232773)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1232773 - Provide v4l-cx2341x-init.mpg that was in ivtv-firmware
https://bugzilla.redhat.com/show_bug.cgi?id=1232773
--------------------------------------------------------------------------------
================================================================================
kernel-4.0.6-300.fc22 (FEDORA-2015-10677)
The Linux kernel
--------------------------------------------------------------------------------
Update Information:
The 4.0.6 stable update contains a number of important fixes across the tree.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Justin M. Forbes <jforbes(a)fedoraproject.org> - 4.0.6-300
- Linux v4.0.6
* Thu Jun 18 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Add patch to fix touchpad issues on Razer machines (rhbz 1227891)
* Fri Jun 12 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- CVE-2015-XXXX kvm: NULL ptr deref in kvm_apic_has_events (rhbz 1230770 1230774)
* Thu Jun 11 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Backport fixes for synaptic 3 finger tap (rhbz 1212230)
- Backport btrfs fixes queued for stable (rhbz 1217191)
* Tue Jun 9 2015 Josh Boyer <jwboyer(a)fedoraproject.org>
- Fix touchpad for Thinkpad S540 (rhbz 1223051)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1230770 - CVE-2015-4692 kernel: kvm x86: NULL pointer dereference in kvm_apic_has_events function
https://bugzilla.redhat.com/show_bug.cgi?id=1230770
--------------------------------------------------------------------------------
================================================================================
libetonyek-0.1.3-1.fc22 (FEDORA-2015-10701)
A library for import of Apple iWork documents
--------------------------------------------------------------------------------
Update Information:
new upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 David Tardon <dtardon(a)redhat.com> - 0.1.3-1
- new upstream release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
libinput-0.18.0-2.fc22 (FEDORA-2015-10687)
Input device library
--------------------------------------------------------------------------------
Update Information:
Fix initial jump during edge scrolling
libinput 0.18.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Peter Hutterer <peter.hutterer(a)redhat.com> 0.18.0-2
- Fix initial jump during edge scrolling
* Mon Jun 22 2015 Peter Hutterer <peter.hutterer(a)redhat.com> 0.18.0-1
- libinput 0.18.0
--------------------------------------------------------------------------------
================================================================================
libreoffice-4.4.4.2-3.fc22 (FEDORA-2015-10721)
Free Software Productivity Suite
--------------------------------------------------------------------------------
Update Information:
crash in area fill dialog in spreadsheets
Resolves: tdf#88295 Don't export transparent background colour as white
update to 4.4.4
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Caolán McNamara <caolanm(a)redhat.com> - 1:4.4.4.2-3
- Resolves: rhbz#1234499 secondary pool set to that of temp doc
* Fri Jun 19 2015 David Tardon <dtardon(a)redhat.com> - 1:4.4.4.2-2
- Resolves: tdf#88295 Don't export transparent background colour as white
- Resolves: rhbz#1233420 crash on auto-fill
* Wed Jun 10 2015 David Tardon <dtardon(a)redhat.com> - 1:4.4.4.2-1
- update to 4.4.4
- Resolves: tdf#49407 enable CaseMap property in impress/draw
- Resolves: rhbz#1212214 - [abrt] libreoffice-core:
SdrObjList::RecalcRects(): soffice.bin killed by SIGSEGV
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234499 - [abrt] libreoffice-core: __normal_iterator(): soffice.bin killed by SIGSEGV
https://bugzilla.redhat.com/show_bug.cgi?id=1234499
[ 2 ] Bug #1212214 - [abrt] libreoffice-core: SdrObjList::RecalcRects(): soffice.bin killed by SIGSEGV
https://bugzilla.redhat.com/show_bug.cgi?id=1212214
[ 3 ] Bug #1233420 - [abrt] libreoffice-core: size(): soffice.bin killed by SIGSEGV
https://bugzilla.redhat.com/show_bug.cgi?id=1233420
[ 4 ] Bug #1232319 - font color dialog broken with some desktop environments
https://bugzilla.redhat.com/show_bug.cgi?id=1232319
--------------------------------------------------------------------------------
================================================================================
libstoragemgmt-1.2.3-1.fc22 (FEDORA-2015-10703)
Storage array management library
--------------------------------------------------------------------------------
Update Information:
- New upstream release 1.2.3:
* Bug fixes:
* lsmcli bash completion: Fix syntax error.
* lsmcli bash completion: Fix `volume-delete`.
* lsmcli bash completion: Add missing completions.
* Fix: selinux `dac_override`
* Manpage: Update hpsa and megaraid plugin manpages.
* HP Smart Array Plugin: Fix pool querying on P410i.
* MegaRAID Plugin: Fix bug when no volume configured.
This is an update to sync with upstream latest
release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
This is an update to sync with upstream latest release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
This is an update to sync with upstream latest release 1.2.1.
The most notable changes are:
* Changed upstream URL and source URL to github.
* New sub-pacakges for hardware RAID management:
* `libstoragemgmt-megaraid-plugin`
* `libstoragemgmt-hpsa-plugin`
* Add bash-completion script for lsmcli.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Gris Ge <fge(a)redhat.com> 1.2.3-1
- New upstream release 1.2.3:
* Bug fixes:
* lsmcli bash completion: Fix syntax error.
* lsmcli bash completion: Fix volume-delete.
* lsmcli bash completion: Add missing completions.
* Fix: selinux dac_override
* Manpage: Update hpsa and megaraid plugin manpages.
* HP Smart Array Plugin: Fix pool querying on P410i.
* MegaRAID Plugin: Fix bug when no volume configured.
* Fri Jun 19 2015 Gris Ge <fge(a)redhat.com> - 1.2.1-1
- New upstream release 1.2.1.
- Changed upstream URL and source URL to github.
- New sub-pacakges:
* libstoragemgmt-megaraid-plugin
New plugin in 1.2.0 release.
* libstoragemgmt-hpsa-plugin
New plugin in 1.2.0 release.
- Add bash-completion script for lsmcli.
- New rpmbuild switch:
* '--without test'
Use to skip 'make check' test to save debug time.
* '--without megaraid'
Don't compile megaraid plugin.
* '--without hpsa'
Don't compile hpsa plugin.
- Remove PyYAML BuildRequires.
- Add NEWS(changelog) to document folder.
- Replace the hardcoded udev path with %{_udevrulesdir}.
- Fix rpmlint error 'dir-or-file-in-var-run'.
- Mark /run/lsm and /run/lsm/ipc as %ghost folder.
- Fix rpmlint warnning 'W: non-standard-uid /run/lsm libstoragemgmt'.
- Add 'Requires(post)' and 'Requires(postun)' to plugins in order
to make sure plugin is installed after libstoragemgmt and removed before
libstoragemgmt.
- Fix the incorrect use of
- Removed autogen.sh which is not required for release version any more.
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.0-3
- Rebuilt for GCC 5 C++11 ABI change
--------------------------------------------------------------------------------
================================================================================
linux-firmware-20150521-53.git3161bfa4.fc22 (FEDORA-2015-10692)
Firmware files used by the Linux kernel
--------------------------------------------------------------------------------
Update Information:
Fix missing files that weren't provided by linux-firmware. Note that if you need said files, you may have to install ivtv-firmware again as previous linux-firmware updates Obsoleted that package.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Josh Boyer <jwboyer(a)fedoraproject.org> 20150521-53.git3161bfa4
- Don't obsolete ivtv-firmware any longer (rhbz 1232773)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 20150521-52.git3161bfa4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1232773 - Provide v4l-cx2341x-init.mpg that was in ivtv-firmware
https://bugzilla.redhat.com/show_bug.cgi?id=1232773
--------------------------------------------------------------------------------
================================================================================
marsshooter-0.7.5-10.20140507gitc855d04.fc22 (FEDORA-2015-10710)
M.A.R.S. - A Ridiculous Shooter
--------------------------------------------------------------------------------
Update Information:
Updating SFML to 2.3.
marsshooter is rebuilt against new SFML.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.7.5-10.20140507gitc855d04
- Add some header to fix compilation with SFML 2.3
* Sat Jun 20 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.7.5-9.20140507gitc855d04
- dropped 'if' conditions for f23 build
* Mon Jun 8 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.7.5-8.20140507gitc855d04
- added 'if' conditions to fix f23 build
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.7.5-7.20140507gitc855d04
- Rebuilt for GCC 5 C++11 ABI change
* Wed Feb 25 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.7.5-6.20140507gitc855d04
- dropped CMAKE_INSTALL_PREFIX because already sets by %cmake macro
--------------------------------------------------------------------------------
================================================================================
mate-control-center-1.10.0-2.fc22 (FEDORA-2015-10681)
MATE Desktop control-center
--------------------------------------------------------------------------------
Update Information:
- add runtime requires mate-settings-daemon
- fix rhbz (#1234438)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-2
- add runtime requires mate-settings-daemon
- fix rhbz (#1234438)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234438 - [abrt] mate-control-center: _g_log_abort(): mate-appearance-properties killed by SIGTRAP
https://bugzilla.redhat.com/show_bug.cgi?id=1234438
--------------------------------------------------------------------------------
================================================================================
mate-desktop-1.10.0-6.fc22 (FEDORA-2015-10490)
Shared code for mate-panel, mate-session, mate-file-manager, etc
--------------------------------------------------------------------------------
Update Information:
- set XDG_CURRENT_DESKTOP env to MATE
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-6
- update mate-mimeapps.list
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1233957 - MATE does not set XDG_CURRENT_DESKTOP
https://bugzilla.redhat.com/show_bug.cgi?id=1233957
[ 2 ] Bug #1226570 - Places->Computer is opening Home Folder instead of Computer
https://bugzilla.redhat.com/show_bug.cgi?id=1226570
--------------------------------------------------------------------------------
================================================================================
mate-session-manager-1.10.1-3.fc22 (FEDORA-2015-10490)
MATE Desktop session manager
--------------------------------------------------------------------------------
Update Information:
- set XDG_CURRENT_DESKTOP env to MATE
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.1.3
- set XDG_CURRENT_DESKTOP to MATE
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1233957 - MATE does not set XDG_CURRENT_DESKTOP
https://bugzilla.redhat.com/show_bug.cgi?id=1233957
[ 2 ] Bug #1226570 - Places->Computer is opening Home Folder instead of Computer
https://bugzilla.redhat.com/show_bug.cgi?id=1226570
--------------------------------------------------------------------------------
================================================================================
mediawiki-1.25.1-3.fc22 (FEDORA-2015-10704)
A wiki engine
--------------------------------------------------------------------------------
Update Information:
* Add temporary workaround for bug 1230630.
* Enable test suite.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Michael Cronenworth <mike(a)cchtml.com> - 1.25.1-3
- Temp workaround for RHBZ#1230630
- Enable tests
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.25.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
moarvm-0.2015.06-1.fc22 (FEDORA-2015-10671)
Meta-model On A Runtime Virtual Machine
--------------------------------------------------------------------------------
Update Information:
add HTML files and man-page generation; update to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> 0.2015.06-1
- add HTML files and man-page generation
- change Summary text
- update to 2015.06
--------------------------------------------------------------------------------
================================================================================
nodejs-wcwidth-1.0.0-5.fc22 (FEDORA-2015-10693)
Port of C's wcwidth() and wcswidth()
--------------------------------------------------------------------------------
Update Information:
Added npm(defaults) to test dependencies
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1196290 - Review Request: nodejs-wcwidth - Port of C's wcwidth() and wcswidth()
https://bugzilla.redhat.com/show_bug.cgi?id=1196290
--------------------------------------------------------------------------------
================================================================================
nqp-0.0.2015.06-1.fc22 (FEDORA-2015-10709)
Not Quite Perl (6)
--------------------------------------------------------------------------------
Update Information:
update to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> 0.0.2015.06-1
- update to 2015.06
--------------------------------------------------------------------------------
================================================================================
opensmtpd-5.4.6p1-1.fc22 (FEDORA-2015-10683)
Free implementation of the server-side SMTP protocol as defined by RFC 5321
--------------------------------------------------------------------------------
Update Information:
Update to 5.4.6 release
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Denis Fateyev <denis(a)fateyev.com> - 5.4.6p1-1
- Update to 5.4.6 release
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.4.5p2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235047 - opensmtpd: 5.4.6 release available
https://bugzilla.redhat.com/show_bug.cgi?id=1235047
--------------------------------------------------------------------------------
================================================================================
php-pear-PHP-CodeSniffer-2.3.3-1.fc22 (FEDORA-2015-10705)
PHP coding standards enforcement tool
--------------------------------------------------------------------------------
Update Information:
Upstream Changelog:
* Improved the performance of the CSS tokenizer, especially on very large CSS files (thousands of lines). Thanks to Klaus Purer for the patch
* Defined tokens for lower PHP versions are now phpcs-specific strings instead of ints. Stops conflict with other projects, like PHP_CodeCoverage
* Added more guard code for syntax errors to various sniffs
* Improved support for older HHVM versions. Thanks to Kunal Mehta for the patch
* Squiz ValidLogicalOperatorsSniff now ignores XOR as type casting is different when using the ^ operator (request #567)
* Squiz CommentedOutCodeSniff is now better at ignoring URLs inside comments
* Squiz ControlSignatureSniff is now better at checking embedded PHP code
* Squiz ScopeClosingBraceSniff is now better at checking embedded PHP code
* Fixed bug #584 : Squiz.Arrays.ArrayDeclaration sniff gives incorrect NoComma error for multiline string values
* Fixed bug #589 : PEAR.Functions.FunctionCallSignature sniff not checking all function calls
* Fixed bug #592 : USE statement tokenising can sometimes result in mismatched scopes
* Fixed bug #594 : Tokenizer issue on closure that returns by reference
* Fixed bug #595 : Colons in CSS selectors within media queries throw false positives. Thanks to Klaus Purer for the patch
* Fixed bug #598 : PHPCBF can break function/use closure brace placement
* Fixed bug #603 : Squiz ControlSignatureSniff hard-codes opener type while fixing
* Fixed bug #605 : Auto report-width specified in ruleset.xml ignored
* Fixed bug #611 : Invalid numeric literal on CSS files under PHP7
* Fixed bug #612 : Multi-file diff generating incorrectly if files do not end with EOL char
* Fixed bug #615 : Squiz OperatorBracketSniff incorrectly reports and fixes operations using self::
* Fixed bug #616 : Squiz DisallowComparisonAssignmentSniff inconsistent errors with inline IF statements
* Fixed bug #617 : Space after switch keyword in PSR-2 is not being enforced
* Fixed bug #621 : PSR2 SwitchDeclaration sniff doesn't detect, or correctly fix, case body on same line as statement
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.3-1
- Update to 2.3.3 (stable)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
python-futures-3.0.3-1.fc22 (FEDORA-2015-10673)
Backport of the concurrent.futures package from Python 3.2
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release futures 3.0.3.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 3.0.3-1
- 3.0.3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Jun 7 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 3.0.2-1
- 3.0.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1231408 - python-futures-3.0.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1231408
--------------------------------------------------------------------------------
================================================================================
rakudo-star-0.0.2015.06-1.fc22 (FEDORA-2015-10698)
Rakudo, Perl6-modules and documentation
--------------------------------------------------------------------------------
Update Information:
updated to 2015.06
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Gerd Pokorra <gp(a)zimt.uni-siegen.de> - 0.0.2015.06.1
- updated to 2015.06
--------------------------------------------------------------------------------
================================================================================
samba-4.2.2-1.fc22 (FEDORA-2015-10713)
Server and Client software to interoperate with Windows machines
--------------------------------------------------------------------------------
Update Information:
Enable tar support for smbclient
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jun 19 2015 Andreas Schneider <asn(a)redhat.com> - 4.2.2-1
- resolves: #1227911 - Enable tar support for smbclient
- resolves: #1234908 - Own the /var/lib/samba directory
- Enable hardened build
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1227911 - samba is not compiled with tar support
https://bugzilla.redhat.com/show_bug.cgi?id=1227911
[ 2 ] Bug #1234908 - Own the /var/lib/samba dir
https://bugzilla.redhat.com/show_bug.cgi?id=1234908
--------------------------------------------------------------------------------
================================================================================
scanmem-0.15.2-1.fc22 (FEDORA-2015-10686)
Memory scanner
--------------------------------------------------------------------------------
Update Information:
0.15.2 (RHBZ #1235031)
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 0.15.2-1
- 0.15.2 (RHBZ #1235031)
- Use modern RPM macroses
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.14-7.de2653d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235031 - scanmem-v0.15.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1235031
--------------------------------------------------------------------------------
================================================================================
targetd-0.8.2-1.fc22 (FEDORA-2015-10694)
Service to make storage remotely configurable
--------------------------------------------------------------------------------
Update Information:
Fix issues with parsing of btrfs and nfs commands
add support for initiator groups.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Andy Grover <agrover(a)redhat.com> 0.8.2-1
- New upstream version
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Feb 11 2015 Andy Grover <agrover(a)redhat.com> 0.8.1-1
- New upstream version
--------------------------------------------------------------------------------
================================================================================
vagrant-atomic-0.1.0-2.fc22 (FEDORA-2015-10680)
Project Atomic guest for Vagrant
--------------------------------------------------------------------------------
Update Information:
Use AtomicGuest in Vagrant.
--------------------------------------------------------------------------------
================================================================================
vagrant-registration-0.0.16-1.fc22 (FEDORA-2015-10685)
Automatic guest registration for Vagrant
--------------------------------------------------------------------------------
Update Information:
This release drops old Fedora capabilities files that conflicts with those that will be shipped in next version of Vagrant.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 Josef Stribny <jstribny(a)redhat.com> - 0.0.16-1
- Update to 0.0.16
--------------------------------------------------------------------------------
================================================================================
xdg-app-0.3.5-1.fc22 (FEDORA-2015-10720)
Application deployment framework for desktop apps
--------------------------------------------------------------------------------
Update Information:
Update to 0.3.5
Update to 0.3.4
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jun 24 2015 David King <amigadave(a)amigadave.com> - 0.3.5-1
- Update to 0.3.5
* Tue Jun 23 2015 David King <amigadave(a)amigadave.com> - 0.3.4-1
- Update to 0.3.4
* Tue Jun 23 2015 David King <amigadave(a)amigadave.com> - 0.3.3-1
- Update to 0.3.3
--------------------------------------------------------------------------------
The following Fedora 20 Security updates need testing:
Age URL
184 https://admin.fedoraproject.org/updates/FEDORA-2014-17089/aeskulap-0.2.2-0.…
139 https://admin.fedoraproject.org/updates/FEDORA-2015-1718/389-admin-1.1.38-1…
122 https://admin.fedoraproject.org/updates/FEDORA-2015-0951/xdg-utils-1.1.0-0.…
107 https://admin.fedoraproject.org/updates/FEDORA-2015-3417/389-ds-base-1.3.2.…
102 https://admin.fedoraproject.org/updates/FEDORA-2015-3738/ImageMagick-6.8.6.…
89 https://admin.fedoraproject.org/updates/FEDORA-2015-4672/quassel-0.11.0-2.f…
74 https://admin.fedoraproject.org/updates/FEDORA-2015-5970/asterisk-11.17.1-1…
74 https://admin.fedoraproject.org/updates/FEDORA-2015-5978/krb5-1.11.5-20.fc20
67 https://admin.fedoraproject.org/updates/FEDORA-2015-6339/realmd-0.14.6-6.fc…
55 https://admin.fedoraproject.org/updates/FEDORA-2015-7231/libarchive-3.1.2-8…
41 https://admin.fedoraproject.org/updates/FEDORA-2015-8159/rawstudio-2.1-0.1.…
32 https://admin.fedoraproject.org/updates/FEDORA-2015-8142/cabal-install-1.16…
32 https://admin.fedoraproject.org/updates/FEDORA-2015-8727/fail2ban-0.9.2-1.f…
25 https://admin.fedoraproject.org/updates/FEDORA-2015-9163/fossil-1.33-1.fc20
13 https://admin.fedoraproject.org/updates/FEDORA-2015-5375/strongswan-5.3.2-1…
13 https://admin.fedoraproject.org/updates/FEDORA-2015-9703/squid-3.3.14-1.fc20
9 https://admin.fedoraproject.org/updates/FEDORA-2015-9985/postgresql-9.3.9-1…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-9371/openssl-1.0.1e-45.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10610/ecryptfs-utils-10…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10659/libwmf-0.2.8.4-45…
The following Fedora 20 Critical Path updates have yet to be approved:
Age URL
122 https://admin.fedoraproject.org/updates/FEDORA-2015-0951/xdg-utils-1.1.0-0.…
3 https://admin.fedoraproject.org/updates/FEDORA-2015-10393/nss-3.19.2-1.0.fc…
3 https://admin.fedoraproject.org/updates/FEDORA-2015-10218/perl-Getopt-Long-…
1 https://admin.fedoraproject.org/updates/FEDORA-2015-10544/thunderbird-38.0.…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-10564/btrfs-progs-4.1-1…
0 https://admin.fedoraproject.org/updates/FEDORA-2015-9371/openssl-1.0.1e-45.…
The following builds have been pushed to Fedora 20 updates-testing
btrfs-progs-4.1-1.fc20
cdsclient-3.80-1.fc20
cobbler-2.6.9-1.fc20
ecryptfs-utils-106-1.fc20
ikiwiki-3.20150614-1.fc20
libwmf-0.2.8.4-45.fc20
openssl-1.0.1e-45.fc20
owncloud-8.0.4-1.fc20
perl-Gnome2-1.046-1.fc20
sssd-1.11.7-6.fc20
stunnel-5.17-1.fc20
xpra-0.15.1-1.fc20
Details about builds:
================================================================================
btrfs-progs-4.1-1.fc20 (FEDORA-2015-10564)
Userspace programs for btrfs
--------------------------------------------------------------------------------
Update Information:
New upstream release.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Eric Sandeen <sandeen(a)redhat.com> 4.1-1
- New upstream release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed May 20 2015 Eric Sandeen <sandeen(a)redhat.com> 4.0.1-1
- New upstream release
--------------------------------------------------------------------------------
================================================================================
cdsclient-3.80-1.fc20 (FEDORA-2015-10616)
Tools to query databases at CDS
--------------------------------------------------------------------------------
Update Information:
new upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Christian Dersch <lupinix(a)fedoraproject.org> - 3.80-1
- new upstream release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234354 - cdsclient-3.80 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1234354
--------------------------------------------------------------------------------
================================================================================
cobbler-2.6.9-1.fc20 (FEDORA-2015-7835)
Boot server configurator
--------------------------------------------------------------------------------
Update Information:
Update to 2.6.9:
- Feature improvements
- Add support for infiniband network interface type
- Bufixes
- Fix problem in networking snippets related to per interface gateways
- Fix some issues in signaturs (duplicates, and re-add Fedora 21)
Update to 2.6.8:
- Feature improvements
- Add distro signature for SLES11sp4 (#1402)
- Add distro signature for Debian 8.0.0
- Add distro signature for Ubuntu 15.04
- Add distro signature for FreeBSD 10.0
- Add distro signature for Fedora 21
- Several improvements to the Makefile
- Handle per interface gateway in pre_install_network_config
- Add gPXE template support for the windows breed
- Bugfixes
- Fix cobbler check on EL7 (#1396)
- Remove installer_templates from RPM specfile
- Remove duplicate entries from RPM specfile
- Fix make webtest on Ubuntu 14.04.2 (#1417)
- Remove __sorter() from XMLRPC API
- Fixes to Debian/Ubuntu packaging of /var/lib/cobbler/ content
- Fix version comparison for python-virt double digits
- The virt_disk_driver field is now a list
- Fields in item_system now properly inherit from item_profile when present
- Handle chowning repos for debians default apache group elilo-ia64.efi is added to the loaders (#1385)
- Fix Ubuntu/Debian permission errors in cobbler-web
- Don't write hwaddress when the macaddress is empty (#1322)
- Fix createrepo version comparison (#1453)
- Backport upstream patch to fix centos version detection (bug #1201879)
Update to 2.6.7:
Feature improvements
* Use curl by default on RPM based systems instead of wget
* Add support for inst.stage2 install tree location to Koan
Bugfixes
* Add missing self.logger to util.die() calls (#1326)
* Add default values for proxy_url_ext and proxy_url_int to settings.py (unbreak upgrades)
* With mirror_locally false yum_sync now writes the .repo file again
* Don't write exclude= twice to .repo files
* Map exclude/include properly to repo lines
Update to 2.6.6:
Feature improvements
- Add proxy support for get-loaders, signature update and reposync (#1286)
- Support virtio26 for generic qemu fallback (Koan)
Bugfixes
- Post install report mails are not mailed when ignorelist is empty (#1248)
- Regression: kickstart edit in cobbler-web fixed
- Regression: kickstart filepath validation
- Blacklist gpgkey as an invalid option to the repo statement
- gpgcheck / enabled are not valid in kickstart, only in config.repo
- Updated man page to reflect the removal of URL support for kickstarts
- Regression: inherit was not available as kickstart value
- Return right value from TftpdPyManager.what method
- Fixed a typo in the power management API
- Ensure all variables are available in PXE generation (#505)
- Dont reset CONFIG_ARGS as it might have been sourced from sysconfig/defaults (#1141)
Feature improvements
* Make kickstart selectable from a pulldown list in cobbler-web (#991)
* Minor adjustment to the error_page template (cobbler-web)
* Minor improvements to edit snippets/kickstarts template (cobbler-web)
* Allow for empty system status
Bugfixes
* Exit with an error if cobblerd executable can't be found (#1108 #1135)
* Fix cobbler sync bug through xmlrpc api (NoneType object has no attribute info)
* Changes (edit/add) to multiple interfaces in cobbler-web now actually work (#687)
* Don't send the Puppet environment when system status is empty (#560)
* Add strict kickstart check in the API (again for #939)
* Do not allow kickstarts in /etc/cobbler
* Fix broken gitdate, gitstamp values in version file (cobbler version)
* Prevent disappearing profiles after cobblerd restart (#1030)
Upgrade notes
This release makes the use of --parent and --distro mutually exclusive. The consequence is that subprofiles always have the same distro as the parent profile. This has been the intended behaviour ever since subprofiles got introduced.
Please check if you have subprofiles with different distros than the parent profile and reconsider and adjust your configuration.
Bugfixes
* Add missing _validate_ks_template_path function so that kickstarts for systems can now be changed again (#1156)
* Remove root= argument from boot when using grubby and replace-self to avoid booting the currently running OS (#638)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.9-1
- Update to 2.6.9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.6.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue May 12 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.8-2
- Support django 1.8 in Fedora 22+
* Fri May 8 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.8-1
- Update to 2.6.8
- Backport upstream patch to fix centos version detection (bug #1201879)
* Tue Apr 28 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.7-3
- Add patch to fix virt-install support for F21+/EL7 (bug #1188424)
* Mon Apr 27 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.7-2
- Create and own directories in tftp_dir
* Wed Dec 31 2014 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.7-1
- Update to 2.6.7
* Sun Oct 19 2014 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.6-1
- Update to 2.6.6
* Fri Aug 15 2014 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.5-1
- Update to 2.6.5
* Wed Aug 13 2014 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.4-2
- Require Django >= 1.4
* Mon Aug 11 2014 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.4-1
- Update to 2.6.4
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1162888 - Typo in remote.py breaks poweron command
https://bugzilla.redhat.com/show_bug.cgi?id=1162888
[ 2 ] Bug #1188424 - Koan is incompatible with F21 virt-install
https://bugzilla.redhat.com/show_bug.cgi?id=1188424
[ 3 ] Bug #1214514 - Importing from Server DVD iso creates bogus kernel_options for distro
https://bugzilla.redhat.com/show_bug.cgi?id=1214514
--------------------------------------------------------------------------------
================================================================================
ecryptfs-utils-106-1.fc20 (FEDORA-2015-10610)
The eCryptfs mount helper and support libraries
--------------------------------------------------------------------------------
Update Information:
Fixes salt usage for password wrapping
--------------------------------------------------------------------------------
ChangeLog:
* Mon Mar 30 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 106-1
- ecryptfs-utils updated to 106
* Mon Jan 26 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 104-3
- fix pam sigsegv (#1184645)
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 104-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Wed Jul 23 2014 Michal Hlavinka <mhlavink(a)redhat.com> - 104-1
- ecryptfs-utils updated to 104
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 103-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1193092 - ecryptfs-utils: default salt is used for wrapping passphrase [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1193092
[ 2 ] Bug #1234204 - 20+: Bug in ecryptfs found in 2015.(security)
https://bugzilla.redhat.com/show_bug.cgi?id=1234204
--------------------------------------------------------------------------------
================================================================================
ikiwiki-3.20150614-1.fc20 (FEDORA-2015-10646)
A wiki compiler
--------------------------------------------------------------------------------
Update Information:
Update ikiwiki to the latest stable release.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Thomas Moschny <thomas.moschny(a)gmx.de> - 3.20150614-1
- Update to 3.20150614.
- Mark license.
- Add BR on perl(open).
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.20150329-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Jun 7 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 3.20150329-2
- Perl 5.22 rebuild
--------------------------------------------------------------------------------
================================================================================
libwmf-0.2.8.4-45.fc20 (FEDORA-2015-10659)
Windows MetaFile Library
--------------------------------------------------------------------------------
Update Information:
CVE-2015-0848 Heap overflow
CVE-2015-4588 RLE decoding doesn't check that the "count" fits into the image
CVE-2015-4695 meta_pen_create heap buffer overflow
CVE-2015-4696 wmf2gd/wmf2eps use after free
CVE-2015-0848 heap overflow when decoding BMP images
CVE-2015-0848 heap overflow when decoding BMP images
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Caolán McNamara <caolanm(a)redhat.com> - 0.2.8.4-45
- Related: rhbz#1227244 CVE-2015-4695 meta_pen_create heap buffer overflow
- Related: rhbz#1227244 CVE-2015-4696 wmf2gd/wmf2eps use after free
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.8.4-44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Jun 9 2015 Caolán McNamara <caolanm(a)redhat.com> - 0.2.8.4-43
- Resolves: rhbz#1227244 CVE-2015-0848 heap overflow when decoding BMP images
* Tue Jun 2 2015 Caolán McNamara <caolanm(a)redhat.com> - 0.2.8.4-42
- Resolves: rhbz#1227244 CVE-2015-0848 heap overflow when decoding BMP images
* Sat Feb 21 2015 Till Maas <opensource(a)till.name> - 0.2.8.4-41
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-in…
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.8.4-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.8.4-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1227243 - CVE-2015-0848, CVE-2015-4588 libwmf: heap overflow when decoding BMP images
https://bugzilla.redhat.com/show_bug.cgi?id=1227243
--------------------------------------------------------------------------------
================================================================================
openssl-1.0.1e-45.fc20 (FEDORA-2015-9371)
Utilities from the general purpose cryptography library with TLS implementation
--------------------------------------------------------------------------------
Update Information:
Update mitigating the LOGJAM security vulnerability and other moderate or low impact vulnerabilities.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Tomáš Mráz <tmraz(a)redhat.com> 1.0.1e-45
- fix the CVE-2015-1791 fix (partially broken renegotiation)
* Mon Jun 15 2015 Tomáš Mráz <tmraz(a)redhat.com> 1.0.1e-44
- fix CVE-2014-8176 - invalid free in DTLS buffering code
- fix CVE-2015-1789 - out-of-bounds read in X509_cmp_time
- fix CVE-2015-1790 - PKCS7 crash with missing EncryptedContent
- fix CVE-2015-1791 - race condition handling NewSessionTicket
- fix CVE-2015-1792 - CMS verify infinite loop with unknown hash function
- add missing parts of CVE-2015-0209 fix for corectness although unexploitable
* Fri May 29 2015 Tomáš Mráz <tmraz(a)redhat.com> 1.0.1e-43
- fix CVE-2015-4000 - prevent the logjam attack on client - restrict
the DH key size to at least 768 bits (limit will be increased in future)
- drop the AES-GCM restriction of 2^32 operations because the IV is
always 96 bits (32 bit fixed field + 64 bit invocation field)
- fix regression in RAND locking (#1225994)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1223211 - CVE-2015-4000 LOGJAM: TLS connections which support export grade DHE key-exchange are vulnerable to MITM attacks
https://bugzilla.redhat.com/show_bug.cgi?id=1223211
[ 2 ] Bug #1227574 - CVE-2015-3216 openssl: Crash in ssleay_rand_bytes due to locking regression
https://bugzilla.redhat.com/show_bug.cgi?id=1227574
--------------------------------------------------------------------------------
================================================================================
owncloud-8.0.4-1.fc20 (FEDORA-2015-10614)
Private file sync and share server
--------------------------------------------------------------------------------
Update Information:
This update provides the latest ownCloud 8.x release, 8.0.4. This is a minor update providing bug fixes from upstream and should apply smoothly, but as usual we recommend you back up data and configuration before applying the update.
See the upstream changelog page - https://owncloud.org/changelog/ - for details on what has changed from earlier releases.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 9 2015 Adam Williamson <awilliam(a)redhat.com> - 8.0.4-1
- new release 8.0.4
--------------------------------------------------------------------------------
================================================================================
perl-Gnome2-1.046-1.fc20 (FEDORA-2015-10580)
Perl interface to the 2.x series of the GNOME libraries
--------------------------------------------------------------------------------
Update Information:
This release corrects build script and removes a time stamp from documentation.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 23 2015 Petr Pisar <ppisar(a)redhat.com> - 1.046-1
- 1.046 bump
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1234662 - perl-Gnome2-1.046 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1234662
--------------------------------------------------------------------------------
================================================================================
sssd-1.11.7-6.fc20 (FEDORA-2015-10566)
System Security Services Daemon
--------------------------------------------------------------------------------
Update Information:
backport fixes from upstream
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.11.1-6
- backport fixes from upstream
--------------------------------------------------------------------------------
================================================================================
stunnel-5.17-1.fc20 (FEDORA-2015-10630)
An SSL-encrypting socket wrapper
--------------------------------------------------------------------------------
Update Information:
New upstream release.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 8 2015 Avesh Agarwal <avagarwa(a)redhat.com> - 5.17-1
- New upstream release 5.17.
--------------------------------------------------------------------------------
================================================================================
xpra-0.15.1-1.fc20 (FEDORA-2015-10625)
Remote display server for applications and desktops
--------------------------------------------------------------------------------
Update Information:
Update to 0.15.1, minor bugfix release.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jun 22 2015 Jonathan G. Underwood <jonathan.underwood(a)gmail.com> - 0.15.1-1
- Update to 0.15.1
- Add Requires shared-mime-info for (/usr/share/mime/packages ownership)
- Add /usr/share/mime/packages/application-x-xpraconfig.xml file
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------