Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 21:10:46 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r558330 - in branches/2020Q4/security/vault: . files
Message-ID:  <202012172110.0BHLAkPK029468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 17 21:10:46 2020
New Revision: 558330
URL: https://svnweb.freebsd.org/changeset/ports/558330

Log:
  MFH: r557185 r558297
  
  security/vault: update to 1.6.0
  
  security/vault: update to 1.6.1 [1]
  
  While here, improve pkg-message and rc script [2]
  
  PR:		251737 [2]
  Submitted by:	brd [2]
  Security:	cc1fd3da-b8fd-4f4d-a092-c38541c0f993
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/security/vault/Makefile
  branches/2020Q4/security/vault/distinfo
  branches/2020Q4/security/vault/files/pkg-message.in
  branches/2020Q4/security/vault/files/vault.in
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/security/vault/Makefile
==============================================================================
--- branches/2020Q4/security/vault/Makefile	Thu Dec 17 21:09:37 2020	(r558329)
+++ branches/2020Q4/security/vault/Makefile	Thu Dec 17 21:10:46 2020	(r558330)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vault
-PORTVERSION=	1.5.4
+PORTVERSION=	1.6.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 

Modified: branches/2020Q4/security/vault/distinfo
==============================================================================
--- branches/2020Q4/security/vault/distinfo	Thu Dec 17 21:09:37 2020	(r558329)
+++ branches/2020Q4/security/vault/distinfo	Thu Dec 17 21:10:46 2020	(r558330)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1601333569
-SHA256 (hashicorp-vault-v1.5.4_GH0.tar.gz) = 99e3145a9b6f5ee6429b997f3e1f35f648d07c617ff6aef7041f91fcf34e1582
-SIZE (hashicorp-vault-v1.5.4_GH0.tar.gz) = 35116452
-SHA256 (swills-vaultui-v1.5.4_GH0.tar.gz) = 486ea116146a5d3b875d4449d2633519c9d09c0be8689a249c2ab2ad042d7dde
-SIZE (swills-vaultui-v1.5.4_GH0.tar.gz) = 1614275
+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: branches/2020Q4/security/vault/files/pkg-message.in
==============================================================================
--- branches/2020Q4/security/vault/files/pkg-message.in	Thu Dec 17 21:09:37 2020	(r558329)
+++ branches/2020Q4/security/vault/files/pkg-message.in	Thu Dec 17 21:10:46 2020	(r558330)
@@ -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: branches/2020Q4/security/vault/files/vault.in
==============================================================================
--- branches/2020Q4/security/vault/files/vault.in	Thu Dec 17 21:09:37 2020	(r558329)
+++ branches/2020Q4/security/vault/files/vault.in	Thu Dec 17 21:10:46 2020	(r558330)
@@ -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?202012172110.0BHLAkPK029468>