buildroot.git
6 years agoconfigs/mx51evk: Bump U-Boot and kernel
Fabio Estevam [Tue, 19 Jun 2018 23:32:00 +0000 (20:32 -0300)]
configs/mx51evk: Bump U-Boot and kernel

Bump U-Boot to 2018.05 and kernel to 4.17.2 versions.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agogcc: fix uclibc runtime issue with gcc-8 for xtensa
Max Filippov [Tue, 19 Jun 2018 20:27:06 +0000 (13:27 -0700)]
gcc: fix uclibc runtime issue with gcc-8 for xtensa

gcc-8.1 for xtensa miscompiles uClibc dynamic linker due to gcc PR
target/65416. The build completes successfully, but the binary is
non-functional because the following fragment in the _dl_get_ready_to_run
in ld-uClibc.so overwrites register spill area on stack causing register
corruption in the previous call frame and a subsequent crash:

    419f:       f0c1b2          addi    a11, a1, -16
    41a2:       1ba9            s32i.n  a10, a11, 4
    41a4:       0bc9            s32i.n  a12, a11, 0
    41a6:       5127f2          l32i    a15, a7, 0x144
    41a9:       1765b2          s32i    a11, a5, 92
    41ac:       4e2782          l32i    a8, a7, 0x138
    41af:       146af2          s32i    a15, a10, 80
    41b2:       001b10          movsp   a1, a11

The crash terminates the init process and causes kernel panic.
The fix prevents reordering of movsp opcode and any access to the stack
frame memory and is applicable to all existing gcc versions.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoimx-usb-loader: fix build with older gcc
Baruch Siach [Tue, 19 Jun 2018 14:44:41 +0000 (17:44 +0300)]
imx-usb-loader: fix build with older gcc

Since the last version bump imx-usb-loader uses __builtin_bswap16 which
is not universally available in gcc older than version 4.8. Add a patch
switching to a local 16-bit bytes swap implementation.

Should fix:
http://autobuild.buildroot.net/results/a63/a63b593b7ef3b6d32e755afe42b77d47dbf0276e/
http://autobuild.buildroot.net/results/48c/48c95cfc65f99fa02be81a11303ba8999f57091a/
http://autobuild.buildroot.net/results/c9d/c9d4f99b49ddb9b2ce08fce7672dd7c70cf62912/

Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agobluez5_utils: bump to version 5.50
Jörg Krause [Tue, 19 Jun 2018 19:57:19 +0000 (21:57 +0200)]
bluez5_utils: bump to version 5.50

Drop upstream patch and remove `AUTORECONF = YES`.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agocargo-bin: add hash for powerpc64le
Fabrice Fontaine [Tue, 19 Jun 2018 18:19:38 +0000 (20:19 +0200)]
cargo-bin: add hash for powerpc64le

Fixes:
 - http://autobuild.buildroot.net/results/1e790bd13745cc0b3f03e6182e700c07d3b8a21c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopackage/powerpc-utils: Add sha256 hash for the COPYING file
Vasant Hegde [Tue, 19 Jun 2018 17:42:35 +0000 (23:12 +0530)]
package/powerpc-utils: Add sha256 hash for the COPYING file

Suggested-by: Peter Korsgaard <peter@korsgaard.com>
CC: Joel Stanley <joel@jms.id.au>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agomosquitto: fix build with some glibc
Fabrice Fontaine [Mon, 18 Jun 2018 18:06:40 +0000 (20:06 +0200)]
mosquitto: fix build with some glibc

Add patch to define _GNU_SOURCE before using S_IF{DIR,REG}

Fixes:
 - http://autobuild.buildroot.net/results/7dcfb6ca9d14a5cd6872590065549356f1ab42a0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopackage/freeswitch: enable mod_timerfd
Bernd Kuhls [Mon, 18 Jun 2018 20:14:00 +0000 (22:14 +0200)]
package/freeswitch: enable mod_timerfd

Mod_timerfd uses the Linux kernel timerfd API to create and use a kernel
timer that delivers timer expire notifications via a file descriptor,
for details read

https://freeswitch.org/confluence/display/FREESWITCH/mod_timerfd
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopackage/waylandpp: bump version to 0.2.3
Bernd Kuhls [Mon, 18 Jun 2018 20:21:08 +0000 (22:21 +0200)]
package/waylandpp: bump version to 0.2.3

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopowerpc-utils: Bump version to 1.3.5
Vasant Hegde [Tue, 19 Jun 2018 06:00:28 +0000 (11:30 +0530)]
powerpc-utils: Bump version to 1.3.5

