Bernd Kuhls
709fabe51f
package/nasm: bump version to 2.15.05
...
Fixes:
http://autobuild.buildroot.net/results/19e/19ee2bdd4c8d14cc1554092594b3721117ca1005/
http://autobuild.buildroot.net/results/72e/72e4089dafacd245e781214b72baeb81a1e3d3d7/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:39:21 +02:00
James Hilliard
9cef962251
package/gensio: bump to version 2.1.5
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:39:17 +02:00
James Hilliard
80aebd343e
package/ser2net: bump to version 4.2.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:39:10 +02:00
Fabrice Fontaine
92f89a45a8
package/memtester: bump to version 4.5.0
...
Drop patches (already in version)
http://pyropus.ca/software/memtester/CHANGELOG
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:39:06 +02:00
Giulio Benetti
03b48dd220
package/libnss: bump version to 3.57
...
Bump version to 3.57. Unfortunately local patch is still pending
upstream and not applied due to Covid-19 latency:
https://bugzilla.mozilla.org/show_bug.cgi?id=1642174
This version requires NSPR 4.29.
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:38:51 +02:00
Giulio Benetti
b931a688bc
package/libnspr: bump version to 4.29
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:38:47 +02:00
Bernd Kuhls
1f65c5699a
package/libaacs: bump version to 0.11.0
...
Changelog:
https://code.videolan.org/videolan/libaacs/-/blob/master/ChangeLog
Added patch to fix build error.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:38:14 +02:00
Bernd Kuhls
7647c96a50
package/libvpx: bump version to 1.9.0
...
Changelog:
https://github.com/webmproject/libvpx/blob/master/CHANGELOG
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:38:01 +02:00
Francois Perrad
891828df1a
package/htop: bump to version 3.0.2
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:37:31 +02:00
Francois Perrad
2657782db5
package/enchant: bump to version 2.2.11
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:37:22 +02:00
Fabio Estevam
7ea9a4efa1
package/glmark2: bump to the latest version
...
Current version does not run on imx6 and fails like this:
Error: eglCreateWindowSurface failed with error: 0x3009
Error: eglCreateWindowSurface failed with error: 0x3009
Error: CanvasGeneric: Invalid EGL state
Error: main: Could not initialize canvas
Bumping to the latest version fixes this problem.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:36:16 +02:00
Francois Perrad
0b4c018eb8
package/libsecret: bump to version 0.20.3
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:36:01 +02:00
Peter Korsgaard
f79a420825
package/busybox/udhcpc.script: support RFC3442 static routes
...
RFC3442 specifies a DHCP extension to provide the client with a list of
static routes to use. This is already handled by udhcpc and exposed as the
"staticroutes" environment variable, but currently not handled by the action
script.
Extend the script to do so. The RFC specifies that if this option is
provided by the server then the normal "routes" (3) option should be
ignored, so ensure that is done.
As we may now have more than just a default route on the interface, extend
the route cleanup logic to handle all routes for the interface (except for
the implied local 0.0.0.0 one).
Notice that this option is only sent by servers if explicitly requested by
the client, E.G. using the -O staticroutes option to udhcpc.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:35:44 +02:00
Francois Perrad
a79240f0eb
package/xxhash: bump to version 0.8.0
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:34:29 +02:00
Francois Perrad
8981108fcf
package/opkg-utils: bump to version 0.4.3
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:34:24 +02:00
Yann E. MORIN
bb216e3d8a
package/sentry-native: fix double variable assignment
...
SENTRY_NATIVE_INSTALL_STAGING is assigned twice, causing check-package
issues:
package/sentry-native/sentry-native.mk:13: unconditional override of
variable SENTRY_NATIVE_INSTALL_STAGING
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/747319630
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-09-21 21:39:36 +02:00
Peter Seiderer
53d2cbba16
package/gst1-interpipe: change to meson build
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 16:09:34 +02:00
Peter Seiderer
37c03dc369
package/gst1-interpipe: bump version to 94dea52 (1.1.2)
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 16:09:07 +02:00
Fabrice Fontaine
c3a9923020
package/iwd: fix build with uclibc
...
This patch is needed to fix a build failure with iwd 1.9.0 and uclibc
Fixes:
- http://autobuild.buildroot.org/results/c7a0096a269bfc52bd8e23d453d36d5bfb61441d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 16:08:09 +02:00
Fabrice Fontaine
50688b9b10
package/gqview: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/ab19e23cae603b2aa6e696e4937d106883e78b76
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 16:06:38 +02:00
Peter Seiderer
ad9a5eed8f
package/rpi-userland: bump version to f73fca0
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:51:28 +02:00
Peter Seiderer
9520640346
package/rpi-firmware: bump version to baec4d2
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:51:20 +02:00
Marcin Niestroj
42f8de9402
configs/raspberrypi*: bump kernel version to 9a1dd17 (5.4.61)
...
Now based on 5.4.61 (from 5.4.51)
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:51:13 +02:00
Thomas Petazzoni
4b9c9c7487
configs/imx8mqevk_defconfig: add missing kernel headers version setting
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:50:16 +02:00
Fabio Estevam
d72ccb9479
configs/imx8mqevk_defconfig: new defconfig
...
Add support for imx8mqevk_defconfig that allows booting a mainline
kernel.
This defconfig still relies on NXP ATF and U-Boot, but in the long term
the plan is to switch to mainline ATF and U-Boot as well.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:49:24 +02:00
Bernd Kuhls
35161feeaa
package/ffmpeg: fix static build with wavpack support enabled
...
Fixes:
http://autobuild.buildroot.net/results/d2d/d2d73f3c7075ca6e9782b9bb591dae40ab56b6a2/
Please note that the wavpack error only occurs after fixing fontconfig.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:47:18 +02:00
Bernd Kuhls
3f986c8d88
package/fbterm: remove fontconfig fix
...
The previous patch added a fix for fontconfig.pc.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:47:12 +02:00
Bernd Kuhls
a5d70b2a03
package/fontconfig: add pthread as a dependency of a static lib
...
Fixes:
http://autobuild.buildroot.net/results/d2d/d2d73f3c7075ca6e9782b9bb591dae40ab56b6a2/
ffmpeg configure prints: "ERROR: fontconfig not found using pkg-config"
Please note that the ffmpeg build error was reproducible but with a
different error message in ffbuild/config.log:
sysroot/usr/lib/libfontconfig.a(fccache.o): in function `lock_cache':
fccache.c:(.text+0xcd8): undefined reference to `pthread_mutex_init'
arm-buildroot-linux-gnueabi/bin/ld: fccache.c:(.text+0xcf8):
undefined reference to `pthread_mutex_destroy'
arm-buildroot-linux-gnueabi/bin/ld: fccache.c:(.text+0xd00):
undefined reference to `pthread_mutex_lock'
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:47:03 +02:00
Fabrice Fontaine
649f4e8c77
package/dbus: drop unrecognized option
...
--with-xml option has been dropped seven years ago in version 1.7.4 and
46602768c5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:43:58 +02:00
Fabrice Fontaine
4c940931a2
package/matio: bump to version 1.5.18
...
- Drop all patches (already in version)
- Update hash of COPYING (update in year:
4638154d73 )
https://github.com/tbeu/matio/releases/tag/v1.5.18
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:43:15 +02:00
Fabrice Fontaine
af388e4dda
package/w_scan: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/5640442cb4ba06bcbcf31540a64f5665862d39f7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:41:44 +02:00
Fabrice Fontaine
ed81530567
package/python-protobuf: remove wheel dependency
...
Remove unneeded wheel dependency which has been added in version 3.13.0
Fixes:
- http://autobuild.buildroot.org/results/371c686a10d6870933011b46d36b1879d29046b9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:37:51 +02:00
Fabrice Fontaine
3485b707b7
package/mpv: bump to version 0.32.0
...
- Use github helper
- Drop first patch (not needed since version 0.30.0 and
9fd90c549c )
- vapoursynth-lazy has been dropped since version 0.30.0 and
fb8d240c4d
- mali-fbdev has been dropped since version 0.30.0 and
83d7123dc3
- libdvread has been dropped since version 0.30.0 and
6229404985
- libv4l2 has been dropped since version 0.30. and
b30e85508a
- Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:36:47 +02:00
Fabrice Fontaine
483114fda6
package/nginx: add stream ssl preread module
...
stream ssl preread is available since version 1.11.5 and
5a7afb1b0d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:31:42 +02:00
Fabrice Fontaine
0cf6121d51
package/nginx: add random modules
...
http_upstream and stream_upstream random modules are available since
version 1.15.1 and
0c4ccbea23
and are enabled by default, add two options to be able to disable them
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:31:41 +02:00
Fabrice Fontaine
456aa0fb7e
package/nginx: add stream realip option
...
stream realip is available since version 1.11.4 and
fe2774a9d6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:31:40 +02:00
Fabrice Fontaine
ce0e86b293
package/cifs-utils: security bump to version 6.11
...
Fix CVE-2020-14342: It was found that cifs-utils' mount.cifs was
invoking a shell when requesting the Samba password, which could be used
to inject arbitrary commands. An attacker able to invoke mount.cifs with
special permission, such as via sudo rules, could use this flaw to
escalate their privileges.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:06:04 +02:00
Bernd Kuhls
e56f54220e
package/samba4: security bump version to 4.11.13
...
Version 4.11.11 fixed
o CVE-2020-10730: NULL pointer de-reference and use-after-free in Samba AD DC
LDAP Server with ASQ, VLV and paged_results.
o CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume
excessive CPU
o CVE-2020-10760: LDAP Use-after-free in Samba AD DC Global Catalog with
paged_results and VLV.
o CVE-2020-14303: Empty UDP packet DoS in Samba AD DC nbtd.
Version 4.11.12 was a bugfix-only release.
Version 4.11.13 fixes CVE-2020-1472.
Release notes:
https://www.samba.org/samba/history/samba-4.11.11.html
https://www.samba.org/samba/history/samba-4.11.12.html
https://www.samba.org/samba/security/CVE-2020-1472.html
Rebased patches 0001 & 0002.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:06:02 +02:00
Bernd Kuhls
4ceefab178
package/tor: bump version to 0.4.4.5
...
Release notes: https://blog.torproject.org/node/1921
Rebased patch.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:06:01 +02:00
Bernd Kuhls
3b068b5509
package/znc: bump version to 1.8.2
...
Changelog: https://wiki.znc.in/ChangeLog/1.8.2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:06:00 +02:00
Bernd Kuhls
97dcf21fb6
package/tvheadend: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:05:59 +02:00
Bernd Kuhls
c9d55310e3
package/clamav: bump version to 0.103.0
...
Release notes:
https://lists.clamav.net/pipermail/clamav-announce/2020/000050.html
Rebased patch 0002.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:05:58 +02:00
Bernd Kuhls
4fecbce953
package/php: bump version to 7.4.10
...
Changelog: https://www.php.net/ChangeLog-7.php#7.4.10
Rebased patches 0002 & 0003.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:05:57 +02:00
Bernd Kuhls
44ec066067
package/{mesa3d, mesa3d-headers}: bump version to 20.1.8
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:05:56 +02:00
Bernd Kuhls
82b2b6d4e6
package/kodi-screensaver-pingpong: bump version to 2.1.3-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:51 +02:00
Bernd Kuhls
ec9f2ad752
package/kodi-visualisation-starburst: bump version to 2.0.3-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:50 +02:00
Bernd Kuhls
a9381eda28
package/kodi-visualisation-fishbmc: bump version to 5.1.3-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:49 +02:00
Bernd Kuhls
dd4576b369
package/kodi-screensaver-asteroids: bump version to 2.3.3-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:47 +02:00
Bernd Kuhls
895126c60f
package/kodi-visualisation-waveform: bump version to 3.1.2-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:46 +02:00
Bernd Kuhls
c211570904
package/kodi-visualisation-shadertoy: bump version to 1.2.4-Leia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 15:01:45 +02:00