Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 03:25:56 GMT
From:      Jr Aquino <tanawts@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/171800: Update Metasploit to version 4.4.0
Message-ID:  <201209200325.q8K3Push016841@red.freebsd.org>
Resent-Message-ID: <201209200330.q8K3UBxL031448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171800
>Category:       misc
>Synopsis:       Update Metasploit to version 4.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 03:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jr Aquino
>Release:        FreeBSD 9.0-RELEASE
>Organization:
>Environment:
FreeBSD daemon 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Submitting patch to update Metasploit to version 4.4.0.

I would also like to formally request to take Port Maintainership of this port.  I have been following it for quite some time now and it continues to have maintainer timeouts on updates.  It is currently 7 months out  of date.

I am a full time Security Engineer and as a result, I am a heavy user of Metasploit.  Since I am already going to the trouble of keeping it up to date on all of my FreeBSD systems, it seems logical for me to share the forward progress.

I've spoken with H.D. Moore, the upstream provider, and have received his blessing and pledge of support if I am awarded custody to help keep our FreeBSD port updated.

Thank you
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN metasploit/Makefile metasploit/Makefile
--- metasploit/Makefile	2012-02-11 10:11:55.000000000 -0800
+++ metasploit/Makefile	2012-09-19 09:10:30.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	metasploit
-DISTVERSION=	4.1.0
+DISTVERSION=	4.4.0
 CATEGORIES=	security
 MASTER_SITES=	http://downloads.metasploit.com/data/releases/
 DISTNAME=	framework-${DISTVERSION}
@@ -17,7 +17,7 @@
 RUN_DEPENDS=	nasm:${PORTSDIR}/devel/nasm				\
 		nmap:${PORTSDIR}/security/nmap
 
-WRKSRC=		${WRKDIR}/msf
+WRKSRC=		${WRKDIR}/msf3
 SCRIPTS=	msfcli msfconsole msfd msfelfscan msfencode msfmachscan \
 		msfopcode msfpayload msfpescan msfweb
 
diff -ruN metasploit/distinfo metasploit/distinfo
--- metasploit/distinfo	2012-02-11 10:11:55.000000000 -0800
+++ metasploit/distinfo	2012-09-19 08:58:11.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (framework-4.1.0.tar.bz2) = f172b46ce6ea19845bfcf919017190bc0b17bc6631259d814c0b639a4a896467
-SIZE (framework-4.1.0.tar.bz2) = 77862536
+SHA256 (framework-4.4.0.tar.bz2) = ddcc7890a394d8154120a163c90b11119a0322b62d937ad1a3a14ef3fe6cf74e
+SIZE (framework-4.4.0.tar.bz2) = 148529027


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



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