Date: Sat, 17 Sep 2016 12:13:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201609171213.u8HCDi6c058112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609171213.u8HCDi6c058112>