databases/redis: turn on TLS option by default
PR: 263729 Submitted by: pete@nomadlogic.org Approved by: maintainer-timeout (two weeks)
This commit is contained in:
parent
0264cd9411
commit
08d405638b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue