pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-openssl-cmac



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun 10 14:32:26 UTC 2020

Added Files:
        pkgsrc/security/ruby-openssl-cmac: DESCR Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-openssl-cmac/DESCR \
    pkgsrc/security/ruby-openssl-cmac/Makefile \
    pkgsrc/security/ruby-openssl-cmac/PLIST \
    pkgsrc/security/ruby-openssl-cmac/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-openssl-cmac/DESCR
diff -u /dev/null pkgsrc/security/ruby-openssl-cmac/DESCR:1.1
--- /dev/null   Wed Jun 10 14:32:26 2020
+++ pkgsrc/security/ruby-openssl-cmac/DESCR     Wed Jun 10 14:32:26 2020
@@ -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)
Index: pkgsrc/security/ruby-openssl-cmac/Makefile
diff -u /dev/null pkgsrc/security/ruby-openssl-cmac/Makefile:1.1
--- /dev/null   Wed Jun 10 14:32:26 2020
+++ pkgsrc/security/ruby-openssl-cmac/Makefile  Wed Jun 10 14:32:26 2020
@@ -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"
Index: pkgsrc/security/ruby-openssl-cmac/PLIST
diff -u /dev/null pkgsrc/security/ruby-openssl-cmac/PLIST:1.1
--- /dev/null   Wed Jun 10 14:32:26 2020
+++ pkgsrc/security/ruby-openssl-cmac/PLIST     Wed Jun 10 14:32:26 2020
@@ -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
Index: pkgsrc/security/ruby-openssl-cmac/distinfo
diff -u /dev/null pkgsrc/security/ruby-openssl-cmac/distinfo:1.1
--- /dev/null   Wed Jun 10 14:32:26 2020
+++ pkgsrc/security/ruby-openssl-cmac/distinfo  Wed Jun 10 14:32:26 2020
@@ -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