From owner-svn-ports-head@freebsd.org Fri Jul 15 17:46:30 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 2EDACB9AB3E; Fri, 15 Jul 2016 17:46:30 +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 DAF7019EE; Fri, 15 Jul 2016 17:46:29 +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 u6FHkTK0051602; Fri, 15 Jul 2016 17:46:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6FHkSPr051598; Fri, 15 Jul 2016 17:46:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607151746.u6FHkSPr051598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 15 Jul 2016 17:46:28 +0000 (UTC) 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 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: Fri, 15 Jul 2016 17:46:30 -0000 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 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