Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 15:38:18 +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: r380775 - in head/security: metasploit rubygem-metasploit-credential rubygem-metasploit_data_models rubygem-meterpreter_bins rubygem-recog
Message-ID:  <201503081538.t28FcIvX093490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar  8 15:38:17 2015
New Revision: 380775
URL: https://svnweb.freebsd.org/changeset/ports/380775
QAT: https://qat.redports.org/buildarchive/r380775/

Log:
  Update:
  - metasploit to 4.11.1
  - rubygem-metasploit-credential to 0.13.17
  - rubygem-metasploit_data_models to 0.22.6
  - rubygem-meterpreter_bins to 0.0.13
  - rubygem-recog to 1.0.7

Modified:
  head/security/metasploit/Makefile
  head/security/metasploit/distinfo
  head/security/rubygem-metasploit-credential/Makefile
  head/security/rubygem-metasploit-credential/distinfo
  head/security/rubygem-metasploit_data_models/Makefile
  head/security/rubygem-metasploit_data_models/distinfo
  head/security/rubygem-meterpreter_bins/Makefile
  head/security/rubygem-meterpreter_bins/distinfo
  head/security/rubygem-recog/Makefile
  head/security/rubygem-recog/distinfo

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/metasploit/Makefile	Sun Mar  8 15:38:17 2015	(r380775)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit
-PORTVERSION=	4.11.0
+PORTVERSION=	4.11.1
 CATEGORIES=	security
 MASTER_SITES=	GH
 
@@ -19,7 +19,7 @@ RUN_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 		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.12:${PORTSDIR}/security/rubygem-meterpreter_bins \
+		rubygem-meterpreter_bins>=0.0.13:${PORTSDIR}/security/rubygem-meterpreter_bins \
 		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 \
@@ -38,19 +38,18 @@ SCRIPTS=	msfbinscan msfcli msfconsole ms
 USE_GITHUB=	yes
 GH_ACCOUNT=	rapid7
 GH_PROJECT=	metasploit-framework
-GH_COMMIT=	4c994d8
+GH_COMMIT=	1cb58d8
 
-USES=		ncurses:port tar:bzip2
+USES=		ncurses:port
 USE_RUBY=	yes
-USE_RUBY_FEATURES=	iconv
 
 OPTIONS_DEFINE=	DB
 OPTIONS_DEFAULT=DB
 DB_DESC=	Database support
 
 DB_RUN_DEPENDS=	rubygem-activerecord>=3.0.0:${PORTSDIR}/databases/rubygem-activerecord \
-		rubygem-metasploit-credential>=0.13.8:${PORTSDIR}/security/rubygem-metasploit-credential \
-		rubygem-metasploit_data_models>=0.21.1:${PORTSDIR}/security/rubygem-metasploit_data_models \
+		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-pg>=0.11:${PORTSDIR}/databases/rubygem-pg
 
 .include <bsd.port.options.mk>
@@ -59,13 +58,15 @@ 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
 	${MKDIR} ${WRKSRC}/log
 	${TOUCH} ${WRKSRC}/Gemfile.lock ${WRKSRC}/log/production.log
 	${CHMOD} 666 ${WRKSRC}/Gemfile.lock ${WRKSRC}/log/production.log
-	${REINPLACE_CMD} '/^group :development/,/^end/d ; /^group :test/,/^end/d' \
+	${REINPLACE_CMD} '/^group :coverage/,/^end/d ; /^group :development/,/^end/d ; /^group :test/,/^end/d' \
 		${WRKSRC}/Gemfile
 .if ! ${PORT_OPTIONS:MDB}
 	${REINPLACE_CMD} '/^group :db do/,/^end/d' ${WRKSRC}/Gemfile

Modified: head/security/metasploit/distinfo
==============================================================================
--- head/security/metasploit/distinfo	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/metasploit/distinfo	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,2 +1,2 @@
-SHA256 (metasploit-4.11.0.tar.bz2) = ac35234b6a33949f59ae41efac15e427fabd4d24811374839d5a492da4e3e92e
-SIZE (metasploit-4.11.0.tar.bz2) = 36109691
+SHA256 (metasploit-4.11.1.tar.gz) = dcda2776a631c2645d8a80c87806543b039be0b66c83440bf0bb15a18865c052
+SIZE (metasploit-4.11.1.tar.gz) = 35507882

