Skip to content

Commit 1dcd90c

Browse files
authored
azcopy: upgrade version to 10.25.1 to fix CVE-2024-35255 (#9581)
1 parent dc4b0b3 commit 1dcd90c

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"azure-storage-azcopy-10.24.0-vendor.tar.gz": "b0b0436e8e8aa280007d2daf5cb1ea06346d54e070062042c792a9fbd110e690",
4-
"azure-storage-azcopy-10.24.0.tar.gz": "bbb09bee00207eb6e6e80a3ecf58ac39beb956c94f500b62888ed3404580430d"
3+
"azure-storage-azcopy-10.25.1-vendor.tar.gz": "2e51019e29834b9b4ea2480fa80eaa95d2ce09601eb1be2edcf5febd927e5a4e",
4+
"azure-storage-azcopy-10.25.1.tar.gz": "d62f0a88e8899a611d9ef627252e4379bee8530177caca081f155e28917e70d3"
55
}
66
}

SPECS/azcopy/azcopy.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: The new Azure Storage data transfer utility - AzCopy v10
22
Name: azcopy
3-
Version: 10.24.0
4-
Release: 3%{?dist}
3+
Version: 10.25.1
4+
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -63,6 +63,9 @@ go test -mod=vendor
6363
%{_bindir}/azcopy
6464

6565
%changelog
66+
* Thu Aug 01 2024 Archana Choudhary <archana1@microsoft.com> - 10.25.1-1
67+
- Bump version to 10.25.1 to fix CVE-2024-35255
68+
6669
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 10.24.0-3
6770
- Drop requirement on a specific version of golang
6871

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@
855855
"type": "other",
856856
"other": {
857857
"name": "azcopy",
858-
"version": "10.24.0",
859-
"downloadUrl": "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.24.0.tar.gz"
858+
"version": "10.25.1",
859+
"downloadUrl": "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.25.1.tar.gz"
860860
}
861861
}
862862
},

0 commit comments

Comments
 (0)