diff options
author | David Runge <dave@sleepmap.de> | 2024-02-01 10:15:53 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-02-01 10:15:53 +0100 |
commit | 5168c2e481a0f8fd9251ecfb0ea416f9ad29c4e2 (patch) | |
tree | 106a93091bfd869b2701ff089b1de2011e0c0344 | |
parent | 51101ded23b2e7e2a9826036b35edb55fc897b54 (diff) | |
download | nvchecker-5168c2e481a0f8fd9251ecfb0ea416f9ad29c4e2.tar.gz nvchecker-5168c2e481a0f8fd9251ecfb0ea416f9ad29c4e2.tar.bz2 nvchecker-5168c2e481a0f8fd9251ecfb0ea416f9ad29c4e2.tar.xz nvchecker-5168c2e481a0f8fd9251ecfb0ea416f9ad29c4e2.zip |
Update libusb
Signed-off-by: David Runge <dave@sleepmap.de>
-rw-r--r-- | core.new.json | 6 | ||||
-rw-r--r-- | core.old.json | 2 | ||||
-rw-r--r-- | core.old.json~ | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/core.new.json b/core.new.json index 0c544c5..7406351 100644 --- a/core.new.json +++ b/core.new.json @@ -1,7 +1,7 @@ { "audit": "v4.0", "efibootmgr": "18", - "efivar": "38", + "efivar": "39", "elfutils": "elfutils-0.190", "expat": "R_2_5_0", "gdbm": "1.23", @@ -14,8 +14,8 @@ "libnsl": "v2.0.1", "libpcap": "libpcap-1.10.4", "libsasl": "cyrus-sasl-2.1.28", - "libusb": "v1.0.26", - "linux": "v6.7.1", + "libusb": "v1.0.27", + "linux": "v6.7.3", "mpfr": "4.2.1", "ncurses": "6.4", "npth": "npth-1.6", diff --git a/core.old.json b/core.old.json index 4880e3b..d97aa8f 100644 --- a/core.old.json +++ b/core.old.json @@ -14,7 +14,7 @@ "libnsl": "v2.0.1", "libpcap": "libpcap-1.10.4", "libsasl": "cyrus-sasl-2.1.28", - "libusb": "v1.0.26", + "libusb": "v1.0.27", "linux": "v6.6.7", "mpfr": "4.2.1", "ncurses": "6.4", diff --git a/core.old.json~ b/core.old.json~ index 11337b6..4880e3b 100644 --- a/core.old.json~ +++ b/core.old.json~ @@ -5,7 +5,7 @@ "elfutils": "elfutils-0.190", "expat": "R_2_5_0", "gdbm": "1.23", - "gnupg": "gnupg-2.4.3", + "gnupg": "gnupg-2.4.4", "libaio": "libaio-0.3.113", "libassuan": "libassuan-2.5.6", "libcap": "libcap-2.69", |