Jörg Krause
0da00ddc8c
package/libgcrypt: replace reconfigure patch with upstream patch
...
The `ac_cv_sys_symbol_underscore` reconfigure patch was added to
Buildroot back in 2007 [1], but was not reported to upstream back then.
Meanwhile, the issue has been fixed upstream [2] after the version bump to
version 1.8.4.
In order to add another upstream patch, which will add a pkg-config file
for libgrypt and therefore requires autoreconfiguration as well, replace the
current patch with the upstream patch.
[1] https://git.buildroot.net/buildroot/commit/package/libgcrypt?id=f1bcdf518fa7868b7819b0248f4b8da02a954dde
[2] 0f4545b441
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 13:42:02 +02:00
Bernd Kuhls
1d3fe88d08
package/exim: security bump to version 4.92.1
...
Fixes CVE-2019-13917:
http://www.exim.org/static/doc/security/CVE-2019-13917.txt
d185889f47
added new code to "Prebuild the data structure for builtin macros".
This function needs a host-built binary called macro_predef, it depends
on host-berkeleydb, host-pcre and optionally on host-openssl.
With an openssl-enabled exim the host build of macro_predef will fail
if host-openssl is missing:
/usr/bin/gcc -DMACRO_PREDEF macro_predef.c
In file included from hash.h:14,
from exim.h:485,
from macro_predef.c:11:
sha_ver.h:37:12: fatal error: openssl/ssl.h: No such file or directory
because macro_predef also has the an optional dependency on openssl:
https://github.com/Exim/exim/blob/exim-4.92%2Bfixes/src/src/macro_predef.c#L130
Removed patches applied upstream:
0004: 98913c8ea2
0005: cf3cd30606
0007: 7ea1237c78 (diff-58af16fe62ea674adf1730edc078d175R6243)
Added patch to fix uClibc build.
Added license hash, switched _SITE to https.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 12:24:27 +02:00
Bernd Kuhls
d4ec3c1596
package/berkeleydb: add host variant
...
Needed for the upcoming Exim security version bump.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 12:24:23 +02:00
Bernd Kuhls
56a33e2a95
package/netsurf: needs host-vim
...
Fixes:
http://autobuild.buildroot.net/results/ade/adead660148cec04910b7a616cc85adfdd63ae95/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 12:22:10 +02:00
Bernd Kuhls
6c2b1cd78f
package/libglu: bump version to 9.0.1
...
Added all hashes provided by upstream, switched tarball to .xz and
updated _SITE according to release notes.
Tarball contains an autoconf'ed configure script now so we can remove
LIBGLU_AUTORECONF = YES
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:54:38 +02:00
Bernd Kuhls
b13dd6c6b4
package/x11r7/xdriver_xf86-video-intel: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:50:39 +02:00
Lubomir Rintel
a98e39d06c
package/linux-firmware: add option to install Libertas USB thin firmware
...
This is the soft MAC version of the firmware, used by the libertas_tf driver.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:46:37 +02:00
Lubomir Rintel
078e1b0f0e
package/linux-firmware: add option to install Libertas 8388 OLPC firmware
...
This is the OLPC version used by the usb8xxx driver, preferrably to the
v9 firmware. This implements the OLPC-specific meshing protocol and acts
as a mesh point even in machine suspend.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:46:30 +02:00
Lubomir Rintel
7bab175066
package/linux-firmware: add option to install Libertas 8388 firmware
...
Version 9 only. There's also version 5, but that probably is only for
very very old kernels.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:45:29 +02:00
Lubomir Rintel
a0d7b1b8bd
package/network-manager: bump to 1.18.2
...
A straightforward package update. Tested.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:41:59 +02:00
Asaf Kahlon
850d293884
package/python-fire: bump to version 0.2.0
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:37:22 +02:00
Asaf Kahlon
17533a0b38
package/python-termcolor: new package
...
ANSII Color formatting for output in terminal.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:36:44 +02:00
Asaf Kahlon
74b080cbb2
package/python-lxml: bump to version 4.4.0
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:32:45 +02:00
Jörg Krause
38ce1f44ee
package/luv: bump to version 1.30.0-0
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:30:36 +02:00
Jörg Krause
96743fbfc2
package/libuv: bump to version 1.30.1
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:28:54 +02:00
Jörg Krause
1ed2c21a7c
package/mpd-mpc: bump to version 0.32
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:28:46 +02:00
Arno Messiaen
32d54d01e0
package/linux-firmware: bump version to 20190717
...
License changes:
* amdgpu: year on license was bumped to 2019
* Marvell: reformatting, rewording and changed conditions
Signed-off-by: Arno Messiaen <arnomessiaen@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-28 09:00:33 +02:00
Bernd Kuhls
56d39c9014
package/netsurf: fix build of host tool convert_image
...
Upstream commit
http://source.netsurf-browser.org/netsurf.git/commit/frontends/framebuffer/Makefile?id=40cdf498b9153685b4cefe576e59f6b41090912b
renamed the variable HOST_*FLAGS to BUILD_*FLAGS.
This breaks the build of the host tool convert_image when png.h is not
provided by the host system itself.
Fixes:
http://autobuild.buildroot.net/results/6ac/6ac71c7a41dd92a5fb924af9da7cedc40e745cfa/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-27 22:22:40 +02:00
Asaf Kahlon
37785bff15
package/python-cython: bump to version 0.29.13
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:17:16 +02:00
Francois Perrad
dd4ef75551
package/perl-mojolicious: bump to version 8.22
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:16:04 +02:00
Francois Perrad
a0181a7bf5
package/perl-class-instpector: bump to version 1.36
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:15:59 +02:00
Francois Perrad
ef37aaf56c
package/luaossl: bump to version 20190612
...
The hash of the license file is changed due to the following
modification:
-2015-2018 Daurnimator <quae@daurnimator.com >
+2015-2019 Daurnimator <quae@daurnimator.com >
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:14:36 +02:00
Francois Perrad
7b6907584e
package/lua-curl: bump to version 0.3.10
...
The hash of the license file is changed due to the following
modification:
-Copyright (c) 2014-2018 Alexey Melnichuk
+Copyright (c) 2014-2019 Alexey Melnichuk
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:14:01 +02:00
Simon Rowe
d006737faa
package/openvmtools: use libtirpc when toolchain has no native RPC
...
openvmtools detects and uses an external RPC library if RPC is not
supported by the toolchain C library, so let's select package/libtirpc
when necessary.
Signed-off-by: Simon Rowe <simon.rowe@citrix.com >
[Thomas: add missing dependency on libtirpc]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:11:22 +02:00
Giulio Benetti
a6132bcb78
package/sunxi-mali-mainline-driver: bump version
...
For 5.1 support.
git shortlog --invert-grep --grep=travis --no-merges
c12e16553576b050e74a8ed404cb555ce4b8e573..
Giulio Benetti (1):
README: update mali-blobs URL
Maxime Ripard (1):
Fix build with 5.1
Roman Stratiienko (2):
Add r9p0 version
Enable r9p0 build
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:02:07 +02:00
Gilles Talis
02c8d921b4
package/webp: bump to version 1.0.3
...
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 23:00:20 +02:00
Gilles Talis
1430cdd0e6
package/ncdu: bump to version 1.14
...
The license file hash has changed due to a copyright year change. The
licensing terms remain unchanged.
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 22:56:56 +02:00
Bernd Kuhls
a3d20b86d2
package/samba4: bump version to 4.10.6
...
Release notes: https://www.samba.org/samba/history/samba-4.10.6.html
Updated and rebased patch 0002, added various cross-compile patches.
Added python3 support:
https://www.samba.org/samba/history/samba-4.10.0.html
"Samba 4.10 still has support for Python 2, however, Python 3 will be
used by default, i.e. 'configure' & 'make' will execute using python3."
Renamed json configure option:
c98f997192
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 22:46:35 +02:00
Bernd Kuhls
12f8ef9375
package/heimdal: bump version to 7.7.0
...
Added upstream hashes and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-26 22:44:03 +02:00
Vadim Kochan
d328cdca66
package/git: remove autoreconf
...
After (8aa5ee1721 package/git: bump to version 2.22.0) autoreconf
is not needed anymore because patch which modified the configure
script was removed.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:25:39 +02:00
Bernd Kuhls
49dac76dec
package/proftpd: add upstream security fix for CVE-2019-12815
...
Added license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:16:36 +02:00
Bernd Kuhls
267197f593
package/dovecot-pigeonhole: bump version to 0.5.7.1
...
Release notes:
https://dovecot.org/pipermail/dovecot/2019-July/116622.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:14:17 +02:00
Bernd Kuhls
d873c4d9ab
package/dovecot: bump version to 2.3.7.1
...
Release notes:
https://dovecot.org/pipermail/dovecot/2019-July/116622.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:14:12 +02:00
Ismael Luceno
a9673770c3
package/axel: bump to version 2.17.5
...
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:11:18 +02:00
Romain Naour
41f5ee957c
package/opencv3: allow to use pkg-config while cross-compiling
...
Since version 3.4.1 [1], opencv disable pkg-config while cross-compiling to
avoid host headers/libraries poisoning.
Due to this, opencv fail to detect ffmpeg, gstreamer and gtk dependencies
even if the corresponding support is requested by
BR2_PACKAGE_OPENCV3_WITH_{FFMPEG,GSTREAMER,GTK2,GTK3}.
Maybe other dependencies are affected by this issue...
While configuring opencv we can notice the following messages:
"-- OpenCV disables pkg-config to avoid using of host libraries. Consider using PKG_CONFIG_LIBDIR to specify target SYSROOT"
"-- Can't find ffmpeg - 'pkg-config' utility is missing"
As the result ffmpeg and gstreamer are not enabled:
-- Video I/O:
-- FFMPEG: NO
-- avcodec: NO
-- avformat: NO
-- avutil: NO
-- swscale: NO
-- avresample: NO
-- GStreamer: NO
-- libv4l/libv4l2: NO
-- v4l/v4l2: linux/videodev2.h
We can fixes this by adding a new option OPENCV_ENABLE_PKG_CONFIG=ON
-- Video I/O:
-- FFMPEG: YES
-- avcodec: YES (ver 58.35.100)
-- avformat: YES (ver 58.20.100)
-- avutil: YES (ver 56.22.100)
-- swscale: YES (ver 5.3.100)
-- avresample: YES (ver 4.0.0)
-- GStreamer:
-- base: YES (ver 1.16.0)
-- video: YES (ver 1.16.0)
-- app: YES (ver 1.16.0)
-- riff: YES (ver 1.16.0)
-- pbutils: YES (ver 1.16.0)
-- libv4l/libv4l2: NO
-- v4l/v4l2: linux/videodev2.h
Add host-pkgconf in the dependencies.
If there is a path poisoning issue, it will be detected by the toolchain
paranoid wrapper.
[1] c4f9ff0285
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Cc: Samuel Martin <s.martin49@gmail.com >
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Cc: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-24 00:09:26 +02:00
Asaf Kahlon
6054e096da
package/python-cython: bump to version 0.29.11
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-21 15:52:43 +02:00
Francois Perrad
cf9e8ebe47
package/perl-xml-sax: bump to version 1.02
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-21 15:50:28 +02:00
Fabrice Fontaine
81c126bc8f
package/libgtk2: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-21 15:44:50 +02:00
Yann E. MORIN
d1a61703f7
boot/arm-trusted-firmware: licensing info is only valid for v1.4
...
The licensing information, and especially the name of the license file,
is known only for the official v1.4 version. For example, in later
versions, the license file has been renamed.
Since we can't be sure of the licensing information for custom versions,
or for versions from git, define that only for the known v1.4 version.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Adam Duskett <aduskett@gmail.com >
Cc: Arnout Vandecappelle <arnout@mind.be >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-21 15:39:21 +02:00
Fabrice Fontaine
2312a83288
package/zeromq: fix sha256 hash
...
Bump to version 4.3.2 did not update sha256 hash
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 21:51:49 +02:00
Alistair Francis
527f0f4f36
boot/opensbi: bump to v0.4
...
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 21:46:51 +02:00
Fabrice Fontaine
9ff28a4410
package/dovecot: add linux-pam optional dependency
...
Fixes:
- http://autobuild.buildroot.org/results/bba0d54cab164d77caf7161596b22602875a7a85
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 18:45:20 +02:00
Fabrice Fontaine
2c51fdcc8d
package/gstreamer1/gst1-plugins-base: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/93b58753071dac193881049c79288ef39fa9db16
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 18:44:22 +02:00
Fabrice Fontaine
99f91d7020
package/gstreamer1/gstreamer1: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/6d3be9feb301495b079eff6283f1cbed9603dc42
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 18:44:17 +02:00
Francois Perrad
89267150fd
package/netsurf: bump to version 3.9
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 15:38:54 +02:00
Gilles Talis
4bc55061d9
package/tesseract-ocr: fix build on musl
...
Fixes autobuild failures like:
- http://autobuild.buildroot.net/results/e47da689b4a2912b626f5d31086f6414e3e53774/
Signed-off-by: Gilles Talis <gilles.talis@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 15:36:27 +02:00
Fabrice Fontaine
b96acd52af
package/libvips: fix build with NLS
...
Fixes:
- http://autobuild.buildroot.org/results/cd61be84dc9781ea645f7667c2bd29908484692f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-20 15:24:47 +02:00
Giulio Benetti
6910e723a9
package/x11r7/xlib_libXfont: work around gcc bug 85180
...
With Microblaze Gcc version < 8.x the build hangs due to gcc bug
85180: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180 . The bug
shows up when building xlib_libXfont with optimization but not when
building with -O0. To work around this, if
BR2_TOOLCHAIN_HAS_GCC_BUG_85180=y we force using -O0.
Fixes:
http://autobuild.buildroot.net/results/7c6/7c64becbf06a1e00e41b7ddb95dd0c65bf364eb7/
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-18 22:58:06 +02:00
Yann E. MORIN
c568b4f37f
arch/arc: always needs -matomic with atomic extensions
...
As reported by Alexey in:
https://patchwork.ozlabs.org/patch/1087480/
https://patchwork.ozlabs.org/patch/1087471/
when BR2_ARC_ATOMIC_EXT is enabled, -matomic needs to always be passed
to the compiler to allow atomic instructions to be used. So instead of
passing them through the command-line CFLAGS, we enforce them in the
toolchain wrapper directly.
Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Arnout Vandecappelle <arnout@mind.be >
Acked-by: Alexey Brodkin <abrodkin@synopsys.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-18 22:54:36 +02:00
Yann E. MORIN
4281288d2d
toolchain: allow architectures to enforce compilation flags
...
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Alexey Brodkin <abrodkin@synopsys.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Arnout Vandecappelle <arnout@mind.be >
Acked-by: Alexey Brodkin <abrodkin@synopsys.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-07-18 22:54:28 +02:00