Skip to content
Merged
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/libsodium/libsodium.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libsodium-1.0.19.tar.gz": "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea"
"libsodium-1.0.19-final.tar.gz": "a8ee12ac57f8357dc9976ea76a4a32051fda2577494f10c20067fb5586f12e3b"
}
}
9 changes: 6 additions & 3 deletions SPECS/libsodium/libsodium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Summary: The Sodium crypto library
Name: libsodium
Version: 1.0.19
Release: 1%{?dist}
Release: 2%{?dist}
License: ISC
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://libsodium.org/
Source0: https://download.libsodium.org/%{name}/releases/%{name}-%{version}.tar.gz
Source0: https://github.com/jedisct1/%{name}/archive/refs/tags/%{version}-FINAL.tar.gz#/%{name}-%{version}-final.tar.gz
BuildRequires: gcc
BuildRequires: make

Expand All @@ -34,7 +34,7 @@ This package contains libraries and header files for
developing applications that use %{name} libraries.

%prep
%autosetup -n %{name}-stable
%autosetup -p1 -n %{name}-%{version}-FINAL

%build
%configure \
Expand Down Expand Up @@ -68,6 +68,9 @@ find %{buildroot} -type f -name "*.a" -delete -print


%changelog
* Tue Jan 06 2026 Kanishk Bansal <kanbansal@microsoft.com> - 1.0.19-2
- Update to version 1.0.19-FINAL for CVE-2025-69277

* Fri Feb 02 2024 Thien Trung Vuong <tvuong@microsoft.com> - 1.0.19-1
- Update to version 1.0.19
- Update soname to 26
Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11232,7 +11232,7 @@
"other": {
"name": "libsodium",
"version": "1.0.19",
"downloadUrl": "https://download.libsodium.org/libsodium/releases/libsodium-1.0.19.tar.gz"
"downloadUrl": "https://github.com/jedisct1/libsodium/archive/refs/tags/1.0.19-FINAL.tar.gz"
}
}
},
Expand Down
Loading