- metasploit to 4.11.1
- rubygem-metasploit-credential to 0.13.17
- rubygem-metasploit_data_models to 0.22.6
- rubygem-meterpreter_bins to 0.0.13
- rubygem-recog to 1.0.7
This commit is contained in:
Antoine Brodin 2015-03-08 15:38:17 +00:00
parent 427e3f638c
commit 0287333469
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380775
10 changed files with 24 additions and 23 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= metasploit
PORTVERSION= 4.11.0
PORTVERSION= 4.11.1
CATEGORIES= security
MASTER_SITES= GH
@ -19,7 +19,7 @@ RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
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 \
@ -38,19 +38,18 @@ SCRIPTS= msfbinscan msfcli msfconsole msfd msfelfscan msfencode \
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 <bsd.port.options.mk>
@ -59,13 +58,15 @@ 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

View File

@ -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

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit-credential
PORTVERSION= 0.13.8
PORTVERSION= 0.13.17
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -12,7 +12,7 @@ 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 \

View File

@ -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

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= metasploit_data_models
PORTVERSION= 0.21.2
PORTVERSION= 0.22.6
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG

View File

@ -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

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= meterpreter_bins
PORTVERSION= 0.0.12
PORTVERSION= 0.0.13
CATEGORIES= security rubygems
MASTER_SITES= RG

View File

@ -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

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= recog
PORTVERSION= 1.0.5
PORTVERSION= 1.0.7
CATEGORIES= security rubygems
MASTER_SITES= RG

View File

@ -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