Date: Fri, 15 Jul 2016 17:46:28 +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: r418601 - in head/security: . rubygem-rex-java Message-ID: <201607151746.u6FHkSPr051598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jul 15 17:46:28 2016 New Revision: 418601 URL: https://svnweb.freebsd.org/changeset/ports/418601 Log: New port: security/rubygem-rex-java This Gem contains all of the Ruby Exploitation(Rex) library for parsing Java serialized streams. WWW: https://github.com/rapid7/rex-java Added: head/security/rubygem-rex-java/ head/security/rubygem-rex-java/Makefile (contents, props changed) head/security/rubygem-rex-java/distinfo (contents, props changed) head/security/rubygem-rex-java/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 15 17:44:49 2016 (r418600) +++ head/security/Makefile Fri Jul 15 17:46:28 2016 (r418601) @@ -1006,6 +1006,7 @@ SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog + SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-text SUBDIR += rubygem-roauth Added: head/security/rubygem-rex-java/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-java/Makefile Fri Jul 15 17:46:28 2016 (r418601) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= rex-java +PORTVERSION= 0.1.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for parsing Java serialized streams + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/security/rubygem-rex-java/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-java/distinfo Fri Jul 15 17:46:28 2016 (r418601) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468492246 +SHA256 (rubygem/rex-java-0.1.2.gem) = 9413d017ca098709d80707227a896ab35319a77e971239e620f4add991efcc81 +SIZE (rubygem/rex-java-0.1.2.gem) = 22016 Added: head/security/rubygem-rex-java/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-java/pkg-descr Fri Jul 15 17:46:28 2016 (r418601) @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for parsing Java +serialized streams. + +WWW: https://github.com/rapid7/rex-java
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151746.u6FHkSPr051598>