CC: Joel Stanley <joel@jms.id.au>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agosynopsys/axs10x: Update /etc/inittab by post-build
Evgeniy Didin [Tue, 19 Jun 2018 11:30:52 +0000 (14:30 +0300)]
synopsys/axs10x: Update /etc/inittab by post-build

To not maintain custom copy of inittab file lets adopt approach
used in raspberrypi adding post-build script for synopsys/axs10x
boards.

Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agodocs/website/download.html: fix latest LTS version number
Peter Korsgaard [Tue, 19 Jun 2018 11:45:20 +0000 (13:45 +0200)]
docs/website/download.html: fix latest LTS version number

Latest is naturally .3, not .1

Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agojpeg-turbo: bump to version 1.5.3
Fabrice Fontaine [Mon, 18 Jun 2018 18:18:45 +0000 (20:18 +0200)]
jpeg-turbo: bump to version 1.5.3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agojson-for-modern-cpp: bump to version 3.1.2
Fabrice Fontaine [Mon, 18 Jun 2018 18:16:24 +0000 (20:16 +0200)]
json-for-modern-cpp: bump to version 3.1.2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoDEVELOPERS: add myself to some packages
Fabrice Fontaine [Mon, 18 Jun 2018 18:14:36 +0000 (20:14 +0200)]
DEVELOPERS: add myself to some packages

Add my entry to json-c, libsoup, libsoxr, libxslt and tinymembench

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agolvm2: add license hashes
Peter Korsgaard [Mon, 18 Jun 2018 08:43:27 +0000 (10:43 +0200)]
lvm2: add license hashes

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopython-decorator: add license file and hash
Peter Korsgaard [Mon, 18 Jun 2018 08:38:50 +0000 (10:38 +0200)]
python-decorator: add license file and hash

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agodocs/website: update for 2018.02.3
Peter Korsgaard [Mon, 18 Jun 2018 18:19:39 +0000 (20:19 +0200)]
docs/website: update for 2018.02.3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoUpdate for 2018.02.3
Peter Korsgaard [Mon, 18 Jun 2018 17:43:04 +0000 (19:43 +0200)]
Update for 2018.02.3

