Peter Korsgaard
f24c87283d
gdb: bump 7.12 series to 7.12.1
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 23:07:42 +01:00
Peter Korsgaard
ba8338060b
gdb: unbreak 7.12 target gdb/gdbserver build without C++ support
...
gdb 7.12+ by default builds with a C++ compiler, which naturally doesn't
work when we don't have C++ support in the toolchain.
Fix it by passing --disable-build-with-cxx for such setups.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 23:07:39 +01:00
Peter Korsgaard
5c9db62171
go: security bump to version 1.7.4
...
On Darwin, user's trust preferences for root certificates were not honored.
If the user had a root certificate loaded in their Keychain that was
explicitly not trusted, a Go program would still verify a connection using
that root certificate. This is addressed by https://golang.org/cl/33721 ,
tracked in https://golang.org/issue/18141 . Thanks to Xy Ziemba for
identifying and reporting this issue.
The net/http package's Request.ParseMultipartForm method starts writing to
temporary files once the request body size surpasses the given "maxMemory"
limit. It was possible for an attacker to generate a multipart request
crafted such that the server ran out of file descriptors. This is addressed
by https://golang.org/cl/30410 , tracked in https://golang.org/issue/17965 .
Thanks to Simon Rawet for the report.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 23:01:27 +01:00
Peter Seiderer
5e2f55d41f
rpi-userland: bump version
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:59:50 +01:00
Peter Seiderer
14b8ad175d
rpi-firmware: bump version
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:59:08 +01:00
Peter Seiderer
55af371b4c
raspberrypi3_defconfig: bump kernel version to 4.4.43
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:58:54 +01:00
Peter Seiderer
79899f7b99
raspberrypi2_defconfig: bump kernel version to 4.4.43
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:58:51 +01:00
Peter Seiderer
0af4e0d4ff
raspberrypi_defconfig: bump kernel version to 4.4.43
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:58:46 +01:00
Peter Seiderer
748acf3969
raspberrypi0_defconfig: bump kernel version to 4.4.43
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:58:25 +01:00
Frank Hunleth
06013d690b
mariadb: explicitly disable dtrace detection
...
By default, mariadb's cmake script tries to detect dtrace support. On
hosts that have dtrace installed, this incorrectly enables dtrace and
causes compile errors.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:57:37 +01:00
Bernd Kuhls
69889fc7b0
package/x264: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:55:51 +01:00
Peter Seiderer
aecb95fe36
qt5quickcontrols2: install examples
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 22:55:19 +01:00
Vicente Olivert Riera
34be501214
php: bump version to 7.1.1
...
0006-Fix-php-fpm.service.in.patch already included:
bb19125781
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 20:43:56 +01:00
Vicente Olivert Riera
c933ff93ed
libinput: bump version to 1.6.0
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 20:43:15 +01:00
Vicente Olivert Riera
ad736e199c
imagemagick: bump version to 7.0.4-5
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 14:03:33 +01:00
Francois Perrad
deebd39aa4
perl: bump to version 5.24.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-23 14:03:15 +01:00
Bartosz Golaszewski
350a7b812d
DEVELOPERS: add Bartosz Golaszewski as developer of package/libgpiod
...
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-23 21:26:57 +13:00
Bartosz Golaszewski
f3940282c0
libgpiod: new package
...
Add a package containing a C library and a set of command-line tools
for controlling GPIOs from user space using the new character device
interface on linux.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com >
[Thomas:
- add comment about autoreconf=yes (suggested by Romain Naour)
- add more conventional syntax for the --{enable,disable}-tools usage
(suggested by Romain Naour)
- add patch to fix musl build.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-23 21:22:35 +13:00
Peter Korsgaard
d6706dc430
runc: security bump to fix CVE-2016-9962
...
RunC allowed additional container processes via runc exec to be ptraced by
the pid 1 of the container. This allows the main processes of the
container, if running as root, to gain access to file-descriptors of these
new processes during the initialization and can lead to container escapes or
modification of runC state before the process is fully placed inside the
container.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-23 19:07:48 +11:00
Peter Korsgaard
157ddf77e4
docker-engine: security bump to version 1.12.6
...
Fixes runC privilege escalation (CVE-2016-9962).
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-23 19:07:35 +11:00
Peter Korsgaard
5b1fc3451c
nodejs: unbreak 0.10.x host build
...
Fixes:
http://autobuild.buildroot.net/results/833/8334631b54fdfd43d38ca00f42e4d5a98e3a70c4/
http://autobuild.buildroot.net/results/9c0/9c08e0b745fab671123facb4a46f60eec5afd718/
Commit 24d90db52a (package/nodejs: disable icu support for host build)
added --with-intl=none to host configure flags to fix an issue related to
icu. The 0.10.x version unfortunately doesn't understand this configure
flag and errors out when provided, breaking the build:
configure: error: no such option: --with-intl
The 0.10.x version doesn't seem to have this icu issue (E.G. no autobuilder
issues before this commit and unable to reproduce locally), so fix it by
only passing --with-intl=none for the 6.9.x version.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-23 19:07:04 +11:00
Jörg Krause
5fa89d2ca8
package/wavemon: bump to version 0.8.1
...
No need to fetch the musl patch from upstream anymore.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-22 23:35:41 +01:00
Jörg Krause
dbc108d672
package/wavpack: bump to version 5.1.0
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-22 23:35:15 +01:00
Bernd Kuhls
96ed86aefb
package/tvheadend: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-22 23:34:53 +01:00
Bernd Kuhls
d88e4d3559
package/x265: bump version to 2.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-22 23:33:42 +01:00
Bernd Kuhls
4bae469b0d
package/x264: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-22 23:33:21 +01:00
Carlos Santos
961f13eedf
util-linux: fix ncurses/wchar handling (again)
...
Since commit 006a328ad6 ("util-linux: fix
build with ncurses"), we have a build failure that occurs with musl and
uClibc-ng toolchains when wide-char support is not enabled in ncurses.
The problem occurs because util-linux #defines its own wchar_t (as char)
when configured without widechar support. It was fixed upstream, so pull
the corresponding patch from the util-linux git repository.
Fixes:
http://autobuild.buildroot.net/results/3a2f228e0fa7b5cc28a13d49f48f1a6aef8d9d7a
http://autobuild.buildroot.net/results/99e96069f652d511c6212a5bb6be29e68fb1747c
http://autobuild.buildroot.net/results/2dc5721aef93b7b410153bafad78248fac3db941
http://autobuild.buildroot.net/results/8a9e197ba7a292b18f8c0c36dca974685556a38a
Signed-off-by: Carlos Santos <casantos@datacom.ind.br >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-22 17:53:24 +11:00
Carlos Santos
051fde24e4
Revert "util-linux: fix ncurses/wchar handling"
...
This reverts commit 5a18eabdf0 .
It did not take into account all the possible situations. A different fix
will be provided in a forthcomming patch.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-22 17:53:19 +11:00
Peter Korsgaard
f00a528ce6
opus: security bump to 1.1.4
...
Fixes CVE-2017-0381: A remote code execution vulnerability in
silk/NLSF_stabilize.c in libopus in Mediaserver could enable an attacker
using a specially crafted file to cause memory corruption during media file
and data processing.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-22 17:52:28 +11:00
Jörg Krause
5af5eaec9a
package/hplip: fix build by bumping to version 3.16.11
...
Adjust patch #2 to apply successfully.
Fixes:
http://autobuild.buildroot.net/results/bee/beea88e0848ccabcafe6b92c2a69074ed1114225/
http://autobuild.buildroot.net/results/4ba/4ba68d3e6764f395f3314c46c4d06b101c23479c/
http://autobuild.buildroot.net/results/345/3455044679a497fbee72378e59178724305720d9/
.. and many more.
The previous version 3.15.11 failed to build because of:
```
hpijs/hpcupsfax.cpp: In function 'int main(int, char**)':
prnt/hpijs/hpcupsfax.cpp:651:5: error: 'ppd_file_t' was not declared in
this scope
ppd_file_t *ppd;
^
```
`ppd_file_t` is defined in "cups/ppd.h" which was not included in 3.15.11, but
is in 3.16.11.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-22 17:51:36 +11:00
Bernd Kuhls
39a7be29b3
package/x11r7/xdriver_xf86-video-openchrome: needs DRI
...
Fixes
http://autobuild.buildroot.net/results/89c/89c9641553734495aa7844951dfd25fe0ec0d9f9/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-01-22 17:40:07 +11:00
Gustavo Zacarias
eb6bb34115
iperf3: bump to version 3.1.5
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:51 +01:00
Gustavo Zacarias
a8bb53d299
hdparm: bump to version 9.51
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:43 +01:00
Peter Korsgaard
a36a464bf1
linux: bump default to version 4.9.5
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:38 +01:00
Peter Korsgaard
510d6e3dee
linux-headers: bump 4.{4, 9}.x series
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:35 +01:00
Peter Korsgaard
9daafbcb75
xorg-server: not available with musl on ARM
...
Fixes #9606
xserver uses inb/outb on arm, which aren't available with musl.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:07 +01:00
Peter Korsgaard
86ee03421f
busybox: bump version to 1.26.2
...
And drop patches now upstream. Also enable internal glob() handling in ash,
as busybox now errors out if this isn't enabled when building for uClibc
because of bugs in the the glob(3) implementation in uClibc and musl since:
commit 3a4cdf45f928de0af09088bbbb96f60d9ac44e87
Author: Denys Vlasenko <vda.linux@googlemail.com >
Date: Wed Dec 21 04:13:23 2016 +0100
ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-21 13:55:00 +01:00
Wolfgang Grandegger
9efbfd9f53
qt5multimedia: install examples
...
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 21:23:17 +01:00
Carlos Santos
126162b915
poco: avoid build failures on multicore hosts
...
Parallel build still fails on heavilly multicore machines (e.g. -j25)
and hacks likecommit 32f4957b15 do not
seem to be effective.
Let's simply use MAKE1 for the build step, instead.
Fixes:
http://autobuild.buildroot.net/results/388/38834ad3013fe79e5e4f75997133f1bd827be6dc
Signed-off-by: Carlos Santos <casantos@datacom.ind.br >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 21:21:22 +01:00
Francois Perrad
9ad575fef5
perl-module-build: bump to version 0.4220
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:34:44 +01:00
Francois Perrad
9506e4f908
perl-net-http: bump to version 6.12
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:33:09 +01:00
Francois Perrad
6e4a41a803
perl-libwww-perl: bump to version 6.16
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:31:47 +01:00
Francois Perrad
171cd2c5cc
perl-xml-libxml: bump to version 2.0128
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:31:39 +01:00
Francois Perrad
e8b468d4af
perl-netaddr-ip: bump to version 4.079
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:31:28 +01:00
Francois Perrad
3e635642ee
perl-net-dns: bump to version 1.07
...
[Peter: keep existing homepage URL]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:31:08 +01:00
Francois Perrad
e77e384cdf
perl-mailtools: bump to version 2.18
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:30:15 +01:00
Francois Perrad
a227c78123
perl-mojolicious: bump to version 7.20
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:30:08 +01:00
Francois Perrad
94173ce470
perl-try-tiny: bump to version 0.28
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:29:49 +01:00
Francois Perrad
9bef8a30b4
perl-path-tiny: bump to version 0.100
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:28:04 +01:00
Francois Perrad
9b783aab98
perl-json-tiny: bump to version 0.56
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-20 20:27:55 +01:00