svn commit: r387176 - in head: . security security/metasploit security/rubygem-metasploit-concern security/rubygem-metasploit-credential security/rubygem-metasploit-model security/rubygem-metasploi...
Antoine Brodin
antoine at FreeBSD.org
Sat May 23 16:32:28 UTC 2015
Author: antoine
Date: Sat May 23 16:32:23 2015
New Revision: 387176
URL: https://svnweb.freebsd.org/changeset/ports/387176
Log:
Update security/metasploit to 4.11.2
Added:
head/security/rubygem-metasploit-payloads/
- copied from r387175, head/security/rubygem-meterpreter_bins/
Deleted:
head/security/rubygem-meterpreter_bins/
Modified:
head/MOVED
head/security/Makefile
head/security/metasploit/Makefile
head/security/metasploit/distinfo
head/security/rubygem-metasploit-concern/Makefile
head/security/rubygem-metasploit-concern/distinfo
head/security/rubygem-metasploit-credential/Makefile
head/security/rubygem-metasploit-credential/distinfo
head/security/rubygem-metasploit-model/Makefile
head/security/rubygem-metasploit-model/distinfo
head/security/rubygem-metasploit-payloads/Makefile
head/security/rubygem-metasploit-payloads/distinfo
head/security/rubygem-metasploit-payloads/pkg-descr
head/security/rubygem-metasploit_data_models/Makefile
head/security/rubygem-metasploit_data_models/distinfo
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat May 23 15:43:45 2015 (r387175)
+++ head/MOVED Sat May 23 16:32:23 2015 (r387176)
@@ -7586,3 +7586,4 @@ lang/pypy-devel|lang/pypy|2015-05-17|Sup
databases/my2cego|databases/cegobridge|2015-05-19|Superseded by databases/cegobridge
devel/rubygem-bioruby|devel/rubygem-bio|2015-05-23|Rename to match our rubygems naming
www/rubygem-taggable|www/rubygem-acts_as_taggable|2015-05-23|Rename to match our rubygems naming
+security/rubygem-meterpreter_bins|security/rubygem-metasploit-payloads|2015-05-23|Renamed upstream
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -910,8 +910,8 @@
SUBDIR += rubygem-metasploit-concern
SUBDIR += rubygem-metasploit-credential
SUBDIR += rubygem-metasploit-model
+ SUBDIR += rubygem-metasploit-payloads
SUBDIR += rubygem-metasploit_data_models
- SUBDIR += rubygem-meterpreter_bins
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-scp11
SUBDIR += rubygem-net-sftp
Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/metasploit/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= metasploit
-PORTVERSION= 4.11.1
+PORTVERSION= 4.11.2
CATEGORIES= security
MAINTAINER= tanawts at gmail.com
@@ -16,9 +16,9 @@ RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm
rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
rubygem-jsobfu>=0.2.0:${PORTSDIR}/www/rubygem-jsobfu \
rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
- rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \
- rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \
- rubygem-meterpreter_bins>=0.0.13:${PORTSDIR}/security/rubygem-meterpreter_bins \
+ rubygem-metasploit-concern>=0.4.0:${PORTSDIR}/security/rubygem-metasploit-concern \
+ rubygem-metasploit-model>=0.29.0:${PORTSDIR}/security/rubygem-metasploit-model \
+ rubygem-metasploit-payloads>=0.0.3:${PORTSDIR}/security/rubygem-metasploit-payloads \
rubygem-msgpack>=0:${PORTSDIR}/devel/rubygem-msgpack \
rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-network_interface>=0.0.1:${PORTSDIR}/net/rubygem-network_interface \
@@ -46,8 +46,8 @@ OPTIONS_DEFAULT=DB
DB_DESC= Database support
DB_RUN_DEPENDS= rubygem-activerecord>=3.0.0:${PORTSDIR}/databases/rubygem-activerecord \
- rubygem-metasploit-credential>=0.13.7:${PORTSDIR}/security/rubygem-metasploit-credential \
- rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \
+ rubygem-metasploit-credential>=0.14.5:${PORTSDIR}/security/rubygem-metasploit-credential \
+ rubygem-metasploit_data_models>=0.24.0,2:${PORTSDIR}/security/rubygem-metasploit_data_models \
rubygem-pg>=0.11:${PORTSDIR}/databases/rubygem-pg
.include <bsd.port.options.mk>
@@ -56,8 +56,6 @@ post-patch:
${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \
/packetfu/s/1.1.9/>= 1.1.9/ ; \
/rb-readline/d' ${WRKSRC}/metasploit-framework.gemspec
- ${REINPLACE_CMD} 's,3.2.21,3.2.19,' \
- ${WRKSRC}/lib/metasploit/framework/rails_version_constraint.rb
do-build:
${RM} ${WRKSRC}/Gemfile.lock
Modified: head/security/metasploit/distinfo
==============================================================================
--- head/security/metasploit/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/metasploit/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rapid7-metasploit-framework-4.11.1_GH0.tar.gz) = 38a8acb13b579d78bb0b84d6d79e1b8c7e7828230d48d043b760ecbd3adfc2d5
-SIZE (rapid7-metasploit-framework-4.11.1_GH0.tar.gz) = 35509210
+SHA256 (rapid7-metasploit-framework-4.11.2_GH0.tar.gz) = 1e83deb1c0215278e223b301aa7fe42423e546c9498d149efe29c4b1e89540a8
+SIZE (rapid7-metasploit-framework-4.11.2_GH0.tar.gz) = 34521670
Modified: head/security/rubygem-metasploit-concern/Makefile
==============================================================================
--- head/security/rubygem-metasploit-concern/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-concern/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit-concern
-PORTVERSION= 0.3.0
+PORTVERSION= 0.4.0
CATEGORIES= security rubygems
MASTER_SITES= RG
Modified: head/security/rubygem-metasploit-concern/distinfo
==============================================================================
--- head/security/rubygem-metasploit-concern/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-concern/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit-concern-0.3.0.gem) = fdc7313026bf6b0f208ab48f40fa81c25f0c2c529287dee4e2726c9aab6a0b5d
-SIZE (rubygem/metasploit-concern-0.3.0.gem) = 12800
+SHA256 (rubygem/metasploit-concern-0.4.0.gem) = 10449ee282a1687c755ce4673ba348595ce19ab9fc06b2041923aec1cadfb5f7
+SIZE (rubygem/metasploit-concern-0.4.0.gem) = 13312
Modified: head/security/rubygem-metasploit-credential/Makefile
==============================================================================
--- head/security/rubygem-metasploit-credential/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-credential/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit-credential
-PORTVERSION= 0.13.17
+PORTVERSION= 0.14.5
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,9 +11,9 @@ COMMENT= Credential models for metasploi
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \
- rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \
- rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \
+RUN_DEPENDS= rubygem-metasploit-concern>=0.4.0:${PORTSDIR}/security/rubygem-metasploit-concern \
+ rubygem-metasploit_data_models>=0.24.0,2:${PORTSDIR}/security/rubygem-metasploit_data_models \
+ rubygem-metasploit-model>=0.29.0:${PORTSDIR}/security/rubygem-metasploit-model \
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \
rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \
rubygem-rubyntlm>=0:${PORTSDIR}/net/rubygem-rubyntlm \
Modified: head/security/rubygem-metasploit-credential/distinfo
==============================================================================
--- head/security/rubygem-metasploit-credential/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-credential/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit-credential-0.13.17.gem) = 9e2042d5cc4b2277e40589535676bad64705541b4d708d97a00180789216ad09
-SIZE (rubygem/metasploit-credential-0.13.17.gem) = 99840
+SHA256 (rubygem/metasploit-credential-0.14.5.gem) = 5ec23c2ccfc0f7fc14772d0e14435359366f7a1465fc1e5a4cb3e3a4e1bb6c2c
+SIZE (rubygem/metasploit-credential-0.14.5.gem) = 101376
Modified: head/security/rubygem-metasploit-model/Makefile
==============================================================================
--- head/security/rubygem-metasploit-model/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-model/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit-model
-PORTVERSION= 0.28.0
+PORTVERSION= 0.29.2
CATEGORIES= security rubygems
MASTER_SITES= RG
Modified: head/security/rubygem-metasploit-model/distinfo
==============================================================================
--- head/security/rubygem-metasploit-model/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-model/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit-model-0.28.0.gem) = c6d8862a5923476e805ff52c4f9b1584a365f8a5a688f2c63802056e5aef2e9b
-SIZE (rubygem/metasploit-model-0.28.0.gem) = 154624
+SHA256 (rubygem/metasploit-model-0.29.2.gem) = 28356fa8d07dd172927963ff7d7f9ed0b7961de89857e2fb84a7b785f6006d9e
+SIZE (rubygem/metasploit-model-0.29.2.gem) = 75264
Modified: head/security/rubygem-metasploit-payloads/Makefile
==============================================================================
--- head/security/rubygem-meterpreter_bins/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-payloads/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -1,7 +1,7 @@
# $FreeBSD$
-PORTNAME= meterpreter_bins
-PORTVERSION= 0.0.13
+PORTNAME= metasploit-payloads
+PORTVERSION= 0.0.3
CATEGORIES= security rubygems
MASTER_SITES= RG
Modified: head/security/rubygem-metasploit-payloads/distinfo
==============================================================================
--- head/security/rubygem-meterpreter_bins/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-payloads/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/meterpreter_bins-0.0.13.gem) = 2bc494fd0741b17f3201a3ad049b43114a60d3752ca09273707a4247f0d4feb1
-SIZE (rubygem/meterpreter_bins-0.0.13.gem) = 3444224
+SHA256 (rubygem/metasploit-payloads-0.0.3.gem) = 854f231bc093bcbb86dac3c466110d8b54b52e698b20d0861d7dd17d12b7648f
+SIZE (rubygem/metasploit-payloads-0.0.3.gem) = 5118976
Modified: head/security/rubygem-metasploit-payloads/pkg-descr
==============================================================================
--- head/security/rubygem-meterpreter_bins/pkg-descr Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit-payloads/pkg-descr Sat May 23 16:32:23 2015 (r387176)
@@ -1,3 +1,3 @@
Compiled binaries for Metasploit's Meterpreter
-WWW: https://github.com/rapid7/meterpreter
+WWW: https://github.com/rapid7/metasploit-payloads
Modified: head/security/rubygem-metasploit_data_models/Makefile
==============================================================================
--- head/security/rubygem-metasploit_data_models/Makefile Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit_data_models/Makefile Sat May 23 16:32:23 2015 (r387176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit_data_models
-PORTVERSION= 0.22.6
+PORTVERSION= 0.24.0
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-arel-helpers>=0:${PORTSDIR}/databases/rubygem-arel-helpers \
- rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \
- rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \
+ rubygem-metasploit-concern>=0.4.0:${PORTSDIR}/security/rubygem-metasploit-concern \
+ rubygem-metasploit-model>=0.29.0:${PORTSDIR}/security/rubygem-metasploit-model \
rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \
rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \
rubygem-recog>=1.0:${PORTSDIR}/security/rubygem-recog
Modified: head/security/rubygem-metasploit_data_models/distinfo
==============================================================================
--- head/security/rubygem-metasploit_data_models/distinfo Sat May 23 15:43:45 2015 (r387175)
+++ head/security/rubygem-metasploit_data_models/distinfo Sat May 23 16:32:23 2015 (r387176)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit_data_models-0.22.6.gem) = 5874581e8e0b20c345d5ee1fcd6d74020c5bb382412782b79819b7513696c63c
-SIZE (rubygem/metasploit_data_models-0.22.6.gem) = 142336
+SHA256 (rubygem/metasploit_data_models-0.24.0.gem) = 26620a7c5e4435f22a09f724049b1c47099ed35f7042687b0e562347fdfa74ab
+SIZE (rubygem/metasploit_data_models-0.24.0.gem) = 151040
More information about the svn-ports-all
mailing list