Fabrice Fontaine
c82da04c7e
package/python-numpy: bump to version 1.16.2
...
- Update patches and send them upstream
- Update license hash (typos fixed and year updated)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 11:13:29 +01:00
Baruch Siach
7df834b4f0
package/iw: bump to version 5.0.1
...
Drop unused GIT_DIR environment.
Cc: Matt Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 11:11:16 +01:00
Christian Stewart
1af9d9dd25
package/go: bump to version 1.12.1
...
Go 1.12 was released on 2/25/2019: https://blog.golang.org/go1.12
Go 1.12.1 was released on 3/14/2019:
https://golang.org/doc/devel/release.html#go1.12.minor
Additional notes on how Go modules will evolve in 2019 are here:
https://blog.golang.org/modules2019
In Go 1.12, module support remains the same as in Go 1.11. GOPATH is scheduled
for deprecation in 1.13, however. The Buildroot Go package infrastructure should
therefore aim to migrate to a new, currently undefined, Go module friendly
compilation approach before Go 1.13 is released.
Signed-off-by: Christian Stewart <christian@paral.in >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 11:07:41 +01:00
Fabrice Fontaine
2edcf77abe
package/stella: needs gcc >= 5
...
std::put_time needs gcc 5.x:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54354
Fixes:
- http://autobuild.buildroot.org/results/cf5bd2f262b108e4b90b6e31e46c5f82b9aef0a0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 11:05:45 +01:00
Adam Duskett
0bb0f2ba84
package/prelink-cross: new package
...
Prelink-cross emulates a runtime linker for a given sysroot. This is
necessary to allow gobject-introspection to build it's typelib files
during cross-compiling.
Signed-off-by: Adam Duskett <Aduskett@gmail.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
[Thomas: drop Config.in.host file and visible option.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 10:31:06 +01:00
Adam Duskett
7ec7ba5405
package/binutils: install libiberty for host build
...
Add --enable-install-libiberty to HOST_BINUTILS_CONF_OPTS to allow
prelink-cross to build properly.
Signed-off-by: Adam Duskett <Aduskett@gmail.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 10:31:04 +01:00
Vadim Kochan
a946813dd5
utils/test-pkg: generate package config if it is not specified
...
It is possible to generate one-line config for the package just by
normalize it to the form:
BR2_PACKAGE_${pkg_replaced-to_and_uppercase}
it simplifes a bit of testing package where no additional config options
are needed.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-17 10:03:34 +01:00
Francois Perrad
b643a75b90
package/libump: remove package
...
This library was previously a part of sunxi-mali.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 23:18:23 +01:00
Francois Perrad
732066a54e
package/sunxi-mali: remove package
...
The package sunxi-mali-mainline is available for recent kernels.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 23:16:57 +01:00
Francois Perrad
b8637d1a27
configs/olimex_a20_olinuxino_lime_legacy: remove defconfig
...
The old 3.4 Linux kernel used by this defconfig doesn't build with gcc
7.x.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 23:13:41 +01:00
Fabrice Fontaine
e1b691884b
package/imagemagick: disable locale with uclibc
...
Fixes:
- http://autobuild.buildroot.org/results/f7be30ffa28b7f367fb5343a7d69dc8bc7c3a170
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 23:01:51 +01:00
Romain Naour
57df4792c3
package/glibc: bump to version 2.29
...
Changes to build and runtime requirements:
* Python 3.4 or later is required to build the GNU C Library.
* On most architectures, GCC 5 or later is required to build the GNU C
Library. (On powerpc64le, GCC 6.2 or later is still required, as
before.)
While at it, remove the double "glibc-" prefix in the version.
https://www.sourceware.org/ml/libc-alpha/2019-01/msg00723.html
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:27:09 +01:00
Romain Naour
b60729784a
support/dependencies: add a check for python3
...
Since version 2.29, glibc requires python 3.4 or later to build the
GNU C Library [1].
We add a new check to verify the version of python3 interpreter
installed on the host. If no suitable python3 interpreter is found,
define BR2_PYTHON3_HOST_DEPENDENCY to add host-python3 in package
dependencies when needed.
[1] https://www.sourceware.org/ml/libc-alpha/2019-01/msg00723.html
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Tested-by: Adam Duskett <aduskett@gmail.com >
Reviewed-by: Adam Duskett <aduskett@gmail.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
[Thomas: drop not so useful comment in the .mk file, as suggested by
Yann E. Morin.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:26:40 +01:00
Fabrice Fontaine
048b66016e
package/python-tornado: bump to version 6.0.1
...
Remove patch (not needed since:
fa6a7ff605 )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:21:20 +01:00
Martin Bark
9a52e173b5
package/nodejs: use shared nghttp2 library
...
Signed-off-by: Martin Bark <martin@barkynet.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:16:58 +01:00
Martin Bark
bd52cb76b0
package/nghttp2: bump version to 1.37.0
...
Signed-off-by: Martin Bark <martin@barkynet.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:16:47 +01:00
Martin Bark
2ebc2219d5
package/nodejs: bump version to 10.15.3
...
See https://nodejs.org/en/blog/release/v10.15.3/
The host tool "torque" is unfortunately not built by complying to our
LDFLAGS, so it is not built with the proper RPATH. We fix that using
patchelf, and install it to $(HOST_DIR) to make it available during
the build of the target nodejs.
Signed-off-by: Martin Bark <martin@barkynet.com >
[Thomas:
- add explanation in the commit log about torque
- install torque in $(HOST_DIR)/bin and not $(HOST_DIR)/usr/bin]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 22:16:20 +01:00
Fabrice Fontaine
c5a2b7c241
package/python-watchdog: bump to version 0.9.0
...
- Remove patch (already in version:
268a46dabc )
- Add hash for license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:58:58 +01:00
Fabrice Fontaine
ae08209ba1
package/optee-benchmark: needs fork
...
Fixes:
- http://autobuild.buildroot.org/results/ea61442275d1790a29e02e2fa27f072e4c12daa7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:58:27 +01:00
Fabrice Fontaine
15b7e0cfe3
package/ulogd: add --with-sqlite option
...
Use --with-sqlite and --without-sqlite options
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:46:46 +01:00
Fabrice Fontaine
040df7714e
package/ulogd: fix musl build
...
Fixes:
- http://autobuild.buildroot.org/results/26fefd491a8a313c12d62c5f522ddfd48decf6c9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:46:41 +01:00
Baruch Siach
df1f0f6612
package/nodejs: requires gcc 4.9
...
BUILDING.md lists gcc 4.9.4 or newer as build prerequisite. This is
needed for full C++11 support.
d13a65ad68
Cc: Daniel Price <daniel.price@gmail.com >
Reported-by: Boris-Ben Shapiro <erectcrested@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:45:59 +01:00
Asaf Kahlon
0565da17ef
package/python-psutil: bump to version 5.6.1
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:44:56 +01:00
Norbert Lange
d0dcca4705
package/xenomai: bump to version 3.0.8
...
remove upstream patch.
Signed-off-by: Norbert Lange <norbert.lange@andritz.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:44:30 +01:00
Bernd Kuhls
01394b0226
package/mesa3d: bump version to 19.0.0
...
We keep using autotools and switch to meson in a later patch after
upstream deprecated autotools:
https://lists.freedesktop.org/archives/mesa-announce/2019-March/000501.html
Imx winsys was removed:
https://cgit.freedesktop.org/mesa/mesa/commit/?h=19.0&id=41a0acd6a149ec9f47ea527ad08a2b29bf1ee6b2
Patch 0004 removed, applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:37:29 +01:00
Bernd Kuhls
e7d67faac5
package/samba4: security bump to version 4.9.5
...
Release notes: https://www.samba.org/samba/history/samba-4.9.5.html
Fixes CVE-2019-3824:
ldb: Out of bound read in ldb_wildcard_compare
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:36:21 +01:00
Bernd Kuhls
ee7d5e54a6
package/openvpn: bump version to 2.4.7
...
Quoting https://openvpn.net/community-downloads/
"This is primarily a maintenance release with bugfixes and improvements.
One of the big things is enhanced TLS 1.3 support."
Release notes:
2b8aec62d5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:36:14 +01:00
Fabrice Fontaine
9ea528f84b
package/python-nfc: bump to version 0.13.5
...
- Switch site to github
- Add python-nfc.hash
- Add license file and its hash
- Remove patch (not needed anymore)
- Switch to setuptools (instead of distutils)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:36:06 +01:00
Bernd Kuhls
faacdbf70a
package/libvdpau: bump version to 1.2
...
Added all hashes provided by upstream and license hash.
Removed patch 0001, applied upstream
1cda354bdf
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
47401cfb8e
package/x11r7/xlib_libfontenc: bump version to 1.1.4
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
0ecf804cff
package/x11r7/xlib_libXdamage: bump version to 1.1.5
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
ef184d51d8
package/x11r7/xlib_libXcursor: bump version to 1.2.0
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
dbad37fe38
package/x11r7/xlib_libXcomposite: bump version to 0.4.5
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
aa1a1d2156
package/x11r7/xlib_libXau: bump version to 1.0.9
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
03e2392a1f
package/x11r7/xlib_libFS: bump version to 1.0.8
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
fe359fda9b
package/x11r7/xdriver_xf86-video-tdfx: bump version to 1.5.0
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
8c656c65a9
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-03-15 21:33:09 +01:00
Bernd Kuhls
0764f509fc
package/x11r7/xdriver_xf86-video-ati: bump version to 19.0.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
1ef13fd532
package/x11r7/xdriver_xf86-video-amdgpu: bump version to 19.0.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
ce49512e4b
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.28.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
4ea923bdd7
package/x11r7/xdata_xcursor-themes: bump version to 1.0.6
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
88665095ee
package/x11r7/xapp_xvinfo: bump version to 1.1.4
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
be2593f761
package/x11r7/xapp_xstdcmap: bump version to 1.0.4
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
7f64039a6c
package/x11r7/xapp_xrdb: bump version to 1.2.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
b922c5071e
package/x11r7/xapp_xprop: bump version to 1.2.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
a7340438ee
package/x11r7/xapp_xmore: bump version to 1.0.3
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
37d960bb6f
package/x11r7/xapp_xmodmap: bump version to 1.0.10
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
237eec6ad4
package/x11r7/xapp_xlsatoms: bump version to 1.1.3
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
811e2b0fc3
package/x11r7/xapp_xlogo: bump version to 1.0.5
...
Added all hashes provided by upstream and license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00
Bernd Kuhls
fbbadf0e16
package/x11r7/xapp_xinit: bump version to 1.4.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-03-15 21:33:09 +01:00