[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f44524f61ad304e5db7cb933704bb4951ab031d3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoUpdate for 2018.02.2
Peter Korsgaard [Fri, 4 May 2018 16:24:30 +0000 (18:24 +0200)]
Update for 2018.02.2

[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4acca318b1630b6aa0e1113948e7678dd902b8a3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoqt5: bump latest version to 5.11.0
Gaël PORTAY [Wed, 13 Jun 2018 23:44:11 +0000 (19:44 -0400)]
qt5: bump latest version to 5.11.0

qtwayland:

Remove 0001-Fix-compilation-for-Renesas-R-Car-M3.patch (upstream
since [1]).

qtwebengine:

New 3rd-part 0001-Fix-build-with-GCC-8.1.0.patch (upstream in
chromium [2]).

[1]: https://github.com/qt/qtwayland/commit/8b204b2c56be5e7c1fd21144ae140c9b865dd86b
[2]: https://codereview.qt-project.org/#/c/229160/

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopinentry: link with libatomic when needed
Fabrice Fontaine [Thu, 14 Jun 2018 18:02:04 +0000 (20:02 +0200)]
pinentry: link with libatomic when needed

On some architectures, atomic binutils are provided by the libatomic
library from gcc. Linking with libatomic is therefore necessary,
otherwise the build fails with:

sparc-buildroot-linux-uclibc/sysroot/lib/libatomic.so.1: error adding symbols: DSO missing from command line

This is often for example the case on sparcv8 32 bit.

Fixes:

 http://autobuild.buildroot.net/results/fd6bee70ff20bee9607a9f6f557a3a793d00cd9f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: use LIBS instead of LDFLAGS.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agotor: link with libatomic when needed
Fabrice Fontaine [Thu, 14 Jun 2018 18:23:19 +0000 (20:23 +0200)]
tor: link with libatomic when needed

The following error occurs on architectures required to use gcc
libatomic for atomic intrinsics:

sparc-buildroot-linux-uclibc/sysroot/lib/libatomic.so.1: error adding symbols: DSO missing from command line

This is for example the case on sparcv8 32 bit.

Fixes:

 http://autobuild.buildroot.net/results/0f7107d0b703223f567c6749722bc82c81a04d54

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: use LIBS instead of LDFLAGS.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/ti-sgx-km: properly handle legacy for renamed options
Yann E. MORIN [Tue, 29 May 2018 17:31:46 +0000 (19:31 +0200)]
package/ti-sgx-km: properly handle legacy for renamed options

Commit b54c5464cc (ti-sgx-km: rename options to have proper prefix)
forgot to add defaults from legacy options, and notices in
Config.in.legacy that legacy options are still referenced in the
package itself.

Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibtirpc: fix musl build
Fabrice Fontaine [Sun, 10 Jun 2018 18:05:32 +0000 (20:05 +0200)]
libtirpc: fix musl build

Don't redefine existing typedef (u_char, u_long, ...) on musl

Fixes:
 - http://autobuild.buildroot.net/results/dbc07e383605a84eb19a2fd1899668612212518a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/docker: use the distro-provided flake8
Yann E. MORIN [Sun, 10 Jun 2018 15:44:58 +0000 (17:44 +0200)]
support/docker: use the distro-provided flake8

Currently, we install flake8 and its dependencies via pip. We
tried to be reproducible by pinning the version of those python
packages, but we did forget quite a few of them, and thus some
dependencies for flake8 are installed as uncontrolled versions.

Furthermore, before we install flake8 and its dependencies, we
forcibly update pip, setuptools, and wheels packages to their
latest versions. This explicitly breaks reproducibility.

While we could enforce a specific version of all those packages
and still grab them from PyPI, we can simply grab them from the
distribution-provided packages instead.

Since we're using a pinned version of stretch, this already
guarantees we'll reproducibly get the same versions over and
over again. Besides, we just need to list flake8 as a package to
install to automatically get all its dependencies (again, in a
reproducible way).

This has the slight unfortunate drawback of downgrading flake8
to version 3.2.1, from version 3.5.0, as well as downgrading a
few of flake8's dependencies, as noticed by Ricardo:
    http://lists.busybox.net/pipermail/buildroot/2018-May/222376.html

However, as Ricardo said, there isn't "any serious limitation of
this old version, the release notes for a version in the between
mentions 'Dramatically improve the performance' but we have a
limited number of scripts and running on Gitlab for all of them
still takes less than 5 minutes".

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/docker: sort the list of installed packages
Yann E. MORIN [Sun, 10 Jun 2018 15:44:57 +0000 (17:44 +0200)]
support/docker: sort the list of installed packages

As suggested in the docker best practices [0], order the package list
alphabetically, and list only one package per line.

This will be much usefull later, we need to update the list of installed
packages, like adding new ones for example.

[0] https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Reviewed-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoshadowsocks-libev: add dependency on sync builtins
Min Xu [Mon, 11 Jun 2018 18:18:23 +0000 (11:18 -0700)]
shadowsocks-libev: add dependency on sync builtins

libcork (bundled inside shadowsocks-libev) uses the __sync builtins
for atomic operations: the 4-byte variant on 32 bits platforms and the
8-byte variant on 64-bits platform.

Fixes:

  http://autobuild.buildroot.net/results/552b09ffe951c429422529c895f4c3ec723cf5ab

Signed-off-by: Min Xu <xuminready@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-libwww-perl: bump to version 6.34
Francois Perrad [Sun, 17 Jun 2018 16:26:20 +0000 (18:26 +0200)]
perl-libwww-perl: bump to version 6.34

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoshadowsocks-libev: add dependency on thread support
Min Xu [Mon, 11 Jun 2018 18:18:22 +0000 (11:18 -0700)]
shadowsocks-libev: add dependency on thread support

shadowsocks-libev needs thread support, otherwise the configure script
fails with:

configure: error: Can not find pthreads.  This is required.

Signed-off-by: Min Xu <xuminready@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoshadowsocks-libev: drop the useless hash
Min Xu [Mon, 11 Jun 2018 18:18:21 +0000 (11:18 -0700)]
shadowsocks-libev: drop the useless hash

In commit f8d44394777fb9b45befaee3333d974dfe5e745d
("shadowsocks-libev: new package"), when this package was introduced,
the hash for a license file that isn't available in upstream's tarball
was added to the license file. Obviously, this hash serves no purpose,
so drop it.

Signed-off-by: Min Xu <xuminready@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agokernel-module-imx-gpu-viv: bump to version 6.2.4.p1.2
Gary Bisson [Tue, 12 Jun 2018 15:02:21 +0000 (17:02 +0200)]
kernel-module-imx-gpu-viv: bump to version 6.2.4.p1.2

This package has been tested with the following commands:
 # modprobe galcore
 # cd /usr/share/examples/viv_samples/vdk/
 # ./tutorial7

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoimx-gpu-g2d: bump to version 6.2.4.p1.2
Gary Bisson [Tue, 12 Jun 2018 15:02:20 +0000 (17:02 +0200)]
imx-gpu-g2d: bump to version 6.2.4.p1.2

Same as imx-gpu-viv, no changelog was provided by NXP.

Tested with the following commands:
 # /usr/share/examples/g2d_samples/g2d_multiblit_test
 # /usr/share/examples/g2d_samples/g2d_overlay_test
 # /usr/share/examples/g2d_samples/g2d_test
 # gst-launch-1.0 videotestsrc ! imxg2dvideosink

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoimx-gpu-viv: enable package for 64-bit i.MX processors
Gary Bisson [Tue, 12 Jun 2018 15:02:19 +0000 (17:02 +0200)]
imx-gpu-viv: enable package for 64-bit i.MX processors

Basically enabling the package for aarch64. One difference with 32-bit
i.MX platforms resides in the fact that Wayland is the only back-end
supported. Therefore X11 and Framebuffer options are masked.

This was tested on i.MX8MQ Nitrogen8M platform (with weston-imx):
 # cd /usr/share/examples/viv_samples/vdk/
 # ./tutorial7

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
[Thomas: drop BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU_WAYLAND_ONLY and
use BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M directly.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoimx-gpu-viv: bump to version 6.2.4.p1.2
Gary Bisson [Tue, 12 Jun 2018 15:02:18 +0000 (17:02 +0200)]
imx-gpu-viv: bump to version 6.2.4.p1.2

No changelog was provided by NXP but we can assume it's the latest and
therefore the greatest.

What is known, is that that same version worked both ARM and ARM64.
The support for the latter will be added in a follow-up patch.

This package has been tested with X11, Framebuffer and Wayland
back-ends:
 # cd /usr/share/examples/viv_samples/vdk/
 # ./tutorial7
 # gmem_info
 ... display memory use per PID ...

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibusb: add an option to compile examples
Gaël PORTAY [Mon, 11 Jun 2018 13:47:50 +0000 (09:47 -0400)]
libusb: add an option to compile examples

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
[Thomas:
 - use make loop instead of shell loop
 - use $(INSTALL) instead of cp.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt53d: fix install issue with qt5.6
Gaël PORTAY [Mon, 11 Jun 2018 13:56:55 +0000 (09:56 -0400)]
qt53d: fix install issue with qt5.6

Both plugins `geometryloaders' and `renderplugins' are available since
Qt 5.9.

Fixes:

>>> qt53d 5.6.3 Installing to target
cp -dpf /home/gportay/src/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt53D*.so.*
/home/gportay/src/buildroot/output/target/usr/lib
cp -dpfr /home/gportay/src/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/qt/plugins/geometryloaders
/home/gportay/src/buildroot/output/target/usr/lib/qt/plugins
cp: cannot stat '/home/gportay/src/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/qt/plugins/geometryloaders': No such file or directory
package/pkg-generic.mk:310: recipe for target '/home/gportay/src/buildroot/output/build/qt53d-5.6.3/.stamp_target_installed' failed
make[2]: *** [/home/gportay/src/buildroot/output/build/qt53d-5.6.3/.stamp_target_installed] Error 1

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Gaël PORTAY &lt;<a href="mailto:gael.portay@savoirfairelinux.com" target="_blank" rel="noreferrer">gael.portay@savoirfairelinux.com</a>&gt;<br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5script: fix build issue with 32-bits armv8-a
Gaël PORTAY [Mon, 11 Jun 2018 13:54:17 +0000 (09:54 -0400)]
qt5script: fix build issue with 32-bits armv8-a

Adds WTF platform support for the 32-bits armv8-a architectures.

Fixes:

In file included from ../3rdparty/javascriptcore/JavaScriptCore/config.h:26,
                from ../3rdparty/javascriptcore/JavaScriptCore/pcre/pcre_compile.cpp:44:
../3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h:370:6: error: #error "Not supported ARM architecture"
#    error "Not supported ARM architecture"
     ^~~~~

The patch is based on two upstream fixes in WebKit[1][2].

See also commit cea7aa873a.

[1]: https://github.com/WebKit/webkit/commit/313d9fc4bdd2f020a5d0cf834c3c61982f161ebb
[2]: https://github.com/WebKit/webkit/commit/98f0de0709786f5d9b09dfd5908266990eb909d6

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5sensors: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:06 +0000 (08:32 -0400)]
qt5sensors: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `sensors' from the staging directory
to the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5serialport: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:05 +0000 (08:32 -0400)]
qt5serialport: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `serialport' from the staging directory
to the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5serialbus: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:04 +0000 (08:32 -0400)]
qt5serialbus: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `serialbus' from the staging directory
to the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5svg: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:03 +0000 (08:32 -0400)]
qt5svg: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `svg' from the staging directory to
the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5wayland: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:02 +0000 (08:32 -0400)]
qt5wayland: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `wayland' from the staging directory to
the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5script: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:01 +0000 (08:32 -0400)]
qt5script: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `script' from the staging directory to
the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5quickcontrols: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:32:00 +0000 (08:32 -0400)]
qt5quickcontrols: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `quickcontrols' from the staging
directory to the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5location: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:31:59 +0000 (08:31 -0400)]
qt5location: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `location' and `positioning' from the
staging directory to the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoqt5canvas3d: install examples to target
Gaël PORTAY [Tue, 12 Jun 2018 12:31:58 +0000 (08:31 -0400)]
qt5canvas3d: install examples to target

