Date: Mon, 15 Jun 2009 16:04:41 -0500 From: "Zane C.B." <vvelox@vvelox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/135607: update port: security/metasploit Update to 3.2 and unbreak it. Message-ID: <1245099881.83955@vixen42.vulpes> Resent-Message-ID: <200906152110.n5FLA6V0045278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135607 >Category: ports >Synopsis: update port: security/metasploit Update to 3.2 and unbreak it. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 15 21:10:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 6.4-STABLE i386 >Organization: >Environment: System: FreeBSD 6.4-STABLE #3: Sun Mar 29 22:03:29 CDT 2009 kitsune@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42 >Description: Unfortunately this port has not been being kept up to date with the ruby port. The dependency location for 'databases/rubygem-activerecord' is dependent on the current installed ruby version.. >How-To-Repeat: 1: see it is currently marked broken 2: 3: apply patch 4: notice it now builds with out any dependency issues >Fix: --- metasploit_Makefile.diff begins here --- --- Makefile.orig 2009-06-15 15:47:22.000000000 -0500 +++ Makefile 2009-06-15 15:48:13.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= metasploit -DISTVERSION= 3.0 -PORTREVISION= 2 +DISTVERSION= 3.2 CATEGORIES= security MASTER_SITES= # DISTNAME= framework-${DISTVERSION} @@ -16,15 +15,13 @@ COMMENT= Exploit-Framework for Penetration-Testing RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \ - ${LOCALBASE}/lib/ruby/gems/1.8/specifications/activerecord-1.15.6.gemspec:${PORTSDIR}/databases/rubygem-activerecord + ${LOCALBASE}/lib/ruby/gems/1.8/specifications/activerecord-1.8.7.gemspec:${PORTSDIR}/databases/rubygem-activerecord SCRIPTS= msfcli msfconsole msfd msfencode msflicense msfopcode \ msfpayload msfpescan msfweb RESTRICTED= May not be re-sold for more than the cost of duplication, nor redistributed after patching -BROKEN= unsatisfiable dependency - NO_BUILD= yes USE_RUBY= yes --- metasploit_Makefile.diff ends here --- --- metasploit_distinfo.diff begins here --- --- distinfo.orig 2007-07-22 21:07:27.000000000 -0500 +++ distinfo 2009-06-15 15:49:04.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (framework-3.0.tar.gz) = ab98f0a09b371f9638c7f49f1b83f5c4 -SHA256 (framework-3.0.tar.gz) = cb27df6dafe7b2d1c2d2174000afd07965cdc09e759e8cda5147cfc58e445251 -SIZE (framework-3.0.tar.gz) = 5519218 +MD5 (framework-3.2.tar.gz) = d543bda031b36a247912aa9c6a0f74d9 +SHA256 (framework-3.2.tar.gz) = fc9366a2ab01924e91575352889970e57a551e087c78b5d1dd4287aaf2136a04 +SIZE (framework-3.2.tar.gz) = 13099756 --- metasploit_distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1245099881.83955>