Skip to content
Closed
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
62 changes: 0 additions & 62 deletions SPECS/memcached/CVE-2026-47783.patch

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS/memcached/memcached.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"memcached.sysconfig": "31f7d20fad86bdd2bc5692619928af8785dc0e9f858863aeece67cff0e4edfd2",
"memcached-1.6.27.tar.gz": "74fe1447c8668adf910fa7a929fb6358aaf4a66ef734e751c5b8128071b0f7b5"
"memcached-1.6.45.tar.gz": "d362c64e6d8d5287153501eabf7c85b4a761432fbf53f5d7b085d0bb1653c1dd"
}
}
12 changes: 8 additions & 4 deletions SPECS/memcached/memcached.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
%bcond_with seccomp
Summary: High Performance, Distributed Memory Object Cache
Name: memcached
Version: 1.6.27
Release: 5%{?dist}
Version: 1.6.45
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -18,7 +18,6 @@ Patch0: memcached-unit.patch
Patch1: CVE-2021-43519.patch
Patch2: CVE-2021-44647.patch
Patch3: CVE-2026-24809.patch
Patch4: CVE-2026-47783.patch
BuildRequires: gcc
BuildRequires: libevent-devel
BuildRequires: systemd-devel
Expand All @@ -27,6 +26,7 @@ BuildRequires: perl-generators
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::More)
BuildRequires: perl(File::Copy)
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
BuildRequires: perl(fields)
Expand All @@ -38,7 +38,7 @@ BuildRequires: cyrus-sasl-devel
BuildRequires: libseccomp-devel
%endif
%if %{with tls}
BuildRequires: openssl-devel
BuildRequires: openssl-devel >= 1.1.1
%endif
Requires: openssl-libs

Expand Down Expand Up @@ -133,6 +133,10 @@ exit 0
%{_unitdir}/memcached.service

%changelog
* Tue Aug 18 2026 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.6.45-1
- Upgrade to 1.6.45
- Remove CVE-2026-47783.patch, fixed upstream

* Thu May 21 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 1.6.27-5
- Patch for CVE-2026-47783

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13371,8 +13371,8 @@
"type": "other",
"other": {
"name": "memcached",
"version": "1.6.27",
"downloadUrl": "https://www.memcached.org/files/memcached-1.6.27.tar.gz"
"version": "1.6.45",
"downloadUrl": "https://www.memcached.org/files/memcached-1.6.45.tar.gz"
}
}
},
Expand Down
Loading