Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/libusb/libusb.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libusb-1.0.26.tar.bz2": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
"libusb-1.0.30.tar.bz2": "fea36f34f9156400209595e300840767ab1a385ede1dc7ee893015aea9c6dbaf"
}
}
5 changes: 4 additions & 1 deletion SPECS/libusb/libusb.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A library which allows userspace access to USB devices
Name: libusb
Version: 1.0.26
Version: 1.0.30
Release: 1%{?dist}
License: LGPLv2+
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -59,6 +59,9 @@ popd
%{_libdir}/pkgconfig/*

%changelog
* Wed May 27 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.0.30-1
- Auto-upgrade to 1.0.30 - for CVE-2026-23679, CVE-2026-47104

* Fri Oct 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.0.26-1
- Auto-upgrade to 1.0.26 - Azure Linux 3.0 - package upgrades

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11661,8 +11661,8 @@
"type": "other",
"other": {
"name": "libusb",
"version": "1.0.26",
"downloadUrl": "https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2"
"version": "1.0.30",
"downloadUrl": "https://github.com/libusb/libusb/releases/download/v1.0.30/libusb-1.0.30.tar.bz2"
}
}
},
Expand Down
Loading