From owner-svn-ports-head@freebsd.org Sat Sep 17 12:21:08 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 6EA2DBDEDB1; Sat, 17 Sep 2016 12:21:08 +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 30E389B; Sat, 17 Sep 2016 12:21:08 +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 u8HCL7dY061122; Sat, 17 Sep 2016 12:21:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HCL7vv061118; Sat, 17 Sep 2016 12:21:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609171221.u8HCL7vv061118@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:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422316 - in head/security: . rubygem-rex-socket 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.23 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, 17 Sep 2016 12:21:08 -0000 Author: antoine Date: Sat Sep 17 12:21:06 2016 New Revision: 422316 URL: https://svnweb.freebsd.org/changeset/ports/422316 Log: New port: security/rubygem-rex-socket The Ruby Exploitation(Rex) Socket Abstraction Library includes all of the code needed to turn sockets into Rex::Sockets with the functionality for things like L3 pivoting used by Metasploit. WWW: https://github.com/rapid7/rex-socket Added: head/security/rubygem-rex-socket/ head/security/rubygem-rex-socket/Makefile (contents, props changed) head/security/rubygem-rex-socket/distinfo (contents, props changed) head/security/rubygem-rex-socket/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 17 12:13:44 2016 (r422315) +++ head/security/Makefile Sat Sep 17 12:21:06 2016 (r422316) @@ -1024,6 +1024,7 @@ SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry SUBDIR += rubygem-rex-rop_builder + SUBDIR += rubygem-rex-socket SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip Added: head/security/rubygem-rex-socket/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-socket/Makefile Sat Sep 17 12:21:06 2016 (r422316) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= rex-socket +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) socket abstraction library + +RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-socket/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-socket/distinfo Sat Sep 17 12:21:06 2016 (r422316) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474027552 +SHA256 (rubygem/rex-socket-0.1.0.gem) = dff8b1bfaf9d2f9d7a89e542c2496166ad835fa17ecfd0592b8cccb97b4a1134 +SIZE (rubygem/rex-socket-0.1.0.gem) = 38912 Added: head/security/rubygem-rex-socket/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-socket/pkg-descr Sat Sep 17 12:21:06 2016 (r422316) @@ -0,0 +1,5 @@ +The Ruby Exploitation(Rex) Socket Abstraction Library includes all of the code +needed to turn sockets into Rex::Sockets with the functionality for things like +L3 pivoting used by Metasploit. + +WWW: https://github.com/rapid7/rex-socket