Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2020 20:14:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544514 - in head/security: . rubygem-openssl-cmac
Message-ID:  <202008082014.078KEbns080655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug  8 20:14:36 2020
New Revision: 544514
URL: https://svnweb.freebsd.org/changeset/ports/544514

Log:
  New port: security/rubygem-openssl-cmac
  
  rubygem-openssl-cmac is an implementation of RFC 4493, 4494, 4615 - AES-CMAC
  Algorithm.
  WWW: https://github.com/smalllars/openssl-cmac

Added:
  head/security/rubygem-openssl-cmac/
  head/security/rubygem-openssl-cmac/Makefile   (contents, props changed)
  head/security/rubygem-openssl-cmac/distinfo   (contents, props changed)
  head/security/rubygem-openssl-cmac/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Aug  8 20:10:52 2020	(r544513)
+++ head/security/Makefile	Sat Aug  8 20:14:36 2020	(r544514)
@@ -1101,6 +1101,7 @@
     SUBDIR += rubygem-omniauth-shibboleth
     SUBDIR += rubygem-openssl
     SUBDIR += rubygem-openssl-ccm
+    SUBDIR += rubygem-openssl-cmac
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
     SUBDIR += rubygem-pbkdf2-ruby

Added: head/security/rubygem-openssl-cmac/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-openssl-cmac/Makefile	Sat Aug  8 20:14:36 2020	(r544514)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	openssl-cmac
+PORTVERSION=	2.0.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Implementation of RFC 4493, 4494, 4615 - AES-CMAC Algorithm
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-openssl-cmac/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-openssl-cmac/distinfo	Sat Aug  8 20:14:36 2020	(r544514)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596741515
+SHA256 (rubygem/openssl-cmac-2.0.1.gem) = 0894cefb087537a9317a597d4eac997ef38cba720b303835b778d3082eb8c9cc
+SIZE (rubygem/openssl-cmac-2.0.1.gem) = 9728

Added: head/security/rubygem-openssl-cmac/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-openssl-cmac/pkg-descr	Sat Aug  8 20:14:36 2020	(r544514)
@@ -0,0 +1,4 @@
+rubygem-openssl-cmac is an implementation of RFC 4493, 4494, 4615 - AES-CMAC
+Algorithm.
+
+WWW: https://github.com/smalllars/openssl-cmac



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008082014.078KEbns080655>