Modified: head/security/rubygem-metasploit-credential/Makefile
==============================================================================
--- head/security/rubygem-metasploit-credential/Makefile	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-metasploit-credential/Makefile	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit-credential
-PORTVERSION=	0.13.8
+PORTVERSION=	0.13.17
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \
-		rubygem-metasploit_data_models>=0.21.0:${PORTSDIR}/security/rubygem-metasploit_data_models \
+		rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \
 		rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \
 		rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \
 		rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \

Modified: head/security/rubygem-metasploit-credential/distinfo
==============================================================================
--- head/security/rubygem-metasploit-credential/distinfo	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-metasploit-credential/distinfo	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit-credential-0.13.8.gem) = 8bca00a68c84532948eb98ce6793df28961ed463a3ef2598931243eafaf02e35
-SIZE (rubygem/metasploit-credential-0.13.8.gem) = 98816
+SHA256 (rubygem/metasploit-credential-0.13.17.gem) = 9e2042d5cc4b2277e40589535676bad64705541b4d708d97a00180789216ad09
+SIZE (rubygem/metasploit-credential-0.13.17.gem) = 99840

Modified: head/security/rubygem-metasploit_data_models/Makefile
==============================================================================
--- head/security/rubygem-metasploit_data_models/Makefile	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-metasploit_data_models/Makefile	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit_data_models
-PORTVERSION=	0.21.2
+PORTVERSION=	0.22.6
 PORTEPOCH=	2
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG

Modified: head/security/rubygem-metasploit_data_models/distinfo
==============================================================================
--- head/security/rubygem-metasploit_data_models/distinfo	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-metasploit_data_models/distinfo	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit_data_models-0.21.2.gem) = 50b54a457711bfa14129e2edfda3462ac74e003a9711b929dd817284aa5cb9a0
-SIZE (rubygem/metasploit_data_models-0.21.2.gem) = 142336
+SHA256 (rubygem/metasploit_data_models-0.22.6.gem) = 5874581e8e0b20c345d5ee1fcd6d74020c5bb382412782b79819b7513696c63c
+SIZE (rubygem/metasploit_data_models-0.22.6.gem) = 142336

Modified: head/security/rubygem-meterpreter_bins/Makefile
==============================================================================
--- head/security/rubygem-meterpreter_bins/Makefile	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-meterpreter_bins/Makefile	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	meterpreter_bins
-PORTVERSION=	0.0.12
+PORTVERSION=	0.0.13
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Modified: head/security/rubygem-meterpreter_bins/distinfo
==============================================================================
--- head/security/rubygem-meterpreter_bins/distinfo	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-meterpreter_bins/distinfo	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/meterpreter_bins-0.0.12.gem) = 3f179126738e7db98b603b5c39cad323d403dc3f961abb6f91fa5874f332ae22
-SIZE (rubygem/meterpreter_bins-0.0.12.gem) = 2940416
+SHA256 (rubygem/meterpreter_bins-0.0.13.gem) = 2bc494fd0741b17f3201a3ad049b43114a60d3752ca09273707a4247f0d4feb1
+SIZE (rubygem/meterpreter_bins-0.0.13.gem) = 3444224

Modified: head/security/rubygem-recog/Makefile
==============================================================================
--- head/security/rubygem-recog/Makefile	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-recog/Makefile	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	recog
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.7
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 

Modified: head/security/rubygem-recog/distinfo
==============================================================================
--- head/security/rubygem-recog/distinfo	Sun Mar  8 15:22:21 2015	(r380774)
+++ head/security/rubygem-recog/distinfo	Sun Mar  8 15:38:17 2015	(r380775)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/recog-1.0.5.gem) = 0282c3fd2a0ef7061fbecae77ad75ec19a86e121ae1e82fc39003f47423ad9e4
-SIZE (rubygem/recog-1.0.5.gem) = 169984
+SHA256 (rubygem/recog-1.0.7.gem) = dbdc56d892a46b1412f90a398014c7e1a03ade39e6fffd6abb1629b980b04d4f
+SIZE (rubygem/recog-1.0.7.gem) = 171008



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