From 45b1b56b4e42be408541abbfe6cdd1b268b08f82 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 18:51:54 +0200 Subject: [PATCH 01/15] coreutils: update to 9.5 --- bootstrap.d/sys-apps.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap.d/sys-apps.yml b/bootstrap.d/sys-apps.yml index 4bdc78702..b0c55468d 100644 --- a/bootstrap.d/sys-apps.yml +++ b/bootstrap.d/sys-apps.yml @@ -64,11 +64,11 @@ packages: architecture: '@OPTION:arch@' source: subdir: 'ports' - url: 'https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz' + url: 'https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz' format: tar.xz - checksum: 'blake2b:11502cd2dbeef150d0d4cece2546bf6b835941b94456c258f6058338f0477f22e68e88934d075b08fe51ee4d1c0c50cb23d8084ac06a457d6e8975f01643b1cd' - extract_path: 'coreutils-9.3' - version: '9.3' + checksum: 'blake2b:6fd3a77697c9e85f31415c6ad66559faf18acc7d346677a89d4a999c2027886551e78842a7283e7b3b44fe8ef2fde04ba2f88df32a7844d5f69d45bcb7a04b6f' + extract_path: 'coreutils-9.5' + version: '9.5' tools_required: - host-automake-v1.15 regenerate: @@ -79,7 +79,6 @@ packages: - system-gcc pkgs_required: - mlibc - revision: 7 configure: # Huge hack: coreutils does not compile the build-machine binary make-prime-list # using the build-machine compiler. Hence, build and invoke the binary manually here. From e9e6030fbbba89a2a3851dc9f83f977a96e402e4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 18:59:41 +0200 Subject: [PATCH 02/15] gdk-pixbuf: update to 2.42.11 --- bootstrap.d/x11-libs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.d/x11-libs.yml b/bootstrap.d/x11-libs.yml index 0ef59b5d7..fc13702d6 100644 --- a/bootstrap.d/x11-libs.yml +++ b/bootstrap.d/x11-libs.yml @@ -102,8 +102,8 @@ packages: source: subdir: ports git: 'https://gitlab.gnome.org/GNOME/gdk-pixbuf.git' - tag: '2.42.10' - version: '2.42.10' + tag: '2.42.11' + version: '2.42.11' tools_required: - system-gcc - host-libtool @@ -122,7 +122,6 @@ packages: - shared-mime-info - libx11 - gobject-introspection - revision: 7 configure: - args: - 'meson' From 98ec9fb75fa8d11ab7dadefbbfe2d675d0ba2221 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:05:41 +0200 Subject: [PATCH 03/15] giflib: update to 5.2.2 --- bootstrap.d/media-libs.yml | 5 ++-- .../0001-Don-t-build-the-documentation.patch | 28 +++++++++---------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/bootstrap.d/media-libs.yml b/bootstrap.d/media-libs.yml index 099092ff3..f0f486786 100644 --- a/bootstrap.d/media-libs.yml +++ b/bootstrap.d/media-libs.yml @@ -211,13 +211,12 @@ packages: source: subdir: ports git: 'https://git.code.sf.net/p/giflib/code' - tag: '5.2.1' - version: '5.2.1' + tag: '5.2.2' + version: '5.2.2' tools_required: - system-gcc pkgs_required: - mlibc - revision: 9 configure: - args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@'] build: diff --git a/patches/giflib/0001-Don-t-build-the-documentation.patch b/patches/giflib/0001-Don-t-build-the-documentation.patch index 0db72241d..a92d7e698 100644 --- a/patches/giflib/0001-Don-t-build-the-documentation.patch +++ b/patches/giflib/0001-Don-t-build-the-documentation.patch @@ -1,4 +1,4 @@ -From 50b8ee7f62941422cba786451a6faaee9239eab3 Mon Sep 17 00:00:00 2001 +From 51d2a3e79a1770b6d4f67c1e36e1adddf1fc9228 Mon Sep 17 00:00:00 2001 From: Dennis Bonke Date: Thu, 23 Sep 2021 23:56:13 +0200 Subject: [PATCH] Don't build the documentation @@ -11,26 +11,26 @@ Signed-off-by: Dennis Bonke 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile -index b2bf6de..299a38f 100644 +index 87966a9..f5e6578 100644 --- a/Makefile +++ b/Makefile -@@ -62,7 +62,6 @@ UTILS = $(INSTALLABLE) \ - LDLIBS=libgif.a -lm - - all: libgif.so libgif.a libutil.so libutil.a $(UTILS) +@@ -90,7 +90,6 @@ endif + all: $(LIBGIFSO) libgif.a $(LIBUTILSO) libutil.a $(UTILS) + ifeq ($(UNAME), Darwin) + else - $(MAKE) -C doc + endif $(UTILS):: libgif.a libutil.a - -@@ -89,7 +88,7 @@ check: all - - # Installation/uninstallation - +@@ -132,7 +131,7 @@ reflow: + ifeq ($(UNAME), Darwin) + install: all install-bin install-include install-lib + else -install: all install-bin install-include install-lib install-man +install: all install-bin install-include install-lib + endif + install-bin: $(INSTALLABLE) - $(INSTALL) -d "$(DESTDIR)$(BINDIR)" - $(INSTALL) $^ "$(DESTDIR)$(BINDIR)" -- -2.33.0 +2.45.0 From 6568f76d2afc28696e4b1c9dec2da9052014c8f2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:12:37 +0200 Subject: [PATCH 04/15] hexchat: update to 2.16.2 --- bootstrap.d/net-irc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.d/net-irc.yml b/bootstrap.d/net-irc.yml index 04f696d58..9665a0ce8 100644 --- a/bootstrap.d/net-irc.yml +++ b/bootstrap.d/net-irc.yml @@ -11,8 +11,8 @@ packages: source: subdir: 'ports' git: 'https://github.com/hexchat/hexchat.git' - tag: 'v2.16.1' - version: '2.16.1' + tag: 'v2.16.2' + version: '2.16.2' tools_required: - system-gcc - virtual: pkgconfig-for-target @@ -25,7 +25,6 @@ packages: - pango - libx11 - openssl - revision: 5 configure: - args: - 'meson' From 7297da97145080e1fe102a940f4bf69010247931 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:13:32 +0200 Subject: [PATCH 05/15] havoc: update to 0.5.0 --- bootstrap.d/gui-apps.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.d/gui-apps.yml b/bootstrap.d/gui-apps.yml index 622b397af..a2218ecb4 100644 --- a/bootstrap.d/gui-apps.yml +++ b/bootstrap.d/gui-apps.yml @@ -11,8 +11,8 @@ packages: source: subdir: 'ports' git: 'https://github.com/ii8/havoc.git' - tag: '0.4.0' - version: '0.4.0' + tag: '0.5.0' + version: '0.5.0' tools_required: - system-gcc - host-pkg-config @@ -24,7 +24,6 @@ packages: - wayland - wayland-protocols - libxkbcommon - revision: 4 configure: - args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@'] build: From 1c9db7b96e07a3a0b176e3835e5688a67dc48ac9 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:14:21 +0200 Subject: [PATCH 06/15] iana-etc: update to 20240318 --- bootstrap.d/net-misc.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap.d/net-misc.yml b/bootstrap.d/net-misc.yml index 63c9e9660..20d39ff2a 100644 --- a/bootstrap.d/net-misc.yml +++ b/bootstrap.d/net-misc.yml @@ -47,14 +47,13 @@ packages: default: true source: subdir: ports - url: 'https://github.com/Mic92/iana-etc/releases/download/20230316/iana-etc-20230316.tar.gz' + url: 'https://github.com/Mic92/iana-etc/releases/download/20240318/iana-etc-20240318.tar.gz' format: 'tar.gz' - checksum: blake2b:aacae80527f0259f23675995075d78cb50da3ebab269f786ee36c6a6a4907fd79f640795a73e8a50cb9f9748c3a187b6aca5dcb41486d12527c272576a24be27 - extract_path: 'iana-etc-20230316' - version: '20230316' + checksum: blake2b:658ab8d1c390f5fa412b71821c8a6ddc956588dc38e3a703283f21dfd7d5b6b3987b3e15311034d941153ed26adac9d2baea1c15819eb0c7ea1f5b6054a217bf + extract_path: 'iana-etc-20240318' + version: '20240318' tools_required: - system-gcc - revision: 4 configure: - args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@'] build: From 0592d147abc69d044ce5019dee724dd9196fbb24 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:19:38 +0200 Subject: [PATCH 07/15] json-c: update to 0.17 also bumps revision of drm_info, sway --- bootstrap.d/dev-libs.yml | 5 ++--- bootstrap.d/gui-wm.yml | 2 +- bootstrap.d/sys-apps.yml | 2 +- .../json-c/0001-Add-managarm-specific-changes.patch | 12 ++++++------ 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/bootstrap.d/dev-libs.yml b/bootstrap.d/dev-libs.yml index ad8d0da12..cac15dc52 100644 --- a/bootstrap.d/dev-libs.yml +++ b/bootstrap.d/dev-libs.yml @@ -517,14 +517,13 @@ packages: source: subdir: ports git: 'https://github.com/json-c/json-c.git' - tag: 'json-c-0.16-20220414' - version: '0.16' + tag: 'json-c-0.17-20230812' + version: '0.17' tools_required: - system-gcc - host-cmake pkgs_required: - mlibc - revision: 8 configure: - args: - 'cmake' diff --git a/bootstrap.d/gui-wm.yml b/bootstrap.d/gui-wm.yml index c6aac2f26..e0aee901d 100644 --- a/bootstrap.d/gui-wm.yml +++ b/bootstrap.d/gui-wm.yml @@ -34,7 +34,7 @@ packages: - wayland-protocols - wlroots - xwayland - revision: 1 + revision: 2 configure: - args: - 'meson' diff --git a/bootstrap.d/sys-apps.yml b/bootstrap.d/sys-apps.yml index b0c55468d..43eea1838 100644 --- a/bootstrap.d/sys-apps.yml +++ b/bootstrap.d/sys-apps.yml @@ -225,7 +225,7 @@ packages: - mlibc - libdrm - json-c - revision: 7 + revision: 8 configure: - args: - 'meson' diff --git a/patches/json-c/0001-Add-managarm-specific-changes.patch b/patches/json-c/0001-Add-managarm-specific-changes.patch index 8289a64cc..f65b5c4c5 100644 --- a/patches/json-c/0001-Add-managarm-specific-changes.patch +++ b/patches/json-c/0001-Add-managarm-specific-changes.patch @@ -1,4 +1,4 @@ -From 79e757a57444fabd3647fc4a187345ab780502c0 Mon Sep 17 00:00:00 2001 +From abeca84c833d0119b0f506a06e67d98e68ad76f1 Mon Sep 17 00:00:00 2001 From: no92 Date: Wed, 15 Jun 2022 13:08:10 +0200 Subject: [PATCH] Add managarm-specific changes @@ -8,18 +8,18 @@ Subject: [PATCH] Add managarm-specific changes 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_tokener.c b/json_tokener.c -index 0c09b66..d74153a 100644 +index 9926563..a9696eb 100644 --- a/json_tokener.c +++ b/json_tokener.c -@@ -327,7 +327,7 @@ struct json_object *json_tokener_parse_ex(struct json_tokener *tok, const char * +@@ -342,7 +342,7 @@ struct json_object *json_tokener_parse_ex(struct json_tokener *tok, const char * if (newloc == NULL) { freelocale(duploc); - return NULL; + // return NULL; } - uselocale(newloc); - } + #ifdef NEWLOCALE_NEEDS_FREELOCALE + // Older versions of FreeBSD (<12.4) don't free the locale -- -2.36.1 +2.45.0 From 878e2cfd53255d1f0e29559b9631135a6841ce60 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:21:26 +0200 Subject: [PATCH 08/15] libarchive: update to 3.7.3 --- bootstrap.d/app-arch.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.d/app-arch.yml b/bootstrap.d/app-arch.yml index 8e1fc111e..37b300b6c 100644 --- a/bootstrap.d/app-arch.yml +++ b/bootstrap.d/app-arch.yml @@ -163,8 +163,8 @@ packages: source: subdir: 'ports' git: 'https://github.com/libarchive/libarchive.git' - tag: 'v3.7.2' - version: '3.7.2' + tag: 'v3.7.3' + version: '3.7.3' tools_required: - host-cmake - system-gcc @@ -177,7 +177,6 @@ packages: - libexpat - libxml - zstd - revision: 5 configure: - args: - 'cmake' From 8cc36defd91753d0f7c1e3c84e9b9bed3d84a8b3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:22:36 +0200 Subject: [PATCH 09/15] libexpat: update to 2.6.2 --- bootstrap.d/dev-libs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.d/dev-libs.yml b/bootstrap.d/dev-libs.yml index cac15dc52..8108ab996 100644 --- a/bootstrap.d/dev-libs.yml +++ b/bootstrap.d/dev-libs.yml @@ -635,7 +635,7 @@ packages: subdir: 'ports' git: 'https://github.com/libexpat/libexpat.git' tag: 'R_2_5_0' - version: '2.5.0' + version: '2.6.2' tools_required: - host-autoconf-v2.69 - host-automake-v1.15 @@ -650,7 +650,6 @@ packages: - system-gcc pkgs_required: - mlibc - revision: 6 configure: - args: - '@THIS_SOURCE_DIR@/expat/configure' From 5c516202dbc4676a55d25a3d02453aff8be49f05 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:25:22 +0200 Subject: [PATCH 10/15] libgpg-error: update to 1.48 also bumps revision of libgcrypt --- bootstrap.d/dev-libs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.d/dev-libs.yml b/bootstrap.d/dev-libs.yml index 8108ab996..b3d767bf6 100644 --- a/bootstrap.d/dev-libs.yml +++ b/bootstrap.d/dev-libs.yml @@ -713,7 +713,7 @@ packages: pkgs_required: - mlibc - libgpg-error - revision: 5 + revision: 6 configure: - args: - '@THIS_SOURCE_DIR@/configure' @@ -791,8 +791,8 @@ packages: source: subdir: 'ports' git: 'https://dev.gnupg.org/source/libgpg-error.git' - tag: 'libgpg-error-1.45' - version: '1.45' + tag: 'libgpg-error-1.48' + version: '1.48' tools_required: - host-autoconf-v2.69 - host-automake-v1.15 @@ -804,7 +804,6 @@ packages: - system-gcc pkgs_required: - mlibc - revision: 7 configure: # libgpg-error does not know about managarm, teach it - args: ['cp', '-v', '@THIS_SOURCE_DIR@/src/syscfg/lock-obj-pub.x86_64-unknown-linux-gnu.h', @@ -815,6 +814,7 @@ packages: - '--prefix=/usr' - '--disable-nls' - '--disable-doc' + - '--enable-install-gpg-error-config' build: - args: ['make', '-j@PARALLELISM@'] - args: ['make', 'install'] From 6879a1ae82f5f47a10c2721634ceaf0e84326a93 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:26:50 +0200 Subject: [PATCH 11/15] libinput: update to 1.25.0 --- bootstrap.d/dev-libs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.d/dev-libs.yml b/bootstrap.d/dev-libs.yml index b3d767bf6..e576cc270 100644 --- a/bootstrap.d/dev-libs.yml +++ b/bootstrap.d/dev-libs.yml @@ -900,8 +900,8 @@ packages: source: subdir: 'ports' git: 'https://gitlab.freedesktop.org/libinput/libinput.git' - tag: '1.24.0' - version: '1.24.0' + tag: '1.25.0' + version: '1.25.0' tools_required: - host-pkg-config - system-gcc @@ -912,7 +912,6 @@ packages: - eudev - libevdev - mtdev - revision: 5 configure: - args: - 'meson' From cfa8e23b3d91cee00b16a03bcc8d65bb321a27c3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:27:55 +0200 Subject: [PATCH 12/15] libjpeg-turbo: update to 3.0.2 --- bootstrap.d/media-libs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap.d/media-libs.yml b/bootstrap.d/media-libs.yml index f0f486786..09e8fc864 100644 --- a/bootstrap.d/media-libs.yml +++ b/bootstrap.d/media-libs.yml @@ -784,8 +784,8 @@ packages: source: subdir: 'ports' git: 'https://github.com/libjpeg-turbo/libjpeg-turbo.git' - tag: '3.0.0' - version: '3.0.0' + tag: '3.0.2' + version: '3.0.2' tools_required: - host-pkg-config - system-gcc @@ -794,7 +794,6 @@ packages: triple: "@OPTION:arch-triple@" pkgs_required: - mlibc - revision: 6 configure: - args: - 'cmake' @@ -802,7 +801,7 @@ packages: - '-DCMAKE_INSTALL_PREFIX=/usr' - '-DCMAKE_BUILD_TYPE=RELEASE' - '-DENABLE_STATIC=FALSE' - - '-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-3.0.0' + - '-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-3.0.2' - '-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib' - '-DWITH_JPEG8=ON' - '-DCMAKE_SYSTEM_PROCESSOR=@OPTION:arch@' From da417270727177e01c67097f5b42878868bc49f9 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:46:37 +0200 Subject: [PATCH 13/15] libpsl: update to 0.21.5 also bump revision on libsoup, libsoup3, curl (probably not needed, since the ABI differences are very minor, but still) --- bootstrap.d/net-libs.yml | 8 ++++---- bootstrap.d/net-misc.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap.d/net-libs.yml b/bootstrap.d/net-libs.yml index 41d6828cf..22742db24 100644 --- a/bootstrap.d/net-libs.yml +++ b/bootstrap.d/net-libs.yml @@ -160,8 +160,8 @@ packages: source: subdir: 'ports' git: 'https://github.com/rockdaboot/libpsl.git' - tag: '0.21.2' - version: '0.21.2' + tag: '0.21.5' + version: '0.21.5' tools_required: - host-autoconf-v2.69 - host-automake-v1.15 @@ -177,7 +177,6 @@ packages: - libidn2 - libunistring - libiconv - revision: 5 configure: - args: - '@THIS_SOURCE_DIR@/configure' @@ -224,7 +223,7 @@ packages: - libxml - sqlite - libpsl - revision: 5 + revision: 6 configure: - args: - 'meson' @@ -284,6 +283,7 @@ packages: - libpsl - zlib - gobject-introspection + revision: 1 configure: - args: - 'meson' diff --git a/bootstrap.d/net-misc.yml b/bootstrap.d/net-misc.yml index 20d39ff2a..fc885e779 100644 --- a/bootstrap.d/net-misc.yml +++ b/bootstrap.d/net-misc.yml @@ -25,7 +25,7 @@ packages: - openssl - zlib - zstd - revision: 5 + revision: 6 configure: - args: - '@THIS_SOURCE_DIR@/configure' From 28af05fcbf4ce8bcdbad758a5c43d72387ae101b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:50:07 +0200 Subject: [PATCH 14/15] libusb: update to 1.0.27 also bump revision on gst-plugins-bad --- bootstrap.d/dev-libs.yml | 9 ++++----- bootstrap.d/media-libs.yml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bootstrap.d/dev-libs.yml b/bootstrap.d/dev-libs.yml index e576cc270..21b317cfa 100644 --- a/bootstrap.d/dev-libs.yml +++ b/bootstrap.d/dev-libs.yml @@ -1165,11 +1165,11 @@ packages: categories: ['dev-libs'] source: subdir: 'ports' - url: 'https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2' + url: 'https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2' format: 'tar.bz2' - checksum: blake2b:0cc397ecf4de0066abbff9b286a9e4fcd48658698d5e0d6b736abf56b48c1b55a05f15fff7be53fd33f767621e0c25d87275a47e05a4bcb44c4b8ac9221cd081 - extract_path: 'libusb-1.0.26' - version: '1.0.26' + checksum: blake2b:bec2eb053159ffa719c794d234f8e99b895a4fae336b862a3197b88deb3d307a53ebb98d2aa993a2f390f14264f796b96ac47274c19f56db30440484ee336c8a + extract_path: 'libusb-1.0.27' + version: '1.0.27' patch-path-strip: 1 tools_required: - host-autoconf-v2.69 @@ -1186,7 +1186,6 @@ packages: pkgs_required: - mlibc - eudev - revision: 7 configure: - args: - '@THIS_SOURCE_DIR@/configure' diff --git a/bootstrap.d/media-libs.yml b/bootstrap.d/media-libs.yml index 09e8fc864..7f8abdfb4 100644 --- a/bootstrap.d/media-libs.yml +++ b/bootstrap.d/media-libs.yml @@ -399,7 +399,7 @@ packages: - libmodplug - vulkan-headers - libusb - revision: 4 + revision: 5 configure: - args: - 'meson' From 9968a4886181d47e632d2123b0ebcddf227c9300 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 5 May 2024 19:50:16 +0200 Subject: [PATCH 15/15] usbutils: update to 017 --- bootstrap.d/sys-apps.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap.d/sys-apps.yml b/bootstrap.d/sys-apps.yml index 43eea1838..cdfd0bb10 100644 --- a/bootstrap.d/sys-apps.yml +++ b/bootstrap.d/sys-apps.yml @@ -800,11 +800,11 @@ packages: categories: ['sys-apps'] source: subdir: 'ports' - url: 'https://github.com/gregkh/usbutils/archive/v015/usbutils-015.tar.gz' + url: 'https://github.com/gregkh/usbutils/archive/v017/usbutils-017.tar.gz' format: 'tar.gz' - checksum: blake2b:6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2 - extract_path: 'usbutils-015' - version: '015' + checksum: blake2b:1dc37f50bd214cd1612819c5814e5a6fe01609b21830e40f03c163a1e100f8d041e93defc0981da8a8a2a8c8a07283a09d3e37101e9ae1d61fd2842809ebcc0e + extract_path: 'usbutils-017' + version: '017' tools_required: - host-autoconf-v2.69 - host-automake-v1.15 @@ -820,7 +820,6 @@ packages: - mlibc - libusb - eudev - revision: 6 configure: - args: - '@THIS_SOURCE_DIR@/configure'