From nobody@FreeBSD.org  Tue Jul 23 22:56:22 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 3A59B778
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Jul 2013 22:56:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 2C9A02B1C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Jul 2013 22:56:22 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6NMuLWB031664
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Jul 2013 22:56:21 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6NMuLdC031663;
	Tue, 23 Jul 2013 22:56:21 GMT
	(envelope-from nobody)
Message-Id: <201307232256.r6NMuLdC031663@oldred.freebsd.org>
Date: Tue, 23 Jul 2013 22:56:21 GMT
From: JR Aquino <tanawts@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update security/metasploit to 4.7.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180782
>Category:       ports
>Synopsis:       update security/metasploit to 4.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 23:00:00 UTC 2013
>Closed-Date:    Wed Jul 24 12:21:47 UTC 2013
>Last-Modified:  Wed Jul 24 12:30:00 UTC 2013
>Originator:     JR Aquino
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD necronomicon.infectiouscode.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update security/metasploit to 4.7.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN metasploit/Makefile metasploit.new/Makefile
--- metasploit/Makefile	2013-06-14 13:40:09.000000000 -0700
+++ metasploit.new/Makefile	2013-07-23 15:44:11.000000000 -0700
@@ -2,7 +2,7 @@
 # $FreeBSD: security/metasploit/Makefile 320962 2013-06-14 20:40:09Z antoine $
 
 PORTNAME=	metasploit
-DISTVERSION=	4.6.2
+DISTVERSION=	4.7.0
 CATEGORIES=	security
 MASTER_SITES=	http://downloads.metasploit.com/data/releases/archive/
 DISTNAME=	framework-${DISTVERSION}
diff -ruN metasploit/distinfo metasploit.new/distinfo
--- metasploit/distinfo	2013-06-14 13:40:09.000000000 -0700
+++ metasploit.new/distinfo	2013-07-23 15:44:11.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (framework-4.6.2.tar.bz2) = fc7f9cdf5be68c117fde4ce80b7446c7d89d3a9860b8509e5a5b3fc4a325eae1
-SIZE (framework-4.6.2.tar.bz2) = 40789497
+SHA256 (framework-4.7.0.tar.bz2) = 2727c20c895cae12944a213fa42fda3e7ead8523e7714bc195fc4d9a49c0eca2
+SIZE (framework-4.7.0.tar.bz2) = 35123599


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Jul 24 06:35:07 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180782 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Jul 24 12:21:46 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180782 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180782: commit references a PR
Date: Wed, 24 Jul 2013 12:21:44 +0000 (UTC)

 Author: culot
 Date: Wed Jul 24 12:21:37 2013
 New Revision: 323591
 URL: http://svnweb.freebsd.org/changeset/ports/323591
 
 Log:
   - Update to 4.7.0
   
   Changes:	https://community.rapid7.com/docs/DOC-2362
   PR:		ports/180782
   Submitted by:	JR Aquino <tanawts@gmail.com> (maintainer)
 
 Modified:
   head/security/metasploit/Makefile
   head/security/metasploit/distinfo
 
 Modified: head/security/metasploit/Makefile
 ==============================================================================
 --- head/security/metasploit/Makefile	Wed Jul 24 11:22:09 2013	(r323590)
 +++ head/security/metasploit/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	metasploit
 -DISTVERSION=	4.6.2
 +DISTVERSION=	4.7.0
  CATEGORIES=	security
  MASTER_SITES=	http://downloads.metasploit.com/data/releases/archive/
  DISTNAME=	framework-${DISTVERSION}
 
 Modified: head/security/metasploit/distinfo
 ==============================================================================
 --- head/security/metasploit/distinfo	Wed Jul 24 11:22:09 2013	(r323590)
 +++ head/security/metasploit/distinfo	Wed Jul 24 12:21:37 2013	(r323591)
 @@ -1,2 +1,2 @@
 -SHA256 (framework-4.6.2.tar.bz2) = fc7f9cdf5be68c117fde4ce80b7446c7d89d3a9860b8509e5a5b3fc4a325eae1
 -SIZE (framework-4.6.2.tar.bz2) = 40789497
 +SHA256 (framework-4.7.0.tar.bz2) = 2727c20c895cae12944a213fa42fda3e7ead8523e7714bc195fc4d9a49c0eca2
 +SIZE (framework-4.7.0.tar.bz2) = 35123599
 _______________________________________________
 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"
 
>Unformatted:
