pkgsrc-WIP-changes archive

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

routersploit: Add a reference to upstream pull request



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 6 12:50:45 2019 +0200
Changeset:	9e16847025458060f19fba333eda22b7fe9284bb

Modified Files:
	routersploit/distinfo
	routersploit/patches/patch-routersploit_core_exploit_utils.py
	routersploit/patches/patch-routersploit_modules_exploits_generic_ssh__auth__keys.py
	routersploit/patches/patch-routersploit_modules_scanners_autopwn.py

Log Message:
routersploit: Add a reference to upstream pull request

(While here also sync whitespaces with the version shared upstream.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e16847025458060f19fba333eda22b7fe9284bb

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

diffstat:
 routersploit/distinfo                                               | 6 +++---
 routersploit/patches/patch-routersploit_core_exploit_utils.py       | 6 +++++-
 .../patch-routersploit_modules_exploits_generic_ssh__auth__keys.py  | 4 ++++
 routersploit/patches/patch-routersploit_modules_scanners_autopwn.py | 4 ++++
 4 files changed, 16 insertions(+), 4 deletions(-)

diffs:
diff --git a/routersploit/distinfo b/routersploit/distinfo
index 8d79e96761..1d2081dbf9 100644
--- a/routersploit/distinfo
+++ b/routersploit/distinfo
@@ -4,6 +4,6 @@ SHA1 (routersploit-3.4.0.tar.gz) = a614706c1367fa576e55642d4696faec205d66d8
 RMD160 (routersploit-3.4.0.tar.gz) = a568e886b85896d574065c9b04b96471253606b0
 SHA512 (routersploit-3.4.0.tar.gz) = 9182598105c4d1c971dc63ac24059469dd1862af204f59994cfc85012091663a85faee4c7c04cce573eef1fa91525b44a3963b8c24460d3b31595c4ef6a6c4e5
 Size (routersploit-3.4.0.tar.gz) = 465082 bytes
-SHA1 (patch-routersploit_core_exploit_utils.py) = c6f7c8dde2d18ccda93d30e0acdb8072dc93e258
-SHA1 (patch-routersploit_modules_exploits_generic_ssh__auth__keys.py) = d05ada3fea97cf65bb3ed5888fdc3dd6b4e53105
-SHA1 (patch-routersploit_modules_scanners_autopwn.py) = 230ec87a9e8de95069e511815d746768192928ce
+SHA1 (patch-routersploit_core_exploit_utils.py) = 99631397a08220e9054eb976a85a752ccdb7772b
+SHA1 (patch-routersploit_modules_exploits_generic_ssh__auth__keys.py) = 3865470d9613bd66487a53c72b3e6cbdbe9dbb83
+SHA1 (patch-routersploit_modules_scanners_autopwn.py) = 5824b6fbad2523d08caf6d615aeb9a040310296f
diff --git a/routersploit/patches/patch-routersploit_core_exploit_utils.py b/routersploit/patches/patch-routersploit_core_exploit_utils.py
index dad476e1c5..cd46381f34 100644
--- a/routersploit/patches/patch-routersploit_core_exploit_utils.py
+++ b/routersploit/patches/patch-routersploit_core_exploit_utils.py
@@ -5,6 +5,10 @@ $NetBSD$
   hardcoded directory and - if not provided - pick up the default
   RESOURCES_DIR.
 
+Patch shared upstream via:
+
+ <https://github.com/threat9/routersploit/pull/578>
+
 --- routersploit/core/exploit/utils.py.orig	2018-10-17 17:30:53.000000000 +0000
 +++ routersploit/core/exploit/utils.py
 @@ -6,12 +6,14 @@ import random
@@ -27,7 +31,7 @@ $NetBSD$
  
  
 -def lookup_vendor(addr: str) -> str:
-+def lookup_vendor(addr: str, resources_directory: str=RESOURCES_DIR) -> str:
++def lookup_vendor(addr: str, resources_directory: str = RESOURCES_DIR) -> str:
      """ Lookups vendor (manufacturer) based on MAC address
  
      :param str addr: MAC address to lookup
diff --git a/routersploit/patches/patch-routersploit_modules_exploits_generic_ssh__auth__keys.py b/routersploit/patches/patch-routersploit_modules_exploits_generic_ssh__auth__keys.py
index fde111c7c3..c3022c6e15 100644
--- a/routersploit/patches/patch-routersploit_modules_exploits_generic_ssh__auth__keys.py
+++ b/routersploit/patches/patch-routersploit_modules_exploits_generic_ssh__auth__keys.py
@@ -3,6 +3,10 @@ $NetBSD$
 - Use RESOURCES_DIR instead of picking up ssh_keys in ${PWD} (and mostly likely
   failing)
 
+Patch shared upstream via:
+
+ <https://github.com/threat9/routersploit/pull/578>
+
 --- routersploit/modules/exploits/generic/ssh_auth_keys.py.orig	2018-10-17 17:30:53.000000000 +0000
 +++ routersploit/modules/exploits/generic/ssh_auth_keys.py
 @@ -51,7 +51,7 @@ class Exploit(SSHClient):
diff --git a/routersploit/patches/patch-routersploit_modules_scanners_autopwn.py b/routersploit/patches/patch-routersploit_modules_scanners_autopwn.py
index c58878ddcb..b21855bb7e 100644
--- a/routersploit/patches/patch-routersploit_modules_scanners_autopwn.py
+++ b/routersploit/patches/patch-routersploit_modules_scanners_autopwn.py
@@ -3,6 +3,10 @@ $NetBSD$
 - Use MODULES_DIR instead of picking up modules in ${PWD} (and mostly likely
   failing)
 
+Patch shared upstream via:
+
+ <https://github.com/threat9/routersploit/pull/578>
+
 --- routersploit/modules/scanners/autopwn.py.orig	2018-10-17 17:30:53.000000000 +0000
 +++ routersploit/modules/scanners/autopwn.py
 @@ -34,8 +34,8 @@ class Exploit(Exploit):


Home | Main Index | Thread Index | Old Index