-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
140 changed files
with
13,420 additions
and
326 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
%endif | ||
Summary: Signed GRand Unified Bootloader for %{buildarch} systems | ||
Name: grub2-efi-binary-signed-%{buildarch} | ||
Version: 2.12 | ||
Release: 1%{?dist} | ||
Version: 2.06 | ||
Release: 19%{?dist} | ||
License: GPLv3+ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -79,9 +79,6 @@ cp %{SOURCE3} %{buildroot}/boot/efi/EFI/BOOT/%{grubpxeefiname} | |
/boot/efi/EFI/BOOT/%{grubpxeefiname} | ||
|
||
%changelog | ||
* Fri Jun 14 2024 Gary Swalling <[email protected]> - 2.12-1 | ||
- Match grub2 version and release numbers | ||
|
||
* Wed Jun 12 2024 George Mileka <[email protected]> - 2.06-19 | ||
- disable code optimization for ip checksum calculation | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"blobfuse2-2.1.0.tar.gz": "cf51a427d32083a49721d92b35e7fdb76c8f1887b14c0e0e7a5744c470b1653e", | ||
"blobfuse2-2.1.0-vendor.tar.gz": "338bd84bd65012b408330077e163ddab2c5362b379e50263e589500ec6d283a2" | ||
"blobfuse2-2.3.0.tar.gz": "9e7c3b98c4967d45405a4b9450fb3e90e329ffefaef1ffa0e6cedfd66991881b", | ||
"blobfuse2-2.3.0-vendor.tar.gz": "fea87a77eb3ee28883c1e24de6213c5db1288387b9f9162f4fc57cfdffe97ddb" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
|
||
Summary: FUSE adapter - Azure Storage | ||
Name: blobfuse2 | ||
Version: 2.1.0 | ||
Release: 4%{?dist} | ||
Version: 2.3.0 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -15,7 +15,6 @@ URL: https://github.com/Azure/azure-storage-fuse/ | |
Source0: https://github.com/Azure/azure-storage-fuse/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
# Leverage the `generate_source_tarball.sh` to create the vendor sources. | ||
Source1: %{name}-%{version}-vendor.tar.gz | ||
Patch0: CVE-2023-44487.patch | ||
BuildRequires: cmake | ||
BuildRequires: fuse3-devel | ||
BuildRequires: gcc | ||
|
@@ -60,6 +59,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot | |
%{_sysconfdir}/logrotate.d/blobfuse2 | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Pawel Winogrodzki <[email protected]> - 2.3.0-1 | ||
- Update to version 2.3.0. | ||
|
||
* Mon Jul 08 2024 Pawel Winogrodzki <[email protected]> - 2.1.0-4 | ||
- Adding a patch for CVE-2023-44487. | ||
- Switched to building the vendor tarball with the generate_source_tarball.sh script. | ||
|
Oops, something went wrong.