forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/ruby-metasploit-concern: update to 4.0.2
Quote from commit logs: 4.0.2 (2021-05-05) * Land #36, Add ruby 3.0 tests 4.0.1 (2021-04-29) * Land #35, Remove bundle cache 4.0.0 (2021-04-28) * Land #33, updates to support rails 6.x 3.0.2 (2021-04-28) * Land #34, Replace travis with gh actions
- Loading branch information
taca
committed
May 30, 2021
1 parent
91b336a
commit 959acc0
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.4 2021/02/03 14:43:02 taca Exp $ | ||
# $NetBSD: Makefile,v 1.5 2021/05/30 11:37:02 taca Exp $ | ||
|
||
DISTNAME= metasploit-concern-3.0.1 | ||
DISTNAME= metasploit-concern-4.0.2 | ||
CATEGORIES= security | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2017/09/14 17:46:23 minskim Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2021/05/30 11:37:02 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/CONTRIBUTING.md | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/app/models/metasploit/concern/loader.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/engine.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/error.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/error/base.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/error/eager_load.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/error/skip_autoload.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/loader.rb | ||
${GEM_LIBDIR}/lib/metasploit/concern/version.rb | ||
${GEM_LIBDIR}/spec/support/shared/examples/metasploit/concern/run.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2021/02/03 14:43:02 taca Exp $ | ||
$NetBSD: distinfo,v 1.4 2021/05/30 11:37:02 taca Exp $ | ||
|
||
SHA1 (metasploit-concern-3.0.1.gem) = bbb11ce73ef964be593abf27b4271e3f5f3131d5 | ||
RMD160 (metasploit-concern-3.0.1.gem) = 1baf4d7f5c90869560346ac410e1833eaf8d8487 | ||
SHA512 (metasploit-concern-3.0.1.gem) = 146b64ee51139dc61ee1460ce3813514a683cafc67e7553c4474be8a1a19ffef25f02db239dadc14a6ac296b3f8d704df1c10da361a1f15629dcbd6ed034c082 | ||
Size (metasploit-concern-3.0.1.gem) = 18944 bytes | ||
SHA1 (metasploit-concern-4.0.2.gem) = b2d59352b27ac7380c7946fd114765e101230c85 | ||
RMD160 (metasploit-concern-4.0.2.gem) = c157e1b74ac3fec3766f3613da0a91b3aba399f5 | ||
SHA512 (metasploit-concern-4.0.2.gem) = 962b93ddd0c09264f68c5efbfd78be9b3a1f19c9e188051e2d67d347f457975ede969d2a9c08106a8bad496b75f230b31876a41af012258b73ab08558f51c6f9 | ||
Size (metasploit-concern-4.0.2.gem) = 18944 bytes |