Peter Seiderer
f8a02bbad0
package/gst1-plugins-bad: bump version to 1.18.0
...
- change home page url to https
- remove 0001-meson-build-gir-even-when-cross-compiling-if-introspection.patch
(upstream [1])
- remove 002-meson-allow-the-user-to-disable-opencv.patch
(upstream [2])
- add option for new plugins dvbsubenc, rist, rtmp2, rtp, switchbin
and v4l2codecs
- removed yadif plugin (functionality moved to gst1-plugins-good
deinterlace [3])
- meson options: avtp=disabled, d3d11=disabled, mediafoundation=disabled,
microdns=disabled, svthevcenc=disabled, transcode=disabled, wasapi2=disabled
zxing=disabled, magicleap=disabled, extra-checks=disabled, doc=disabled
[1] 97a4d0cd7d .patch
[2] 833a65cc3c .patch
[3] c7095abd31 .patch
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:22:53 +02:00
Peter Seiderer
686321390a
package/gst1-plugins-good: bump version to 1.18.0
...
- change home page url to https
- disable new plugin rpicamsrc (compile failure with current buildroot)
- meson options: add gobject-cast-checks=disabled, glib-asserts=disabled,
glib-checks=disabled, asm=disabled (needs host-nasm), doc=disabled
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:21:18 +02:00
Peter Seiderer
41f0fff587
package/gst1-plugins-base: bump version to 1.18.0
...
- change home page url to https
- remove 0001-meson-static-linkig-of-tools-needs-gmodule_dep.patch
(upstream [1])
- remove 0002-meson-build-gir-even-when-cross-compiling-if-introspection.patch
(upstream [2])
- meson options: remove gtk_doc, add doc=disabled
- add option for new plugin gio-typefinder
[1] 51253830f3 .patch
[2] 30672ba7d1 .patch
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:20:41 +02:00
Peter Seiderer
f21ffbc65e
package/gstreamer1: bump version to 1.18.0
...
- change home page url to https
- remove 0001-meson-build-gir-even-when-cross-compiling-if-introspection.patch
(upstream [1])
- meson options: add extra-checks=disabled, gst_parse=true, doc=disabled
(and re-order tools and gobjec-cast-checks according to meson_options.txt order)
[1] 35db4a2433 .patch
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:20:23 +02:00
David GOUARIN
e78063379b
packages/rsyslog: add optional support for RELP
...
Signed-off-by: David GOUARIN <dgouarin@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:08:37 +02:00
David GOUARIN
356a521f2a
packages/librelp: new package
...
Reliable Logging Protocol library.
Signed-off-by: David GOUARIN <dgouarin@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 22:08:37 +02:00
Bernd Kuhls
14c29ea9d6
package/asterisk: bump version to 16.13.0
...
Release notes:
https://www.asterisk.org/asterisk-news/asterisk-16-13-0-now-available/
https://www.asterisk.org/asterisk-news/asterisk-16120-now-available/
https://www.asterisk.org/asterisk-news/asterisk-16110-now-available/
Updated license hash due to upstream commit:
9e7fc21086
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 21:10:17 +02:00
Bilal Wasim
42866f0c69
board/chromebook: move "mksd.sh" out of chromebook snow folder
...
The same script is going to be used by the Chromebook Elm to generate
a bootable SD / USB image. Therefore, move the script out of the snow
folder to one level above (board/chromebook/snow -> board/chromebook).
Update the chromebook_snow_defconfig to reflect the new location of
the script.
Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 20:51:36 +02:00
Matt Weber
f9b539bf40
package/gcc: transition PowerPC 32 to secureplt
...
PowerPC has two PLT models: BSS-PLT and Secure-PLT. BSS-PLT uses
runtime code generation to generate the PLT stubs. Secure-PLT was
introduced with GCC 4.1 and Binutils 2.17 (base has GCC 4.2.1 and
Binutils 2.17), and is a more secure PLT format, using a read-only
linkage table, with the dynamic linker populating a non-executable
index table.
References to other distro/BSD transitions:
https://patchwork.openembedded.org/patch/106621/
https://reviews.freebsd.org/D20598
Fixes a bug observed when creating SELinux policy where all apps
require execmem because the heap requires execute before this change.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 20:47:02 +02:00
Bernd Kuhls
182bd22ece
package/libvpx: vp9 encoder needs c++
...
Encoding rate control interface for v9 is implemented in c++:
745979bc29 (diff-58f26933c120328b31831a743eec5ba3R534)
Disable vp9 encoding when toolchain lacks c++.
Fixes:
http://autobuild.buildroot.net/results/983/9836215fe22f260483f9153fb5447892801a14a9/
http://autobuild.buildroot.net/results/88a/88aa80ee006ba2dcc40c15be3af73c756cb62974/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 20:46:07 +02:00
Bernd Kuhls
19d1ca28d2
package/clamav: needs dynamic library
...
Upstream commit
9e20cdf6ea
added dlopen() to others.c
https://github.com/Cisco-Talos/clamav-devel/blob/dev/0.104/libclamav/others.c#L199
"libclamav used to build in multiple stages where an earlier stage is
a static library containing utils required by the "shared" code.
Linking clamdscan and clamdtop with this libclamav utils static lib
allowed these two apps to function without libclamav. While this is
nice in theory, the practical gains are minimal and it complicates
the build system. As such, the autotools and CMake tooling was
simplified for improved maintainability and this feature was thrown
out. clamdtop and clamdscan now require libclamav to function."
Fixes:
http://autobuild.buildroot.net/results/e27/e276894781e3e37fbc03a0745738c61541e0a211/
http://autobuild.buildroot.net/results/552/552ee8d9e44152c9d7e315a5491542771264d466/
http://autobuild.buildroot.net/results/fde/fde4af47542f0eb0bd57b172c99bd086eb566b76/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 20:45:23 +02:00
Fabrice Fontaine
86ae2856d8
package/open-plc-utils: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/6b3064b64dea3d4aaf219f787429c25918101483
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 20:44:39 +02:00
Francois Perrad
c8ce98cf90
package/pango: bump to version 1.46.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 11:41:57 +02:00
Marcin Niestroj
c20a80d832
package/python-packaging: bump to version 20.4
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-23 11:41:53 +02:00
Gustavo Heinz
8b9c3100ef
package/python-m2crypto: new package
...
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 22:22:35 +02:00
Grzegorz Blach
894116a6e0
package/graphicsmagick: remove BR2_USE_WCHAR condition for C++ support
...
While the imagemagick C++ support requires wchar, it is not the case
for the graphicsmagick C++ support, so we can drop the BR2_USE_WCHAR
condition when deciding whether or not GraphicsMagick++-config should
be tweaked.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 22:01:43 +02:00
Alejandro González
03ab7c709c
package/qprint: new package
...
qprint is a small utility that handles encoding and decoding arbitrary
binary data in the Quoted-Printable format, which was introduced along
MIME.
As stated in the package description, although MUAs nowadays usually
take care of doing this encoding themselves, there are some use cases
where doing it manually is needed, and providing a command-line program
to do it is amenable to shell scripts.
Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:59:02 +02:00
Michael Nosthoff
8489c6d806
package/live555: bump to version 2020.08.19
...
According to changelog this version fixes memory leaks and buffer overflows.
- http://live555.com/liveMedia/public/changelog.txt
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:42:51 +02:00
Michael Vetter
3c133b50b4
package/jasper: bump to version 2.0.21
...
Signed-off-by: Michael Vetter <jubalh@iodoru.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:42:25 +02:00
Adrian Perez de Castro
f72e045573
package/cog: bump to version 0.8.0
...
This new version adds a few features. Release notes:
https://wpewebkit.org/release/cog-0.8.0.html
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:41:06 +02:00
Adrian Perez de Castro
371f6744e5
package/wpewebkit: bump to version 2.30.1
...
Update to a new major release which bring in many improvements and new
features. The .0 version is skipped because it includes a regression
which was fixed by the .1 release. For a complete list of changed,
please refer to the release notes:
https://wpewebkit.org/release/wpewebkit-2.30.0.html
https://wpewebkit.org/release/wpewebkit-2.30.1.html
None of the new features in WPE WebKit 2.30.x need additional dependencies.
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:41:00 +02:00
Adrian Perez de Castro
0f39a8ede2
package/wpebackend-fdo: switch over to Meson
...
The CMake based build system will be eventually removed by upstream
so it seems like a good idea to switch over to Meson already before
that happens.
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:40:47 +02:00
Adrian Perez de Castro
1283cb0fc2
package/wpebackend-fdo: bump to version 1.8.0
...
The new version adds a few new features, and now uses libepoxy for
OpenGL code, so add that as a dependency. Release notes:
https://wpewebkit.org/release/wpebackend-fdo-1.8.0.html
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:40:40 +02:00
Yann E. MORIN
245a64c387
support/scripts: prioritize conditions for pipeline creation
...
When multiple conditions match simultaneously, even though that should
not happen in practice, we want the more "important" one to win over
the less "important" ones. For example, a tag is more important than a
branch name or a trigger.
Currently, the latest condition to match takes precendence over any
previous one, while we want the exact opposite.
Fix that with proper fallbacks in else-blocks.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:29:39 +02:00
Fabrice Fontaine
48f0548ab3
package/quagga: fix build with gcc 10
...
Fixes:
- http://autobuild.buildroot.org/results/82b15cff3f7b943eb93d8270790f1b8561d31d6a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:27:39 +02:00
Fabrice Fontaine
652a01b6b0
package/log4cxx: bump to version 0.11.0
...
- Retrieve sha512 from upstream
- Drop first patch (not needed since
33ca357ea0 )
- Drop second patch (already in version:
1f6bf7e119 )
- Drop third patch (already in version:
0319bfa7f6 )
- Drop fourth patch (already in version:
3d96b34921 )
- Drop fifth patch (not needed since
d6776be8f2 )
- Add LOG4CXX_AUTORECONF = YES as running the bundled configure fails
during the build step on:
configure.ac:47: error: required file './compile' not found
configure.ac:47: 'automake --add-missing' can install 'compile'
https://logging.apache.org/log4cxx/latest_stable/changes-report.html#a0.11.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:24:22 +02:00
Joseph Kogut
6427ede939
package/x11r7/xserver_xorg-server: fix segfault on brcm platforms
...
According to the original patch message:
Some Broadcom set-top-box boards have PCI busses, but the GPU is
still probed through DT. We would dereference a null busid here
in that case.
Fixes a segfault on at least the RPi 4 w/ xserver 1.20.9, probably
others as well.
Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:22:49 +02:00
Peter Korsgaard
35fad96c2c
package/libopenssl: bump to version 1.1.1h
...
For details, see the release notes:
https://www.openssl.org/news/openssl-1.1.1-notes.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:21:28 +02:00
Fabio Estevam
470623e13e
configs/imx6-sabresd: bump U-Boot and kernel versions
...
Bump U-Boot to 2020.07 version and kernel to 5.4.63.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:21:14 +02:00
Michael Fischer
0906f55eb9
package/util-linux: bump version to 2.36
...
Drop patches 0001-0004: already applied upstream
Signed-off-by: Michael Fischer <mf@go-sys.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-22 21:15:57 +02:00
Fabrice Fontaine
8f639ffbd6
package/gqview: drop package
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 23:09:07 +02:00
Fabrice Fontaine
cd847f0986
package/vsftpd: renumber patches
...
Commit 415765b5a8 removed the second patch
without renumbering the remaining ones
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:40:21 +02:00
Fabrice Fontaine
264fa72836
package/nginx: bump to version 1.18.0
...
- https://nginx.org/en/CHANGES-1.18
- 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-21 22:40:10 +02:00
James Hilliard
21068c7d96
package/python-aiozipkin: bump to version 0.7.1
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-09-21 22:39:27 +02:00
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