pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 28 12:33:50 UTC 2022

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

Log Message:
security/ruby-rex-exploitation: update to 0.1.35

0.1.29 (2022-03-07)

* Land #30, Add 'no_proto' option to wget/curl/lwp-request command stagers

0.1.30 (2022-04-05)

* Land #30, Add 'no_proto' option to wget/curl/lwp-request command stagers

0.1.31 (2022-07-01)

* Land #32, Add ruby 3.1.1 to test matrix

* Land #34, CmdStagerTFTP: Set payload filename; raise if tftphost is not
  set

0.1.32 (2022-07-11)

* Land #35, add cmdstager tests

0.1.33 (2022-07-14)

* Land #33, add FtpHttp cmdstager

0.1.34 (2022-07-18)

* Land #37, Update spec tests

0.1.35 (2022-7-18)

* Land #38, Add missing Rex::Exploitation::ObfuscateJS tests


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ruby-rex-exploitation/Makefile \
    pkgsrc/security/ruby-rex-exploitation/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-rex-exploitation/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-exploitation/Makefile
diff -u pkgsrc/security/ruby-rex-exploitation/Makefile:1.10 pkgsrc/security/ruby-rex-exploitation/Makefile:1.11
--- pkgsrc/security/ruby-rex-exploitation/Makefile:1.10 Sun Sep 19 17:19:13 2021
+++ pkgsrc/security/ruby-rex-exploitation/Makefile      Sun Aug 28 12:33:50 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/09/19 17:19:13 taca Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/28 12:33:50 taca Exp $
 
-DISTNAME=      rex-exploitation-0.1.28
+DISTNAME=      rex-exploitation-0.1.35
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/security/ruby-rex-exploitation/distinfo
diff -u pkgsrc/security/ruby-rex-exploitation/distinfo:1.10 pkgsrc/security/ruby-rex-exploitation/distinfo:1.11
--- pkgsrc/security/ruby-rex-exploitation/distinfo:1.10 Tue Oct 26 11:17:57 2021
+++ pkgsrc/security/ruby-rex-exploitation/distinfo      Sun Aug 28 12:33:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:17:57 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/08/28 12:33:50 taca Exp $
 
-BLAKE2s (rex-exploitation-0.1.28.gem) = d2140f7f77f5e9b7081b689a703f0dff57e7699128190431ff84b1c1f56c5fb0
-SHA512 (rex-exploitation-0.1.28.gem) = 6d662e495e0f6bbb6937417cd710adad6573d9ce5e53ec818c0ee402cca83851fc1421b431b1a9af84e5c1059f24094b79f38e2afe59e2a46d1fc4aec39b2d09
-Size (rex-exploitation-0.1.28.gem) = 79872 bytes
+BLAKE2s (rex-exploitation-0.1.35.gem) = c7b260e2b3c9d9c33e36f60b1d79cb7bfcac538192057b25eb7e9cee91781cde
+SHA512 (rex-exploitation-0.1.35.gem) = 0cd9b9c95e6a58d66425a63f0553d04778d83fafaaf82bdac8bfbe6e5059411ea2cdd505c66aea30506748d413465ccf8c59bcf8930db2e0425dc5f0d97cbefc
+Size (rex-exploitation-0.1.35.gem) = 79872 bytes

Index: pkgsrc/security/ruby-rex-exploitation/PLIST
diff -u pkgsrc/security/ruby-rex-exploitation/PLIST:1.4 pkgsrc/security/ruby-rex-exploitation/PLIST:1.5
--- pkgsrc/security/ruby-rex-exploitation/PLIST:1.4     Sun Feb 14 13:24:29 2021
+++ pkgsrc/security/ruby-rex-exploitation/PLIST Sun Aug 28 12:33:50 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/02/14 13:24:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/08/28 12:33:50 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/verify.yml
 ${GEM_LIBDIR}/.gitignore
@@ -47,6 +47,7 @@ ${GEM_LIBDIR}/lib/rex/exploitation/cmdst
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/debug_write.rb
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/echo.rb
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/fetch.rb
+${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/ftp_http.rb
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/lwprequest.rb
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/printf.rb
 ${GEM_LIBDIR}/lib/rex/exploitation/cmdstager/psh_invokewebrequest.rb



Home | Main Index | Thread Index | Old Index