Update to 4.14.24
This commit is contained in:
parent
605f8f67f8
commit
ed0860ff76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442474
2 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= metasploit
|
||||
PORTVERSION= 4.14.22
|
||||
PORTVERSION= 4.14.24
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= tanawts@gmail.com
|
||||
|
@ -45,7 +45,7 @@ RUN_DEPENDS= nmap:security/nmap \
|
|||
rubygem-windows_error>=0:devel/rubygem-windows_error \
|
||||
rubygem-net-ssh>=0:security/rubygem-net-ssh \
|
||||
rubygem-ruby_smb>=0:net/rubygem-ruby_smb \
|
||||
rubygem-rex-arch>=0.1.4:security/rubygem-rex-arch \
|
||||
rubygem-rex-arch>=0:security/rubygem-rex-arch \
|
||||
rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \
|
||||
rubygem-rex-core>=0:security/rubygem-rex-core \
|
||||
rubygem-rex-encoder>=0:security/rubygem-rex-encoder \
|
||||
|
@ -85,7 +85,9 @@ STRIP=
|
|||
USE_RUBY= yes
|
||||
USES= python shebangfix
|
||||
PYTHON_NO_DEPENDS= yes
|
||||
SHEBANG_FILES= external/source/shellcode/windows/build.sh \
|
||||
SHEBANG_FILES= data/exploits/CVE-2017-7494/build.sh \
|
||||
data/exploits/CVE-2017-7494/install-deps.sh \
|
||||
external/source/shellcode/windows/build.sh \
|
||||
external/source/msfJavaToolkit/compile.sh \
|
||||
external/source/msfJavaToolkit/testKeytool.rb \
|
||||
external/source/msfJavaToolkit/testCompilation.rb \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495876038
|
||||
SHA256 (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 05e778426a0aa3ff3dd3a1eb53c668939b6eb9b4f2be30bc2bf15d98aab92a05
|
||||
SIZE (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 23795415
|
||||
TIMESTAMP = 1496478282
|
||||
SHA256 (rapid7-metasploit-framework-4.14.24_GH0.tar.gz) = 5b65dc81ede8e74b017a199fc79a3edc60628f84baac1379892fd33f6d70f631
|
||||
SIZE (rapid7-metasploit-framework-4.14.24_GH0.tar.gz) = 23946524
|
||||
|
|
Loading…
Reference in a new issue