From c8247c3ea510d2aca1ddb8847b530c78421a43d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2026 07:45:43 +0200 Subject: update to 1.6.42 (2026-05-18) --- memcached-build.patch | 15 ++++++++------- memcached.spec | 5 ++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/memcached-build.patch b/memcached-build.patch index 43f6273..09f619b 100644 --- a/memcached-build.patch +++ b/memcached-build.patch @@ -1,16 +1,17 @@ -diff -up vendor/Makefile.old vendor/Makefile ---- vendor/Makefile.old 2024-01-10 15:37:23.308921592 +0100 -+++ vendor/Makefile 2024-01-10 15:37:45.820751910 +0100 -@@ -1,5 +1,5 @@ +diff -up ./vendor/Makefile.fixbuild ./vendor/Makefile +--- ./vendor/Makefile.fixbuild 2026-05-19 00:12:18.000000000 +0200 ++++ ./vendor/Makefile 2026-05-19 07:32:35.225911382 +0200 +@@ -1,6 +1,6 @@ all: + @if [ ! -f lua/Makefile ]; then echo "Missing lua application, run $(CURDIR)/fetch.sh script to download it"; exit 1; fi - cd lua && $(MAKE) all MYCFLAGS="-g" && cd .. + cd lua && $(MAKE) all MYCFLAGS="@CFLAGS@" && cd .. clean: cd lua && $(MAKE) clean && cd .. -diff -up vendor/mcmc/Makefile.old vendor/mcmc/Makefile ---- vendor/mcmc/Makefile.old 2024-01-10 15:43:11.777774397 +0100 -+++ vendor/mcmc/Makefile 2024-01-10 15:46:09.679336049 +0100 +diff -up ./vendor/mcmc/Makefile.fixbuild ./vendor/mcmc/Makefile +--- ./vendor/mcmc/Makefile.fixbuild 2023-03-13 19:25:16.000000000 +0100 ++++ ./vendor/mcmc/Makefile 2026-05-19 07:31:24.938617499 +0200 @@ -1,9 +1,10 @@ # gcc -g -Wall -Werror -pedantic -o example example.c mcmc.c PREFIX=/usr/local diff --git a/memcached.spec b/memcached.spec index b8012b8..f2766c1 100644 --- a/memcached.spec +++ b/memcached.spec @@ -29,7 +29,7 @@ %global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever} Name: memcached -Version: 1.6.41 +Version: 1.6.42 Release: 1%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -264,6 +264,9 @@ exit 0 %changelog +* Tue May 19 2026 Remi Collet - 1.6.42-1 +- update to 1.6.42 (2026-05-18) + * Sat Mar 7 2026 Remi Collet - 1.6.41-1 - update to 1.6.41 (2026-03-06) -- cgit