From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 20 03:30:12 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BFB81065672 for ; Thu, 20 Sep 2012 03:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 255E08FC16 for ; Thu, 20 Sep 2012 03:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8K3UCpf031454 for ; Thu, 20 Sep 2012 03:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8K3UBxL031448; Thu, 20 Sep 2012 03:30:11 GMT (envelope-from gnats) Resent-Date: Thu, 20 Sep 2012 03:30:11 GMT Resent-Message-Id: <201209200330.q8K3UBxL031448@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jr Aquino Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9953106564A for ; Thu, 20 Sep 2012 03:25:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7CEBE8FC12 for ; Thu, 20 Sep 2012 03:25:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8K3PuRA016843 for ; Thu, 20 Sep 2012 03:25:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8K3Push016841; Thu, 20 Sep 2012 03:25:56 GMT (envelope-from nobody) Message-Id: <201209200325.q8K3Push016841@red.freebsd.org> Date: Thu, 20 Sep 2012 03:25:56 GMT From: Jr Aquino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/171800: Update Metasploit to version 4.4.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 03:30:12 -0000 >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: