aboutsummaryrefslogtreecommitdiffstats
path: root/community/crackmapexec/cleanup-residual-patch-in-upstream.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-23 11:52:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-23 11:52:29 +0000
commit21a8be54a1d64225474b99120ce06dbb618d859a (patch)
tree2995b8424b6b36a8ce4e055528d643e8a63933a3 /community/crackmapexec/cleanup-residual-patch-in-upstream.patch
parent02361af75c67066a5ebde0cbdbcba3d830a50377 (diff)
downloadaports-21a8be54a1d64225474b99120ce06dbb618d859a.tar.bz2
aports-21a8be54a1d64225474b99120ce06dbb618d859a.tar.xz
community/crackmapexec: moved from testing, uses specific python2 packages
Diffstat (limited to 'community/crackmapexec/cleanup-residual-patch-in-upstream.patch')
-rw-r--r--community/crackmapexec/cleanup-residual-patch-in-upstream.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/crackmapexec/cleanup-residual-patch-in-upstream.patch b/community/crackmapexec/cleanup-residual-patch-in-upstream.patch
new file mode 100644
index 0000000000..70682d9f5f
--- /dev/null
+++ b/community/crackmapexec/cleanup-residual-patch-in-upstream.patch
@@ -0,0 +1,22 @@
+diff --git a/cme/cmeserver.py b/cme/cmeserver.py
+index 4549095..5bc336b 100644
+--- a/cme/cmeserver.py
++++ b/cme/cmeserver.py
+@@ -1,17 +1,9 @@
+ import BaseHTTPServer
+ import threading
+ import ssl
+-<<<<<<< HEAD:cme/cmeserver.py
+-<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py
+ import os
+ import sys
+ from getpass import getuser
+-=======
+-import sys
+->>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py
+-=======
+-import sys
+->>>>>>> da4e55380a1d1ad46d3176c513b829bd4a7099f4:core/cmeserver.py
+ from BaseHTTPServer import BaseHTTPRequestHandler
+ from logging import getLogger
+ from gevent import sleep