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:           Wed Mar 21 13:42:08 UTC 2018

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

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

0.1.77                                  2017/09/23

* Convert double quotes to single quotes to match #{URL}

0.1.76                                  2017/09/07

* Merge pull request #9 from sempervictus/feature-payload_msil_jit

0.1.75                                  2017/08/25

* Remove useless failing spec

* Improve use of RandomIdentifier::Generator
* Add MSIL to template constants
* Update spec for MSIL payload
* Implement MSIL payload in Rex gem via template
* Update spec for command
* Finalize quote wrapper
* Rework quote handling
* Cleanup Command single quotes redundant gsub

0.1.74                                  2017/07/18

* Alternative to IEX in dl_and_exec_string methods
* Command spec - deal with :use_single_quotes
* Output and command improvements for Win10

0.1.73                                  2017/05/12

* update spec to require Ruby 2.2.0 or greater


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

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.1 pkgsrc/security/ruby-rex-powershell/Makefile:1.2
--- pkgsrc/security/ruby-rex-powershell/Makefile:1.1    Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/Makefile        Wed Mar 21 13:42:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 17:15:41 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/21 13:42:08 taca Exp $
 
-DISTNAME=      rex-powershell-0.1.72
+DISTNAME=      rex-powershell-0.1.77
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/security/ruby-rex-powershell/PLIST
diff -u pkgsrc/security/ruby-rex-powershell/PLIST:1.1 pkgsrc/security/ruby-rex-powershell/PLIST:1.2
--- pkgsrc/security/ruby-rex-powershell/PLIST:1.1       Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/PLIST   Wed Mar 21 13:42:08 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 17:15:41 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/21 13:42:08 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/data/templates/to_mem_dotnet.ps1.template
+${GEM_LIBDIR}/data/templates/to_mem_msil.ps1.template
 ${GEM_LIBDIR}/data/templates/to_mem_old.ps1.template
 ${GEM_LIBDIR}/data/templates/to_mem_pshreflection.ps1.template
 ${GEM_LIBDIR}/lib/rex/powershell.rb
Index: pkgsrc/security/ruby-rex-powershell/distinfo
diff -u pkgsrc/security/ruby-rex-powershell/distinfo:1.1 pkgsrc/security/ruby-rex-powershell/distinfo:1.2
--- pkgsrc/security/ruby-rex-powershell/distinfo:1.1    Fri Sep 29 17:15:41 2017
+++ pkgsrc/security/ruby-rex-powershell/distinfo        Wed Mar 21 13:42:08 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 17:15:41 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/21 13:42:08 taca Exp $
 
-SHA1 (rex-powershell-0.1.72.gem) = ed419e114e24fc90fc9db854908e67de9c50daa4
-RMD160 (rex-powershell-0.1.72.gem) = 35dca02e93c6e147c0b62986e8063a4235ddd7f8
-SHA512 (rex-powershell-0.1.72.gem) = 5b5e5fd8685a84c88c8e2a308089724eb16fa8ac58d4543a1a8664aba9ff307fb5532e1aa351b6d245cdcbb69c0fc81fe3b78f99247c4472e55cdd21c5d9f494
-Size (rex-powershell-0.1.72.gem) = 26624 bytes
+SHA1 (rex-powershell-0.1.77.gem) = b8b64dee546e6c960ce2b82523702bdedc74dab7
+RMD160 (rex-powershell-0.1.77.gem) = 82e85f4b461581f37f8983010660b1ebcbfe5fa9
+SHA512 (rex-powershell-0.1.77.gem) = 99e3a8394c580b07580f8c230f049b15fd80b02db4b940208a1086e1c3d679ab1b757fee56356d6b25a6876ccb21c50d1037b7bbadc486a7c38b10b9b81a09d3
+Size (rex-powershell-0.1.77.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index