diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 23:04:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 23:04:47 +0800 |
commit | dba8548f96e016e3a6ba393f005ec9d4ee24b014 (patch) | |
tree | 0e0ba37b5b36a976dc3c6593c7cc4758b8467006 /security/Makefile | |
parent | ca655fd3fdab87e16f3577542cfc84085777f578 (diff) | |
download | freebsd-ports-gnome-dba8548f96e016e3a6ba393f005ec9d4ee24b014.tar.gz freebsd-ports-gnome-dba8548f96e016e3a6ba393f005ec9d4ee24b014.tar.zst freebsd-ports-gnome-dba8548f96e016e3a6ba393f005ec9d4ee24b014.zip |
Add rubygem-aes_key_wrap 1.0.1
AESKeyWrap is a Ruby implementation of AES Key Wrap (RFC 3394, a.k.a. NIST Key
Wrap).
WWW: https://github.com/tomdalling/aes_key_wrap
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 53398653efd3..1f316ad4e5e1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1060,6 +1060,7 @@ SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += ruby-camellia + SUBDIR += rubygem-aes_key_wrap SUBDIR += rubygem-airbrussh SUBDIR += rubygem-attr_encrypted SUBDIR += rubygem-attr_encrypted30 |