diff options
author | minskim <minskim@pkgsrc.org> | 2018-05-03 22:13:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-05-03 22:13:47 +0000 |
commit | 1fdb2441e5bbd6668b8e4a0dd0fe667f568bb75c (patch) | |
tree | 9ad48aa51f3a3eef09d6f74cbc312900ddad80e7 /security | |
parent | 20fd87021c19aefd52aecf510797be543031f5aa (diff) | |
download | pkgsrc-1fdb2441e5bbd6668b8e4a0dd0fe667f568bb75c.tar.gz |
security/ruby-openssl-ccm: Import version 1.2.1
Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-openssl-ccm/DESCR | 1 | ||||
-rw-r--r-- | security/ruby-openssl-ccm/Makefile | 12 | ||||
-rw-r--r-- | security/ruby-openssl-ccm/PLIST | 27 | ||||
-rw-r--r-- | security/ruby-openssl-ccm/distinfo | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/security/ruby-openssl-ccm/DESCR b/security/ruby-openssl-ccm/DESCR new file mode 100644 index 00000000000..4e96a1358b4 --- /dev/null +++ b/security/ruby-openssl-ccm/DESCR @@ -0,0 +1 @@ +Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM). diff --git a/security/ruby-openssl-ccm/Makefile b/security/ruby-openssl-ccm/Makefile new file mode 100644 index 00000000000..80c85d6215c --- /dev/null +++ b/security/ruby-openssl-ccm/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2018/05/03 22:13:47 minskim Exp $ + +DISTNAME= openssl-ccm-1.2.1 +CATEGORIES= security + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/smalllars/openssl-ccm +COMMENT= Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM) +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-openssl-ccm/PLIST b/security/ruby-openssl-ccm/PLIST new file mode 100644 index 00000000000..16de269b51c --- /dev/null +++ b/security/ruby-openssl-ccm/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/03 22:13:47 minskim Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.rubocop.yml +${GEM_LIBDIR}/.yardopts +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/openssl/ccm.rb +${GEM_LIBDIR}/lib/openssl/ccm/version.rb +${GEM_LIBDIR}/test/data_1 +${GEM_LIBDIR}/test/data_1-1_e +${GEM_LIBDIR}/test/data_1-2_e +${GEM_LIBDIR}/test/data_1-3_e +${GEM_LIBDIR}/test/data_1-4_e +${GEM_LIBDIR}/test/data_2 +${GEM_LIBDIR}/test/data_2-1_e +${GEM_LIBDIR}/test/data_2-2_e +${GEM_LIBDIR}/test/data_2-3_e +${GEM_LIBDIR}/test/data_2-4_e +${GEM_LIBDIR}/test/data_3 +${GEM_LIBDIR}/test/data_3-1_e +${GEM_LIBDIR}/test/data_3-2_e +${GEM_LIBDIR}/test/data_3-3_e +${GEM_LIBDIR}/test/data_3-4_e +${GEM_LIBDIR}/test/test_ccm.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-openssl-ccm/distinfo b/security/ruby-openssl-ccm/distinfo new file mode 100644 index 00000000000..9012afcfc7b --- /dev/null +++ b/security/ruby-openssl-ccm/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/05/03 22:13:47 minskim Exp $ + +SHA1 (openssl-ccm-1.2.1.gem) = f59f198cbc8e7ada06183960ea5205d07661db46 +RMD160 (openssl-ccm-1.2.1.gem) = fad9d86ae629b865c91b9cbc81e92f5426f45798 +SHA512 (openssl-ccm-1.2.1.gem) = 9cb2d7d0bc97b41f217f79b8488c5b4381754cf429dc07fe89bd51aea432c5eb19a1992b7bf9c7a402308949a734599f07dbf818e72550cbd584849946e4b0ba +Size (openssl-ccm-1.2.1.gem) = 24576 bytes |