Lang Daniel
b4c8785ca2
package/llvm-project/llvm-libunwind: new package
...
Starting with version 15, lld needs the llvm implementation
of libunwind, therefore it is added as a host package.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:57 +02:00
Lang Daniel
2d7d00ba55
package/llvm-project/llvm-cmake: new package
...
This is a small host package containing shared cmake modules
that are needed by various projects during configuration.
For example llvm 15 needs it.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:57 +02:00
Lang Daniel
5fad34d0d1
package/libclc: move to llvm-project subfolder
...
To make version bumping easier, move libclc to a new llvm-project subfolder
and specify site for the project. Since the version of libclc is more
recent than the version specified in LLVM_PROJECT_VERSION, don't change
it for now until a later update.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:53 +02:00
Lang Daniel
353f8bd025
package/compiler-rt: move to llvm-project subfolder
...
To make version bumping easier, move compiler-rt to a new llvm-project
subfolder and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:39 +02:00
Lang Daniel
2d660e4cdc
package/clang: move to llvm-project subfolder
...
To make version bumping easier, move clang to a new llvm-project subfolder
and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:41:35 +02:00
Lang Daniel
e0caf0d0dc
package/lld: move to llvm-project subfolder
...
To make version bumping easier, move lld to a new llvm-project subfolder
and specify site and version for the project.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:39:27 +02:00
Lang Daniel
2bef68f3b0
package/llvm: move to llvm-project folder
...
To make updating easier, move llvm into the llvm-project folder
and use the defined information.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:39:20 +02:00
Lang Daniel
f6eaf60e80
package/llvm-project: new group for llvm packages
...
To make updating easier in the future, group all llvm projects in
one subfolder and define some variables for all of them.
Introduce LLVM_PROJECT_VERSION_MAJOR to be used by the clang package
in a followup change.
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr >
Tested-by: Adam Duskett <adam.duskett@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-20 22:36:09 +02:00
Thomas Petazzoni
157089d34d
package/pipewire: drop consecutive empty lines
...
Fixes:
package/pipewire/pipewire.mk:184: consecutive empty lines
https://gitlab.com/buildroot.org/buildroot/-/jobs/4682253962/raw
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:30:14 +02:00
Bernd Kuhls
d4fa5c83db
package/vulkan-headers: bump version to 1.3.257
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:27:06 +02:00
Bernd Kuhls
6a7c933240
package/pipewire: bump version to 0.3.74
...
Changelog:
https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/NEWS
Added optional dependency to opus, disabled features with missing
dependencies in buildroot.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:23:25 +02:00
Bernd Kuhls
70a4016412
package/resiprocate: fix build with OpenSSL 3.x
...
Backport upstream commits needed for compatibility with OpenSSL 3.x.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:21:51 +02:00
Yegor Yefremov
66d38cfcfd
package/python-pysmb: add the missing runtime dependency
...
python-tqdm dependency was introduced in 1.2.9 (bump occured in
Buildroot commit 1ffc7b4bb1 ).
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:18:42 +02:00
Bernd Kuhls
525cb6a8fb
package/pound: bump version to 4.8
...
Original upstream ended the development of pound 2.8 in 2022:
https://groups.google.com/g/pound_proxy/c/O8xaIIODw18
Switch project to use a maintained fork at https://github.com/graygnuorg
and remove all patches, they are not needed anymore.
Follow the rename of the license file:
223b4276ac
Release notes: https://github.com/graygnuorg/pound/blob/master/NEWS
This bump includes compatibility with OpenSSL 3.x (since version 4.0)
and added optional support for pcre2:
a797374f22
Fixes:
http://autobuild.buildroot.net/results/1ca/1ca31debd709f634e65492bee0806ca81bcf9ee5/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:13:14 +02:00
Bernd Kuhls
10f40a6b0c
package/gnuradio: bump version to 3.10.7.0
...
Removed all patches, they are included in this release.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:12:09 +02:00
Francois Perrad
902e4fbcf2
package/lua-livr-extra: bump to version 0.2.0
...
diff COPYRIGHT:
-Copyright (C) 2018-2019 Francois Perrad.
+Copyright (C) 2018-2023 Francois Perrad.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:05:57 +02:00
Francois Perrad
1cf3291ac8
package/lua-livr: bump to version 0.3.0
...
diff COPYRIGHT:
-Copyright (C) 2018-2021 Francois Perrad.
+Copyright (C) 2018-2023 Francois Perrad.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:05:55 +02:00
Francois Perrad
ab4f923f32
package/lua-rotas: bump to version 0.2.2
...
diff COPYRIGHT:
-Copyright (C) 2018-2021 Francois Perrad.
+Copyright (C) 2018-2023 Francois Perrad.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:05:54 +02:00
Romain Naour
40fa607e51
support/misc/gitlab-ci.yml.in: pass emulator builtin binaries as artifacts
...
Notes: We can't use runtime_test_download job from the parent pipeline
(generate-gitlab-ci) since the artifacts archive size is limited to 5MB.
So introduce a new custom stage named "download" executed before "test"
stage. test-dl directory that contain downloaded files can be an
artifact of the job passed to all jobs of next stages.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4409032417
Runtime tested:
https://gitlab.com/kubu93/buildroot/-/pipelines/934319226
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:03:23 +02:00
Romain Naour
5f5ecb551f
support/misc/gitlab-ci.yml.in: add stage explicitely to each jobs
...
"stages" is curently not defined in the .gitlab-ci.yml file,
so the default pipeline stages are:
.pre
build
test
deploy
.post
Since any jobs specify a stage, all jobs are assigned the "test"
stage [1]. All other stages defined by default are not used in the
gitlab-ci pipeline, they remain hidden.
In order to introduce a new custom stage, add the "test" stage
explicitely.
[1] https://docs.gitlab.com/ee/ci/yaml/#stages
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:03:12 +02:00
Romain Naour
873306199e
support/testing/run-tests: add a mode to only download emulator builtin binaries
...
Currently, emulator builtin binaries are downloaded after the rootfs
build by each tests running the emulator (Qemu) on armv5 or armv7.
Due to download quota on the server hosting theses binaries [1]
some GitLab jobs are failing due to "Connection reset by peer" [2]:
ConnectionResetError: [Errno 104] Connection reset by peer
In a follow up commit, we'll add the possibility to download only once
all emulator builtin binaries to pass them as build artifacts.
As such, we will need to make sure that run-tests only download theses
binaries, and that it does not run the testsuite.
Add such a mode, with a new option, --prepare-only.
[1] http://autobuild.buildroot.net/artefacts
[2] https://gitlab.com/buildroot.org/buildroot/-/jobs/4409032417
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 23:03:08 +02:00
Bernd Kuhls
ed20a4eccd
package/pipewire: remove optional dependency to vulkan
...
Fixes:
http://autobuild.buildroot.net/results/8b4/8b4d12de72a1407e74bd9b9b79f4e01ae86510ba/
vulkan.pc is provided by the package vulkan-loader which is not
part of buildroot yet.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:57:46 +02:00
Bernd Kuhls
3d6bbf4bae
package/ibm-sw-tpm2: bump version
...
Switch from tarball to git checkout, upstream does not provide tarballs
anymore: https://sourceforge.net/projects/ibmswtpm2/files/
Rebased patch.
This bump introduces compatibility with OpenSSL 3.x:
920ce656af /
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:53:20 +02:00
Bernd Kuhls
0c606acfbe
package/azure-iot-sdk-c: bump version to LTS_01_2023_Ref02
...
Release notes: https://github.com/Azure/azure-iot-sdk-c/releases
Version LTS_07_2022_Ref02 added compatibility with OpenSSL 3.x.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:51:44 +02:00
Julien Olivain
76f20b728f
package/gawk: bump to version 5.2.2
...
For news since 5.2.0, see:
https://git.savannah.gnu.org/cgit/gawk.git/tree/NEWS?h=gawk-5.2.2
For detailed change log, see:
https://git.savannah.gnu.org/cgit/gawk.git/tree/ChangeLog?h=gawk-5.2.2
This commit also removes the package patch, as it is included in
upstream version 5.2.1, in:
https://git.savannah.gnu.org/cgit/gawk.git/commit/?id=baab183439ff4e0c6b77d62156d447e61fc1dcfb
The file .checkpackageignore is also updated to reflect this patch
removal.
The motivation of this bump is mainly the RISC-V fixes.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:43:27 +02:00
Bernd Kuhls
08171f1fd0
support/dependencies/dependencies.sh: require IPC::Cmd perl package for libopenssl
...
Fixes:
http://autobuild.buildroot.net/results/b85/b85b64162b3889d96c713030b46401e3e0a9a4e2/
http://autobuild.buildroot.net/results/fea/fea92e9c2a87a317675a7d0610c2ee467a373b69/
Since the bump to 3.0.9 with buildroot commit
3c66f65a6a the configure script of
(host-)libopenssl needs the FindBin perl module on the host:
Can't locate IPC/Cmd.pm in @INC (you may need to install the IPC::Cmd
module) (@INC contains: /home/buildroot/autobuild/instance-1/output-1/
build/host-libopenssl-3.0.9/util/perl /home/buildroot/autobuild/instance
-1/output-1/host/lib/perl /usr/local/lib64/perl5/5.36 /usr/local/share/
perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 /home/buildroot/autobuild/instance-1/
output-1/build/host-libopenssl-3.0.9/external/perl/Text-Template-1.56/
lib) at /home/buildroot/autobuild/instance-1/output-1/build/host-lib
openssl-3.0.9/util/perl/OpenSSL/config.pm line 19.
BEGIN failed--compilation aborted at /home/buildroot/autobuild/instance
-1/output-1/build/host-libopenssl-3.0.9/util/perl/OpenSSL/config.pm line
19.
As this is needed for both libopenssl and host-libopenssl (which does not
have a corresponding config symbol in the .config), we have to require it
unconditionally.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:41:31 +02:00
Bernd Kuhls
b0c6f04974
package/git-crypt: fix build with openssl 3.x
...
Fix was proposed upstream: https://github.com/AGWA/git-crypt/issues/290
Alpine Linux uses a similar fix:
https://git.alpinelinux.org/aports/commit/community/git-crypt/APKBUILD?id=25b42ad7711b08c63aaf3c24af80a4bcd7607817
Fixes:
http://autobuild.buildroot.net/results/dfb/dfb5da218bb323edc57cc609c2b75d5fbc6e1fd1/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:40:19 +02:00
James Hilliard
231d79c81e
boot/uboot: set DTC path when BR2_TARGET_UBOOT_NEEDS_DTC
...
In order for host-dtc to get picked up properly we need to set
the DTC path passed to the build explicitly.
See:
https://github.com/u-boot/u-boot/blob/v2023.07.02/Makefile#L420
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-18 22:39:14 +02:00
Peter Korsgaard
a89a632833
docs/website: Update for 2023.02.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 23:41:31 +02:00
Peter Korsgaard
66961b2677
Update for 2023.02.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit dc7000f0de )
[Peter: drop Makefile/Vagrantfile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 23:21:48 +02:00
Peter Korsgaard
6c8abbf72f
docs/website: Update for 2023.05.1
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 18:14:13 +02:00
Peter Korsgaard
5eec4aac49
Update for 2023.05.1
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 7814dbce15 )
[Peter: drop Makefile update]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-17 17:53:25 +02:00
Grzegorz Blach
14216c3c85
package/python-rpi-ws281x: bump to version 5.0.0
...
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-16 23:37:30 +02:00
Danny Wood
3c66f65a6a
package/libopenssl: bump version to 3.0.9
...
Rebase patches onto new version
Remove 0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch,
0006-Add-support-for-io_pgetevents_time64-syscall.patch, and
0007-Fixup-support-for-io_pgetevents_time64-syscall.patch as these are
already applied upstream
Updated license after switch to Apache license:
https://www.openssl.org/blog/blog/2021/06/17/OpenSSL3.0ReleaseCandidate/
[Bernd: fixed license file/hash]
Signed-off-by: Danny Wood <danny@rotronics.co.uk >
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
[Peter: update .checkpackageignore]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-07-15 16:39:28 +02:00
Thomas Petazzoni
d3db2e61ce
.checkpackageignore: remove entry to tovid patch
...
The tovid package was removed in commit
7be241b49c , but .checkpackageignore was
forgotten.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4658045130
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:48:33 +02:00
Bernd Kuhls
9b31b64382
utils/genrandconfig: increase default target ubifs image size
...
The new value is calculated based on:
ROOTFS_SIZE = 5G (see commit 3c98eb26db )
BR2_TARGET_ROOTFS_UBIFS_LEBSIZE = 0x1f800
5G / 0x1f800 = 41610
Fixes:
http://autobuild.buildroot.net/results/f72/f72918d63510b170e5da01bfa9c247cf9dcf507f/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:26:09 +02:00
Julien Olivain
2fd06a0e57
support/testing/tests/package/test_zchunk.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:49 +02:00
Julien Olivain
78c7f45946
support/testing/tests/package/test_pigz.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:42 +02:00
Julien Olivain
305e74b2d8
support/testing/tests/package/test_lzop.py: new runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:25:38 +02:00
TIAN Yuanhao
f41fd3daf3
package/linux-firmware: fix old Mediatek WiFi firmware location
...
The old Mediatek WiFi firmware was moved into a mediatek/
subdirectory, see
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=8451c2b1d529dc1a49328ac9235d3cf5bb8a8fcb
Fixes:
http://autobuild.buildroot.net/results/fd237455c59686d04a795af8b7e54e9f4678d073/
Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:22:24 +02:00
Bernd Kuhls
7be241b49c
package/tovid: remove package
...
Build is broken:
"It seems that you are using `distutils.command.build` to add
new subcommands. Using `distutils` directly is considered deprecated,
please use `setuptools.command.build`.
By 2023-Dec-13, you need to update your project and remove deprecated
calls or your builds will no longer be supported."
The last commit for this package occured on May, 30th, 2016.
The last issue was opened Jan, 31st, 2017 and was unanswered.
Fixes:
http://autobuild.buildroot.net/results/b57/b571d7838950e0b5ca67106cbcd9ba61b4f04a48/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:19:15 +02:00
Bernd Kuhls
0368cd8163
package/libssh: fix build with Thumb
...
/home/buildroot/autobuild/instance-3/output-1/build/libssh-0.10.5/src/bignum.c:
In function 'ssh_make_bignum_string':
/home/buildroot/autobuild/instance-3/output-1/build/libssh-0.10.5/src/bignum.c:64:1:
sorry, unimplemented: '-fstack-check=specific' for Thumb-1
Fixes:
http://autobuild.buildroot.net/results/82c/82c8e3bb755bc8732a81f05a72f04a96ecc08b4e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:18:35 +02:00
Bernd Kuhls
52b325d1d4
package/elfutils: fix build without c++
...
The version bump to 0.189 with commit
258c27f6335aa66ce634c93b82ab146bf65f7f2 introduced an error when
libstdc++ support is not available and --disable-demangler was not used:
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=73e212b0a778c6dbe84f79b7eb2647dea50ea16f
Fixes:
http://autobuild.buildroot.net/results/cd4/cd4ca1a2b2eabe6937cb920cda5d8e566216546e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 23:18:24 +02:00
Bernd Kuhls
7258c27f63
package/elfutils: bump version to 0.189
...
Rebased patch due to upstream commit
https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=c9c055a6949702af57e46f4eac3355d4a4f94c5d
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:28:22 +02:00
Bernd Kuhls
e738ea3ebd
package/nfs-utils: fix static build
...
Fixes:
http://autobuild.buildroot.net/results/f17/f17a554c86f0b24327b49fdc75612cc133f129ed/
f9dc4bab9f bumped nfs-utils to version
2.6.3 which includes the addition of the two files patched here.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:27:30 +02:00
Bernd Kuhls
ad276d94a3
package/util-linux: bump version to 2.39
...
Release notes:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39-ReleaseNotes
Removed patch which is included in this version bump.
Updated license hash due to upstream commit
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=faeb1b64b36ededd1a0b62555cad65f002d47ac6
adding the BSD-2-Clause license:
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/diff/README.licensing?id=faeb1b64b36ededd1a0b62555cad65f002d47ac6
Even though there is now some BSD-2-Clause code in util-linux, no
license file was added upstream with the BSD-2-Clause text.
Reformatted UTIL_LINUX_LICENSE and added BSD-2-Clause license.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:25:44 +02:00
Bernd Kuhls
ecfa41b6f1
package/wireless-regdb: bump version to 2023.05.03
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:23:39 +02:00
Bernd Kuhls
4528d5093c
package/gnutls: bump version to 3.8.0
...
Updated license hashes due to upstream commit:
"Sync GPL/LGPL license files from Gnulib"
a39e528897
Removed configure options related to guile which were removed upstream:
100cc2a706
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:23:11 +02:00
Thomas Petazzoni
a9fa704025
package/rtl8822cs: fix coding style in Config.in
...
Fixes:
package/rtl8822cs/Config.in:10: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in )
package/rtl8822cs/Config.in:11: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in )
As reported by:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4653997920
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:20:15 +02:00
Lang Daniel
a1a2bfa429
DEVELOPERS: update entry for Daniel Lang
...
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Daniel Lang <dalang@gmx.at >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-14 12:04:11 +02:00