Francois Perrad [Sun, 7 Mar 2021 16:32:27 +0000 (17:32 +0100)]
package/nano: bump to version 5.6.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Thomas Huth [Sun, 7 Mar 2021 15:21:47 +0000 (16:21 +0100)]
package/frotz: Update to version 2.53
This version should now also compile fine on systems without pthreads,
so we can remove the dependency on BR2_TOOLCHAIN_HAS_THREADS again.
While we're at it, also fix a typo in the description (replace "can not"
with "cannot").
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Jianhui Zhao [Sun, 7 Mar 2021 14:19:33 +0000 (22:19 +0800)]
package/libuhttpd: bump version to 3.10.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Edgar Bonet [Sun, 7 Mar 2021 19:45:33 +0000 (20:45 +0100)]
boot/at91bootstrap3: fix checksum of license
Commit
ca1604388a86d73c548c6e65eadd13f424685838 updated the checksum of
the tarball, but failed to update the one of main.c, which serves as a
license file.
Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Bartosz Bilas [Sun, 7 Mar 2021 16:34:55 +0000 (17:34 +0100)]
package/ruby: update hashes
Commit
af5226f2fd1292a26f2dfda32f41cbbad7aa4cc6 forgot to update
hash of LEGAL and BSDL files.
Those two files have mostly undergone reoraganizing. A few new files
have also been listed. The resulting licensing does not change
fundamentally, especially sine we already list 'others' in the list of
licenses applicable to Ruby.
Fixes:
- http://autobuild.buildroot.net/results/448/
4484fcce51dd2556156631d20b35bbba44abc171/build-end.log
..
- http://autobuild.buildroot.net/results/c60/
c60e5923159b3d66b422eb988f5d49e1c73e8710/build-end.log
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
[yann.morin.1998@free.fr: explain what changed]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Etienne Carriere [Fri, 30 Oct 2020 07:50:44 +0000 (08:50 +0100)]
package/optee-test: add deps on openssl when enabled
Add a dependency on openssl upon BR2_PACKAGE_LIBOPENSSL=y to
enable some for OP-TEE embedded tests.
Building with libressl makes the optee-test test tool fail on a
certificate test; so we explicitly depend on libopenssl.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[yann.morin.1998@free.fr:
- match the depenency to libopenssl, since that's is what is used in
the condition (BR2_PACKAGE_LIBOPENSSL)
- add a blurb to explain why libopenssl is used, not the virutal
openssl
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Fabrice Fontaine [Sun, 1 Nov 2020 20:43:49 +0000 (21:43 +0100)]
package/optee-client: disable -Werror
Disable -Werror thanks to CFG_WERROR which is available since version
3.3.0 and
https://github.com/OP-TEE/optee_client/commit/
5355fdb841bce4f7cce3dd37fc31fa91bd625c98
to fix the following build failure with optee-client 3.11.0:
/home/giuliobenetti/autobuild/run/instance-2/output-1/build/optee-client-3.11.0/libckteec/src/pkcs11_processing.c: In function 'ck_create_object':
/home/giuliobenetti/autobuild/run/instance-2/output-1/build/optee-client-3.11.0/libckteec/src/pkcs11_processing.c:22:9: error: missing initializer for field 'buffer' of 'struct serializer' [-Werror=missing-field-initializers]
struct serializer obj = { };
^
Fixes:
- http://autobuild.buildroot.org/results/
a3d663adb943aee814180f01d6e153b3309be962
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Etienne Carriere [Thu, 25 Feb 2021 15:33:45 +0000 (16:33 +0100)]
package/optee-test: bump to version 3.12.0
Bump OP-TEE Test package version to OP-TEE release 3.12.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Etienne Carriere [Thu, 25 Feb 2021 15:33:44 +0000 (16:33 +0100)]
package/optee-examples: bump to version 3.12.0
Bump OP-TEE Examples package version to OP-TEE release 3.12.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Etienne Carriere [Thu, 25 Feb 2021 15:33:43 +0000 (16:33 +0100)]
package/optee-client: bump to version 3.12.0
Remove local patch file since issue addressed in OP-TEE mainline
since 3.12.0 and bump OP-TEE Client package version to OP-TEE
release 3.12.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Etienne Carriere [Thu, 25 Feb 2021 15:33:42 +0000 (16:33 +0100)]
package/optee-benchmark: bump to version 3.12.0
Remove main-fix-typo patch since merged in OP-TEE OS 3.12.0 and
bump OP-TEE Benchmark package version to OP-TEE release 3.12.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Etienne Carriere [Thu, 25 Feb 2021 15:33:41 +0000 (16:33 +0100)]
boot/optee-os: bump to version 3.12.0
Bump OP-TEE OS package version to OP-TEE release 3.12.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Norbert Lange [Wed, 24 Feb 2021 10:31:53 +0000 (11:31 +0100)]
package/lttng-tools: set rundir to /run/lttng unconditionally
Buildroot ensures that all init-systems have a /run directory,
this should be the preferred location.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Norbert Lange [Wed, 24 Feb 2021 10:31:52 +0000 (11:31 +0100)]
package/lttng-libust: set rundir to /run/lttng unconditionally
Buildroot ensures that all init-systems have a /run directory,
this should be the preferred location.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Norbert Lange [Wed, 24 Feb 2021 10:31:51 +0000 (11:31 +0100)]
package/lttng-libust: bump to version 2.12.1
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Norbert Lange [Wed, 24 Feb 2021 10:31:50 +0000 (11:31 +0100)]
package/lttng-tools: bump version to 2.12.3
Remove patch 001 as it has been fixed upstream.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Ismael Luceno [Thu, 4 Mar 2021 13:40:49 +0000 (14:40 +0100)]
package/mawk: new package
Interpreter for the AWK Programming Language.
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Giulio Benetti [Fri, 5 Mar 2021 15:41:39 +0000 (16:41 +0100)]
toolchain: disable gcc bug 60620 if gcc version >= 10.x
Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
enabled up to versino 10.x excluded.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Giulio Benetti [Mon, 22 Feb 2021 17:52:02 +0000 (18:52 +0100)]
package/libnss: bump version to 3.62
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.62_release_notes
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Maxim Kochetkov [Thu, 4 Mar 2021 08:47:21 +0000 (11:47 +0300)]
package/timescaledb: bump version to 2.1.0
Remove all PG13 upstream patches.
Release notes: https://github.com/timescale/timescaledb/releases/tag/2.1.0
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Baruch Siach [Thu, 4 Mar 2021 12:39:11 +0000 (14:39 +0200)]
package/strace: bump to version 5.11
Update COPYING: copyright year update, and added note about the bundled
Linux UAPI headers. Upstream commit
5bd8364f4202d ("Introduce bundled
directory") says:
According to analysis made by Kent Gibson at [1], we are allowed to
re-distribute unmodified Linux kernel UAPI headers under the same
terms as they are provided by the Linux kernel, and such
re-distribution does not affect the license of strace itself.
[1] https://lore.kernel.org/linux-gpio/
20210128032641.GA11655@sol/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Grzegorz Blach [Tue, 2 Mar 2021 16:57:52 +0000 (17:57 +0100)]
package/python-aioblescan: bump to version 0.2.7
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Grzegorz Blach [Wed, 3 Mar 2021 22:07:30 +0000 (23:07 +0100)]
package/pigpio: bump to version 79
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:49 +0000 (08:07 +0100)]
package/kodi-platform: remove package
This package is not used by kodi addons anymore.
No legacy handling needed because this package was never selectable.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:48 +0000 (08:07 +0100)]
package/kodi-visualisation-matrix: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:47 +0000 (08:07 +0100)]
package/kodi-visualisation-waveform: bump version to 4.4.0-Matrix
Add dependency to glm due to upstream commit:
https://github.com/xbmc/visualization.waveform/commit/
18e32dd2416fc58e91c977d3c3a4c27b6ca59c3b
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:46 +0000 (08:07 +0100)]
package/kodi-visualisation-starburst: bump version to 2.4.0-Matrix
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:45 +0000 (08:07 +0100)]
package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix
Removed patch applied upstream:
https://github.com/xbmc/visualization.spectrum/commit/
46b605516b057823855c7f76dbc3f622dcf5983b
Add dependency to glm due to upstream commit:
https://github.com/xbmc/visualization.spectrum/commit/
0a3e3885b87f61e9a511ec942b3c01679e4b3414
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:44 +0000 (08:07 +0100)]
package/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/xbmc/visualization.shadertoy/commit/
3fa4d118dcee2025620eb342d1a22a956beb06e5
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:43 +0000 (08:07 +0100)]
package/kodi-visualisation-goom: bump version 3.4.0-Matrix
Switched opengl dependency to render system used by Kodi.
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:42 +0000 (08:07 +0100)]
package/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:41 +0000 (08:07 +0100)]
package/kodi-vfs-sftp: bump version to 2.0.0-Matrix
Upstream removed usage of libplatform
https://github.com/xbmc/vfs.sftp/commit/
a4fb0019a6b20c2e9b44ff80dd084002df6052a9
Added remaining dependencies and removed unused kodi-platform:
https://github.com/xbmc/vfs.sftp/blob/Matrix/CMakeLists.txt#L6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:40 +0000 (08:07 +0100)]
package/kodi-vfs-rar: bump version to 4.0.0-Matrix
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:39 +0000 (08:07 +0100)]
package/kodi-vfs-libarchive: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:38 +0000 (08:07 +0100)]
package/kodi-skin-confluence: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:37 +0000 (08:07 +0100)]
package/kodi-screensaver-stars: bump version to 2.4.0-Matrix
Remove dependency to opengl, opengles support was added upstream:
https://github.com/xbmc/screensaver.stars/commit/
b0cb93b21888a5808f7701a794c5795f55e641d4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:36 +0000 (08:07 +0100)]
package/kodi-screensaver-rsxs: bump version
Removed patch 0001, ImageMagick code was removed upstream:
https://github.com/xbmc/screensavers.rsxs/commit/
e3793a1e5d120b0354d07d6bf9dc175af883e134#diff-f9e414fa2a69e3c79d590dd6e91236778d803a84669f93f0e550483f7be105e9L31
Removed various dependencies after upstream cleanup:
https://github.com/xbmc/screensavers.rsxs/commit/
e3793a1e5d120b0354d07d6bf9dc175af883e134
Switched opengl dependency to render system used by Kodi.
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:35 +0000 (08:07 +0100)]
package/kodi-screensaver-pyro: bump version to 3.3.0-Matrix
Remove dependency to opengl, opengles support was added upstream:
https://github.com/xbmc/screensaver.pyro/commit/
d052f9997bcc0efc1c5dfb974a4bd24654e715fb
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:34 +0000 (08:07 +0100)]
package/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix
Remove dependency to opengl, add dependency to glm, opengles support
was added upstream:
https://github.com/xbmc/screensaver.pingpong/commit/
39ccbf75e6a7a56781329aeb508ae4f2ce210e4f
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:33 +0000 (08:07 +0100)]
package/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix
Remove dependency to libsoil:
https://github.com/xbmc/screensaver.matrixtrails/commit/
92a0d44e9151cfce3be74e81a3e39f0688d69b7a
Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.matrixtrails/commit/
ea6408ee391c75ae7ee4cb9f948df2ff8c0c87c5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:32 +0000 (08:07 +0100)]
package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix
Remove dependency to opengl, add dependency to glm, opengles support
was fixed upstream:
https://github.com/xbmc/screensaver.greynetic/commit/
aee7082c92f8c8aa1195c33db89e38753a039bba
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:31 +0000 (08:07 +0100)]
package/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix
Remove dependency to libsoil:
https://github.com/xbmc/screensaver.cpblobs/commit/
c505105f277b7e4bae0797e1c3cf89a0515ff3a5
Add dependency to glm and remove dependency to opengl, opengles support
was added upstream:
https://github.com/xbmc/screensaver.cpblobs/commit/
cab48fbc8a7b288b758eb10c1c27caa99cc33f06
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:30 +0000 (08:07 +0100)]
package/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix
Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.biogenesis/commit/
2de1b7eb5897001f7bdf72ec4e390be749ccac13
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:29 +0000 (08:07 +0100)]
package/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix
Remove dependency to libsoil:
https://github.com/xbmc/screensaver.asterwave/commit/
8a778873754de09c93031408c71b3c40d198f3bc
Add dependency to glm and remove dependency to opengl and libglu,
opengles support was added upstream:
https://github.com/xbmc/screensaver.asterwave/commit/
fb1d7ca8bf45b278afdb7a0dd2be4117c0fe3508
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:28 +0000 (08:07 +0100)]
package/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix
Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.asteroids/commit/
360a02fc20925fa17179f3298dd4515b4354e266
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:27 +0000 (08:07 +0100)]
package/kodi-pvr-zattoo: bump version to 19.7.3-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform and libplatform:
https://github.com/rbuehlma/pvr.zattoo/commit/
382c83d0cadcfb3152c577291ee0a2d1015a128c
https://github.com/rbuehlma/pvr.zattoo/commit/
a813b2c9f0510d2b9cd23d57b659ae5346c63065
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:26 +0000 (08:07 +0100)]
package/kodi-pvr-wmc: bump version to 6.1.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.wmc/commit/
6549e6f0cec7314dd4a34dc5cad96d6f76ac7751
https://github.com/kodi-pvr/pvr.wmc/commit/
f824bd285df06a45fc0a2f57859fd5b28c426ad6
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:25 +0000 (08:07 +0100)]
package/kodi-pvr-vuplus: bump version to 7.4.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vuplus/commit/
122a9b281668d31f921e842e8700b2f048121c16
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:24 +0000 (08:07 +0100)]
package/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/
d8af242ba923590330c65fded9034c1ac9b6157c
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/
49cc728f18bbe8df1d1779eb5e42e060fa9f78ed
Added dependency to gcc >= 7 due to c++17 code added by
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/
8a3f3c8fe378a4aae4ac381db45d0ce980f44761
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:23 +0000 (08:07 +0100)]
package/kodi-pvr-vbox: bump version to 8.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vbox/commit/
29bd329feb6a0b007299636d61f66b9efb526e5f
https://github.com/kodi-pvr/pvr.vbox/commit/
b007646f4389ce81f30ca60bdd7b7323e552ee22
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:22 +0000 (08:07 +0100)]
package/kodi-pvr-stalker: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.stalker/commit/
8cee21986877bd4d324d078203e2bd9101e794ec
https://github.com/kodi-pvr/pvr.stalker/commit/
e30167549bbd7a33b2aca4bdc93ddf9e2b83c442
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:21 +0000 (08:07 +0100)]
package/kodi-pvr-pctv: bump version to 6.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.pctv/commit/
b6cebce2c9579a2bcce619dbba586eafd2cf2701
https://github.com/kodi-pvr/pvr.pctv/commit/
db2eca67995017c7b3b4755e5bf674faaebe77ea
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:20 +0000 (08:07 +0100)]
package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix
Switch dependency to kodi after upstream removed the dependency to
libplatform and kodi-platform:
https://github.com/DigitalDevices/pvr.octonet/commit/
ec08c205408de47a08fdc6e540e21dc0d6e18bd7
https://github.com/DigitalDevices/pvr.octonet/commit/
e7449d9537a650790c2e742a57277d46b6cf6b33
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:19 +0000 (08:07 +0100)]
package/kodi-pvr-njoy: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.njoy/commit/
eb5613fb8bbf45643e211147f39f106ea9ff573d
Added missing dependency to tinyxml.
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:18 +0000 (08:07 +0100)]
package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.nextpvr/commit/
98b78cee615f5efeb207583c8b75adbaa742e43c
https://github.com/kodi-pvr/pvr.nextpvr/commit/
304b0ba94fc2ffb5f2982e6ea4c31cd0e601a44e
Added dependency to tinyxml2:
https://github.com/kodi-pvr/pvr.nextpvr/commit/
6855f12ad8496760fa0787660b2c8025ce77311a
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:17 +0000 (08:07 +0100)]
package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/janbar/pvr.mythtv/commit/
b847285c33ce4e469d29f8ada643c69d4360af62
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:16 +0000 (08:07 +0100)]
package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix
Added patch series from upstream PR 127 to remove the dependency to
kodi-platform, switch dependency to kodi.
Added missing dependency to tinyxml.
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:15 +0000 (08:07 +0100)]
package/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
61fa5d222bc5633d7b1e1c231c089b61fbb0a8c5
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
2d9c01439301292992b6e32c578c222b9eddea69
Switch from rapidxml to pugixml:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
b4e292f11c7c3f40b8c7ff18f28f7b2e149c6bee
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
6325b2a958888e88809d7d6036610198cb2d3b09
Add missing dependency to zlib.
Added runtime dependencies to inputstream addons:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
af9a1b6933664ef24d407051f20985682881544d
https://github.com/kodi-pvr/pvr.iptvsimple/commit/
46bd18fe84227e59b2d3378b17fafb87bcd87f33
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:14 +0000 (08:07 +0100)]
package/kodi-pvr-hts: bump version to 8.2.1-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.hts/commit/
9943d05ce52b6ddcd63a3faa094f7ee9b2671c86
https://github.com/kodi-pvr/pvr.hts/commit/
d6b71de38b1c522a6f2716a7e4a90528ae06e992
Added dependency to gcc >= 7 due to c++17 code added by
https://github.com/kodi-pvr/pvr.hts/commit/
954f25d39652098b5fb1a55d44e2d410de78902b
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:13 +0000 (08:07 +0100)]
package/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.hdhomerun/commit/
f87f811e5d9462cb80370aa72f38d3dbd2e02ba9
https://github.com/kodi-pvr/pvr.hdhomerun/commit/
999c7ac4a7f5e6d44d6f35cddfaa27ecb29d1dce
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:12 +0000 (08:07 +0100)]
package/kodi-pvr-filmon: bump version to 6.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.filmon/commit/
b0ea8036274480245b5a7aa48d2ba18cc37b6b88
https://github.com/kodi-pvr/pvr.filmon/commit/
b8f249fcb50a27168f8b96ca9b4b8075d8c42b4a
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:11 +0000 (08:07 +0100)]
package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.dvbviewer/commit/
838efac4e46ad249d066437b96633c2e0b9dda1a
https://github.com/kodi-pvr/pvr.dvbviewer/commit/
7ca7ca3ab05f67606d7cdae15fcfab292ad00b37
Add missing dependency to tinyxml.
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:10 +0000 (08:07 +0100)]
package/kodi-pvr-dvblink: bump version to 9.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.dvblink/commit/
a07c82f1591b0231e66b3ae14fabffa88259b8ec
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:09 +0000 (08:07 +0100)]
package/kodi-pvr-argustv: bump version to 7.1.0-Matrix
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.argustv/commit/
44d9c5a20579a2f505f26a072096911d68855a4a
https://github.com/kodi-pvr/pvr.argustv/commit/
6a6968892d468d02ca0d380e3fff54e607346024
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:08 +0000 (08:07 +0100)]
package/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:07 +0000 (08:07 +0100)]
package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:06 +0000 (08:07 +0100)]
package/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix
Openssl and zlib are built as hard-dependencies of Kodi already. For the
case that Kodi drops these dependencies we need to make sure that this
package still finds its dependencies:
https://github.com/xbmc/inputstream.rtmp/blob/Matrix/CMakeLists.txt#L8
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:05 +0000 (08:07 +0100)]
package/kodi-inputstream-ffmpegdirect: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:04 +0000 (08:07 +0100)]
package/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix
Add expat as dependency after it was removed from the kodi package:
https://github.com/xbmc/inputstream.adaptive/blob/Matrix/CMakeLists.txt#L61
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:03 +0000 (08:07 +0100)]
package/kodi-audioencoder-*: mass version bump
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:02 +0000 (08:07 +0100)]
package/kodi-audiodecoder-*: mass version bump
Switch license file to LICENSE.md.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:01 +0000 (08:07 +0100)]
package/kodi: bump version to 19.0-Matrix
Rebased patch 0001.
Removed patch 0002, not needed anymore due to use of system ffmpeg
package.
Added patch 0002 to fix build with gcc-4.9, gcc-4.8 stays broken.
Switch from python2 to python3, reworked dependencies.
Rework platform handling following upstream changes, only the choice
of a render system (OpenGL vs. OpenGLES) is needed now, for details
see upstream PR 18534. Add configure options to force detection of the
host version of wayland-scanner.
Use system ffmpeg instead of internal build.
Added dependency to spdlog, for reference see upstream PR 17498.
cpluff was removed upstream.
Add configure option to use host version of flatc.
Add configure option to disable tests, for reference see upstream PR
17489.
Added optional dependency to libudfread, for reference see upstream PR
17612.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Wed, 10 Feb 2021 17:40:23 +0000 (18:40 +0100)]
package/kodi: remove dependency to libsamplerate
This package is not needed anymore since 2014:
https://github.com/xbmc/xbmc/commit/
e36e4f0e2a46764d0c4341a5caf50cae6f772504
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:07:00 +0000 (08:07 +0100)]
package/libplatform: bump version
Add -std=c++11 to CXXFLAGS to fix build with gcc < 5.x:
buildroot/output/build/libplatform-
a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:
In static member function 'static std::string& StringUtils::TrimLeft(std::string&)':
buildroot/output/build/libplatform-
a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:456:99:
warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default]
str.erase(str.begin(), ::find_if(str.begin(), str.end(), [](char s) { return isspace_c(s) == 0; }));
^
buildroot/output/build/libplatform-
a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:456:100:
error: no matching function for call to 'find_if(std::basic_string<char>::iterator, std::basic_string<char>::iterator,
StringUtils::TrimLeft(std::string&)::__lambda0)'
str.erase(str.begin(), ::find_if(str.begin(), str.end(), [](char s) { return isspace_c(s) == 0; }));
^
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:06:59 +0000 (08:06 +0100)]
package/libcec: bump version to 6.0.2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls [Tue, 2 Mar 2021 07:06:58 +0000 (08:06 +0100)]
package/kodi-screensaver-crystalmorph: remove package
The package received its last updates in 2017, is not part of the
official Kodi github repo and its build is broken with Kodi 19.x.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Michael Nosthoff [Wed, 3 Mar 2021 15:57:40 +0000 (16:57 +0100)]
package/{protobuf, python-protobuf}: bump to version 3.15.3
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Michael Nosthoff [Wed, 3 Mar 2021 15:59:47 +0000 (16:59 +0100)]
package/grpc: bump to version 1.36.0
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Brandon Maier [Wed, 3 Mar 2021 20:39:39 +0000 (14:39 -0600)]
package/libubootenv: bump to version
e663439
Include the following changes:
e663439 Always fsync file writes
80b7f31 Treat '=' as an illegal character in variable names
950f541 libuboot_env: fix calculation of usable envsize
fb88032 Correct initialisations in libuboot_configure
20d1ec7 Force writing of environment if default is used
5ca11bd libuboot_env: correct length to usable env size length
cd4a8f1 libuboot_env_store: fix env double-null termination
9510164 uboot_env: fix infinite loop on short read (EOF)
Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bartosz Bilas [Thu, 4 Mar 2021 17:54:28 +0000 (18:54 +0100)]
package/janet: add -std=c99 to CFLAGS
As upstream says Janet should be compiled with -std=c99
so pass this in order to fix the failures below.
Fixes:
http://autobuild.buildroot.net/results/192/
1922ec115b9dc9e879760a6868969d9677093510/build-end.log
...
http://autobuild.buildroot.net/results/355/
355e0992338a8d132050517f83a3884606b00529/build-end.log
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
David GOUARIN [Mon, 1 Mar 2021 09:39:28 +0000 (10:39 +0100)]
package/librelp: bump to version 1.10.0
Signed-off-by: David GOUARIN <david.gouarin@thalesgroup.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bin Meng [Sun, 28 Feb 2021 07:45:17 +0000 (15:45 +0800)]
board/qemu: Add ppc-e500mc configuration
This adds a 32-bit equivalent configuration of ppc64-e5500 board.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jianhui Zhao [Fri, 26 Feb 2021 17:12:33 +0000 (01:12 +0800)]
package/libuhttpd: bump version to 3.10.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine [Sat, 27 Feb 2021 20:03:49 +0000 (21:03 +0100)]
package/python-colorlog: bump to version 4.7.2
Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine [Sat, 27 Feb 2021 19:56:08 +0000 (20:56 +0100)]
package/dfu-util: bump to version 0.10
Update indentation in hash file (two spaces)
https://sourceforge.net/p/dfu-util/dfu-util/ci/v0.10/tree/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine [Sat, 27 Feb 2021 19:36:25 +0000 (20:36 +0100)]
package/udftools: bump to version 2.3
Update indentation in hash file (two spaces)
https://github.com/pali/udftools/releases/tag/2.3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Waldemar Brodkorb [Sat, 27 Feb 2021 18:06:18 +0000 (19:06 +0100)]
package/ruby: update to 3.0.0
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Alexander Egorenkov [Tue, 23 Feb 2021 16:12:23 +0000 (17:12 +0100)]
package/s390-tools: bump to version 2.16.0
- Remove patch 0001-zkey-ekmfweb-fix-linking-of-libekmfweb.patch which has
been merged.
- Also update the GitHub URL because the project has been renamed.
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
[Peter: also update Config.in URL]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jörg Krause [Thu, 25 Feb 2021 10:53:55 +0000 (11:53 +0100)]
package/gerbera: add optional duktape dependency
Duktape allows the user to enable JavaScript scripting support.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Heinz [Wed, 24 Feb 2021 23:28:50 +0000 (20:28 -0300)]
package/python-m2crypto: bump to version 0.37.1
Also, removed 0001 patch since it's already merged upstream.
https://gitlab.com/m2crypto/m2crypto/-/merge_requests/248
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois Perrad [Mon, 1 Mar 2021 18:51:24 +0000 (19:51 +0100)]
package/lighttpd: bump to version 1.4.59
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois Perrad [Mon, 1 Mar 2021 18:43:16 +0000 (19:43 +0100)]
package/nano: bump to version 5.6
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois Perrad [Mon, 1 Mar 2021 17:50:56 +0000 (18:50 +0100)]
package/gd: bump to version 2.3.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine [Sat, 27 Feb 2021 09:47:42 +0000 (10:47 +0100)]
package/log4cplus: bump to version 2.0.6
Drop patch (already in version) and so autoreconf
https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine [Sat, 27 Feb 2021 09:39:01 +0000 (10:39 +0100)]
package/pcsc-lite: bump to version 1.9.1
https://github.com/LudovicRousseau/PCSC/releases/tag/1.9.1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Seiderer [Fri, 26 Feb 2021 19:19:09 +0000 (20:19 +0100)]
package/libinput: bump version to 1.16.5
For details see [1].
[1] https://lists.freedesktop.org/archives/wayland-devel/2021-February/041734.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Markus Mayer [Wed, 17 Feb 2021 21:57:38 +0000 (13:57 -0800)]
package/tar: bump version to 1.34
Bump the version of tar to 1.34 for host and target.
Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Guillaume W. Bres [Fri, 26 Feb 2021 08:29:17 +0000 (09:29 +0100)]
package/libxcrypt: bump version to 4.4.18
Drop patch which has been merged into mainline.
LICENSING file identifies individual files in the tree, and some have
moved between 4.4.17 and 4.4.18 (upstream commit
3436c6a94b8d).
Fix two -spaces in hash file as well.
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[yann.morin.1998@free.fr:
- explain license hash change
- two-spaces in hash file
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Guillaume W. Bres [Fri, 26 Feb 2021 08:59:35 +0000 (09:59 +0100)]
package/libxcrypt: fix legal info
When the initial package has been submitted, the hashes for the
license files were computed against the files from the repository,
not the release tarball, but the files had changed in the repo
since the version was cut.
Fix that hash.
Fixes:
http://autobuild.buildroot.net/results/
206aac81799074ef45c0cc7b9979cbf02c3935d5
http://autobuild.buildroot.net/results/
8db5df1286673fdedb854bad2b9e5757d5218950
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[yann.morin.1998@free.fr: expand commit log with root cause]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Giulio Benetti [Mon, 22 Feb 2021 14:33:25 +0000 (15:33 +0100)]
package/nfs-utils: bump version to 2.5.3
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>