svn commit: r306235 - head/security/metasploit

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Oct 21 14:00:09 UTC 2012


Author: rakuco
Date: Sun Oct 21 14:00:09 2012
New Revision: 306235
URL: http://svn.freebsd.org/changeset/ports/306235

Log:
  Update to 4.4.0.
  
  PR:		ports/171800
  Submitted by:	Jr Aquino <tanawts at gmail.com>
  Feature safe:	yes
  Approved by:	maintainer timeout (31 days)

Modified:
  head/security/metasploit/Makefile
  head/security/metasploit/distinfo

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Sun Oct 21 13:47:50 2012	(r306234)
+++ head/security/metasploit/Makefile	Sun Oct 21 14:00:09 2012	(r306235)
@@ -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 @@ COMMENT=	Exploit-Framework for Penetrati
 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
 

Modified: head/security/metasploit/distinfo
==============================================================================
--- head/security/metasploit/distinfo	Sun Oct 21 13:47:50 2012	(r306234)
+++ head/security/metasploit/distinfo	Sun Oct 21 14:00:09 2012	(r306235)
@@ -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


More information about the svn-ports-all mailing list