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
Bernd Kuhls
a3bb09a616
package/kodi-visualisation-goom: bump version to 2.2.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:44 +02:00
Bernd Kuhls
ba9660a725
package/kodi-vfs-rar: bump version to 2.3.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:43 +02:00
Bernd Kuhls
4f0c90d66f
package/kodi-screensaver-greynetic: bump version to 2.2.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:42 +02:00
Bernd Kuhls
d3986a63f3
package/kodi-screensaver-cpblobs: bump version to 3.0.5-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:41 +02:00
Bernd Kuhls
b989a19e27
package/kodi-screensaver-asterwave: bump version to 3.0.5-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:40 +02:00
James Hilliard
c42f8e6a11
package/python-brotli: bump to version 1.0.9
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 14:35:52 +02:00
James Hilliard
4d024ca2d3
package/python-aioconsole: bump to version 0.3.0
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 14:35:46 +02:00
James Hilliard
32c6aad14c
package/meson: bump to version 0.55.3
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-20 14:35:41 +02:00
Andy Shevchenko
8ba52666dc
package/acpica: bump version to 20200717
...
Fixes:
https://github.com/acpica/acpica/issues/630
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:23:43 +02:00
Fabrice Fontaine
9a0b2d3738
package/ympd: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/ea4b96ba8d4a398515ed349e8304a656b684f718
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:22:59 +02:00
Fabrice Fontaine
7018cacaf8
package/ympd: renumber patch
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:22:49 +02:00
Jörg Krause
559d41ddfb
package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.55
...
Add a config option to explicitly enable the hid2hci tool, which is not
build by default anymore.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:22:17 +02:00
Joseph Kogut
ffd603ae7e
package/sentry-native: new package
...
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com >
Tested-by: Titouan Christophe <titouan.christophe@railnova.eu >
Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:14:09 +02:00
Dagg Stompler
b70114eecd
package/meson-tools: fix build with older gcc versions
...
The meson-tools code uses C99 constructs without passing -std=c99,
which causes the build to fail with old gcc versions. Since there are
very few instances of C99 constructs, we simply patch them out.
Fixes:
- http://autobuild.buildroot.net/results/602d474a12cf2400e4f38ffad903758d7fd9f2f5
- http://autobuild.buildroot.net/results/65cfe582ce60fcff18afd008c3d469471ffb0e49
Signed-off-by: Dagg Stompler <daggs@gmx.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 23:03:04 +02:00
Joseph Kogut
28c28ba303
package/sentry-cli: new package
...
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com >
Tested-by: Titouan Christophe <titouan.christophe@railnova.eu >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-19 22:36:18 +02:00