Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 12:21:07 +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: r422316 - in head/security: . rubygem-rex-socket
Message-ID:  <201609171221.u8HCL7vv061118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609171221.u8HCL7vv061118>