Skip to content

Commit

Permalink
security/ruby-rex-powershell: update to 0.1.93
Browse files Browse the repository at this point in the history
0.1.91 (2021-04-23)

* Land #30, Implement the rc4 wrapper

0.1.92 (2021-07-09)

* Land #31, add method to obfuscate string literals
* Land #32, fix unit tests

0.1.93 (2021-07-19)

* Land #33, Add github actions for tests
* Land #35, Add W^X powershell payload templates
  • Loading branch information
taca committed Sep 19, 2021
1 parent ae94d74 commit ea9204d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/ruby-rex-powershell/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2021/06/01 14:35:44 taca Exp $
# $NetBSD: Makefile,v 1.7 2021/09/19 17:12:30 taca Exp $

DISTNAME= rex-powershell-0.1.90
DISTNAME= rex-powershell-0.1.93
CATEGORIES= security

MAINTAINER= minskim@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion security/ruby-rex-powershell/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.3 2020/03/29 14:48:20 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2021/09/19 17:12:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/verify.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-rex-powershell/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2021/06/01 14:35:44 taca Exp $
$NetBSD: distinfo,v 1.7 2021/09/19 17:12:30 taca Exp $

SHA1 (rex-powershell-0.1.90.gem) = 580f5983fcd2fd552d2682bc016de86865259b6e
RMD160 (rex-powershell-0.1.90.gem) = d5fad8ad0c443e64a62cc1ace0a8d3e397d9d13a
SHA512 (rex-powershell-0.1.90.gem) = 894f19a08c2ae6be42f6d4e02514e4339ec31f9afb6b8d8e6e6801cfc80582423415e9a81a1ce3a710378efc5ec2f1a04839d36b46d7a49bc2b550d794847d19
Size (rex-powershell-0.1.90.gem) = 29696 bytes
SHA1 (rex-powershell-0.1.93.gem) = 7c816a768a19bc9e69e7906b4b12e3e4acca186d
RMD160 (rex-powershell-0.1.93.gem) = 28493efd447f4d1ddf7ceedb4a91f9e3aa5aaafc
SHA512 (rex-powershell-0.1.93.gem) = c99aecde0f5abc357849c12844c8fccf982a58fc415ca407c02001735ab4574b1ec690fe7d18d1d3fddec7ea8a379cc83bdf9e694746c4a7916eaeb5117dc253
Size (rex-powershell-0.1.93.gem) = 31744 bytes

0 comments on commit ea9204d

Please sign in to comment.