pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu May  3 22:13:47 UTC 2018

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

Log Message:
security/ruby-openssl-ccm: Import version 1.2.1

Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-openssl-ccm/DESCR \
    pkgsrc/security/ruby-openssl-ccm/Makefile \
    pkgsrc/security/ruby-openssl-ccm/PLIST \
    pkgsrc/security/ruby-openssl-ccm/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-ccm/DESCR
diff -u /dev/null pkgsrc/security/ruby-openssl-ccm/DESCR:1.1
--- /dev/null   Thu May  3 22:13:47 2018
+++ pkgsrc/security/ruby-openssl-ccm/DESCR      Thu May  3 22:13:47 2018
@@ -0,0 +1 @@
+Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM).
Index: pkgsrc/security/ruby-openssl-ccm/Makefile
diff -u /dev/null pkgsrc/security/ruby-openssl-ccm/Makefile:1.1
--- /dev/null   Thu May  3 22:13:47 2018
+++ pkgsrc/security/ruby-openssl-ccm/Makefile   Thu May  3 22:13:47 2018
@@ -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"
Index: pkgsrc/security/ruby-openssl-ccm/PLIST
diff -u /dev/null pkgsrc/security/ruby-openssl-ccm/PLIST:1.1
--- /dev/null   Thu May  3 22:13:47 2018
+++ pkgsrc/security/ruby-openssl-ccm/PLIST      Thu May  3 22:13:47 2018
@@ -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
Index: pkgsrc/security/ruby-openssl-ccm/distinfo
diff -u /dev/null pkgsrc/security/ruby-openssl-ccm/distinfo:1.1
--- /dev/null   Thu May  3 22:13:47 2018
+++ pkgsrc/security/ruby-openssl-ccm/distinfo   Thu May  3 22:13:47 2018
@@ -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