Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-openssl-cmac security/ruby-openssl-cmac:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb7b40175c03
branches:  trunk
changeset: 434048:bb7b40175c03
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 10 14:32:26 2020 +0000

description:
security/ruby-openssl-cmac: add package version 2.0.1

Add openssl-cmac package version 2.0.1.


Ruby Gem for
* RFC 4493 - The AES-CMAC Algorithm (http://tools.ietf.org/html/rfc4493)
* RFC 4494 - The AES-CMAC-96 Algorithm and Its Use with IPsec
  (http://tools.ietf.org/html/rfc4494)

* RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
  Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
  Algorithm for the Internet Key Exchange Protocol (IKE)
  (http://tools.ietf.org/html/rfc4615)

diffstat:

 security/ruby-openssl-cmac/DESCR    |  11 +++++++++++
 security/ruby-openssl-cmac/Makefile |  14 ++++++++++++++
 security/ruby-openssl-cmac/PLIST    |  12 ++++++++++++
 security/ruby-openssl-cmac/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r b8dfbdb5b738 -r bb7b40175c03 security/ruby-openssl-cmac/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-cmac/DESCR  Wed Jun 10 14:32:26 2020 +0000
@@ -0,0 +1,11 @@
+openssl-cmac
+
+Ruby Gem for
+* RFC 4493 - The AES-CMAC Algorithm (http://tools.ietf.org/html/rfc4493)
+* RFC 4494 - The AES-CMAC-96 Algorithm and Its Use with IPsec
+  (http://tools.ietf.org/html/rfc4494)
+
+* RFC 4615 - The Advanced Encryption Standard-Cipher-based Message
+  Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
+  Algorithm for the Internet Key Exchange Protocol (IKE)
+  (http://tools.ietf.org/html/rfc4615)
diff -r b8dfbdb5b738 -r bb7b40175c03 security/ruby-openssl-cmac/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-cmac/Makefile       Wed Jun 10 14:32:26 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/06/10 14:32:26 taca Exp $
+
+DISTNAME=      openssl-cmac-2.0.1
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/smalllars/openssl-cmac
+COMMENT=       RFC 4493, 4494, 4615 - The AES-CMAC Algorithm
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8dfbdb5b738 -r bb7b40175c03 security/ruby-openssl-cmac/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-cmac/PLIST  Wed Jun 10 14:32:26 2020 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/10 14:32:26 taca 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/cmac.rb
+${GEM_LIBDIR}/lib/openssl/cmac/version.rb
+${GEM_LIBDIR}/test/test_cmac.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r b8dfbdb5b738 -r bb7b40175c03 security/ruby-openssl-cmac/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-openssl-cmac/distinfo       Wed Jun 10 14:32:26 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/10 14:32:26 taca Exp $
+
+SHA1 (openssl-cmac-2.0.1.gem) = 4092af1242dc55ee93c5a62cf384bb410d82e7da
+RMD160 (openssl-cmac-2.0.1.gem) = 82846291290944f9aaf969cadb634a810578186a
+SHA512 (openssl-cmac-2.0.1.gem) = 4257eda512477d3d73835b402d551f68796d90151ef029f1017c504dff36a6b2239eee7d33cf2c041788b247de6122cd3e27ec1c27a65dbb04c13857173ff64f
+Size (openssl-cmac-2.0.1.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index