Skip to content

Commit 0396730

Browse files
[Medium] Upgrade erlang to fix CVE-2025-4748 (#14053)
Co-authored-by: kgodara912 <kshigodara@outlook.com>
1 parent efbb633 commit 0396730

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

SPECS/erlang/erlang.signatures.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"erlang-26.2.5.12.tar.gz": "93c97a3e14c3700eaaf2182b078fd35f8492da215327bd9c78a1f047946129f7"
4-
}
5-
}
2+
"Signatures": {
3+
"erlang-26.2.5.13.tar.gz": "b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4"
4+
}
5+
}

SPECS/erlang/erlang.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
%define debug_package %{nil}
22
Summary: erlang
33
Name: erlang
4-
Version: 26.2.5.12
5-
Release: 2%{?dist}
4+
Version: 26.2.5.13
5+
Release: 1%{?dist}
66
License: Apache-2.0
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
99
Group: Development/Languages
1010
URL: https://erlang.org
11-
Source0: https://github.com/erlang/otp/archive/OTP-%{version}/otp-OTP-%{version}.tar.gz#/%{name}-%{version}.tar.gz
11+
Source0: https://github.com/erlang/otp/archive/OTP-%{version}/otp-OTP-%{version}.tar.gz#/%{name}-%{version}.tar.gz
1212
BuildRequires: ncurses-devel
1313
BuildRequires: openssl-devel
1414
BuildRequires: unixODBC-devel
@@ -53,7 +53,10 @@ export ERL_TOP=`pwd`
5353
%{_libdir}/erlang/*
5454

5555
%changelog
56-
* Wed Jun 04 2025 Muhammad Falak <mwani@microsoft.com> - 26.2.5.11-2
56+
* Tue Jun 24 2025 Kevin Lockwood <v-klockwood@microsoft.com> - 26.2.5.13-1
57+
- Upgrade to 26.2.5.13 to fix CVE-2025-4748
58+
59+
* Wed Jun 04 2025 Muhammad Falak <mwani@microsoft.com> - 26.2.5.12-2
5760
- Skip format-check in tests
5861

5962
* Wed May 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 26.2.5.12-1

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,8 +3348,8 @@
33483348
"type": "other",
33493349
"other": {
33503350
"name": "erlang",
3351-
"version": "26.2.5.12",
3352-
"downloadUrl": "https://github.com/erlang/otp/archive/OTP-26.2.5.12/otp-OTP-26.2.5.12.tar.gz"
3351+
"version": "26.2.5.13",
3352+
"downloadUrl": "https://github.com/erlang/otp/archive/OTP-26.2.5.13/otp-OTP-26.2.5.13.tar.gz"
33533353
}
33543354
}
33553355
},

0 commit comments

Comments
 (0)