From owner-svn-ports-head@freebsd.org Sat Aug 8 20:14:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4788B37CB6D; Sat, 8 Aug 2020 20:14:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPD3L1BFRz4JPk; Sat, 8 Aug 2020 20:14:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C0F3DD58; Sat, 8 Aug 2020 20:14:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 078KEbZ0080658; Sat, 8 Aug 2020 20:14:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 078KEbns080655; Sat, 8 Aug 2020 20:14:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202008082014.078KEbns080655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Aug 2020 20:14:37 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: . rubygem-openssl-cmac X-SVN-Commit-Revision: 544514 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 20:14:38 -0000 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 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