From 9bae382bc8828c8c5439611aa03b7001ffc16f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es=20de=20Medeiros?= Date: Mon, 2 Mar 2020 13:51:21 +0000 Subject: [PATCH] Update memcached.spec enabling TLS by default There is a work upstream to enable TLS on memcached in order to harden cloud deployments: http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012891.html --- memcached.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/memcached.spec b/memcached.spec index 260208e..1da7b5e 100644 --- a/memcached.spec +++ b/memcached.spec @@ -2,7 +2,7 @@ %define groupname memcached %bcond_without sasl %bcond_with seccomp -%bcond_with tls +%bcond_without tls %bcond_with tests %global selinuxtype targeted %global selinuxmoduletype contrib @@ -12,7 +12,7 @@ Name: memcached Version: 1.5.22 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: High Performance, Distributed Memory Object Cache @@ -176,6 +176,9 @@ fi %license ../%{selinuxmoduledir}/COPYING %changelog +* Wed Mar 04 2020 Tomas Korbar - 0:1.5.22-2 +- Enable TLS by default + * Fri Feb 07 2020 Tomas Korbar - 0:1.5.22-1 - update to 1.5.22