From owner-svn-ports-head@freebsd.org Sat Jul 23 09:27: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 E16A3BA07F7; Sat, 23 Jul 2016 09:27: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 A38A11BDD; Sat, 23 Jul 2016 09:27: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 u6N9RCVL058420; Sat, 23 Jul 2016 09:27:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6N9RCeZ058416; Sat, 23 Jul 2016 09:27:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607230927.u6N9RCeZ058416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jul 2016 09:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418951 - in head/security: . rubygem-metasploit_payloads-mettle 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: Sat, 23 Jul 2016 09:27:14 -0000 Author: antoine Date: Sat Jul 23 09:27:12 2016 New Revision: 418951 URL: https://svnweb.freebsd.org/changeset/ports/418951 Log: New port: security/rubygem-metasploit_payloads-mettle This gem contains the compiled binaries required to make Mettle function, and eventually their stages and stagers. WWW: https://github.com/rapid7/mettle Added: head/security/rubygem-metasploit_payloads-mettle/ head/security/rubygem-metasploit_payloads-mettle/Makefile (contents, props changed) head/security/rubygem-metasploit_payloads-mettle/distinfo (contents, props changed) head/security/rubygem-metasploit_payloads-mettle/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jul 23 09:00:54 2016 (r418950) +++ head/security/Makefile Sat Jul 23 09:27:12 2016 (r418951) @@ -987,6 +987,7 @@ SUBDIR += rubygem-metasploit-model SUBDIR += rubygem-metasploit-payloads SUBDIR += rubygem-metasploit_data_models + SUBDIR += rubygem-metasploit_payloads-mettle SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh Added: head/security/rubygem-metasploit_payloads-mettle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-metasploit_payloads-mettle/Makefile Sat Jul 23 09:27:12 2016 (r418951) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= metasploit_payloads-mettle +PORTVERSION= 0.0.5 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Compiled binaries for Metasploit's next-gen Meterpreter + +LICENSE= BSD3CLAUSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-metasploit_payloads-mettle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-metasploit_payloads-mettle/distinfo Sat Jul 23 09:27:12 2016 (r418951) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468854507 +SHA256 (rubygem/metasploit_payloads-mettle-0.0.5.gem) = 7e63403402c385dddcc20e7c019c4695d905729c35902a7b40faa1de7a30df1e +SIZE (rubygem/metasploit_payloads-mettle-0.0.5.gem) = 3532288 Added: head/security/rubygem-metasploit_payloads-mettle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-metasploit_payloads-mettle/pkg-descr Sat Jul 23 09:27:12 2016 (r418951) @@ -0,0 +1,4 @@ +This gem contains the compiled binaries required to make Mettle function, and +eventually their stages and stagers. + +WWW: https://github.com/rapid7/mettle