Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2022 19:52:43 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08d405638b51 - main - databases/redis: turn on TLS option by default
Message-ID:  <202205181952.24IJqhF1057555@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jgh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08d405638b51f728c8428263a8a2be0019365803

commit 08d405638b51f728c8428263a8a2be0019365803
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-18 19:38:56 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-18 19:52:01 +0000

    databases/redis: turn on TLS option by default
    
    PR:             263729
    Submitted by:   pete@nomadlogic.org
    Approved by:    maintainer-timeout (two weeks)
---
 databases/redis/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 99ac5676bc6e..34c1a23299d3 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis
 DISTVERSION=	7.0.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://download.redis.io/releases/
 
@@ -21,6 +22,7 @@ OPTIONS_DEFINE=		JEMALLOC TESTS TLS TRIB
 OPTIONS_RADIO=		EXTLUA
 OPTIONS_RADIO_EXTLUA=	LUA LUAJIT LUAJITOR
 OPTIONS_SUB=		yes
+OPTIONS_DEFAULT+=	TLS
 
 JEMALLOC_DESC=	Use jemalloc
 LUAJITOR_DESC=	Use lang/luajit-openresty instead of builtin lua



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205181952.24IJqhF1057555>