Index: head/security/metasploit/Makefile =================================================================== --- head/security/metasploit/Makefile (revision 380774) +++ head/security/metasploit/Makefile (revision 380775) @@ -1,91 +1,92 @@ # Created by: Yonatan # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.11.0 +PORTVERSION= 4.11.1 CATEGORIES= security MASTER_SITES= GH MAINTAINER= tanawts@gmail.com COMMENT= Exploit-Framework for Penetration-Testing RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ nmap:${PORTSDIR}/security/nmap \ rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-actionpack>=0:${PORTSDIR}/www/rubygem-actionpack \ rubygem-bcrypt>=0:${PORTSDIR}/security/rubygem-bcrypt \ rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ rubygem-jsobfu>=0.2.0:${PORTSDIR}/www/rubygem-jsobfu \ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \ rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \ - rubygem-meterpreter_bins>=0.0.12:${PORTSDIR}/security/rubygem-meterpreter_bins \ + rubygem-meterpreter_bins>=0.0.13:${PORTSDIR}/security/rubygem-meterpreter_bins \ rubygem-msgpack>=0:${PORTSDIR}/devel/rubygem-msgpack \ rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-network_interface>=0.0.1:${PORTSDIR}/net/rubygem-network_interface \ rubygem-packetfu>=1.1.9:${PORTSDIR}/net/rubygem-packetfu \ rubygem-pcaprub>=0:${PORTSDIR}/net/rubygem-pcaprub \ rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \ rubygem-recog>=1.0:${PORTSDIR}/security/rubygem-recog \ rubygem-robots>=0:${PORTSDIR}/www/rubygem-robots \ rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip \ rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-tzinfo03>=0:${PORTSDIR}/devel/rubygem-tzinfo03 SCRIPTS= msfbinscan msfcli msfconsole msfd msfelfscan msfencode \ msfmachscan msfpayload msfpescan msfrop msfrpc msfrpcd msfvenom USE_GITHUB= yes GH_ACCOUNT= rapid7 GH_PROJECT= metasploit-framework -GH_COMMIT= 4c994d8 +GH_COMMIT= 1cb58d8 -USES= ncurses:port tar:bzip2 +USES= ncurses:port USE_RUBY= yes -USE_RUBY_FEATURES= iconv OPTIONS_DEFINE= DB OPTIONS_DEFAULT=DB DB_DESC= Database support DB_RUN_DEPENDS= rubygem-activerecord>=3.0.0:${PORTSDIR}/databases/rubygem-activerecord \ - rubygem-metasploit-credential>=0.13.8:${PORTSDIR}/security/rubygem-metasploit-credential \ - rubygem-metasploit_data_models>=0.21.1:${PORTSDIR}/security/rubygem-metasploit_data_models \ + rubygem-metasploit-credential>=0.13.7:${PORTSDIR}/security/rubygem-metasploit-credential \ + rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \ rubygem-pg>=0.11:${PORTSDIR}/databases/rubygem-pg .include post-patch: ${REINPLACE_CMD} 's,git ls-files,find . ! -type d | sed "s|^./||", ; \ /packetfu/s/1.1.9/>= 1.1.9/ ; \ /rb-readline/d' ${WRKSRC}/metasploit-framework.gemspec + ${REINPLACE_CMD} 's,3.2.21,3.2.19,' \ + ${WRKSRC}/lib/metasploit/framework/rails_version_constraint.rb do-build: ${RM} ${WRKSRC}/Gemfile.lock ${MKDIR} ${WRKSRC}/log ${TOUCH} ${WRKSRC}/Gemfile.lock ${WRKSRC}/log/production.log ${CHMOD} 666 ${WRKSRC}/Gemfile.lock ${WRKSRC}/log/production.log - ${REINPLACE_CMD} '/^group :development/,/^end/d ; /^group :test/,/^end/d' \ + ${REINPLACE_CMD} '/^group :coverage/,/^end/d ; /^group :development/,/^end/d ; /^group :test/,/^end/d' \ ${WRKSRC}/Gemfile .if ! ${PORT_OPTIONS:MDB} ${REINPLACE_CMD} '/^group :db do/,/^end/d' ${WRKSRC}/Gemfile .endif do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${DATADIR} .for f in ${SCRIPTS} ${PRINTF} '#!/bin/sh\ncd ${DATADIR} && ./${f} "$$@"\n' > ${STAGEDIR}${PREFIX}/bin/${f} ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install: .for f in ${SCRIPTS} ${ECHO} "bin/${f}" >> ${TMPPLIST} .endfor @${FIND} ${STAGEDIR}${DATADIR} ! -type d | \ ${SED} 's,${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} @${FIND} -ds ${STAGEDIR}${DATADIR} -type d -empty | \ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; s,^,@dir ,' >> ${TMPPLIST} .include Index: head/security/metasploit/distinfo =================================================================== --- head/security/metasploit/distinfo (revision 380774) +++ head/security/metasploit/distinfo (revision 380775) @@ -1,2 +1,2 @@ -SHA256 (metasploit-4.11.0.tar.bz2) = ac35234b6a33949f59ae41efac15e427fabd4d24811374839d5a492da4e3e92e -SIZE (metasploit-4.11.0.tar.bz2) = 36109691 +SHA256 (metasploit-4.11.1.tar.gz) = dcda2776a631c2645d8a80c87806543b039be0b66c83440bf0bb15a18865c052 +SIZE (metasploit-4.11.1.tar.gz) = 35507882 Index: head/security/rubygem-metasploit-credential/Makefile =================================================================== --- head/security/rubygem-metasploit-credential/Makefile (revision 380774) +++ head/security/rubygem-metasploit-credential/Makefile (revision 380775) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= metasploit-credential -PORTVERSION= 0.13.8 +PORTVERSION= 0.13.17 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Credential models for metasploit-framework and Metasploit Pro LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \ - rubygem-metasploit_data_models>=0.21.0:${PORTSDIR}/security/rubygem-metasploit_data_models \ + rubygem-metasploit_data_models>=0.22.6:${PORTSDIR}/security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \ rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \ rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \ rubygem-rubyntlm>=0:${PORTSDIR}/net/rubygem-rubyntlm \ rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PORTSCOUT= ignore:1 .include Index: head/security/rubygem-metasploit-credential/distinfo =================================================================== --- head/security/rubygem-metasploit-credential/distinfo (revision 380774) +++ head/security/rubygem-metasploit-credential/distinfo (revision 380775) @@ -1,2 +1,2 @@ -SHA256 (rubygem/metasploit-credential-0.13.8.gem) = 8bca00a68c84532948eb98ce6793df28961ed463a3ef2598931243eafaf02e35 -SIZE (rubygem/metasploit-credential-0.13.8.gem) = 98816 +SHA256 (rubygem/metasploit-credential-0.13.17.gem) = 9e2042d5cc4b2277e40589535676bad64705541b4d708d97a00180789216ad09 +SIZE (rubygem/metasploit-credential-0.13.17.gem) = 99840 Index: head/security/rubygem-metasploit_data_models/Makefile =================================================================== --- head/security/rubygem-metasploit_data_models/Makefile (revision 380774) +++ head/security/rubygem-metasploit_data_models/Makefile (revision 380775) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= metasploit_data_models -PORTVERSION= 0.21.2 +PORTVERSION= 0.22.6 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Database layer for Metasploit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activerecord>=3.2.13:${PORTSDIR}/databases/rubygem-activerecord \ rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-arel-helpers>=0:${PORTSDIR}/databases/rubygem-arel-helpers \ rubygem-metasploit-concern>=0.3.0:${PORTSDIR}/security/rubygem-metasploit-concern \ rubygem-metasploit-model>=0.28.0:${PORTSDIR}/security/rubygem-metasploit-model \ rubygem-pg>=0:${PORTSDIR}/databases/rubygem-pg \ rubygem-railties>=3.0.0:${PORTSDIR}/www/rubygem-railties \ rubygem-recog>=1.0:${PORTSDIR}/security/rubygem-recog USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/mdm_console PORTSCOUT= ignore:1 .include Index: head/security/rubygem-metasploit_data_models/distinfo =================================================================== --- head/security/rubygem-metasploit_data_models/distinfo (revision 380774) +++ head/security/rubygem-metasploit_data_models/distinfo (revision 380775) @@ -1,2 +1,2 @@ -SHA256 (rubygem/metasploit_data_models-0.21.2.gem) = 50b54a457711bfa14129e2edfda3462ac74e003a9711b929dd817284aa5cb9a0 -SIZE (rubygem/metasploit_data_models-0.21.2.gem) = 142336 +SHA256 (rubygem/metasploit_data_models-0.22.6.gem) = 5874581e8e0b20c345d5ee1fcd6d74020c5bb382412782b79819b7513696c63c +SIZE (rubygem/metasploit_data_models-0.22.6.gem) = 142336 Index: head/security/rubygem-meterpreter_bins/Makefile =================================================================== --- head/security/rubygem-meterpreter_bins/Makefile (revision 380774) +++ head/security/rubygem-meterpreter_bins/Makefile (revision 380775) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= meterpreter_bins -PORTVERSION= 0.0.12 +PORTVERSION= 0.0.13 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Compiled binaries for Metasploit's Meterpreter LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PORTSCOUT= ignore:1 .include Index: head/security/rubygem-meterpreter_bins/distinfo =================================================================== --- head/security/rubygem-meterpreter_bins/distinfo (revision 380774) +++ head/security/rubygem-meterpreter_bins/distinfo (revision 380775) @@ -1,2 +1,2 @@ -SHA256 (rubygem/meterpreter_bins-0.0.12.gem) = 3f179126738e7db98b603b5c39cad323d403dc3f961abb6f91fa5874f332ae22 -SIZE (rubygem/meterpreter_bins-0.0.12.gem) = 2940416 +SHA256 (rubygem/meterpreter_bins-0.0.13.gem) = 2bc494fd0741b17f3201a3ad049b43114a60d3752ca09273707a4247f0d4feb1 +SIZE (rubygem/meterpreter_bins-0.0.13.gem) = 3444224 Index: head/security/rubygem-recog/Makefile =================================================================== --- head/security/rubygem-recog/Makefile (revision 380774) +++ head/security/rubygem-recog/Makefile (revision 380775) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Framework for fingerprinting products LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/recog_export.rb \ bin/recog_match.rb \ bin/recog_verify.rb PORTSCOUT= ignore:1 .include Index: head/security/rubygem-recog/distinfo =================================================================== --- head/security/rubygem-recog/distinfo (revision 380774) +++ head/security/rubygem-recog/distinfo (revision 380775) @@ -1,2 +1,2 @@ -SHA256 (rubygem/recog-1.0.5.gem) = 0282c3fd2a0ef7061fbecae77ad75ec19a86e121ae1e82fc39003f47423ad9e4 -SIZE (rubygem/recog-1.0.5.gem) = 169984 +SHA256 (rubygem/recog-1.0.7.gem) = dbdc56d892a46b1412f90a398014c7e1a03ade39e6fffd6abb1629b980b04d4f +SIZE (rubygem/recog-1.0.7.gem) = 171008