Marcin Niestroj
86834b0d9c
package/netdata: bump to 1.21.1
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 23:04:17 +02:00
Marcin Niestroj
d1563a5b10
package/python-packaging: new package
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Reviewed-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 23:01:04 +02:00
Marcin Niestroj
03787685ea
package/python-ansicolors: new package
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Reviewed-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 22:59:29 +02:00
Jugurtha BELKALEM
f9f551a9d0
package/iptraf-ng: add dependency on Linux headers >= 3.14
...
iptraf-ng uses a number of definitions (like PACKET_KERNEL and
PACKET_USERSPACE) provided by the Linux kernel headers, which were
introduced in Linux 3.14 [1], so we need to add a dependency on
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14.
[1] https://elixir.bootlin.com/linux/v3.14-rc1/source/include/uapi/linux/if_packet.h
Fixes:
http://autobuild.buildroot.net/results/480b00b4b264cfe1da533c762595d21b72fa8211/
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 22:25:30 +02:00
Heiko Thiery
c210fe93f8
package/netopeer2: bump version to 1.1.39
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 22:24:53 +02:00
Heiko Thiery
9bce0009c0
package/sysrepo: bump version to 1.4.70
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 21:30:21 +02:00
Heiko Thiery
939b4ac792
package/libyang: bump version to 1.0.184
...
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-27 21:30:15 +02:00
Bernd Kuhls
01af465ea1
package/kodi-visualisation-goom: bump version to 2.2.2-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-26 23:24:38 +02:00
Sergio Prado
b9f31a32ec
package/mutt: bump version to 1.14.6
...
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-26 23:23:48 +02:00
Sergio Prado
54f1cf2cff
package/nano: bump version to 5.2
...
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-26 23:23:44 +02:00
Sergio Prado
090a748aae
package/nasm: bump version to 2.15.04
...
Also separate the fields in the hash file by two spaces.
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-26 23:23:41 +02:00
Vadim Kochan
26d82d006b
package/frr: new package
...
FRR is free software that implements and manages various IPv4 and IPv6
routing protocols. It runs on nearly all distributions of Linux and
BSD as well as Solaris and supports all modern CPU architectures.
FRR currently supports the following protocols:
BGP
OSPFv2
OSPFv3
RIPv1
RIPv2
RIPng
IS-IS
PIM-SM/MSDP
LDP
BFD
Babel
PBR
OpenFabric
VRRP
EIGRP (alpha)
NHRP (alpha)
Some not-needed features were disabled to minimize package
dependencies:
- POSIX capabilities
- RPKi
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
[Thomas:
- select bash instead of depending on it
- switch to version 7.4, since 7.3 was not building (it's using
TRUE/FALSE, which are not standard, and this was fixed in 7.4)
- use the github macro to define FRR_SITE
- use host-python3 instead of host-python]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-26 23:03:40 +02:00
Vadim Kochan
d97e54747c
package/libyang: enable LYD_PRIV option for frr package
...
This option is required by frr package, so enable it by default as there
is no size difference with or without this option enabled.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-25 23:02:07 +02:00
Jugurtha BELKALEM
a3cb9df7f5
package/iptraf-ng: bump to version 1.2.1
...
IPTraf-ng is a console-based network monitoring program for Linux that
displays information about IP traffic. It returns such information as:
- Current TCP connections
- UDP, ICMP, OSPF, and other types of IP packets
- Packet and byte counts on TCP connections
- IP, TCP, UDP, ICMP, non-IP, and other packet and byte counts
- TCP/UDP counts by ports
- Packet counts by packet sizes
- Packet and byte counts by IP address
- Interface activity
- Flag statuses on TCP packets
- LAN station statistics
V1.2.1 fixed multiple issues in V1.1.4 like :
- Introduce packet capturing abstraction: add recvmmsg(),
TPACKET_V2 and TPACKET_V3 to capture in multigigabit speeds.
- Handling mlock() failures and carry on execution (without
crashing iptraf-ng).
- Properly account non-IP packets.
- Show dropped packet count.
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-25 09:14:24 +02:00
Bernd Kuhls
5956b08878
package/collectd: add nut support
...
The NUT plugin has status "supported":
https://collectd.org/wiki/index.php/Plugin:NUT
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:55:59 +02:00
Bernd Kuhls
bb73b7250d
package/nut: install to staging
...
Needed for collectd plugin.
Added --with-dev to enable install of pkgconfig files:
https://github.com/networkupstools/nut/blob/master/lib/Makefile.am#L3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:54:54 +02:00
Bernd Kuhls
b5a1fe3d29
package/{mesa3d, mesa3d-headers}: bump version to 20.1.6
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:54:43 +02:00
Asaf Kahlon
e43a120393
package/python-sh: bump to version 1.13.1
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:42:31 +02:00
Jianhui Zhao
699d4d6242
package/libuhttpd: bump version to 3.2.0
...
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:41:44 +02:00
Petr Vorel
090bd36a96
package/iputils: bump version to 20200821
...
Remove patch from this version.
Remove USE_CRYPTO related config (configuration was removed in this
release).
tftpd is not built by default since this release, thus explicitly enable it.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-24 22:39:58 +02:00
Bernd Kuhls
042656980b
package/dovecot-pigeonhole: bump version to 0.5.11
...
Release notes:
https://dovecot.org/pipermail/dovecot-news/2020-August/000439.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 23:43:34 +02:00
Petr Vorel
409528c996
package/musl: bump to version 1.2.1
...
The license file has seen a few changes, but the overall license
remains MIT. Details of the changes:
--- output/build/musl-1.2.0/COPYRIGHT 2020-02-21 01:37:02.000000000 +0100
+++ output/build/musl-1.2.1/COPYRIGHT 2020-08-04 06:21:09.000000000 +0200
@@ -127,10 +127,13 @@
and labelled as such in comments in the individual source files. All
have been licensed under extremely permissive terms.
-The ARM memcpy code (src/string/arm/memcpy_el.S) is Copyright © 2008
+The ARM memcpy code (src/string/arm/memcpy.S) is Copyright © 2008
The Android Open Source Project and is licensed under a two-clause BSD
license. It was taken from Bionic libc, used on Android.
+The AArch64 memcpy and memset code (src/string/aarch64/*) are
+Copyright © 1999-2019, Arm Limited.
+
The implementation of DES for crypt (src/crypt/crypt_des.c) is
Copyright © 1994 David Burren. It is licensed under a BSD license.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 23:42:20 +02:00
Jugurtha BELKALEM
a01bf684ea
package/python-requests : bump to version 2.24.0
...
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 23:31:03 +02:00
Jugurtha BELKALEM
f737aaac1e
package/python-urllib3: bump to version 1.25.10
...
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 23:30:40 +02:00
Luca Ceresoli
cb13451d5c
package/snmppp: bump to version 3.4.2
...
The src/v3.cpp source file, used as a license file, has seen a few
modifications (hence the change of hash) but none of these changes are
related to licensing.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 23:29:31 +02:00
Thomas Claveirole
bc5f24c070
package/openlayers: bump to version 6.4.3
...
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 22:25:01 +02:00
Jugurtha BELKALEM
5d8211412c
package/python-netaddr: bump to version 0.8.0
...
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 22:24:35 +02:00
James Hilliard
64c2733088
package/ser2net: bump to version 4.2.1
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 16:46:05 +02:00
James Hilliard
e63410165c
package/gensio: bump to version 2.1.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-18 16:45:59 +02:00
James Hilliard
51a8edc99c
package/exfatprogs: bump to version 1.0.4
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 15:12:28 +02:00
Asaf Kahlon
838c85c512
package/python-pyzmq: bump to version 19.0.2
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:41:04 +02:00
Asaf Kahlon
610aab652e
package/python-more-itertools: bump to version 8.4.0
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:41:00 +02:00
Asaf Kahlon
fb923b42b2
package/python-cffi: bump to version 1.14.2
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:19:47 +02:00
Asaf Kahlon
4e27d83dec
package/python{3}-psutil: bump to version 5.7.2
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:19:42 +02:00
James Hilliard
49493d4cae
package/meson: bump to version 0.55.1
...
Drop fix rpath match pattern patch which is now upstream.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:19:36 +02:00
Thomas Petazzoni
a57e123b83
package/gdb: drop support for gdb 8.1
...
Now that gdb 9.2 has been introduced, and gdb 8.3 is the default gdb
version, we can drop the oldest gdb version, 8.1.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:04:46 +02:00
Thomas Petazzoni
259c9a488a
package/gdb: switch to gdb 8.3 as the default
...
Now that we have added support for gdb 9.2, let's switch to gdb 8.3 as
the default.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:04:46 +02:00
Maxim Kochetkov
5377f8de7a
package/gdb: bump to version 9.2
...
The in-tree build restriction has been added after the move of gnulib
to top level [1] [2]. This restriction has been added as a workaround
a build issue with gdbserver that still uses its own copy of gnulib.
gnulib is configured a second time if we build in-tree gdb and gdbserver:
configure: error: source directory already configured; run "make distclean" there first
configure: error: .././../../gnulib/configure failed for build-gnulib-gdbserver
configure: error: ./configure failed for gdbserver
Use the same pre-configure-hook as gcc package.
Older gdb version support building out of tree even if it's not
required.
There is no in-tree build restriction of we only build gdbserver for
the target.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=73cc72729a184f00bf6fc4d74684a8516ba6b683
[2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=043a0010933a6b55081535ecaf7fde9cc1491be0
See:
https://sourceware.org/pipermail/gdb-announce/2020/000122.html
https://sourceware.org/pipermail/gdb-announce/2020/000123.html
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru >
[Romain:
- add in-tree build support
- improve commit log]
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-17 12:04:46 +02:00
Paul Cercueil
11654b1e9e
system: set default PATH according to BR2_ROOTFS_MERGED_USR
...
Use "/usr/bin:/usr/sbin" as the default path if BR2_ROOTFS_MERGED_USR
is enabled, otherwise use "/bin:/sbin:/usr/bin:/usr/sbin".
Signed-off-by: Paul Cercueil <paul@crapouillou.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-08-17 00:15:05 +02:00
Jugurtha BELKALEM
7653028af0
package/{rust,rust-bin}: bump to 1.45.2
...
- APPENDIX (entitled : how to apply the Apache License to your work)
has been removed from the end of LICENSE-APACHE.
- Bug fixes and API enhancement, a detailed list is available at :
https://github.com/rust-lang/rust/blob/master/RELEASES.md
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 23:48:30 +02:00
Thomas Petazzoni
0e74229fec
DEVELOPERS: add Michael Nosthoff for the re2 package
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 23:48:20 +02:00
Thomas Petazzoni
679a1ba24b
support/testing/tests/toolchain/test_external: support non-ELF toolchains
...
The TestExternalToolchain() base class implement a test checking if
the ELF interpreter that is advertised by Busybox really exists in the
rootfs. Of course, this only makes sense with ELF toolchains. Until
now, only ELF toolchains were tested, but we are going to use
TestExternalToolchain() with non-ELF toolchains as well, so let's make
this conditional.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
[yann.morin.1998@free.fr: strip() lines during readlines()]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-08-16 23:43:48 +02:00
Michael Nosthoff
4741968d8b
package/grpc: bump version to 1.31.0
...
Related changes:
- add dependency on Google RE2 package
- update patches to new offsets
Tested on Ubuntu 20.04
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 23:30:57 +02:00
Michael Nosthoff
4410ed7a1f
package/re2: new package
...
RE2 is a fast, safe, thread-friendly alternative to backtracking
regular expression engines like those used in PCRE, Perl, and
Python. It is a C++ library.
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 23:30:34 +02:00
Jugurtha BELKALEM
52f188140c
package/qemu: bump to version 5.1.0
...
Release 5.1.0 brought new changes like :
- New architecture support for AVR CPUs
- New ARMv8.2 TTS2UXN architecture feature support
- Parameter 'mem' of the '-numa' option is not supported anymore.
See:
https://wiki.qemu.org/ChangeLog/5.1
https://www.qemu.org/2020/08/11/qemu-5-1-0/
Build results available at : https://gitlab.com/jugurthaB/buildroot/-/pipelines/177823315 .
Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 23:14:56 +02:00
Avi Shukron
a30cf5c135
package/libbacktrace: new package
...
A C library that may be linked into a C/C++ program to produce
symbolic backtraces.
Signed-off-by: Avi Shukron <avraham.shukron@gmail.com >
Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 22:50:43 +02:00
Suniel Mahesh
8cd652c26e
configs/rock_pi_n8: new defconfig
...
Add initial support for RK3288 SOM based radxa rockpi-n8
target with below features:
- Custom U-Boot 2020.07-rc4
https://github.com/amarula/u-boot-amarula.git
commit: "ba120841bf40ebaed049d64bb4f980083a1cf6b7"
- Custom Linux 5.7.0-rc1
https://github.com/amarula/linux-amarula.git
commit: "5dcb0132685b07beb82065c5d7521e6c555c55b6"
- GPT partition layout is being used
- Default packages from buildroot
Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 22:40:59 +02:00
Peter Seiderer
0d752c7947
package/uredir: new package
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 22:24:49 +02:00
Peter Seiderer
5a7bc8decd
package/libuev: new package
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 22:21:11 +02:00
Peter Seiderer
6121dc01d8
package/redir: new package
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-08-16 22:13:54 +02:00