<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d678860b629a01e132f0b588badf2e2d9a1b11a4">https://github.com/macports/macports-ports/commit/d678860b629a01e132f0b588badf2e2d9a1b11a4</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d678860b629 vault: update to 1.9.2
</span>d678860b629 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d678860b629a01e132f0b588badf2e2d9a1b11a4
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Dec 22 03:40:52 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vault: update to 1.9.2
</span>---
 security/vault/Portfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/vault/Portfile b/security/vault/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 33b0a47cc30..efc4d27c8c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/vault/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/vault/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,21 +3,21 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/hashicorp/vault 1.9.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/hashicorp/vault 1.9.2 v
</span> revision            0
 
 homepage            https://www.vaultproject.io
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         A Tool for Managing Secrets
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    A Tool for Managing Secrets
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    HashiCorp Vault secures, stores, and tightly controls \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    access to tokens, passwords, certificates, API keys, and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    other secrets in modern computing. Vault handles leasing, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    key revocation, key rolling, and auditing. Through a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    unified API, users can access an encrypted Key/Value \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    store and network encryption-as-a-service, or generate \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    AWS IAM/STS credentials, SQL/NoSQL databases, X.509 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    certificates, SSH credentials, and more.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    HashiCorp Vault secures, stores, and tightly controls access to tokens, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    passwords, certificates, API keys, and other secrets in modern computing. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Vault handles leasing, key revocation, key rolling, and auditing. Through \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    a unified API, users can access an encrypted Key/Value store and network \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    databases, X.509 certificates, SSH credentials, and more.
</span> 
 categories          security
 installs_libs       no
</pre><pre style='margin:0'>

</pre>