svn commit: r418951 - in head/security: . rubygem-metasploit_payloads-mettle
Antoine Brodin
antoine at FreeBSD.org
Sat Jul 23 09:27:14 UTC 2016
Author: antoine
Date: Sat Jul 23 09:27:12 2016
New Revision: 418951
URL: https://svnweb.freebsd.org/changeset/ports/418951
Log:
New port: security/rubygem-metasploit_payloads-mettle
This gem contains the compiled binaries required to make Mettle function, and
eventually their stages and stagers.
WWW: https://github.com/rapid7/mettle
Added:
head/security/rubygem-metasploit_payloads-mettle/
head/security/rubygem-metasploit_payloads-mettle/Makefile (contents, props changed)
head/security/rubygem-metasploit_payloads-mettle/distinfo (contents, props changed)
head/security/rubygem-metasploit_payloads-mettle/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat Jul 23 09:00:54 2016 (r418950)
+++ head/security/Makefile Sat Jul 23 09:27:12 2016 (r418951)
@@ -987,6 +987,7 @@
SUBDIR += rubygem-metasploit-model
SUBDIR += rubygem-metasploit-payloads
SUBDIR += rubygem-metasploit_data_models
+ SUBDIR += rubygem-metasploit_payloads-mettle
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-sftp
SUBDIR += rubygem-net-ssh
Added: head/security/rubygem-metasploit_payloads-mettle/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-metasploit_payloads-mettle/Makefile Sat Jul 23 09:27:12 2016 (r418951)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= metasploit_payloads-mettle
+PORTVERSION= 0.0.5
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Compiled binaries for Metasploit's next-gen Meterpreter
+
+LICENSE= BSD3CLAUSE
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/security/rubygem-metasploit_payloads-mettle/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-metasploit_payloads-mettle/distinfo Sat Jul 23 09:27:12 2016 (r418951)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468854507
+SHA256 (rubygem/metasploit_payloads-mettle-0.0.5.gem) = 7e63403402c385dddcc20e7c019c4695d905729c35902a7b40faa1de7a30df1e
+SIZE (rubygem/metasploit_payloads-mettle-0.0.5.gem) = 3532288
Added: head/security/rubygem-metasploit_payloads-mettle/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-metasploit_payloads-mettle/pkg-descr Sat Jul 23 09:27:12 2016 (r418951)
@@ -0,0 +1,4 @@
+This gem contains the compiled binaries required to make Mettle function, and
+eventually their stages and stagers.
+
+WWW: https://github.com/rapid7/mettle
More information about the svn-ports-head
mailing list