diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-03 10:30:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-03 10:30:51 +0000 |
commit | ed0860ff760caf357c650eb307e2062c256ae819 (patch) | |
tree | 444ad3b8e8b783a754e9cbedb29663a43ef2555e /security/metasploit | |
parent | 605f8f67f8fea482dc956b50e9c1692a8748462e (diff) | |
download | ports-ed0860ff760caf357c650eb307e2062c256ae819.tar.gz ports-ed0860ff760caf357c650eb307e2062c256ae819.zip |
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r-- | security/metasploit/Makefile | 8 | ||||
-rw-r--r-- | security/metasploit/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index d358d9b9fca2..93d1a48715fe 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -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 \ diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo index 270901d6e873..0fd3796fda9d 100644 --- a/security/metasploit/distinfo +++ b/security/metasploit/distinfo @@ -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 |