Yegor Yefremov
feb5d69f6a
python-cssselect: bump to version 1.0.3
...
Add licence checksum.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:12:06 +01:00
Fabio Estevam
a72ccbf40e
configs/mx6udoo: Bump kernel and U-Boot versions
...
Bump U-Boot to 2018.01 and kernel to 4.14.13 version.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:12:01 +01:00
Jörg Krause
34a075bdd2
swupdate: add upstream patch to fix musl build issue
...
Add upstream patch to fix build issue with the musl C library, as musl
does not provide the GNU extension `strndupa()` breaking the build with
an undefined reference:
```
ipc/lib.a(network_ipc.o): In function `ipc_postupdate':
network_ipc.c:(.text.ipc_postupdate+0x39): undefined reference to `strndupa'
```
The upstream patch provides a compatibility header file adding a definition
of `strndupa` if it is not already defined.
Backported from:
9867a9d6a2
Fixes:
http://autobuild.buildroot.net/results/f674219225d0b67d0bc78fd10b47a865250746f4/
http://autobuild.buildroot.net/results/d2b0cfcfec583d203af1b26152f14ded3ebd3eee/
http://autobuild.buildroot.net/results/1d0cbd1eb9b1b70bd9f4d1c4fae431baee9d105c/
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:11:48 +01:00
Yegor Yefremov
d2e29fccdf
scanpypi: get rid of commented lines and also strip the package strings
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:11:09 +01:00
Ed Blake
5a9a95d0eb
rpcbind: Backport fixes to memory leak security fix
...
Commit 954509f added a security fix for CVE-2017-8779, involving
pairing all svc_getargs() calls with svc_freeargs() to avoid a memory
leak. However it also introduced a couple of issues:
- The call to svc_freeargs() from rpcbproc_callit_com() may result in
an attempt to free static memory, resulting in undefined behaviour.
- A typo in the svc_freeargs() call from pmapproc_dump() causes NIS
(aka ypbind) to fail.
Backport upstream fixes for these issues to version 0.2.3.
Signed-off-by: Ed Blake <ed.blake@sondrel.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:08:39 +01:00
Alistair Francis
7d5796062f
package/xen: Bump to latest 4.10.0 release
...
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 22:02:30 +01:00
Peter Korsgaard
c01b762ab7
wireguard: bump version to 0.0.20180118
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 21:57:55 +01:00
Carlos Santos
a483c9168e
util-linux: add ISC licence, used by rfkill
...
Pull a patch from upstream that adds Documentation/licenses/COPYING.ISC
instead of distributing the whole rfkill.c file.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 17:52:28 +01:00
Thomas Petazzoni
7ef807aba7
cups-filters: needs at least gcc 4.8 for C++11 features
...
With gcc 4.7, it fails to build with:
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features by default... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++11... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++11... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++11... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -std=c++0x... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with +std=c++0x... no
checking whether /home/buildroot/build/instance-0/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ supports C++11 features with -h std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.
Fixes:
http://autobuild.buildroot.net/results/788c1a4bbc8ec90b5cdd94c107c784df21869f6c/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 12:07:38 +01:00
Thomas Petazzoni
c38853d708
open-lldp: add patch to remove -Werror
...
-Werror causes a number of build failures with recent versions of gcc
that have additional warnings (turned into error due to -Werror). So
let's remove -Werror.
Fixes:
http://autobuild.buildroot.net/results/a06feb8616b98d4931145ea5079650e06bd1a61d/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-18 09:48:07 +01:00
Yegor Yefremov
08ccfb65c6
python-crossbar: bump to version 17.6.1.post3
...
Update dependencies and add licence checksum.
As BR now has the latest setuptools version, remove now obsolete
comment.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 23:41:32 +01:00
Yegor Yefremov
71e1f38b85
python-see: new package
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 23:37:56 +01:00
Einar Jon Gunnarsson
b0e2d00289
iputils: fix ping and traceroute6 executable permissions
...
The iputils executables are installed without the setuid bit set,
which prevents some programs from working.
This patch adds a permission table to fix the permissions of the ping
and traceroute6 executables.
Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 23:22:52 +01:00
Thomas Petazzoni
ece9385523
toolchain/toolchain-external: libatomic should also be copied for musl toolchains
...
libatomic, like libgcc_s, is provided by gcc, so there is no reason to
copy it over only for the glibc and uclibc cases, it should also be
copied for the musl case. Without this, a program linked with
libatomic on a musl system will fail to run due to the missing
library.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:37:59 +01:00
Francois Perrad
fe02162326
perl-gd: bump to version 2.67
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:35 +01:00
Francois Perrad
97a3aec2fc
perl-io-socket-ssl: bump to version 2.052
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:34 +01:00
Francois Perrad
cc599be83b
perl-mailtools: bump to version 2.19
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:32 +01:00
Francois Perrad
5b152e31e6
perl-http-message: bump to version 6.14
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:31 +01:00
Francois Perrad
d789a1948d
perl-libwww-perl: bump to version 6.31
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:30 +01:00
Francois Perrad
90cac11c47
perl-json-tiny: bump to version 0.58
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:29 +01:00
Francois Perrad
0f019d3bd4
perl-mojolicious: bump to version 7.61
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:28 +01:00
Francois Perrad
d7c53551a7
perl-net-ssleay: bump to version 1.84
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:27 +01:00
Francois Perrad
b22a79ad9d
perl-time-hires: bump to version 1.9753
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:25 +01:00
Francois Perrad
ecf5ae9fdc
perl-net-dns: bump to version 1.14
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:24 +01:00
Francois Perrad
0474b9da70
perl-net-http: bump to version 6.17
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:23 +01:00
Francois Perrad
3d15b368ad
perl-try-tiny: bump to version 0.30
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:22 +01:00
Francois Perrad
15624dac95
perl-uri: bump to version 1.73
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:21 +01:00
Francois Perrad
bf7cb2bc93
perl-xml-libxml: bump to version 2.0132
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:36:19 +01:00
Johan Oudinet
9764e28af0
erlang-p1-yaml: Bump to version 1.0.12
...
Adapt the patch that removes rebar dependencies to version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:56 +01:00
Johan Oudinet
5bfd57a96d
erlang-p1-sip: Bump to version 1.0.17
...
Adapt the patch that removes rebar dependencies to version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:56 +01:00
Johan Oudinet
2e9159e17c
erlang-p1-stun: Bump to version 1.0.16
...
Adapt the patch that removes rebar dependencies to version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:56 +01:00
Johan Oudinet
eb3f30f980
erlang-p1-tls: Bump to version 1.0.17
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:56 +01:00
Johan Oudinet
02e6bec0ff
erlang-p1-oauth2: Bump to version 0.6.2
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:56 +01:00
Johan Oudinet
30bb874757
erlang-p1-iconv: Bump to version 1.0.6
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:55 +01:00
Johan Oudinet
164323feca
erlang-p1-cache-tab: Bump to version 1.0.12
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:55 +01:00
Johan Oudinet
ab278a3a71
erlang-p1-xmpp: Bump to version 1.1.16
...
This packages now depends also on erlang-p1-utils.
Adapt the patch that removes rebar dependencies to version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:32:55 +01:00
Johan Oudinet
2e0b410c87
erlang-stringprep: Bump to version 1.0.10
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:27:53 +01:00
Johan Oudinet
b8678413c7
erlang-p1-xml: Bump to version 1.1.25
...
Also adjust the patch that removes rebar dependencies to reflect
version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:27:52 +01:00
Johan Oudinet
64ca155527
erlang-p1-zlib: Bump to version 1.0.3
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:27:50 +01:00
Johan Oudinet
d8aeb731ab
erlang-p1-utils: Bump to version 1.0.10
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:27:49 +01:00
Johan Oudinet
375051f402
erlang-lager: Bump to version 3.4.2
...
Change repository from basho to erlang-lager.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:27:48 +01:00
Fabio Estevam
f8fc447c20
linux-headers: bump 4.{4, 9, 14}.x series
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:26:59 +01:00
Fabio Estevam
28d759d4e3
linux: bump default to version 4.14.14
...
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:26:52 +01:00
Marcus Folkesson
ab49136169
selinux-python: add patch to make the build process more standard
...
Patch the Makefiles to make PREFIX and DESTDIR follow standard
semantics to get rid of DESTDIR during compile time in
selinux-python.mk.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:24:22 +01:00
James Knight
c463407df5
package/libpqxx: update dependencies
...
As of v6.x, libpqxx takes advantage of thread support for transaction
sleeps (adding BR2_TOOLCHAIN_HAS_THREADS).
Re-order dependencies for:
- Key feature (postgresql)
- Architectures dependencies
- Remaining dependencies
Fixes:
http://autobuild.buildroot.net/results/e1d6f62edfc5eae90953f0a93fdb30d713409c37/
Signed-off-by: James Knight <james.knight@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:14:25 +01:00
Fabrice Fontaine
276d40c600
domoticz: depends on exception_ptr
...
boost 1.66 uses std::exception_ptr in boost/asio/impl/use_future.hpp
So add a dependency on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for domoticz
Fixes:
-
http://autobuild.buildroot.net/results/332f677493bf1d802f3700777219843eeba53c81
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 22:11:41 +01:00
Marcus Folkesson
b0536b4429
DEVELOPERS: add myself to SELinux related packages
...
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 14:08:17 +01:00
Yegor Yefremov
c903d0c073
poco: bump to version 1.8.1
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 14:07:57 +01:00
Peter Korsgaard
d72a2b9247
bind: security bump to version 9.11.2-P1
...
Fixes the following security issue:
CVE-2017-3145: Improper sequencing during cleanup can lead to a
use-after-free error, triggering an assertion failure and crash in
named.
For more details, see the advisory:
https://lists.isc.org/pipermail/bind-announce/2018-January/001072.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 14:07:41 +01:00
Eric Le Bihan
76b4115793
skalibs: bump version to 2.6.3.1
...
Fixes:
http://autobuild.buildroot.net/results/59f3b6d5fe3e9b561adbafc08eeb1a23f7100278/
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2018-01-17 14:07:03 +01:00