pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-rex-powershell



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 19 17:12:30 UTC 2021

Modified Files:
        pkgsrc/security/ruby-rex-powershell: Makefile PLIST distinfo

Log Message:
security/ruby-rex-powershell: update to 0.1.93

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rex-powershell/Makefile \
    pkgsrc/security/ruby-rex-powershell/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-rex-powershell/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-rex-powershell/Makefile
diff -u pkgsrc/security/ruby-rex-powershell/Makefile:1.6 pkgsrc/security/ruby-rex-powershell/Makefile:1.7
--- pkgsrc/security/ruby-rex-powershell/Makefile:1.6    Tue Jun  1 14:35:44 2021
+++ pkgsrc/security/ruby-rex-powershell/Makefile        Sun Sep 19 17:12:30 2021
@@ -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@localhost
Index: pkgsrc/security/ruby-rex-powershell/distinfo
diff -u pkgsrc/security/ruby-rex-powershell/distinfo:1.6 pkgsrc/security/ruby-rex-powershell/distinfo:1.7
--- pkgsrc/security/ruby-rex-powershell/distinfo:1.6    Tue Jun  1 14:35:44 2021
+++ pkgsrc/security/ruby-rex-powershell/distinfo        Sun Sep 19 17:12:30 2021
@@ -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

Index: pkgsrc/security/ruby-rex-powershell/PLIST
diff -u pkgsrc/security/ruby-rex-powershell/PLIST:1.3 pkgsrc/security/ruby-rex-powershell/PLIST:1.4
--- pkgsrc/security/ruby-rex-powershell/PLIST:1.3       Sun Mar 29 14:48:20 2020
+++ pkgsrc/security/ruby-rex-powershell/PLIST   Sun Sep 19 17:12:30 2021
@@ -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



Home | Main Index | Thread Index | Old Index