Skip to content

Commit

Permalink
security/ruby-rex-powershell: update to 0.1.89
Browse files Browse the repository at this point in the history
0.1.89 (2021-01-19)

* Land #25, Update gempsec
* Add in support for -version flag using @wo4haoren's original
  contributions from #24 with some tweaks

0.1.88 (2020-11-30)

* Land #14, Add option to use Invoke-Expression and RC4
* relax dev bundle and update authors …
	- Allows bundle with latest bundler
	- Updates authors to reflect current maintainers
	- Update travis to test with 2.7.2
  • Loading branch information
taca committed Feb 5, 2021
1 parent 51cc51c commit e9111f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 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.4 2020/03/24 16:17:33 taca Exp $
# $NetBSD: Makefile,v 1.5 2021/02/05 15:22:01 taca Exp $

DISTNAME= rex-powershell-0.1.87
DISTNAME= rex-powershell-0.1.89
CATEGORIES= security

MAINTAINER= minskim@NetBSD.org
Expand All @@ -12,6 +12,7 @@ USE_LANGUAGES= # none

DEPENDS+= ${RUBY_PKGPREFIX}-rex-random_identifier-[0-9]*:../../security/ruby-rex-random_identifier
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
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.4 2020/03/29 06:49:25 mef Exp $
$NetBSD: distinfo,v 1.5 2021/02/05 15:22:01 taca Exp $

SHA1 (rex-powershell-0.1.87.gem) = 5bb916335ed0cbd1da165e9d14c5f1848ac6cb53
RMD160 (rex-powershell-0.1.87.gem) = a34fcbd3f3c8cae83b0ca406d95bc161d6fec61e
SHA512 (rex-powershell-0.1.87.gem) = 058b84dbc2c1acb70d16e8262da07625306ddb299e593d383be2f5fce1c35bb0f4481b5e5c066c3297b31c6dbbb81018a7f54d0e8ddf15bf378bd1db5f16bb9f
Size (rex-powershell-0.1.87.gem) = 29184 bytes
SHA1 (rex-powershell-0.1.89.gem) = 5a1ea2fcd7a6d8e1b8066e4885cc13bffc554a2c
RMD160 (rex-powershell-0.1.89.gem) = 007f2df9f811099c6cd8c50015e0ece9b87c4890
SHA512 (rex-powershell-0.1.89.gem) = 3c6926f53de7195a700d7812125cd178f4310bcbdf69756d1b51474f953b97d243f32f56b607a3c90afd7b526d3ed49b5f0fe4e41d4a9dda7f9a712321c2c9da
Size (rex-powershell-0.1.89.gem) = 29696 bytes

0 comments on commit e9111f2

Please sign in to comment.