Bug 189046 - [patch] update security/metasploit to 4.9.2
Summary: [patch] update security/metasploit to 4.9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-27 13:30 UTC by Antoine Brodin
Modified: 2014-05-11 09:30 UTC (History)
1 user (show)

See Also:


Attachments
msf.diff (3.25 KB, patch)
2014-04-27 13:30 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2014-04-27 13:30:00 UTC
Patch below
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-27 13:30:04 UTC
Maintainer of security/metasploit,

Please note that PR ports/189046 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189046

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-27 13:30:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-04-27 13:31:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Track
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-11 09:24:45 UTC
Author: antoine
Date: Sun May 11 08:24:41 2014
New Revision: 353655
URL: http://svnweb.freebsd.org/changeset/ports/353655
QAT: https://qat.redports.org/buildarchive/r353655/

Log:
  Update metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0
  
  PR:		ports/189046
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/security/metasploit/Makefile
  head/security/metasploit/distinfo
  head/security/rubygem-metasploit_data_models/Makefile
  head/security/rubygem-metasploit_data_models/distinfo

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Sun May 11 07:52:10 2014	(r353654)
+++ head/security/metasploit/Makefile	Sun May 11 08:24:41 2014	(r353655)
@@ -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 @@ COMMENT=	Exploit-Framework for Penetrati
 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,17 +27,16 @@ SCRIPTS=	msfbinscan msfcli msfconsole ms
 		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
 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:

Modified: head/security/metasploit/distinfo
==============================================================================
--- head/security/metasploit/distinfo	Sun May 11 07:52:10 2014	(r353654)
+++ head/security/metasploit/distinfo	Sun May 11 08:24:41 2014	(r353655)
@@ -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

Modified: head/security/rubygem-metasploit_data_models/Makefile
==============================================================================
--- head/security/rubygem-metasploit_data_models/Makefile	Sun May 11 07:52:10 2014	(r353654)
+++ head/security/rubygem-metasploit_data_models/Makefile	Sun May 11 08:24:41 2014	(r353655)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	metasploit_data_models
-PORTVERSION=	0.16.4
+PORTVERSION=	0.17.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	tanawts@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 \

Modified: head/security/rubygem-metasploit_data_models/distinfo
==============================================================================
--- head/security/rubygem-metasploit_data_models/distinfo	Sun May 11 07:52:10 2014	(r353654)
+++ head/security/rubygem-metasploit_data_models/distinfo	Sun May 11 08:24:41 2014	(r353655)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2014-05-11 09:27:00 UTC
State Changed
From-To: feedback->closed

Patch committed