mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
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
|
PORTNAME= redis
|
||||||
DISTVERSION= 7.0.0
|
DISTVERSION= 7.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= https://download.redis.io/releases/
|
MASTER_SITES= https://download.redis.io/releases/
|
||||||
|
|
||||||
|
@ -21,6 +22,7 @@ OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB
|
||||||
OPTIONS_RADIO= EXTLUA
|
OPTIONS_RADIO= EXTLUA
|
||||||
OPTIONS_RADIO_EXTLUA= LUA LUAJIT LUAJITOR
|
OPTIONS_RADIO_EXTLUA= LUA LUAJIT LUAJITOR
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
OPTIONS_DEFAULT+= TLS
|
||||||
|
|
||||||
JEMALLOC_DESC= Use jemalloc
|
JEMALLOC_DESC= Use jemalloc
|
||||||
LUAJITOR_DESC= Use lang/luajit-openresty instead of builtin lua
|
LUAJITOR_DESC= Use lang/luajit-openresty instead of builtin lua
|
||||||
|
|
Loading…
Add table
Reference in a new issue