-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade libarchive to 3.7.7 Fix CVE-2024-48957, CVE-2024-48958
- Loading branch information
1 parent
045fd51
commit 1f3f00e
Showing
9 changed files
with
20 additions
and
66 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"libarchive-3.7.1.tar.gz": "5d24e40819768f74daf846b99837fc53a3a9dcdf3ce1c2003fe0596db850f0f0" | ||
} | ||
"Signatures": { | ||
"libarchive-3.7.7.tar.gz": "4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff" | ||
} | ||
} |
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,18 +1,16 @@ | ||
Summary: Multi-format archive and compression library | ||
Name: libarchive | ||
Version: 3.7.1 | ||
Release: 2%{?dist} | ||
Version: 3.7.7 | ||
Release: 1%{?dist} | ||
# Certain files have individual licenses. For more details see contents of "COPYING". | ||
License: BSD AND Public Domain AND (ASL 2.0 OR CC0 1.0 OR OpenSSL) | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: https://www.libarchive.org/ | ||
Source0: https://github.com/libarchive/libarchive/releases/download/v%{version}/%{name}-%{version}.tar.gz | ||
Patch0: CVE-2024-26256.patch | ||
# https://github.com/libarchive/libarchive/pull/2108 (needed to cleanly apply the ZIP OOB (CVE-2024-37407) patch) | ||
# Please remove when upgrading to v3.7.4 and above | ||
Patch1: update-appledouble-support-directories.patch | ||
Patch2: CVE-2024-37407.patch | ||
Provides: bsdtar = %{version}-%{release} | ||
|
||
BuildRequires: xz-libs | ||
|
@@ -65,6 +63,9 @@ make %{?_smp_mflags} check | |
%{_libdir}/pkgconfig/*.pc | ||
|
||
%changelog | ||
* Tue Oct 15 2024 CBL-Mariner Servicing Account <[email protected]> - 3.7.7-1 | ||
- Auto-upgrade to 3.7.7 - Fix CVE-2024-48957, CVE-2024-48958 | ||
|
||
* Tue Jun 25 2024 Neha Agarwal <[email protected]> - 3.7.1-2 | ||
- Patch CVE-2024-26256 and CVE-2024-37407 | ||
|
||
|
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
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
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