Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 8 months
Fw: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
by Robert Richter
Peter,
today I posted first enablement patches for Cavium Thunder.
See here for the thread:
https://lkml.kernel.org/r/1406732794-20920-1-git-send-email-rric@kernel.org
The patches are publicly hosted on kernel.org:
https://git.kernel.org/cgit/linux/kernel/git/rric/linux.git/?h=thunder/ma...
We will add more patches for Thunder soon.
Please take a look at the patches and consider them for integration
into the arm64 Fedora kernel. Let me know if you have questions or how
I could help adding Thunder support to Fedora.
I will also be at Flock in Prague next week. Maybe we can meet there
and start a discussion on this.
Thanks,
-Robert
----- Forwarded message from Robert Richter <rric(a)kernel.org> -----
Subject: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
Date: Wed, 30 Jul 2014 17:06:29 +0200
From: Robert Richter <rric(a)kernel.org>
To: Catalin Marinas <catalin.marinas(a)arm.com>, Will Deacon <will.deacon(a)arm.com>, Rob Herring <robh+dt(a)kernel.org>, Arnd Bergmann <arnd(a)arndb.de>
Cc: linux-kernel(a)vger.kernel.org, linux-arm-kernel(a)lists.infradead.org, Robert Richter <rrichter(a)cavium.com>
Message-ID: <1406732794-20920-1-git-send-email-rric(a)kernel.org>
Return-Path: <rric.net(a)gmail.com>
X-Mailer: git-send-email 2.0.1
Content-Type: text/plain
From: Robert Richter <rrichter(a)cavium.com>
This initial patches enable Cavium Thunder SoC Family. The patches add
Kconfig and devicetree support and then add Thunder to the defconfig.
The last patch is unrelated to Thunder and enables the tmpfs mount
option for a more convinient use of defconfig with distros.
The Thunder system needs more enablement patches for subsystems and
devices, this includes network, ahci, gicv3/gicv3-its, pci, smmu, kvm.
We will send separate patch sets for these. All of them base on this
initial patches.
Patches are available here:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/linux.git thunder/init
Radha Mohan Chintakuntla (3):
arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
arm64, thunder: Add initial dts for Cavium Thunder SoC
arm64, thunder: document devicetree bindings for Cavium Thunder SoC
Robert Richter (2):
arm64, defconfig: Enable Cavium Thunder SoC in defconfig
arm64, defconfig: Enable tmpfs mount option
.../devicetree/bindings/arm/cavium-thunder.txt | 10 +
Documentation/devicetree/bindings/arm/cpus.txt | 1 +
arch/arm64/Kconfig | 6 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/thunder-88xx.dts | 387 +++++++++++++++++++++
arch/arm64/configs/defconfig | 2 +
6 files changed, 407 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt
create mode 100644 arch/arm64/boot/dts/thunder-88xx.dts
--
2.0.1
----- End forwarded message -----
8 years, 1 month
u-boot 2014.10 GA on it's way to F-21
by Peter Robinson
Hi All,
Just a heads up that the u-boot 2014.10 GA is on it's way to Fedora 21.
https://admin.fedoraproject.org/updates/uboot-tools-2014.10-1.fc21
This release contains numerous fixes and improvements over the
currently shipping release including, but by no means limited to:
* Upstream generic distro support (huge thanks to Dennis Gilmore and
Steven Warren for their tireless work to get this upstream
* AllWinner suppport for A10*/A13/A20 devices (huge thanks to Hans for
this tireless work on this)
* Numerous other improvements too long to name.
New devices that we now enable in this release, in no particular order, include:
AllWinner:
A10-OLinuXino-Lime
A10s-OLinuXino-M
A13-OLinuXino
A13-OLinuXinoM
A20-OLinuXino_MICRO
Bananapi
Cubieboard
Cubieboard2
Cubietruck
Mele_A1000
Mele_A1000G
Mini-X
Mini-X-1Gb
Tegra:
jetson-tk1
i.MX6
cm_fx6 (Utilite)
riotboard
It's not yet in nightly builds but I'm going to request it for the
next Beta TC compose.
Known issues:
* Panda is not yet ported to generic distro support
Please test and provide feedback.
Peter
8 years, 10 months
Fedora Arm Installer for F21 Beta - Adding New Boards
by Paul Whalen
Good day all,
With Fedora 21 Beta being released on November 4, 2014 (next Tuesday),
I'd like to update the installer script we offer[1], adding support for
some additional boards. The most recent version of the installer script
already includes support for:
- Bananapi
- beaglebone
- Cubietruck
- panda
- trimslice
- wandboard_dual
- wandboard_quad
- wandboard_solo
Adding support for a new board is very easy. Just add a minimal (bash)
scriptlet to the 'boards.d' directory with the command(s) needed to
write the board-specific setup, such as U-Boot. In many cases this is
just a single command.
For Example, the Pandaboard scriptlet contains:
# write MLO & U-Boot
echo "= Writing MLO for $TARGET..."
sudo dd if=/tmp/root/usr/share/uboot/$TARGET/MLO of=$MEDIA count=1
seek=1 conv=notrunc bs=128k; sync
echo "= Writing u-boot.img for $TARGET..."
sudo dd if=/tmp/root/usr/share/uboot/$TARGET/u-boot.img of=$MEDIA
count=2 seek=1 conv=notrunc bs=384k; sync
To add support for the Beaglebone, a symlink to the existing Pandaboard
scriptlet was added, since MLO and U-Boot are written to the same
offsets for both boards.
When adding a board, please ensure the name of the scriptlet matches the
name of the U-Boot folder in '/usr/share/uboot/'. Adding a new board
to the 'boards.d' directory also automatically updates the installer
script help message to include the new board.
Once the new scriptlet has been tested and confirmed working, please
send it to me and I will add it to the package.
Many Thanks!
Paul
[1] - https://pwhalen.fedorapeople.org/fedora-arm-installer-0.06.tar.bz2
8 years, 10 months
F20 on Mirabox
by Brian Kambach
Does anyone have instructions for getting the stock F20 image to run on a Mirabox?
I'm attempting to use the "Fedora-Minimal-armhfp-20-1-sda.raw.xz" image on an SD card. I initially tried booting the image as-is, but it simply hung at "Starting kernel ...". Following some old instructions in this mailing list for F19 from Jon Masters, I appended the "armada-370-mirabox.dtb" to the end of the uImage, which gets much further, but stops at:
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
[ 203.390737] dracut-initqueue[247]: Warning: Could not boot.
[ 203.432165] dracut-initqueue[247]: Warning: /dev/sdb3 does not exist
So, it obviously can't find the real root filesystem, but I don't know how to remedy this. Any ideas?
Thanks,
Brian Kambach
________________________________
This message and all attachments are PRIVATE, and contain information that is PROPRIETARY to Intelligent Automation, Inc. You are not authorized to transmit or otherwise disclose this message or any attachments to any third party whatsoever without the express written consent of Intelligent Automation, Inc. If you received this message in error or you are not willing to view this message or any attachments on a confidential basis, please immediately delete this email and any attachments and notify Intelligent Automation, Inc.
8 years, 10 months
arm F-21 Branched report: 20141031 changes
by Fedora compose checker
Compose started at Fri Oct 31 07:15:03 UTC 2014
Summary:
Added Packages: 0
Removed Packages: 0
Modified Packages: 0
Size of added packages: 0 (0 )
Size change of modified packages: 0 (0 )
Size of removed packages: 0 (0 )
Size change: 0 (0 )
Compose finished at Fri Oct 31 09:27:42 UTC 2014
8 years, 10 months
arm rawhide report: 20141031 changes
by Fedora compose checker
Compose started at Fri Oct 31 05:15:06 UTC 2014
Updated Packages:
adwaita-icon-theme-3.15.1-1.fc22
--------------------------------
* Thu Oct 30 2014 Richard Hughes <rhughes(a)redhat.com> - 3.15.1-1
- Update to 3.15.1
Size change: -256756 bytes
console-setup-1.114-1.fc22
--------------------------
* Thu Oct 30 2014 Vitezslav Crhonek <vcrhonek(a)redhat.com> - 1.114-1
- Update to latest upstream version
Resolves: #1157435
Size change: -29224 bytes
f21-backgrounds-21.0.0-1.fc22
-----------------------------
* Thu Oct 30 2014 Martin Sourada <mso(a)fedoraproject.org> - 21.0.0-1
- Add extras
Size change: 91877300 bytes
git-review-1.24-1.fc22
----------------------
* Wed Oct 29 2014 Pete Zaitcev <zaitcev(a)redhat.com> - 1.24-1
- Upstream 1.24: better deal w/ proxies, https; bugfixes (e.g. unicode crash)
- Checking for updates is out, other configuration options are in
Size change: 20317 bytes
gnome-shell-extensions-3.15.1-1.fc22
------------------------------------
* Thu Oct 30 2014 Florian Müllner <fmuellner(a)redhat.com> - 3.15.1-1
- Update to 3.15.1
Size change: 1284 bytes
instack-undercloud-1.0.25-1.fc22
--------------------------------
* Wed Oct 29 2014 James Slagle <jslagle(a)redhat.com> 1.0.25-1
- Allow setting $BM_NETWORK_GATEWAY
Size change: 116 bytes
jai-imageio-core-1.2-0.15.20100217cvs.fc22
------------------------------------------
* Thu Oct 30 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 1.2-0.15.20100217cvs
- Add Maven metadata
Size change: 5374 bytes
khmeros-fonts-5.0-19.fc22
-------------------------
* Thu Oct 30 2014 Pravin Satpute <psatpute At redhat DIT com> - 5.0-19
- Adding metainfo for gnome-software.
- Corrected url
Size change: 6166 bytes
owncloud-7.0.2-4.fc22
---------------------
* Wed Oct 29 2014 Adam Williamson <awilliam(a)redhat.com> - 7.0.2-4
- db sub-packages should not depend on db server packages
- improve README
- improve db sub-package descriptions
- don't check for new versions or working .htaccess files
Size change: 700 bytes
pdfbox-1.8.7-1.fc22
-------------------
* Thu Oct 30 2014 gil cattaneo <puntogil(a)libero.it> 1.8.7-1
- update to 1.8.7
Size change: 120257 bytes
perl-Test-Apocalypse-1.006-1.fc22
---------------------------------
* Thu Oct 30 2014 Petr Pisar <ppisar(a)redhat.com> - 1.006-1
- 1.006 bump
Size change: 9198 bytes
php-horde-Horde-Dav-1.1.1-1.fc22
--------------------------------
* Wed Oct 29 2014 Remi Collet <remi(a)fedoraproject.org> - 1.1.1-1
- Update to 1.1.1
Size change: 1457 bytes
php-horde-Horde-History-2.3.2-1.fc22
------------------------------------
* Tue Oct 28 2014 Remi Collet <remi(a)fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
Size change: 4454 bytes
php-horde-Horde-Secret-2.0.4-1.fc22
-----------------------------------
* Tue Oct 28 2014 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
Size change: 4159 bytes
php-horde-Horde-Test-2.4.5-1.fc22
---------------------------------
* Tue Oct 28 2014 Remi Collet <remi(a)fedoraproject.org> - 2.4.5-1
- Update to 2.4.5
Size change: 30193 bytes
php-scssphp-0.1.1-1.fc22
------------------------
* Thu Oct 30 2014 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 0.1.1-1
- Updated to 0.1.1 (BZ #1126612)
- Removed man page
- %license usage
Size change: 4900 bytes
trac-1.0.2-1.fc22
-----------------
* Thu Oct 30 2014 Felix Schwarz <fschwarz(a)fedoraproject.org> - 1.0.2-1
- 1.0.2
* Mon Jun 30 2014 Toshio Kuratomi <toshio(a)fedoraproject.org> - 1.0.1-6
- Replace python-setuptools-devel BR with python-setuptools
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 30 2014 Dan Horák <dan[at]danny.cz> - 1.0.1-4
- spec cleanup
Size change: 94449 bytes
Summary:
Added Packages: 0
Removed Packages: 0
Modified Packages: 17
Size of added packages: 0 (0 )
Size change of modified packages: 91894344 (88 M)
Size of removed packages: 0 (0 )
Size change: 91894344 (88 M)
Compose finished at Fri Oct 31 07:11:29 UTC 2014
8 years, 10 months
arm rawhide report: 20141030 changes
by Fedora compose checker
Compose started at Thu Oct 30 05:15:14 UTC 2014
New package: libfaketime-0.9.6-1.fc22
Manipulate system time per process for testing purposes
New package: mesos-0.21.0-3.SNAPSHOT.e960cdf.fc22
Cluster manager for sharing distributed application frameworks
New package: wpan-tools-0.1-2.fc22
Userspace tools for the Linux IEEE 802.15.4 stack
Updated Packages:
adwaita-icon-theme-3.14.0-3.fc22
--------------------------------
* Tue Oct 28 2014 Kalev Lember <kalevlember(a)gmail.com> - 3.14.0-3
- Split out adwaita-cursor-theme subpackage for alternate desktop spins
(#1157324)
* Tue Oct 28 2014 Kalev Lember <kalevlember(a)gmail.com> - 3.14.0-2
- Add bootstrap toggle for initial boostrapping when gtk3 is not yet built
Size change: 1569 bytes
am-utils-6.2.0-1.20140906gitbb13dea6.fc22
-----------------------------------------
* Tue Oct 21 2014 Ian Kent <ikent(a)redhat.com> - 5:6.2.0-1.20140906gitbb13dea6
- add perl-Unicode-EastAsianWidth to BuildRequires.
* Tue Oct 21 2014 Ian Kent <ikent(a)redhat.com> - 5:6.2.0-1.20140906gitbb13dea6
- Update am-utils to current git to get needed NFSv3 functionality.
Size change: -796728 bytes
ascend-0.9.8-15.20140710svn4695.fc22
------------------------------------
* Fri Sep 05 2014 Antonio Trande <sagitter(a)fedoraproject.org> 0.9.8-15.20140710svn4695
- Changed Ipopt and MUMPS minimal requests
Size change: 235 bytes
asterisk-11.13.1-1.fc22
-----------------------
* Mon Oct 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 11.13.1-1
- The Asterisk Development Team has announced security releases for Certified
- Asterisk 1.8.28 and 11.6 and Asterisk 1.8, 11, 12, and 13. The available
- security releases are released as versions 1.8.28-cert2, 11.6-cert7, 1.8.31.1,
- 11.13.1, 12.6.1, and 13.0.0-beta3.
-
- These releases are available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk/releases
-
- The release of these versions resolves the following security vulnerability:
-
- * AST-2014-011: Asterisk Susceptibility to POODLE Vulnerability
-
- Asterisk is susceptible to the POODLE vulnerability in two ways:
- 1) The res_jabber and res_xmpp module both use SSLv3 exclusively for their
- encrypted connections.
- 2) The core TLS handling in Asterisk, which is used by the chan_sip channel
- driver, Asterisk Manager Interface (AMI), and Asterisk HTTP Server, by
- default allow a TLS connection to fallback to SSLv3. This allows for a
- MITM to potentially force a connection to fallback to SSLv3, exposing it
- to the POODLE vulnerability.
-
- These issues have been resolved in the versions released in conjunction with
- this security advisory.
-
- For more information about the details of this vulnerability, please read
- security advisory AST-2014-011, which was released at the same time as this
- announcement.
-
- For a full list of changes in the current releases, please see the ChangeLogs:
-
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
-
- The security advisory is available at:
-
- * http://downloads.asterisk.org/pub/security/AST-2014-011.pdf
* Mon Oct 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 11.13.0-1
- The Asterisk Development Team has announced the release of Asterisk 11.13.0.
- This release is available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk
-
- The release of Asterisk 11.13.0 resolves several issues reported by the
- community and would have not been possible without your participation.
- Thank you!
-
- The following are the issues resolved in this release:
-
- Bugs fixed in this release:
- -----------------------------------
- * ASTERISK-24032 - Gentoo compilation emits warning:
- "_FORTIFY_SOURCE" redefined (Reported by Kilburn)
- * ASTERISK-24225 - Dial option z is broken (Reported by
- dimitripietro)
- * ASTERISK-24178 - [patch]fromdomainport used even if not set
- (Reported by Elazar Broad)
- * ASTERISK-22252 - res_musiconhold cleanup - REF_DEBUG reload
- warnings and ref leaks (Reported by Walter Doekes)
- * ASTERISK-23997 - chan_sip: port incorrectly incremented for RTCP
- ICE candidates in SDP answer (Reported by Badalian Vyacheslav)
- * ASTERISK-24019 - When a Music On Hold stream starts it restarts
- at beginning of file. (Reported by Jason Richards)
- * ASTERISK-23767 - [patch] Dynamic IAX2 registration stops trying
- if ever not able to resolve (Reported by David Herselman)
- * ASTERISK-24211 - testsuite: Fix the dial_LS_options test
- (Reported by Matt Jordan)
- * ASTERISK-24249 - SIP debugs do not stop (Reported by Avinash
- Mohod)
- * ASTERISK-23577 - res_rtp_asterisk: Crash in
- ast_rtp_on_turn_rtp_state when RTP instance is NULL (Reported by
- Jay Jideliov)
- * ASTERISK-23634 - With TURN Asterisk crashes on multiple (7-10)
- concurrent WebRTC (avpg/encryption/icesupport) calls (Reported
- by Roman Skvirsky)
- * ASTERISK-24301 - Security: Out of call MESSAGE requests
- processed via Message channel driver can crash Asterisk
- (Reported by Matt Jordan)
-
- Improvements made in this release:
- -----------------------------------
- * ASTERISK-24171 - [patch] Provide a manpage for the aelparse
- utility (Reported by Jeremy Lainé)
-
- For a full list of changes in this release, please see the ChangeLog:
-
- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.13.0
* Mon Oct 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 11.12.1-1
- The Asterisk Development Team has announced security releases for Certified
- Asterisk 11.6 and Asterisk 11 and 12. The available security releases are
- released as versions 11.6-cert6, 11.12.1, and 12.5.1.
-
- These releases are available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk/releases
-
- Please note that the release of these versions resolves the following security
- vulnerability:
-
- * AST-2014-010: Remote Crash when Handling Out of Call Message in Certain
- Dialplan Configurations
-
- Additionally, the release of Asterisk 12.5.1 resolves the following security
- vulnerability:
-
- * AST-2014-009: Remote Crash Based on Malformed SIP Subscription Requests
-
- Note that the crash described in AST-2014-010 can be worked around through
- dialplan configuration. Given the likelihood of the issue, an advisory was
- deemed to be warranted.
-
- For more information about the details of these vulnerabilities, please read
- security advisories AST-2014-009 and AST-2014-010, which were released at the
- same time as this announcement.
-
- For a full list of changes in the current releases, please see the ChangeLogs:
-
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
-
- The security advisories are available at:
-
- * http://downloads.asterisk.org/pub/security/AST-2014-009.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-010.pdf
* Mon Oct 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 11.12.0-1
- The Asterisk Development Team has announced the release of Asterisk 11.12.0.
- This release is available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk
-
- The release of Asterisk 11.12.0 resolves several issues reported by the
- community and would have not been possible without your participation.
- Thank you!
-
- The following are the issues resolved in this release:
-
- Bugs fixed in this release:
- -----------------------------------
- * ASTERISK-23911 - URIENCODE/URIDECODE: WARNING about passing an
- empty string is a bit over zealous (Reported by Matt Jordan)
- * ASTERISK-23985 - PresenceState Action response does not contain
- ActionID; duplicates Message Header (Reported by Matt Jordan)
- * ASTERISK-23814 - No call started after peer dialed (Reported by
- Igor Goncharovsky)
- * ASTERISK-24087 - [patch]chan_sip: sip_subscribe_mwi_destroy
- should not call sip_destroy (Reported by Corey Farrell)
- * ASTERISK-23818 - PBX_Lua: after asterisk startup module is
- loaded, but dialplan not available (Reported by Dennis Guse)
- * ASTERISK-18345 - [patch] sips connection dropped by asterisk
- with a large INVITE (Reported by Stephane Chazelas)
- * ASTERISK-23508 - Memory Corruption in
- __ast_string_field_ptr_build_va (Reported by Arnd Schmitter)
-
- Improvements made in this release:
- -----------------------------------
- * ASTERISK-21178 - Improve documentation for manager command
- Getvar, Setvar (Reported by Rusty Newton)
-
- For a full list of changes in this release, please see the ChangeLog:
-
- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.12.0
* Mon Oct 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 11.11.0-1
- The Asterisk Development Team has announced the release of Asterisk 11.11.0.
- This release is available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk
-
- The release of Asterisk 11.11.0 resolves several issues reported by the
- community and would have not been possible without your participation.
- Thank you!
-
- The following are the issues resolved in this release:
-
- Bugs fixed in this release:
- -----------------------------------
- * ASTERISK-22551 - Session timer : UAS (Asterisk) starts counting
- at Invite, UAC starts counting at 200 OK. (Reported by i2045)
- * ASTERISK-23792 - Mutex left locked in chan_unistim.c (Reported
- by Peter Whisker)
- * ASTERISK-23582 - [patch]Inconsistent column length in *odbc
- (Reported by Walter Doekes)
- * ASTERISK-23803 - AMI action UpdateConfig EmptyCat clears all
- categories but the requested one (Reported by zvision)
- * ASTERISK-23035 - ConfBridge with name longer than max (32 chars)
- results in several bridges with same conf_name (Reported by
- Iñaki Cívico)
- * ASTERISK-23824 - ConfBridge: Users cannot be muted via CLI or
- AMI when waiting to enter a conference (Reported by Matt Jordan)
- * ASTERISK-23683 - #includes - wildcard character in a path more
- than one directory deep - results in no config parsing on module
- reload (Reported by tootai)
- * ASTERISK-23827 - autoservice thread doesn't exit at shutdown
- (Reported by Corey Farrell)
- * ASTERISK-23609 - Security: AMI action MixMonitor allows
- arbitrary programs to be run (Reported by Corey Farrell)
- * ASTERISK-23673 - Security: DOS by consuming the number of
- allowed HTTP connections. (Reported by Richard Mudgett)
- * ASTERISK-23246 - DEBUG messages in sdp_crypto.c display despite
- a DEBUG level of zero (Reported by Rusty Newton)
- * ASTERISK-23766 - [patch] Specify timeout for database write in
- SQLite (Reported by Igor Goncharovsky)
- * ASTERISK-23844 - Load of pbx_lua fails on sample extensions.lua
- with Lua 5.2 or greater due to addition of goto statement
- (Reported by Rusty Newton)
- * ASTERISK-23818 - PBX_Lua: after asterisk startup module is
- loaded, but dialplan not available (Reported by Dennis Guse)
- * ASTERISK-23834 - res_rtp_asterisk debug message gives wrong
- length if ICE (Reported by Richard Kenner)
- * ASTERISK-23790 - [patch] - SIP From headers longer than 256
- characters result in dropped call and 'No closing bracket'
- warnings. (Reported by uniken1)
- * ASTERISK-23917 - res_http_websocket: Delay in client processing
- large streams of data causes disconnect and stuck socket
- (Reported by Matt Jordan)
- * ASTERISK-23908 - [patch]When using FEC error correction,
- asterisk tries considers negative sequence numbers as missing
- (Reported by Torrey Searle)
- * ASTERISK-23921 - refcounter.py uses excessive ram for large refs
- files (Reported by Corey Farrell)
- * ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against
- objects that were already freed (Reported by Corey Farrell)
- * ASTERISK-23916 - [patch]SIP/SDP fmtp line may include whitespace
- between attributes (Reported by Alexander Traud)
- * ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite()
- (Reported by Steve Davies)
- * ASTERISK-23897 - [patch]Change in SETUP ACK handling (checking
- PI) in revision 413765 breaks working environments (Reported by
- Pavel Troller)
-
- Improvements made in this release:
- -----------------------------------
- * ASTERISK-23492 - Add option to safe_asterisk to disable
- backgrounding (Reported by Walter Doekes)
- * ASTERISK-22961 - [patch] DTLS-SRTP not working with SHA-256
- (Reported by Jay Jideliov)
-
- For a full list of changes in this release, please see the ChangeLog:
-
- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.11.0
Size change: 128673 bytes
audacious-3.5.2-1.fc22
----------------------
* Wed Oct 22 2014 Michael Schwendt <mschwendt(a)fedoraproject.org> - 3.5.2-1
- Update to 3.5.2 (announced as final release in the 3.5 series).
Size change: 2173 bytes
audacious-plugins-3.5.2-1.fc22
------------------------------
* Wed Oct 22 2014 Michael Schwendt <mschwendt(a)fedoraproject.org> - 3.5.2-1
- Update to 3.5.2 (announced as final release in the 3.5 series).
Size change: 20217 bytes
audit-2.4.1-1.fc22
------------------
* Tue Oct 28 2014 Steve Grubb <sgrubb(a)redhat.com> 2.4.1-1
- New upstream feature and bugfix release
Size change: 5926 bytes
binutils-2.24-26.fc22
---------------------
* Tue Oct 28 2014 Nick Clifton <nickc(a)redhat.com> - 2.24-26
- Import patches for PR/17510 and PR/17512 to fix reading corrupt ELF binaries.
Resolves: BZ #1157276, #1157277
Size change: 4897 bytes
ca-certificates-2014.2.1-5.fc22
-------------------------------
* Wed Oct 29 2014 Kai Engert <kaie(a)redhat.com> - 2014.2.1-5
- add Requires: coreutils (rhbz#1158343)
* Tue Oct 28 2014 Kai Engert <kaie(a)redhat.com> - 2014.2.1-4
- Introduce the ca-legacy utility and a ca-legacy.conf configuration file.
By default, legacy roots required for OpenSSL/GnuTLS compatibility
are kept enabled. Using the ca-legacy utility, the legacy roots can be
disabled. If disabled, the system will use the trust set as provided
by the upstream Mozilla CA list. (See also: rhbz#1158197)
Size change: 3130 bytes
chkrootkit-0.50-4.fc22
----------------------
* Tue Oct 21 2014 Jon Ciesla <limburgher(a)gmail.com> - 0.50-4
- Patch for suckit false positive, BZ 636231.
Size change: 1788 bytes
eclib-20120830-8.fc22
---------------------
* Tue Oct 28 2014 Jerry James <loganjerry(a)gmail.com> - 20120830-8
- Rebuild for NTL 6.2.1
- Fix license handling
Size change: 1265 bytes
efibootmgr-0.11.0-1.fc22
------------------------
* Tue Oct 21 2014 Peter Jones <pjones(a)redhat.com> - 0.11.0-1
- Update to 0.11.0
- All the great things about 0.10.0
- but without the cause of https://github.com/vathpela/efibootmgr/issues/18
* Mon Oct 20 2014 Peter Jones <pjones(a)redhat.com> - 0.10.0-1
- Update to 0.10.0
- Make -o parameter validation work better and be more informative
- Better exit values
- Fix a segfault with appending ascii arguments.
Size change: -552 bytes
emacspeak-39.0-6.fc22
---------------------
* Mon Oct 20 2014 Jens Petersen <petersen(a)redhat.com> - 39.0-6
- requires emacs(bin) (#1154511)
Size change: 1200 bytes
fail2ban-0.9.1-1.fc22
---------------------
* Tue Oct 28 2014 Orion Poplawski <orion(a)cora.nwra.com> - 0.9.1-1
- Update to 0.9.1
Size change: 21108 bytes
fedup-0.9.0-1.fc22
------------------
* Wed Oct 29 2014 Will Woods <wwoods(a)redhat.com> 0.9.0-1
- Add --product=PRODUCT flag for upgrades to F21
- Use host's config files in upgrade.img
- Fix logging during upgrade - upgrade logs will appear in system journal
- Fix keymap problems during upgrade (#1038413)
- Move cache to /var/cache (#1066679, CVE-2013-6494)
Size change: 8644 bytes
fldigi-3.22.01-1.fc22
---------------------
* Mon Oct 20 2014 Richard Shaw <hobbes1069(a)gmail.com> - 3.22.01-1
- Update to latest upstream release.
Size change: 3167 bytes
freedink-108.4-1.fc22
---------------------
* Wed Oct 22 2014 Sylvain Beucler <beuc(a)beuc.net> - 108.4-1
- New upstream release
Size change: 15414 bytes
freeipa-4.1.0-2.fc22
--------------------
* Wed Oct 22 2014 Petr Vobornik <pvoborni(a)redhat.com> - 4.1.0-2
- fix armv7hl stack oversize build failure
- fix https://fedorahosted.org/freeipa/ticket/4660
* Tue Oct 21 2014 Petr Vobornik <pvoborni(a)redhat.com> - 4.1.0-1
- Update to upstream 4.1.0 - see http://www.freeipa.org/page/Releases/4.1.0
Size change: 286971 bytes
gappa-1.1.2-1.fc22
------------------
* Tue Oct 21 2014 Jerry James <loganjerry(a)gmail.com> - 1.1.2-1
- New upstream version
- Fix license handling
Size change: 1652 bytes
gnome-initial-setup-3.14.1-2.fc22
---------------------------------
* Tue Oct 21 2014 Rui Matos <rmatos(a)redhat.com> - 3.14.1-2
- Resolves: rhbz#1154206
Size change: 3719 bytes
gnuplot-py-1.8-17.fc22
----------------------
* Wed Oct 29 2014 Sergio Pascual <sergiopr(a)fedoraproject.org> - 1.8-17
- Patch to fix bz #1158546
- Cleanup of old rpm macros
Size change: 4854 bytes
gpodder-3.8.2-1.fc22
--------------------
* Wed Oct 29 2014 Jon Ciesla <limburgher(a)gmail.com> - 3.8.2-1
- 3.8.2.
Size change: -116902 bytes
groovy18-1.8.9-15.fc22
----------------------
* Wed Oct 29 2014 Michal Srb <msrb(a)redhat.com> - 1.8.9-15
- Provide also "1.8.9" version (Resolves: rhbz#1158543)
* Wed Aug 20 2014 Michal Srb <msrb(a)redhat.com> - 1.8.9-14
- Introduce groovy-lib subpackage
Size change: 675 bytes
holland-1.0.10-3.fc22
---------------------
* Wed Oct 22 2014 Ben Harper <ben.harper(a)rackspace.com> - 1.0.10-3
- RH#884890 add requires for /usr/bin/mysqldump
- add mysqldump-lvm.conf
Size change: 5407 bytes
instack-undercloud-1.0.24-1.fc22
--------------------------------
* Tue Oct 28 2014 James Slagle <jslagle(a)redhat.com> 1.0.24-1
- Update README-build-images.md
- Add tripleo-image-elements element to all image builds
- Don't specify the input type to qemu-img
Size change: 347 bytes
jenkins-extras-memory-monitor-1.9-1.fc22
----------------------------------------
* Mon Oct 27 2014 Michal Srb <msrb(a)redhat.com> - 1.9-1
- Update to upstream version 1.9
Size change: 626 bytes
jenkins-winstone-2.8-1.fc22
---------------------------
* Mon Oct 27 2014 Michal Srb <msrb(a)redhat.com> - 2.8-1
- Update to upstream version 2.8
Size change: 1939 bytes
keepalived-1.2.13-4.fc22
------------------------
* Tue Oct 28 2014 Ryan O'Hara <rohara(a)redhat.com> - 1.2.13-4
- Create /usr/libexec/keepalived directory (#1158113)
Size change: 1234 bytes
kf5-kdelibs4support-5.3.0-3.fc22
--------------------------------
* Wed Oct 22 2014 Daniel Vrátil <dvratil(a)redhat.com> - 5.3.0-3
- Rebuild against Qt 5.4 (see https://git.reviewboard.kde.org/r/119604 why)
Size change: 1279 bytes
latte-integrale-1.7.1-6.fc22
----------------------------
* Tue Oct 28 2014 Jerry James <loganjerry(a)gmail.com> - 1.7.1-6
- Rebuild for ntl 6.2.1
Size change: 1187 bytes
libecb-0.20141029-1.fc22
------------------------
* Wed Oct 29 2014 Petr Pisar <ppisar(a)redhat.com> - 0.20141029-1
- CVS snapshot taken on 2014-10-29
- License changed from (BSD) to (BSD or GPLv2+)
Size change: 5733 bytes
libotr-4.1.0-1.fc22
-------------------
* Tue Oct 21 2014 Paul Wouters <pwouters(a)redhat.com> - 4.1.0-1
- Updated to 4.1.0 (minor security enhancements, fragmentation bugfixes)
Size change: 133361 bytes
libreoffice-4.3.3.1-2.fc22
--------------------------
* Sun Oct 19 2014 David Tardon <dtardon(a)redhat.com> - 1:4.3.3.1-2
- enable support for 3-D models
Size change: 557906 bytes
libreoffice-voikko-4.1-1.fc22
-----------------------------
* Sun Oct 26 2014 Ville-Pekka Vainio <vpvainio AT iki.fi> - 4.1-1
- New upstream release, bump LibreOffice dependency to 4.1
Size change: -5391 bytes
lis-1.4.67-1.fc22
-----------------
* Tue Oct 28 2014 Florian Lehner <dev(a)der-flo.net> - 1.4.67-1
- Update to 1.4.67
* Mon Oct 27 2014 Florian Lehner <dev(a)der-flo.net> - 1.4.66-1
- Update to 1.4.66
* Tue Oct 21 2014 Florian Lehner <dev(a)der-flo.net> - 1.4.64-1
- Update to 1.4.64
* Mon Oct 20 2014 Florian Lehner <dev(a)der-flo.net> - 1.4.63-1
- Update to 1.4.63
* Sat Oct 18 2014 Florian Lehner <dev(a)der-flo.net> - 1.4.62-1
- Update to 1.4.62
Size change: 6013 bytes
llvm-3.5.0-2.fc22
-----------------
* Tue Oct 28 2014 Kalev Lember <kalevlember(a)gmail.com> - 3.5.0-2
- Obsolete python-llvmpy
Size change: 121 bytes
lshell-0.9.16-3.fc22
--------------------
* Wed Oct 29 2014 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.9.16-3
- Add group (rhbz#1109511)
Size change: 5388 bytes
man-pages-de-1.8-1.fc22
-----------------------
* Tue Oct 28 2014 Mario Blättermann <mario.blaettermann(a)gmail.com> - 1.8-1
- New upstream release
- Huge patch for cpio.1.po because upstream ships a sparse version
- Readded cal.1.po, tarball contains now the BSD version ncal.1
- Readded ddate.1.po
- New build requirement: cpio
Size change: 72289 bytes
mapnik-2.2.0-13.fc22
--------------------
* Wed Oct 22 2014 Tom Hughes <tom(a)compton.nu> - 2.2.0-13
- Rebuild for polyclipping 6.2.0
Size change: 73 bytes
mutter-3.14.1-2.fc22
--------------------
* Tue Oct 21 2014 Florian Müllner <fmuellner(a)redhat.com> - 3.14.1-2
- Fix regression in handling raise-on-click option (rhbz#1151918)
Size change: 2417 bytes
native-platform-0.10-4.fc22
---------------------------
* Tue Oct 21 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.10-4
- Don't install JAR with embedded DSO
- Include unix_strings.o in DSO
* Tue Oct 21 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.10-3
- Restore DSO installed in libdir
* Tue Oct 21 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.10-2
- Avoid needles Makefile patching
* Tue Oct 21 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0.10-1
- Fix build
- Re-enable javadoc package
- Fix artifact installation for non-x86 architechures
* Fri Oct 17 2014 gil cattaneo <puntogil(a)libero.it> 0.10-1
- update to 0.10
Size change: 2840 bytes
nbdkit-1.1.9-2.fc22
-------------------
* Tue Oct 14 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1.1.9-2
- New upstream version 1.1.9.
- Add the streaming plugin.
- Include fix for streaming plugin in 1.1.9.
Size change: 12614 bytes
nemo-extensions-2.3.x-0.2.gited31dbd.fc22
-----------------------------------------
* Tue Oct 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.3.x-0.2.gited31dbd
- add noarch
* Tue Oct 21 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.3.x-0.1.gited31dbd
- update to latest git
- add nemo-emblems
- add nemo-image-converter
Size change: 989990 bytes
nodejs-difflet-0.2.3-7.fc22
---------------------------
* Wed Oct 29 2014 Jamie Nguyen <jamielinux(a)fedoraproject.org> - 0.2.3-7
- fix version of npm(deep-equal) dependency
Size change: 4257 bytes
ntl-6.2.1-1.fc22
----------------
* Tue Oct 28 2014 Jerry James <loganjerry(a)gmail.com> - 6.2.1-1
- ntl-6.2.1
- Fix license handling
- Link with Fedora LDFLAGS
Size change: 106702 bytes
openlmi-tools-0.10.2-1.fc22
---------------------------
* Wed Oct 29 2014 Peter Hatina <phatina(a)redhat.com> - 0.10.2-1
- upgrade to 0.10.2
Size change: 20639 bytes
openstack-neutron-2014.2-3.fc22
-------------------------------
* Wed Oct 29 2014 Ihar Hrachyshka <ihrachys(a)redhat.com> 2014.2-3
- Create DHCP port for IPv6 subnet, bz#1158507
* Fri Oct 17 2014 Ihar Hrachyshka <ihrachys(a)redhat.com> 2014.2-2
- Moved neutron-ovs-cleanup systemd service file into base package too.
Size change: 2920 bytes
openstack-packstack-2014.2-0.5.dev1316.g733aa73.fc22
----------------------------------------------------
* Wed Oct 29 2014 Martin Mágr <mmagr(a)redhat.com> - 2014.2.0.5.dev1316
- [MariaDB] Deprecates MySQL parameters in favor of MariaDB (rhbz#1102486)
- [Cinder] Refactor cinder plugin and extend it with multiple backends support (rhbz#1139246)
- [Neutron] Applies packstack::neutron::bridge class to network hosts (rhbz#1133968)
- [Cinder] Adds missing validator (rhbz#1128303)
- [Neutron] Adds usage examples for CONFIG_NEUTRON_L2_PLUGIN (rhbz#1066019)
- [Packstack] Fix Warning when NetworkManager is active on hosts (rhbz#1130589, rhbz#1117115)
- [Packstack] Allow specifying of a global --password option (rhbz#1108742)
- [Keystone] Use a valid e-mail for admin user in keystone (rhbz#1020199)
- [Keystone] Add CONFIG_KEYSTONE_REGION option
- [Packstack] Fix NetworkManager facter error (rhbz#1116403)
- [MariaDB] Remove mariadb-server package during installation (rhbz#1148578)
- [MariaDB] Fixed remote MariaDB installations (rhbz#1150348)
- [Neutron] Load bridge module (rhbz#1123465)
- [Horizon] Set up NOVNC with https when using SSL on HORIZON (rhbz#1115896)
- [Glance] Implement Swift storage backend for Glance
- [Keystone] Use UUID as default Keystone token format (lp#1382160)
- [Keystone] Support other components using apache mod_wsgi (lp#1348732)
- [Cinder] Fixes the duplicate creation of service/endpoint for cinder v2 (rhbz#1153354)
- [Packstack] Configure chronyd for RHEL 7/CentOS 7/Fedora
- [Packstack] Generate answer file only when needed
- [Packstack] Remove firewalld workaround as it should be part of puppet-firewall now
- [Neutron] Fix Neutron FWaaS configuration
- [Packstack] Always enable EPEL repo when installing RDO
- [Packstack] Check for puppet execution errors (rhbz#1153296)
Size change: 6154 bytes
openstack-tripleo-image-elements-0.8.10-8.fc22
----------------------------------------------
* Tue Oct 28 2014 James Slagle <jslagle(a)redhat.com> 0.8.10-8
- Increase rabbitmq timeout
- Copy static files for packaged installs
- Make 101-tuskar-ui re-runnable
* Tue Oct 28 2014 James Slagle <jslagle(a)redhat.com> 0.8.10-7
- Add Requires on diskimage-builder so the %post script works
Size change: 2625 bytes
openstack-tuskar-ui-0.2.0-5.fc22
--------------------------------
* Tue Oct 28 2014 Jordan OMara <jomara(a)redhat.com> - 0.2.0-5
- changes to static file locations to more closely mirror horizon (jomara(a)redhat.com)
Size change: 202 bytes
openttd-1.4.4-1.fc22
--------------------
* Tue Oct 21 2014 Felix Kaechele <heffer(a)fedoraproject.org> - 1.4.4-1
- update to 1.4.4
Size change: -326908 bytes
os-apply-config-0.1.23-1.fc22
-----------------------------
* Tue Oct 28 2014 James Slagle <jslagle(a)redhat.com> 0.1.23-1
- Update to upstream 0.1.23
Size change: 4632 bytes
os-cloud-config-0.1.13-1.fc22
-----------------------------
* Tue Oct 28 2014 James Slagle <jslagle(a)redhat.com> 0.1.13-1
- Update to upstream 0.1.13
Size change: 823 bytes
owfs-2.9p8-1.fc22
-----------------
* Tue Oct 21 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 2.9p8-1
- new upstream release
- dropped tmpfiles snippet - /run/owfs is now managed by RuntimeDirectory=
* Thu Oct 09 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 2.9p7-1
- new upstream release
Size change: 17524 bytes
owncloud-7.0.2-3.fc22
---------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 7.0.2-3
- drop unnecessary deps: php-gmp (#1152438) and Net_Curl(#999720)
- re-arrange deps in spec to be the way I like 'em
Size change: 1458 bytes
oxygen-gtk2-1.4.6-1.fc22
------------------------
* Wed Oct 22 2014 Alexey Kurov <nucleo(a)fedoraproject.org> - 1.4.6-1
- oxygen-gtk2-1.4.6
Size change: -838 bytes
oxygen-gtk3-1.4.1-1.fc22
------------------------
* Wed Oct 22 2014 Alexey Kurov <nucleo(a)fedoraproject.org> - 1:1.4.1-1
- oxygen-gtk3-1.4.1
- drop applied patches
Size change: -4424 bytes
peervpn-0.040-1.fc22
--------------------
* Wed Oct 22 2014 Jan Cholasta <jcholast(a)redhat.com> - 0.040-1
- Updated to 0.040
Size change: 590 bytes
perl-B-Debug-1.22-2.fc22
------------------------
* Wed Oct 29 2014 Petr Pisar <ppisar(a)redhat.com> - 1.22-2
- Do not build-require version module
Size change: 87 bytes
perl-B-Lint-1.20-2.fc22
-----------------------
* Wed Oct 29 2014 Petr Pisar <ppisar(a)redhat.com> - 1.20-2
- Do not build-require version module
Size change: 83 bytes
perl-Crypt-Random-1.25-21.fc22
------------------------------
* Wed Oct 29 2014 Paul Howarth <paul(a)city-fan.org> - 1.25-21
- Prevent test that should fail 0.1% of the time from causing FTBFS
(CPAN RT#99880, #1158379)
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
Size change: 2283 bytes
perl-DBD-CSV-0.45-1.fc22
------------------------
* Wed Oct 29 2014 Petr Šabata <contyk(a)redhat.com> - 0.45-1
- 0.45 bump
Size change: 1458 bytes
perl-DateTime-Format-MySQL-0.05-1.fc22
--------------------------------------
* Tue Oct 28 2014 Paul Howarth <paul(a)city-fan.org> - 0.05-1
- Update to 0.05
- Added parsing of MySQL fractional seconds (microseconds)
- Allowed additional valid MySQL formats (delimiters in DATE and TIME fields
using punctuation, 'T' separator between DATE and TIME and single-digit
time or date values)
- This release by XMIKEW → update source URL
- Use Module::Build flow rather than emulated ExtUtils::MakeMaker flow
- Upstream hasn't provided a SIGNATURE, so stop trying to check it
- Classify buildreqs by usage
- Use %license where possible
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
- Don't use macros for commands
Size change: 3783 bytes
perl-Hash-Case-1.20.0-5.fc22
----------------------------
* Wed Oct 29 2014 Petr Pisar <ppisar(a)redhat.com> - 1.20.0-5
- Do not build-require version module
Size change: 90 bytes
perl-Module-Install-1.14-1.fc22
-------------------------------
* Wed Oct 29 2014 Petr Pisar <ppisar(a)redhat.com> - 1.14-1
- 1.14 bump
Size change: -6566 bytes
php-sabredav-Sabre_CalDAV-1.7.9-1.fc22
--------------------------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 1.7.9-1
- new release 1.7.9 (from SabreDAV 1.7.13, EOL)
Size change: -1280237 bytes
php-sabredav-Sabre_CardDAV-1.7.9-2.fc22
---------------------------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 1.7.9-1
- new release 1.7.9 (from SabreDAV 1.7.13, EOL)
Size change: -1279219 bytes
php-sabredav-Sabre_DAV-1.7.13-1.fc22
------------------------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 1.7.13-1
- new release 1.7.13 (EOL)
Size change: -1280198 bytes
php-sabredav-Sabre_DAVACL-1.7.9-1.fc22
--------------------------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 1.7.9-1
- new release 1.7.9 (from SabreDAV 1.7.13, EOL)
Size change: -1279169 bytes
php-sabredav-Sabre_HTTP-1.7.11-1.fc22
-------------------------------------
* Tue Oct 28 2014 Adam Williamson <awilliam(a)redhat.com> - 1.7.11-1
- new release 1.7.11 (from Sabre 1.7.13 EOL)
Size change: -1279480 bytes
pidgin-otr-4.0.1-1.fc22
-----------------------
* Tue Oct 21 2014 Paul Wouters <pwouters(a)redhat.com> - 4.0.1-1
- Updated to 4.0.1 (more translations, Fix for Novell Groupwise)
Size change: 37721 bytes
plexus-cdc-1.0-0.22.a14.fc22
----------------------------
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0:1.0-0.22.a14
- Update to current packaging guidelines
Size change: 3913 bytes
polkit-kde-0.99.1-5.20130311git.fc22
------------------------------------
* Wed Oct 22 2014 Daniel Vrátil <dvratil(a)redhat.com> - 0.99.1-5.20130311git
- Install autostart file to /etc/xdg/autostart so that Plasma 5 picks it up too
Size change: -762 bytes
python-envisage-4.4.0-1.fc22
----------------------------
* Mon Oct 27 2014 Orion Poplawski <orion(a)cora.nwra.com> - 4.4.0-1
- Update to 4.4.0
Size change: 9610 bytes
python-stevedore-1.1.0-1.fc22
-----------------------------
* Wed Oct 29 2014 Pádraig Brady <pbrady(a)redhat.com> - 1.1.0-1
- Latest upstream
Size change: 1818 bytes
rabbitmq-server-3.4.1-1.fc22
----------------------------
* Wed Oct 29 2014 John Eckersberg <eck(a)redhat.com> - 3.4.1-1
- New upstream release - 3.4.1
Size change: 1798 bytes
rpmconf-1.0.1-1.fc22
--------------------
* Wed Oct 29 2014 Miroslav Suchý <msuchy(a)redhat.com> 1.0.1-1
- migrate to python3
- handle symlinks correctly
Size change: 3802 bytes
rubygem-bundler-1.7.4-1.fc22
----------------------------
* Mon Oct 27 2014 Vít Ondruch <vondruch(a)redhat.com> - 1.7.4-1
- Update to Bundler 1.7.4.
- Add thor and net-http-persistent dependencies into .gemspec.
Size change: 3197 bytes
rubygem-ci_reporter-2.0.0-1.fc22
--------------------------------
* Mon Oct 27 2014 Troy Dawson <tdawson(a)redhat.com> - 2.0.0-1
- Updated to latest release
Size change: -10033 bytes
rubygem-docile-1.1.5-1.fc22
---------------------------
* Mon Oct 27 2014 Troy Dawson <tdawson(a)redhat.com> - 1.1.5-1
- Updated to latest release
Size change: 422 bytes
rubygem-moped-2.0.1-1.fc22
--------------------------
* Mon Oct 27 2014 Troy Dawson <tdawson(a)redhat.com> - 2.0.1-1
- Updated to latest release
Size change: 4069 bytes
rubygem-parallel-1.3.3-1.fc22
-----------------------------
* Mon Oct 27 2014 Troy Dawson <tdawson(a)redhat.com> - 1.3.3-1
- Updated to latest release
Size change: 8097 bytes
rubygem-safe_yaml-1.0.4-1.fc22
------------------------------
* Mon Oct 27 2014 Troy Dawson <tdawson(a)redhat.com> - 1.0.4-1
- Updated to latest release
Size change: 5505 bytes
selinux-policy-3.13.1-89.fc22
-----------------------------
* Wed Oct 29 2014 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-89
- Allow keystone_cgi_script_t to bind on commplex_main_port. BZ (#1138424)
- Allow freeipmi_bmc_watchdog rw_sem_perms to freeipmi_ipmiseld
- Allow rabbitmq to read nfs state data. BZ(1122412)
- Allow named to read /var/tmp/DNS_25 labeled as krb5_host_rcache_t.
- Add rolekit policy
- ALlow rolekit domtrans to sssd_t.
- Add kerberos_tmp_filetrans_kadmin() interface.
- rolekit should be noaudit.
- Add rolekit_manage_keys().
- Need to label rpmnew file correctly
- Allow modemmanger to connectto itself
Size change: 3114 bytes
sigil-0.8.1-1.fc22
------------------
* Sat Oct 18 2014 Dan Horák <dan[at]danny.cz> - 0.8.1-1
- New upstream release 0.8.1
- Add doc subpackage for user guide and plugin guide
Size change: 7323325 bytes
solr-4.10.1-1.fc22
------------------
* Thu Oct 23 2014 gil cattaneo <puntogil(a)libero.it> 4.10.1-1
- update to 4.10.1
Size change: 295819 bytes
spatialite-tools-4.2.0-4.fc22
-----------------------------
* Tue Oct 21 2014 Jan Stanek <jstanek(a)redhat.com> - 4.2.0-4
- Rebuild for sqlite 3.8.7
Size change: 1213 bytes
sssd-1.12.2-2.fc22
------------------
* Wed Oct 22 2014 Jakub Hrozek <jhrozek(a)redhat.com> - 1.12.2-2
- Backport several patches from upstream.
- Fix a potential crash against old (pre-4.0) IPA servers
* Mon Oct 20 2014 Jakub Hrozek <jhrozek(a)redhat.com> - 1.12.2-1
- New upstream release 1.12.2
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.12.2
Size change: 58328 bytes
stellarium-0.13.1-1.fc22
------------------------
* Tue Oct 21 2014 Jochen Schmitt <Jochen herr-schmitt de> - 0.13.1-1
- New upstream release
- Remove ms-no-bitfields patch
Size change: 23164448 bytes
tcpdump-4.6.2-1.fc22
--------------------
* Mon Oct 20 2014 Michal Sekletar <msekleta(a)redhat.com> - 14:4.6.2-1
- update to 4.6.2 (#1124289)
Size change: 81907 bytes
uptimed-0.3.17.20141021hg29bd8b1eb43d-1.fc22
--------------------------------------------
* Wed Oct 22 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 0.3.17.20141021hg29bd8b1eb43d-1
- package snapshot
- use upstream systemd units
Size change: 43217 bytes
usbmuxd-1.1.0-2.fc22
--------------------
* Tue Oct 21 2014 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.0.10-2
- (rebuild)
Size change: 1191 bytes
xmvn-2.1.0-5.fc22
-----------------
* Tue Oct 28 2014 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 2.1.0-5
- Fix conversion of Ivy to XMvn artifacts
- Resolves: rhbz#1127804
Size change: 1946 bytes
ypbind-1.38-1.fc22
------------------
* Tue Oct 21 2014 Matej Mužila <mmuzila(a)redhat.com> - 3:1.38-1
- Update to 1.38
Size change: 4295 bytes
Summary:
Added Packages: 3
Removed Packages: 0
Modified Packages: 94
Size of added packages: 27774487 (26 M)
Size change of modified packages: 25885699 (25 M)
Size of removed packages: 0 (0 )
Size change: 53660186 (51 M)
Compose finished at Thu Oct 30 07:16:45 UTC 2014
8 years, 10 months