diff options
author | taca <taca@pkgsrc.org> | 2022-08-28 12:22:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-28 12:22:40 +0000 |
commit | 134bc29f9556245b2718e3793b9c51627e4fb120 (patch) | |
tree | 7f346481bb2fd51693cc56b33cda06493bc6f613 /security | |
parent | b38ad97054e94ff2c232ea2f3da995473daab8bc (diff) | |
download | pkgsrc-134bc29f9556245b2718e3793b9c51627e4fb120.tar.gz |
security/ruby-rex-core: update to 0.1.28
0.1.21 (2022-01-25)
* Land #21, Apply rubocop changes to socket_abstraction
0.1.22 (2022-01-26)
* Land #23, GitHub actions for running tests
0.1.23 (2022-01-26)
* Land #24, move verify.yml to workflows folder
0.1.24 (2022-01-26)
* Land #24, move verify.yml to workflows folder
0.1.25 (2022-01-26)
* Land #22, cherry pick of stream_server cleanup
0.1.26 (2022-02-15)
* Land #20, Fix metasploit-framework#15968 (Multiple Socket Abstraction
Bugs)
0.1.27 (2022-03-24)
* Land #25, Stop refs being cloned or duped
0.1.28 (2022-04-05)
* Land #26, Rex::Compat: open_browser: Prepend 'file://' to file URLs for
Android
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-rex-core/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-rex-core/PLIST | 3 | ||||
-rw-r--r-- | security/ruby-rex-core/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/ruby-rex-core/Makefile b/security/ruby-rex-core/Makefile index 7cd88dc9355..fb616f5e7d3 100644 --- a/security/ruby-rex-core/Makefile +++ b/security/ruby-rex-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/12/11 13:53:21 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/08/28 12:22:40 taca Exp $ -DISTNAME= rex-core-0.1.20 +DISTNAME= rex-core-0.1.28 CATEGORIES= security MAINTAINER= minskim@NetBSD.org diff --git a/security/ruby-rex-core/PLIST b/security/ruby-rex-core/PLIST index 93f717ea0b3..b96c6f714b3 100644 --- a/security/ruby-rex-core/PLIST +++ b/security/ruby-rex-core/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2021/12/11 13:53:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/08/28 12:22:40 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/verify.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.travis.yml diff --git a/security/ruby-rex-core/distinfo b/security/ruby-rex-core/distinfo index 56a1b436335..50ae2db2e74 100644 --- a/security/ruby-rex-core/distinfo +++ b/security/ruby-rex-core/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/12/11 13:53:21 taca Exp $ +$NetBSD: distinfo,v 1.9 2022/08/28 12:22:40 taca Exp $ -BLAKE2s (rex-core-0.1.20.gem) = 6e1b9c09d2ab728f3da580e82c12402762c3abaac6930908759a8e5c047a7e3c -SHA512 (rex-core-0.1.20.gem) = 0e49e29ec3605b09b379d19e95ada416f59abb84c65e9819aafed8be51709388f26f1552e2d84044c78c913cb5549f068a9c3b45737e995de79d5085526b8415 -Size (rex-core-0.1.20.gem) = 31232 bytes +BLAKE2s (rex-core-0.1.28.gem) = 591690467b3336884cf299116f5e396253a1ab80726c91c7a7d2a30c660380c6 +SHA512 (rex-core-0.1.28.gem) = 5e8aac80456157b4a3a6690ddb8d83e4374da660ede7970ca7de2f9aa6d2ecefb553e26d52b9c612995803c41718fb01b14d9df26d0229a151f6ae9d6e932dd9 +Size (rex-core-0.1.28.gem) = 32256 bytes |