Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 15:06:27 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558297 - in head/security/vault: . files
Message-ID:  <202012171506.0BHF6RQL096262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 17 15:06:26 2020
New Revision: 558297
URL: https://svnweb.freebsd.org/changeset/ports/558297

Log:
  security/vault: update to 1.6.1 [1]
  
  While here, improve pkg-message and rc script [2]
  
  PR:		251737 [2]
  Submitted by:	brd [2]

Modified:
  head/security/vault/Makefile   (contents, props changed)
  head/security/vault/distinfo   (contents, props changed)
  head/security/vault/files/pkg-message.in   (contents, props changed)
  head/security/vault/files/vault.in

Modified: head/security/vault/Makefile
==============================================================================
--- head/security/vault/Makefile	Thu Dec 17 15:02:36 2020	(r558296)
+++ head/security/vault/Makefile	Thu Dec 17 15:06:26 2020	(r558297)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vault
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 

Modified: head/security/vault/distinfo
==============================================================================
--- head/security/vault/distinfo	Thu Dec 17 15:02:36 2020	(r558296)
+++ head/security/vault/distinfo	Thu Dec 17 15:06:26 2020	(r558297)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1607295051
-SHA256 (hashicorp-vault-v1.6.0_GH0.tar.gz) = 8a5dda7f160e156365053fe59d4ba67f54afe743abac6c38339e99a599d97c48
-SIZE (hashicorp-vault-v1.6.0_GH0.tar.gz) = 38888893
-SHA256 (swills-vaultui-v1.6.0_GH0.tar.gz) = f9353ee2d3443c6d3ba5fe717ac03e7b682bbbe7ee698f87e470b12511cd603c
-SIZE (swills-vaultui-v1.6.0_GH0.tar.gz) = 1657287
+TIMESTAMP = 1608216772
+SHA256 (hashicorp-vault-v1.6.1_GH0.tar.gz) = fb5d96e682a48bfd421b13cdfffd710da0238dbded1988aab822dd5aae75b4c4
+SIZE (hashicorp-vault-v1.6.1_GH0.tar.gz) = 39080880
+SHA256 (swills-vaultui-v1.6.1_GH0.tar.gz) = 2fafc8a7e523fd7cd196731b5cebdf160e4e025b80bb4c249728a7a042f1d607
+SIZE (swills-vaultui-v1.6.1_GH0.tar.gz) = 1657205

Modified: head/security/vault/files/pkg-message.in
==============================================================================
--- head/security/vault/files/pkg-message.in	Thu Dec 17 15:02:36 2020	(r558296)
+++ head/security/vault/files/pkg-message.in	Thu Dec 17 15:06:26 2020	(r558297)
@@ -11,7 +11,7 @@ pw usermod -L daemon -n vault
 or delete the user and reinstall the package.
 
 You may also need to increase memorylocked for the daemon class in
-/etc/login.conf to 256M or more and run:
+/etc/login.conf to 1024M or more and run:
 
 cap_mkdb /etc/login.conf
 

Modified: head/security/vault/files/vault.in
==============================================================================
--- head/security/vault/files/vault.in	Thu Dec 17 15:02:36 2020	(r558296)
+++ head/security/vault/files/vault.in	Thu Dec 17 15:06:26 2020	(r558297)
@@ -15,7 +15,7 @@
 #			Default is "vault".
 # vault_group (group):	Set group to run vault.
 #			Default is "vault".
-# vault_config (dir):	Set vault config file.
+# vault_config (file):	Set vault config file.
 #			Default is "%%PREFIX%%/etc/vault.hcl".
 # vault_syslog_output_enable (bool):	Set to enable syslog output.
 #					Default is "NO". See daemon(8).
@@ -42,7 +42,7 @@ if [ ${DAEMON} -eq 0 ]; then
         : ${vault_syslog_output_priority:="info"}
         : ${vault_syslog_output_facility:="daemon"}
         if checkyesno vault_syslog_output_enable; then
-                vault_syslog_output_flags="-t ${name} -T ${name}"
+                vault_syslog_output_flags="-T ${name}"
 
                 if [ -n "${vault_syslog_output_priority}" ]; then
                         vault_syslog_output_flags="${vault_syslog_output_flags} -s ${vault_syslog_output_priority}"
@@ -60,7 +60,7 @@ fi
 pidfile=/var/run/vault.pid
 procname="%%PREFIX%%/bin/vault"
 command="/usr/sbin/daemon"
-command_args="-f ${vault_syslog_output_flags} -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}"
+command_args="-f -t ${name} ${vault_syslog_output_flags} -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}"
 
 extra_commands="reload monitor"
 monitor_cmd=vault_monitor



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