From owner-svn-ports-head@freebsd.org Fri Jul 15 17:49:13 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 B4F83B9ABF3; Fri, 15 Jul 2016 17:49:13 +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 64D961C3C; Fri, 15 Jul 2016 17:49:13 +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 u6FHnCHA052017; Fri, 15 Jul 2016 17:49:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6FHnCaU052013; Fri, 15 Jul 2016 17:49:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607151749.u6FHnCaU052013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 15 Jul 2016 17:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418603 - in head/security: . rubygem-rex-registry 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: Fri, 15 Jul 2016 17:49:13 -0000 Author: antoine Date: Fri Jul 15 17:49:11 2016 New Revision: 418603 URL: https://svnweb.freebsd.org/changeset/ports/418603 Log: New port: security/rubygem-rex-registry This Gem contains all of the Ruby Exploitation(Rex) library for parsing offline registry files from a Windows machine. WWW: https://github.com/rapid7/rex-registry Added: head/security/rubygem-rex-registry/ head/security/rubygem-rex-registry/Makefile (contents, props changed) head/security/rubygem-rex-registry/distinfo (contents, props changed) head/security/rubygem-rex-registry/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 15 17:47:49 2016 (r418602) +++ head/security/Makefile Fri Jul 15 17:49:11 2016 (r418603) @@ -1009,6 +1009,7 @@ SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier + SUBDIR += rubygem-rex-registry SUBDIR += rubygem-rex-text SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac Added: head/security/rubygem-rex-registry/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-registry/Makefile Fri Jul 15 17:49:11 2016 (r418603) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rex-registry +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for parsing offline registry files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-registry/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-registry/distinfo Fri Jul 15 17:49:11 2016 (r418603) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468492622 +SHA256 (rubygem/rex-registry-0.1.0.gem) = f2bc39327eba282f0e172d5dad07c45b3a23976273a6c0fe6b1ef082399f29c5 +SIZE (rubygem/rex-registry-0.1.0.gem) = 16384 Added: head/security/rubygem-rex-registry/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-registry/pkg-descr Fri Jul 15 17:49:11 2016 (r418603) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for parsing offline +registry files from a Windows machine. + +WWW: https://github.com/rapid7/rex-registry