pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-openssl-ccm security/ruby-openssl-ccm: I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3712e4a5110
branches: trunk
changeset: 379694:a3712e4a5110
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu May 03 22:13:47 2018 +0000
description:
security/ruby-openssl-ccm: Import version 1.2.1
Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).
diffstat:
security/ruby-openssl-ccm/DESCR | 1 +
security/ruby-openssl-ccm/Makefile | 12 ++++++++++++
security/ruby-openssl-ccm/PLIST | 27 +++++++++++++++++++++++++++
security/ruby-openssl-ccm/distinfo | 6 ++++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 8457fc5d36d1 -r a3712e4a5110 security/ruby-openssl-ccm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-ccm/DESCR Thu May 03 22:13:47 2018 +0000
@@ -0,0 +1,1 @@
+Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).
diff -r 8457fc5d36d1 -r a3712e4a5110 security/ruby-openssl-ccm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-ccm/Makefile Thu May 03 22:13:47 2018 +0000
@@ -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@localhost
+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 -r 8457fc5d36d1 -r a3712e4a5110 security/ruby-openssl-ccm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-ccm/PLIST Thu May 03 22:13:47 2018 +0000
@@ -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 -r 8457fc5d36d1 -r a3712e4a5110 security/ruby-openssl-ccm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-ccm/distinfo Thu May 03 22:13:47 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index