Skip to content

Commit 2ab7767

Browse files
authored
gnutls: upgrade 3.7.7 -> 3.7.11 to address CVE-2023-5981, CVE-2024-28835, CVE-2024-28834 & CVE-2024-0553 (#10578)
Changelog: https://gitlab.com/gnutls/gnutls/-/blob/3.7.11/NEWS Signed-off-by: Muhammad Falak R Wani <[email protected]>
1 parent db8338b commit 2ab7767

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"gnutls-3.7.7.tar.xz": "be9143d0d58eab64dba9b77114aaafac529b6c0d7e81de6bdf1c9b59027d2106"
3+
"gnutls-3.7.11.tar.xz": "90e337504031ef7d3077ab1a52ca8bac9b2f72bc454c95365a1cd1e0e81e06e9"
44
}
55
}

SPECS/gnutls/gnutls.spec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
Summary: The GnuTLS Transport Layer Security Library
22
Name: gnutls
3-
Version: 3.7.7
4-
Release: 4%{?dist}
3+
Version: 3.7.11
4+
Release: 1%{?dist}
55
License: GPLv3+ AND LGPLv2.1+
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: System Environment/Libraries
99
URL: https://www.gnutls.org
1010
Source0: https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/%{name}-%{version}.tar.xz
11-
Patch0: CVE-2023-0361.patch
12-
Patch1: CVE-2024-0567.patch
1311
BuildRequires: autogen-libopts-devel
1412
BuildRequires: gc-devel
1513
BuildRequires: guile-devel
@@ -96,6 +94,10 @@ sed -i 's/TESTS += test-ciphers-openssl.sh//' tests/slow/Makefile.am
9694
%{_mandir}/man3/*
9795

9896
%changelog
97+
* Mon Sep 30 2024 Muhammad Falak <[email protected]> - 3.7.11-1
98+
- Upgrade to v3.7.11 to address CVE-2023-5981, CVE-2024-28835, CVE-2024-28834, CVE-2024-0553
99+
- Drop patches which are already included in the source.
100+
99101
* Wed Sep 20 2023 Zhichun Wan <[email protected]> - 3.7.7-4
100102
- Add patch to fix CVE-2024-0567
101103

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4570,8 +4570,8 @@
45704570
"type": "other",
45714571
"other": {
45724572
"name": "gnutls",
4573-
"version": "3.7.7",
4574-
"downloadUrl": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.7.tar.xz"
4573+
"version": "3.7.11",
4574+
"downloadUrl": "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.11.tar.xz"
45754575
}
45764576
}
45774577
},

0 commit comments

Comments
 (0)