From owner-svn-ports-all@freebsd.org Sat Sep 17 12:13:45 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 91DF6BDEC59; Sat, 17 Sep 2016 12:13:45 +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 51160E67; Sat, 17 Sep 2016 12:13:45 +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 u8HCDipB058116; Sat, 17 Sep 2016 12:13:44 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HCDi6c058112; Sat, 17 Sep 2016 12:13:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609171213.u8HCDi6c058112@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:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422315 - in head/security: . rubygem-rex-rop_builder 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:13:45 -0000 Author: antoine Date: Sat Sep 17 12:13:44 2016 New Revision: 422315 URL: https://svnweb.freebsd.org/changeset/ports/422315 Log: New port: security/rubygem-rex-rop_builder This is the Ruby Exploitation(Rex) Library for building ROP chains. It also comes with the msfrop command line tool. WWW: https://github.com/rapid7/rex-rop_builder Added: head/security/rubygem-rex-rop_builder/ head/security/rubygem-rex-rop_builder/Makefile (contents, props changed) head/security/rubygem-rex-rop_builder/distinfo (contents, props changed) head/security/rubygem-rex-rop_builder/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Sep 17 12:08:09 2016 (r422314) +++ head/security/Makefile Sat Sep 17 12:13:44 2016 (r422315) @@ -1023,6 +1023,7 @@ SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry + SUBDIR += rubygem-rex-rop_builder SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip Added: head/security/rubygem-rex-rop_builder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-rop_builder/Makefile Sat Sep 17 12:13:44 2016 (r422315) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rex-rop_builder +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for building ROP chains + +RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ + rubygem-rex-core>=0:security/rubygem-rex-core \ + rubygem-rex-text>=0:security/rubygem-rex-text + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/msfrop + +.include Added: head/security/rubygem-rex-rop_builder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-rop_builder/distinfo Sat Sep 17 12:13:44 2016 (r422315) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474027251 +SHA256 (rubygem/rex-rop_builder-0.1.0.gem) = 816c01f6ac10b2d4f8d7fb13dc3e562c21d15bdd0c67a3aea5db9a8f14999378 +SIZE (rubygem/rex-rop_builder-0.1.0.gem) = 16896 Added: head/security/rubygem-rex-rop_builder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-rop_builder/pkg-descr Sat Sep 17 12:13:44 2016 (r422315) @@ -0,0 +1,4 @@ +This is the Ruby Exploitation(Rex) Library for building ROP chains. It also +comes with the msfrop command line tool. + +WWW: https://github.com/rapid7/rex-rop_builder