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
This commit is contained in:
parent
60f6c716d4
commit
9bae382bc8
@ -2,7 +2,7 @@
|
|||||||
%define groupname memcached
|
%define groupname memcached
|
||||||
%bcond_without sasl
|
%bcond_without sasl
|
||||||
%bcond_with seccomp
|
%bcond_with seccomp
|
||||||
%bcond_with tls
|
%bcond_without tls
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
%global selinuxmoduletype contrib
|
%global selinuxmoduletype contrib
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.5.22
|
Version: 1.5.22
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: High Performance, Distributed Memory Object Cache
|
Summary: High Performance, Distributed Memory Object Cache
|
||||||
|
|
||||||
@ -176,6 +176,9 @@ fi
|
|||||||
%license ../%{selinuxmoduledir}/COPYING
|
%license ../%{selinuxmoduledir}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 04 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.5.22-2
|
||||||
|
- Enable TLS by default
|
||||||
|
|
||||||
* Fri Feb 07 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.5.22-1
|
* Fri Feb 07 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.5.22-1
|
||||||
- update to 1.5.22
|
- update to 1.5.22
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user