From owner-svn-ports-all@freebsd.org Sat Sep 17 12:24:41 2016 Return-Path: Delivered-To: svn-ports-all@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 09067BDB063; Sat, 17 Sep 2016 12:24:41 +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 B3260788; Sat, 17 Sep 2016 12:24:40 +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 u8HCOdx3062066; Sat, 17 Sep 2016 12:24:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HCOdmW062062; Sat, 17 Sep 2016 12:24:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609171224.u8HCOdmW062062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Sep 2016 12:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422317 - in head/security: . rubygem-rex-sslscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 12:24:41 -0000 Author: antoine Date: Sat Sep 17 12:24:39 2016 New Revision: 422317 URL: https://svnweb.freebsd.org/changeset/ports/422317 Log: New port: security/rubygem-rex-sslscan This library is a pure ruby implementation of the SSLScan tool originally written by Ian Ventura-Whiting. WWW: https://github.com/rapid7/rex-sslscan Added: head/security/rubygem-rex-sslscan/ head/security/rubygem-rex-sslscan/Makefile (contents, props changed) head/security/rubygem-rex-sslscan/distinfo (contents, props changed) head/security/rubygem-rex-sslscan/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 17 12:21:06 2016 (r422316) +++ head/security/Makefile Sat Sep 17 12:24:39 2016 (r422317) @@ -1025,6 +1025,7 @@ SUBDIR += rubygem-rex-registry SUBDIR += rubygem-rex-rop_builder SUBDIR += rubygem-rex-socket + SUBDIR += rubygem-rex-sslscan SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip Added: head/security/rubygem-rex-sslscan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-sslscan/Makefile Sat Sep 17 12:24:39 2016 (r422317) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rex-sslscan +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities + +RUN_DEPENDS= rubygem-rex-socket>=0:security/rubygem-rex-socket \ + rubygem-rex-text>=0:security/rubygem-rex-text + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-sslscan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-sslscan/distinfo Sat Sep 17 12:24:39 2016 (r422317) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474027771 +SHA256 (rubygem/rex-sslscan-0.1.0.gem) = 4706577f8214cc896a445caee43c32a89cf32979548399200b3446e3625f248f +SIZE (rubygem/rex-sslscan-0.1.0.gem) = 16896 Added: head/security/rubygem-rex-sslscan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-sslscan/pkg-descr Sat Sep 17 12:24:39 2016 (r422317) @@ -0,0 +1,4 @@ +This library is a pure ruby implementation of the SSLScan tool originally +written by Ian Ventura-Whiting. + +WWW: https://github.com/rapid7/rex-sslscan