Brandon Maier
a3d91b0a83
package/bats-file: new package
...
bats-file is a helper library providing common filesystem related
assertions and helpers for Bats.
This library does not provide an installer. Manually install the files
under /usr/lib/bats/bats-file which is what the Arch Linux package
does[1]. This makes the library loadable using `bats_load_library`[2].
[1] https://gitlab.archlinux.org/archlinux/packaging/packages/bats-file/-/blob/main/PKGBUILD?ref_type=heads
[2] https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries
Signed-off-by: Brandon Maier <brandon.maier@collins.com >
[yann.morin.1998@free.fr: move as sub-option of bats-core]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 11:08:56 +02:00
Brandon Maier
154663c71e
package/bats-assert: new package
...
bats-assert is a helper library providing common assertions for Bats.
This library does not provide an installer. Manually install the files
under /usr/lib/bats/bats-assert which is what the Arch Linux package
does[1]. This makes the library loadable using `bats_load_library`[2].
[1] https://gitlab.archlinux.org/archlinux/packaging/packages/bats-assert/-/blob/main/PKGBUILD?ref_type=heads
[2] https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries
Signed-off-by: Brandon Maier <brandon.maier@collins.com >
yann.morin.1998@free.fr: move as sub-option of bats-core]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 11:08:55 +02:00
Brandon Maier
38ba3d31a4
package/bats-support: new package
...
This library provides support functions needed by the bats-assert and
bats-file libraries.
This library does not provide an installer. Manually install the files
under /usr/lib/bats/bats-support which is what the Arch Linux package
does[1]. This makes the library loadable using `bats_load_library`[2].
[1] https://gitlab.archlinux.org/archlinux/packaging/packages/bats-support/-/blob/main/PKGBUILD?ref_type=heads
[2] https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries
There are going to be a few such helpers to be introduced later, so we
make them all appear as sub-options of the main package, bats-core.
Signed-off-by: Brandon Maier <brandon.maier@collins.com >
[yann.morin.1998@free.fr:
- move as sub-option of bats-core
- explain why in commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 11:08:34 +02:00
Julien BOIBESSOT
09bcfb5696
configs/armadeus_apf51: activates BR2_DOWNLOAD_FORCE_CHECK_HASHES
...
As asked by Romain. Armadeus boards share Linux hashes.
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com >
[yann.morin.1998@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 10:35:56 +02:00
Julien BOIBESSOT
f13651ed88
configs/armadeus_apf28: activates BR2_DOWNLOAD_FORCE_CHECK_HASHES
...
As asked by Romain. Armadeus boards share same Linux hashes.
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com >
[yann.morin.1998@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 10:35:23 +02:00
Julien BOIBESSOT
5efa5e9023
configs/armadeus_apf27: add hashes for Linux/U-Boot
...
And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES. As asked By Romain.
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com >
[yann.morin.1998@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-05-05 10:34:39 +02:00
Fabrice Fontaine
929bffbf4b
package/libglib2: fix atomic handling
...
Correctly fix atomic handling to avoid the following build failure with
all users of libglib2 (e.g. gdk-pixbuf) raised since bump to version
2.76.1 in commit 3f9622fe3d :
/usr/lib/libglib-2.0.a(gthread-posix.c.o): in function `g_mutex_trylock':
gthread-posix.c:(.text+0xda8): undefined reference to `__atomic_compare_exchange_4'
Fixes:
- http://autobuild.buildroot.org/results/24a358869b98d83ab374c7c3a185ced450064d35
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 10:30:14 +02:00
Bernd Kuhls
ce3ce432fe
package/libpng: bump version to 1.6.43
...
Release notes:
https://sourceforge.net/p/png-mng/mailman/message/58741099/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:47:27 +02:00
Bernd Kuhls
ab78b51d83
package/libplist: bump version to 2.4.0
...
Release notes:
https://github.com/libimobiledevice/libplist/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:47:22 +02:00
Bernd Kuhls
4c4bb101ba
package/libpciaccess: bump version to 0.18.1
...
Removed patch which is included in upstream release.
Release notes:
https://lists.x.org/archives/xorg-announce/2024-March/003483.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:47:17 +02:00
Bernd Kuhls
6d5ce8609f
package/libopenssl: bump version to 3.3.0
...
Changelog: https://www.openssl.org/news/cl33.txt
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:46:34 +02:00
Bernd Kuhls
b5c2b86ccf
package/libminiupnpc: bump version to 2.2.7
...
Update license hash due to copyright year bump:
e370f25e91
Changelog:
https://github.com/miniupnp/miniupnp/blob/master/miniupnpc/Changelog.txt
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:46:26 +02:00
Bernd Kuhls
0d5be689b4
package/libmicrohttpd: bump version to 1.0.1
...
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2024-02/msg00000.html
https://lists.gnu.org/archive/html/info-gnu/2024-02/msg00003.html
Changelog: https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:49 +02:00
Bernd Kuhls
61bb21db97
package/libinput: bump version to 1.25.0
...
Release notes:
https://lists.freedesktop.org/archives/wayland-devel/2023-August/042967.html
https://lists.freedesktop.org/archives/wayland-devel/2024-January/043396.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:44 +02:00
Bernd Kuhls
5e2e0fedc8
package/libedit: bump version to 20230828-3.1
...
Changelog: https://www.thrysoee.dk/editline/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:39 +02:00
Bernd Kuhls
20b4739c4e
package/libdeflate: bump version to 1.20
...
Release notes:
ttps://github.com/ebiggers/libdeflate/blob/master/NEWS.md
Build-tested using this defconfig
BR2_PACKAGE_LIBDEFLATE=y
arm-aarch64 [ 1/42]: OK
bootlin-aarch64-glibc [ 2/42]: OK
bootlin-arcle-hs38-uclibc [ 3/42]: OK
bootlin-armv5-uclibc [ 4/42]: OK
bootlin-armv7-glibc [ 5/42]: OK
bootlin-armv7m-uclibc [ 6/42]: OK
bootlin-armv7-musl [ 7/42]: OK
bootlin-m68k-5208-uclibc [ 8/42]: OK
bootlin-m68k-68040-uclibc [ 9/42]: OK
bootlin-microblazeel-uclibc [10/42]: OK
bootlin-mipsel32r6-glibc [11/42]: OK
bootlin-mipsel-uclibc [12/42]: OK
bootlin-nios2-glibc [13/42]: OK
bootlin-openrisc-uclibc [14/42]: OK
bootlin-powerpc64le-power8-glibc [15/42]: OK
bootlin-powerpc-e500mc-uclibc [16/42]: OK
bootlin-riscv32-glibc [17/42]: OK
bootlin-riscv64-glibc [18/42]: OK
bootlin-riscv64-musl [19/42]: OK
bootlin-s390x-z13-glibc [20/42]: OK
bootlin-sh4-uclibc [21/42]: OK
bootlin-sparc64-glibc [22/42]: OK
bootlin-sparc-uclibc [23/42]: OK
bootlin-x86-64-glibc [24/42]: OK
bootlin-x86-64-musl [25/42]: OK
bootlin-x86-64-uclibc [26/42]: OK
bootlin-xtensa-uclibc [27/42]: OK
br-arm-basic [28/42]: OK
br-arm-full-nothread [29/42]: OK
br-arm-full-static [30/42]: OK
br-i386-pentium4-full [31/42]: OK
br-i386-pentium-mmx-musl [32/42]: OK
br-mips64-n64-full [33/42]: OK
br-mips64r6-el-hf-glibc [34/42]: OK
br-powerpc-603e-basic-cpp [35/42]: OK
br-powerpc64-power7-glibc [36/42]: OK
linaro-aarch64-be [37/42]: OK
linaro-aarch64 [38/42]: OK
linaro-arm [39/42]: OK
sourcery-mips64 [40/42]: OK
sourcery-mips [41/42]: OK
sourcery-nios2 [42/42]: OK
42 builds, 0 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:35 +02:00
Bernd Kuhls
ce486bf62a
package/libcap-ng: bump version to 0.8.5
...
Switched _SITE to https.
Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:28 +02:00
Bernd Kuhls
d476d2e7e5
package/intel-gmmlib: bump version to 22.3.19
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:19 +02:00
Bernd Kuhls
f1723c93b5
package/tor: bump version to 0.4.8.11
...
Release notes:
https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://forum.torproject.org/t/stable-release-0-4-8-11/12265
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:45:16 +02:00
Waldemar Brodkorb
7e3963cb5e
package/shadow: enable on uclibc
...
Package was disabled with commit
8035ea0a71 because of missing features
in uClibc-ng. In uClibc-ng 1.0.47 the missing feature were added,
so enable shadow again.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:44:27 +02:00
Dario Binacchi
6c1b31ff1a
package/uuu: bump to version 1.5.179
...
- Provide macos arm prebuild version.
Release notes:
https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.179
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:43:38 +02:00
Michael Nosthoff
30a88f4ab0
package/catch2: bump to version 3.5.4
...
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-02 09:43:37 +02:00
Bernd Kuhls
81d7103a10
package/cmake: add BR2_HOST_CMAKE_AT_LEAST_3_28
...
Buildroot commit 38d07349da forgot to
add the corresponding BR2_HOST_CMAKE_AT_LEAST_X_Y option.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-02 00:15:47 +02:00
Lukasz Tekieli
c94df402d5
configs/visionfive2_defconfig: add hashes for linux/opensbi/u-boot
...
Enable BR2_DOWNLOAD_FORCE_CHECK_HASHES and set the patch directory.
Signed-off-by: Lukasz Tekieli <tekieli.lukasz@gmail.com >
[Romain: remove .checkpackageignore entry]
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-02 00:01:06 +02:00
Gero Schwäricke
e4981d6756
ti-k3-r5-loader: support devicetree customization
...
This is duplicated from the U-Boot makefile & Kconfig.
Similarly to U-Boot custom boards sometimes need to adjust the U-Boot
devicetree. For example, the AM64x SDRAM controller supports inline ECC
which needs to be enabled in the R5 loader devicetree.
Please note that some versions of U-Boot have broken external devicetree
support and may require manual patching to build. See commit [1]
in the U-Boot tree.
[1] 3609e1dc5f
Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com >
Signed-off-by: Gero Schwäricke <gero.schwaericke@grandcentrix.net >
[Romain: add gitlab URL]
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 23:50:26 +02:00
Fabrice Fontaine
4d57014449
package/libnetconf2: add libxcrypt optional dependency
...
Fix the following build failure raised since bump of glibc to version
2.39 in commit b5680f53d6 :
/home/buildroot/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sparc64-buildroot-linux-gnu/12.3.0/../../../../sparc64-buildroot-linux-gnu/bin/ld: cannot find -lcrypt: No such file or directory
Fixes: b5680f53d6
- http://autobuild.buildroot.org/results/c84e27815cc607ad78a1901cb2be591df2686ac7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-05-01 23:39:12 +02:00
Reza Arbab
20ddf2fe65
package/petitboot: add libxcrypt optional dependency
...
Fix the following build failure raised since bump of glibc to version
2.39 in commit b5680f53d6 :
checking for crypt in -lcrypt... no
configure: error: in `/home/arbab/src/buildroot/output/build/petitboot-1.15':
configure: error: shadow/crypt libs required
Signed-off-by: Reza Arbab <arbab@linux.ibm.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-05-01 23:36:07 +02:00
Romain Naour
c6784ea0e1
utils/genrandconfig: remove Sourcery CodeBench Nios-II exclusion
...
BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII has been removed by [1].
[1] 7fa0159a50
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-05-01 23:35:15 +02:00
Fabio Estevam
00522a5022
configs/mx6cubox: update U-Boot and kernel
...
Update to U-Boot 2024.04 and kernel 6.6.27 versions.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 23:34:18 +02:00
Julien Olivain
1f7c581454
package/gnu-efi: enable on RISC-V 64-bit
...
gnu-efi RISC-V 64bit support was introduced in commit [1], first
included in version 3.0.14.
This commit adds this architecture in _ARCH_SUPPORTS.
[1] b95f138fa1
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 23:32:34 +02:00
Julien Olivain
7d1aaddb2b
support/testing/tests/fs/test_f2fs.py: bump test k to 6.6.27
...
This commit bumps to the 6.6.x series to refresh the test, as the
4.19.x series is planned to be end-of-life soon, in December 2024.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 23:32:15 +02:00
Francois Perrad
566eb38bdf
package/libarchive: bump to version 3.7.3
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 23:32:14 +02:00
Romain Naour
7b973daac3
DEVELOPERS: remove Sebastian Weyer
...
Sebastian email address at Smile is bouncing, so drop it
from the DEVELOPERS file.
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-05-01 23:31:54 +02:00
Fabrice Fontaine
b8a86f5a8f
package/python-pillow: fix legal info
...
Commit dfaa34ddd3 forgot to update hash of
LICENSE file:
ERROR: LICENSE has wrong sha256 hash:
ERROR: expected: e706384c6f299d1b6fa782ae657740b372b4bd7938a1a318bf94ac249114758a
ERROR: got : cf234c27a3f275f5a050f4df3946f8855704226fe4e7ca8b33928cbcecbced37
LICENSE file has been updated to clean up authors and contributors:
4197263dff
Fixes: dfaa34ddd3
- http://autobuild.buildroot.org/results/5a35d83c73367e1b20534b1bc7f2f564cf653a38
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-05-01 23:31:53 +02:00
Dario Binacchi
20a5c02235
configs/ti_am62x_sk_defconfig: reorder defconfig
...
The patch doesn't introduce any functional changes but reorganizes the
code to prevent the execution of the commands:
make ti_am62x_sk_defconfig
make savedefconfig
from showing a change in the defconfig.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Reviewed-by: Gero Schwäricke <gero.schwaericke@grandcentrix.net >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 23:25:11 +02:00
Sébastien Szymanski
74c0cf2152
DEVELOPERS: add myself for Armadeus boards
...
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 23:07:30 +02:00
Brandon Maier
804abf536e
package/bats-core: bump to version 1.11.0
...
https://github.com/bats-core/bats-core/releases/tag/v1.11.0
https://github.com/bats-core/bats-core/releases/tag/v1.10.0
https://github.com/bats-core/bats-core/releases/tag/v1.9.0
Signed-off-by: Brandon Maier <brandon.maier@collins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:58:53 +02:00
Francois Perrad
2fbffc610e
package/dropbear: bump to version 2024.85
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:49:45 +02:00
Michael Nosthoff
36841b5f37
package/spdlog: bump to version 1.14.0
...
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:47:18 +02:00
Jan Čermák
0d394c39b8
package/linux-pam: bump to version 1.6.1
...
Bump to latest version, fixing couple of bugs. Remove patch already
included in this release.
https://github.com/linux-pam/linux-pam/releases/tag/v1.6.1
Signed-off-by: Jan Čermák <sairon@sairon.cz >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:46:39 +02:00
Jan Čermák
b890206876
package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.75
...
Bump to version 5.75 containing various fixes. Added a patch to fix
build with disabled CUPS (failing since 5.73, waiting to be reviewed and
merged) and enabled autoreconf which is needed for that patch.
Changelog:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/ChangeLog
Signed-off-by: Jan Čermák <sairon@sairon.cz >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:21:16 +02:00
Julien Olivain
17a04da7d4
package/fwts: bump to version 24.03.00
...
For release notes since version 23.07.00, see:
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/24.03.00
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/24.01.00
https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/23.11.00
License file hash changed, due to year update in:
cb2014e17f
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:41 +02:00
Julien Olivain
2aa3a23bbe
package/fwts: update _SITE url to use https
...
The http URL redirects to https. This commit updates this URL to
directly use https.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:40 +02:00
Julien Olivain
7c1faf997f
support/testing: add fwts runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:39 +02:00
Julien Olivain
6317f6c9a4
support/testing: add iperf runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:38 +02:00
Julien Olivain
4d9a3f1a32
package/iperf: bump to version 2.2.0
...
For release note, see after the file list at:
https://sourceforge.net/projects/iperf2/files/
Note: the md5 file hash is also added, because it is published on
download page.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:37 +02:00
Julien Olivain
05a4e5d5a5
package/acpica: bump to version 20240321
...
For change log since 20230628, see [1].
License file hash changed in [2], due to year update.
The upstream download page also changed the published hash from sha1
to sha256. This change is reflected in the hash file.
[1] https://github.com/acpica/acpica/blob/G20240322/documents/changes.txt
[2] c18edfb1ab
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2024-05-01 22:06:36 +02:00
Giulio Benetti
13602787bc
toolchain: remove binutils bug 27597
...
Binutils bug 27597 is not present anymore in Buildroot so let's remove it.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 21:57:33 +02:00
Giulio Benetti
c34e40fb65
package/postgis: drop nios2 binutils bug 27597 dependency
...
Now that binutils patch has been backported to every Buildroot binutils
version we can drop nios2 binutils bug 27597 dependency.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 21:57:31 +02:00
Giulio Benetti
3b7a8ebefc
package/pistache: drop nios2 binutils bug 27597 dependency
...
Now that binutils patch has been backported to every Buildroot binutils
version we can drop nios2 binutils bug 27597 dependency.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Romain Naour <romain.naour@smile.fr >
2024-05-01 21:57:29 +02:00