svn commit: r445344 - in head/security: . rubygem-metasploit-aggregator

Antoine Brodin antoine at FreeBSD.org
Sat Jul 8 17:04:30 UTC 2017


Author: antoine
Date: Sat Jul  8 17:04:28 2017
New Revision: 445344
URL: https://svnweb.freebsd.org/changeset/ports/445344

Log:
  New port: security/rubygem-metasploit-aggregator
  
  The Metasploit Aggregator is a proxy for Meterpreter sessions.
  
  WWW: https://github.com/rapid7/metasploit-aggregator

Added:
  head/security/rubygem-metasploit-aggregator/
  head/security/rubygem-metasploit-aggregator/Makefile   (contents, props changed)
  head/security/rubygem-metasploit-aggregator/distinfo   (contents, props changed)
  head/security/rubygem-metasploit-aggregator/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Jul  8 17:00:41 2017	(r445343)
+++ head/security/Makefile	Sat Jul  8 17:04:28 2017	(r445344)
@@ -1025,6 +1025,7 @@
     SUBDIR += rubygem-gpgr
     SUBDIR += rubygem-gssapi
     SUBDIR += rubygem-jugyo-twitter_oauth
+    SUBDIR += rubygem-metasploit-aggregator
     SUBDIR += rubygem-metasploit-concern
     SUBDIR += rubygem-metasploit-credential
     SUBDIR += rubygem-metasploit-model

Added: head/security/rubygem-metasploit-aggregator/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-metasploit-aggregator/Makefile	Sat Jul  8 17:04:28 2017	(r445344)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	metasploit-aggregator
+PORTVERSION=	0.2.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	proxy for Meterpreter sessions
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	rubygem-grpc>=0:net/rubygem-grpc \
+		rubygem-rex-arch>=0:security/rubygem-rex-arch
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+PLIST_FILES=	bin/metasploit-aggregator
+
+.include <bsd.port.mk>

Added: head/security/rubygem-metasploit-aggregator/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-metasploit-aggregator/distinfo	Sat Jul  8 17:04:28 2017	(r445344)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499415923
+SHA256 (rubygem/metasploit-aggregator-0.2.1.gem) = 06827581dedcbb8120bf16e2466829a5deeccedbd4194d40220a0be65fea585c
+SIZE (rubygem/metasploit-aggregator-0.2.1.gem) = 28672

Added: head/security/rubygem-metasploit-aggregator/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-metasploit-aggregator/pkg-descr	Sat Jul  8 17:04:28 2017	(r445344)
@@ -0,0 +1,3 @@
+The Metasploit Aggregator is a proxy for Meterpreter sessions.
+
+WWW: https://github.com/rapid7/metasploit-aggregator


More information about the svn-ports-all mailing list