ports/189046: [patch] update security/metasploit to 4.9.2

Antoine Brodin antoine at freebsd.org
Sun Apr 27 12:30:01 UTC 2014


>Number:         189046
>Category:       ports
>Synopsis:       [patch] update security/metasploit to 4.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 12:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-RELEASE-p1 amd64
>Organization:
none
>Environment:
System: FreeBSD pepperseed.dreadbsd.org 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
Patch below
>How-To-Repeat:
>Fix:


--- msf.diff begins here ---
Index: security/metasploit/Makefile
===================================================================
--- security/metasploit/Makefile	(revision 352409)
+++ security/metasploit/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit
-DISTVERSION=	4.8.2
+DISTVERSION=	4.9.2
 CATEGORIES=	security
 MASTER_SITES=	http://downloads.metasploit.com/data/releases/archive/
 DISTNAME=	framework-${DISTVERSION}
@@ -13,6 +13,7 @@
 RUN_DEPENDS=	nasm:${PORTSDIR}/devel/nasm \
 		nmap:${PORTSDIR}/security/nmap \
 		rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
+		rubygem-bcrypt-ruby>=0:${PORTSDIR}/security/rubygem-bcrypt-ruby \
 		rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
 		rubygem-msgpack>=0:${PORTSDIR}/devel/rubygem-msgpack \
 		rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \
@@ -26,10 +27,9 @@
 		msfmachscan msfpayload msfpescan msfrop msfrpc msfrpcd msfvenom
 
 NO_BUILD=	yes
-USES=		ncurses:port
+USES=		ncurses:port tar:bzip2
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	iconv
-USE_BZIP2=	yes
 
 OPTIONS_DEFINE=	DB
 OPTIONS_DEFAULT=DB
@@ -36,7 +36,7 @@
 DB_DESC=	Database support
 
 DB_RUN_DEPENDS=	rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
-		rubygem-metasploit_data_models>=0.15.1:${PORTSDIR}/security/rubygem-metasploit_data_models \
+		rubygem-metasploit_data_models>=0.17.0:${PORTSDIR}/security/rubygem-metasploit_data_models \
 		rubygem-pg>=0.11:${PORTSDIR}/databases/rubygem-pg
 
 post-patch:
Index: security/metasploit/distinfo
===================================================================
--- security/metasploit/distinfo	(revision 352409)
+++ security/metasploit/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (framework-4.8.2.tar.bz2) = 7678fce2b22ff824f48244f52fdb27a2a7823d7332f2a75e4c670ccfa5aa6471
-SIZE (framework-4.8.2.tar.bz2) = 35964128
+SHA256 (framework-4.9.2.tar.bz2) = 0371cbaf5d5f7c66e3e8eb5cc7ee10ffeb043a2c2622550a5d79852b4a09777d
+SIZE (framework-4.9.2.tar.bz2) = 36150330
Index: security/rubygem-metasploit_data_models/Makefile
===================================================================
--- security/rubygem-metasploit_data_models/Makefile	(revision 352409)
+++ security/rubygem-metasploit_data_models/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit_data_models
-PORTVERSION=	0.16.4
+PORTVERSION=	0.17.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -8,7 +8,7 @@
 MAINTAINER=	tanawts at gmail.com
 COMMENT=	Database layer for Metasploit
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \
 		rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
Index: security/rubygem-metasploit_data_models/distinfo
===================================================================
--- security/rubygem-metasploit_data_models/distinfo	(revision 352409)
+++ security/rubygem-metasploit_data_models/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/metasploit_data_models-0.16.4.gem) = 9bb58d2e1717c17bde6dfa1ed2d626e9e52c63b77b109a0be5f55a09e9d018cd
-SIZE (rubygem/metasploit_data_models-0.16.4.gem) = 95744
+SHA256 (rubygem/metasploit_data_models-0.17.0.gem) = 6357b5902091276574b212d6b91902e559d9b3a28366a20eed5d43f42d63ab0a
+SIZE (rubygem/metasploit_data_models-0.17.0.gem) = 98304
--- msf.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list