From owner-svn-ports-head@freebsd.org Sun May 15 07:08:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1222BB3C20E; Sun, 15 May 2016 07:08:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id ABDA2166E; Sun, 15 May 2016 07:08: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 u4F78bHm026230; Sun, 15 May 2016 07:08:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4F78bK9026225; Sun, 15 May 2016 07:08:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605150708.u4F78bK9026225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 15 May 2016 07:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415213 - in head/security: . rubygem-openssl-ccm X-SVN-Group: ports-head 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.22 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: Sun, 15 May 2016 07:08:39 -0000 Author: antoine Date: Sun May 15 07:08:37 2016 New Revision: 415213 URL: https://svnweb.freebsd.org/changeset/ports/415213 Log: New port: security/rubygem-openssl-ccm rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC (CCM). WWW: https://github.com/smalllars/openssl-ccm Added: head/security/rubygem-openssl-ccm/ head/security/rubygem-openssl-ccm/Makefile (contents, props changed) head/security/rubygem-openssl-ccm/distinfo (contents, props changed) head/security/rubygem-openssl-ccm/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun May 15 07:04:12 2016 (r415212) +++ head/security/Makefile Sun May 15 07:08:37 2016 (r415213) @@ -991,6 +991,7 @@ SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 Added: head/security/rubygem-openssl-ccm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/Makefile Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl-ccm +PORTVERSION= 1.2.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-openssl-ccm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/distinfo Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463296014 +SHA256 (rubygem/openssl-ccm-1.2.1.gem) = 2cc989e04018e43fcda72c4c81d75f5b803ecc77b541cb811392c00f76a705a2 +SIZE (rubygem/openssl-ccm-1.2.1.gem) = 24576 Added: head/security/rubygem-openssl-ccm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openssl-ccm/pkg-descr Sun May 15 07:08:37 2016 (r415213) @@ -0,0 +1,4 @@ +rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC +(CCM). + +WWW: https://github.com/smalllars/openssl-ccm