When BR2_PACKAGE_QT5BASE_EXAMPLES is set, the examples for this module
are installed in the staging directory but they are not shipped to the
target.

This commit copies the examples `canvas3d' from the staging directory to
the target.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/mediastreamer: add another optional dependency to speexdsp
Bernd Kuhls [Sat, 16 Jun 2018 22:07:00 +0000 (00:07 +0200)]
package/mediastreamer: add another optional dependency to speexdsp

Fixes
http://autobuild.buildroot.net/results/b21/b2104c491f0898981c652043161c52ac6c43110f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agognutls: use included unistring unless libunistring is selected
Sven Neumann [Fri, 15 Jun 2018 08:48:38 +0000 (10:48 +0200)]
gnutls: use included unistring unless libunistring is selected

Use the included copy of libunistring unless BR2_PACKAGE_LIBUNISTRING
is already selected.

The resulting gnutls library with libunistring included is about 1.2 MB
smaller than the sum of libgnutls and libunistring.

Signed-off-by: Sven Neumann <neumann@teufel.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agonetwork-manager: fix package prompt name
Petr Vorel [Fri, 15 Jun 2018 21:21:25 +0000 (23:21 +0200)]
network-manager: fix package prompt name

Rename the prompt string for consistency with the package directory
name.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/nodejs: security bump to version 8.11.3
Martin Bark [Sat, 16 Jun 2018 22:44:08 +0000 (23:44 +0100)]
package/nodejs: security bump to version 8.11.3

Fixes the following security issues:

- (CVE-2018-7167): Fixes Denial of Service vulnerability where calling
  Buffer.fill() could hang

- (CVE-2018-7161): Fixes Denial of Service vulnerability by updating the
  http2 implementation to not crash under certain circumstances during
  cleanup

- (CVE-2018-1000168): Fixes Denial of Service vulnerability by upgrading
  nghttp2 to 1.32.0

See https://nodejs.org/en/blog/release/v8.11.3/ for more details

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/tor: bump version to 0.3.3.7
Bernd Kuhls [Sat, 16 Jun 2018 08:40:17 +0000 (10:40 +0200)]
package/tor: bump version to 0.3.3.7

Release notes: https://blog.torproject.org/tor-0337-released

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/mesa3d: fix musl build error
Bernd Kuhls [Sat, 16 Jun 2018 21:39:18 +0000 (23:39 +0200)]
package/mesa3d: fix musl build error

Fixes
http://autobuild.buildroot.net/results/ccd/ccd07150e459b2b2caba6e561ecc6eae60c83ef5/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-gd: bump to version 2.68
Francois Perrad [Sat, 16 Jun 2018 15:46:08 +0000 (17:46 +0200)]
perl-gd: bump to version 2.68

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux-headers: bump 4.{4, 9, 14, 16, 17}.x series
Bernd Kuhls [Sat, 16 Jun 2018 08:20:30 +0000 (10:20 +0200)]
linux-headers: bump 4.{4, 9, 14, 16, 17}.x series

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux: bump default to version 4.17.2
Bernd Kuhls [Sat, 16 Jun 2018 08:20:29 +0000 (10:20 +0200)]
linux: bump default to version 4.17.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/{mesa3d, mesa3d-headers}: bump version to 18.1.2
Bernd Kuhls [Sat, 16 Jun 2018 08:41:49 +0000 (10:41 +0200)]
package/{mesa3d, mesa3d-headers}: bump version to 18.1.2

Removed patch 0003, applied upstream:
https://cgit.freedesktop.org/mesa/mesa/commit/?h=18.1&id=f9500edb96b7b50a6ab29ebf694610f0112d741f

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-xml-sax-base: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:54 +0000 (10:16 +0200)]
perl-xml-sax-base: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-xml-namespacesupport: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:53 +0000 (10:16 +0200)]
perl-xml-namespacesupport: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-xml-libxml: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:52 +0000 (10:16 +0200)]
perl-xml-libxml: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-www-robotrules: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:51 +0000 (10:16 +0200)]
perl-www-robotrules: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-try-tiny: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:50 +0000 (10:16 +0200)]
perl-try-tiny: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-timedate: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:49 +0000 (10:16 +0200)]
perl-timedate: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-path-tiny: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:48 +0000 (10:16 +0200)]
perl-path-tiny: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-netaddr-ip: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:47 +0000 (10:16 +0200)]
perl-netaddr-ip: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-module-build: add license file
Francois Perrad [Sat, 16 Jun 2018 08:16:46 +0000 (10:16 +0200)]
perl-module-build: add license file

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-mime-base64: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:45 +0000 (10:16 +0200)]
perl-mime-base64: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-lwp-mediatypes: add licence hash
Francois Perrad [Sat, 16 Jun 2018 08:16:44 +0000 (10:16 +0200)]
perl-lwp-mediatypes: add licence hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-json-tiny: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:43 +0000 (10:16 +0200)]
perl-json-tiny: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-io-html: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:42 +0000 (10:16 +0200)]
perl-io-html: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-http-negotiate: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:41 +0000 (10:16 +0200)]
perl-http-negotiate: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-http-date: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:40 +0000 (10:16 +0200)]
perl-http-date: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-http-daemon: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:39 +0000 (10:16 +0200)]
perl-http-daemon: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-http-cookies: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:38 +0000 (10:16 +0200)]
perl-http-cookies: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-html-tagset: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:37 +0000 (10:16 +0200)]
perl-html-tagset: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-html-parser: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:36 +0000 (10:16 +0200)]
perl-html-parser: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-gdtextutil: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:35 +0000 (10:16 +0200)]
perl-gdtextutil: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-gdgraph: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:34 +0000 (10:16 +0200)]
perl-gdgraph: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-file-util: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:33 +0000 (10:16 +0200)]
perl-file-util: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-file-listing: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:32 +0000 (10:16 +0200)]
perl-file-listing: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-encode-locale: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:31 +0000 (10:16 +0200)]
perl-encode-locale: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-encode-detect: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:30 +0000 (10:16 +0200)]
perl-encode-detect: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-digest-sha1: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:29 +0000 (10:16 +0200)]
perl-digest-sha1: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-digest-hmac: add license hash
Francois Perrad [Sat, 16 Jun 2018 08:16:28 +0000 (10:16 +0200)]
perl-digest-hmac: add license hash

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-xml-sax: bump to version 1.00
Francois Perrad [Sat, 16 Jun 2018 08:16:27 +0000 (10:16 +0200)]
perl-xml-sax: bump to version 1.00

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-time-hires: bump to version 1.9758
Francois Perrad [Sat, 16 Jun 2018 08:16:26 +0000 (10:16 +0200)]
perl-time-hires: bump to version 1.9758

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-net-ssleay: bump to version 1.85
Francois Perrad [Sat, 16 Jun 2018 08:16:25 +0000 (10:16 +0200)]
perl-net-ssleay: bump to version 1.85

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-mojolicious: bump to version 7.84
Francois Perrad [Sat, 16 Jun 2018 08:16:24 +0000 (10:16 +0200)]
perl-mojolicious: bump to version 7.84

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-io-socket: bump to version 2.056
Francois Perrad [Sat, 16 Jun 2018 08:16:23 +0000 (10:16 +0200)]
perl-io-socket: bump to version 2.056

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-http-message: bump to version 6.18
Francois Perrad [Sat, 16 Jun 2018 08:16:22 +0000 (10:16 +0200)]
perl-http-message: bump to version 6.18

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoperl-datetime-tiny: bump to version 1.07
Francois Perrad [Sat, 16 Jun 2018 08:16:21 +0000 (10:16 +0200)]
perl-datetime-tiny: bump to version 1.07

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/mediastreamer: add optional dependency to speexdsp
Bernd Kuhls [Wed, 13 Jun 2018 16:28:26 +0000 (18:28 +0200)]
package/mediastreamer: add optional dependency to speexdsp

Fixes
http://autobuild.buildroot.net/results/594/594ea96cd7b6726052268a3c0b094e00e7b8f12f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/linphone: needs speexdsp
Bernd Kuhls [Wed, 13 Jun 2018 16:28:25 +0000 (18:28 +0200)]
package/linphone: needs speexdsp

Fixes
http://autobuild.buildroot.net/results/956/956b8cffa0a35a417763ad72bb7c8e8a8b2fe6b0/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/asterisk: add optional dependency to speexdsp
Bernd Kuhls [Wed, 13 Jun 2018 16:28:24 +0000 (18:28 +0200)]
package/asterisk: add optional dependency to speexdsp

Fixes
http://autobuild.buildroot.net/results/9f6/9f61192382ea4b57b0f0548626968752363bb13f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/freeswitch: needs speexdsp
Bernd Kuhls [Wed, 13 Jun 2018 16:28:23 +0000 (18:28 +0200)]
package/freeswitch: needs speexdsp

Fixes
http://autobuild.buildroot.net/results/a3f/a3f9845681025fad93a4f867bb667822e87a08ea/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/speex: add optional dependency to speexdsp
Bernd Kuhls [Wed, 13 Jun 2018 16:28:22 +0000 (18:28 +0200)]
package/speex: add optional dependency to speexdsp

Quoting speex release notes from https://www.speex.org

"Speex 1.2rc2 and SpeexDSP 1.2rc2 are out
 December 6, 2014
 This release splits the speex codec library and the speex DSP library
 into separate source trees."

After bumping speex to 1.2.0 DSP support is provided by speexdsp.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/speexdsp: new package
Bernd Kuhls [Wed, 13 Jun 2018 16:28:21 +0000 (18:28 +0200)]
package/speexdsp: new package

Quoting speex release notes from https://www.speex.org

"Speex 1.2rc2 and SpeexDSP 1.2rc2 are out
 December 6, 2014
 This release splits the speex codec library and the speex DSP library
 into separate source trees."

After bumping speex to 1.2.0 this new package is necessary to provide
speex-based DSP support for packages like Freeswitch and Asterisk.

We use current git HEAD which received 21 commits since the 1.2rc3
tarball was released in 2015, including a fix for building on arm.

We still need another patch which was not committed to git master to
fix building on aarch64.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage: add python-validators
Peter Korsgaard [Fri, 15 Jun 2018 12:54:55 +0000 (14:54 +0200)]
package: add python-validators

Simple data validation library.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agopackage/python: bump version to 2.7.15
Bernd Kuhls [Fri, 15 Jun 2018 16:31:54 +0000 (18:31 +0200)]
package/python: bump version to 2.7.15

Rebased patch 0009, removed patch 0035 after upstream commit
https://github.com/python/cpython/commit/0b91f8a668201fc58fa732b8acc496caedfdbae0

Updated license hash after 2018 bump.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoclang: bump to version 6.0.0
Joseph Kogut [Thu, 14 Jun 2018 22:48:18 +0000 (15:48 -0700)]
clang: bump to version 6.0.0

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>