summaryrefslogtreecommitdiff
path: root/homebrew/sslsplit
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/sslsplit
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/sslsplit')
-rw-r--r--homebrew/sslsplit/.beer37
-rw-r--r--homebrew/sslsplit/.make.sh-auto6
-rw-r--r--homebrew/sslsplit/_metadata/description1
-rw-r--r--homebrew/sslsplit/_metadata/homepage1
-rw-r--r--homebrew/sslsplit/_metadata/name1
-rw-r--r--homebrew/sslsplit/_metadata/version1
-rwxr-xr-xhomebrew/sslsplit/download.sh1
7 files changed, 48 insertions, 0 deletions
diff --git a/homebrew/sslsplit/.beer b/homebrew/sslsplit/.beer
new file mode 100644
index 000000000..5c9ff9adc
--- /dev/null
+++ b/homebrew/sslsplit/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "Sslsplit",
+ "description": "Man-in-the-middle attacks against SSL encrypted network connections",
+ "url": "https://mirror.roe.ch/rel/sslsplit/sslsplit-0.5.3.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.roe.ch/SSLsplit",
+ "depends": [
+ {
+ "depend": "check",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libevent",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "unless build.head?",
+ "ENV.deparallelize",
+ "inreplace \"GNUmakefile\" do |s|",
+ "s.gsub! \"-o $(BINUID) -g $(BINGID)\", \"\"",
+ "s.gsub! \"-o $(MANUID) -g $(MANGID)\", \"\""
+ ],
+ "version": "0.5.3",
+ "file": "sslsplit.rb"
+} \ No newline at end of file
diff --git a/homebrew/sslsplit/.make.sh-auto b/homebrew/sslsplit/.make.sh-auto
new file mode 100644
index 000000000..930a00d78
--- /dev/null
+++ b/homebrew/sslsplit/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+unless build.head?
+ENV.deparallelize
+inreplace "GNUmakefile" do |s|
+s.gsub! "-o $(BINUID) -g $(BINGID)", ""
+s.gsub! "-o $(MANUID) -g $(MANGID)", ""
diff --git a/homebrew/sslsplit/_metadata/description b/homebrew/sslsplit/_metadata/description
new file mode 100644
index 000000000..cbd971ff9
--- /dev/null
+++ b/homebrew/sslsplit/_metadata/description
@@ -0,0 +1 @@
+Man-in-the-middle attacks against SSL encrypted network connections
diff --git a/homebrew/sslsplit/_metadata/homepage b/homebrew/sslsplit/_metadata/homepage
new file mode 100644
index 000000000..9dfb71bd9
--- /dev/null
+++ b/homebrew/sslsplit/_metadata/homepage
@@ -0,0 +1 @@
+https://www.roe.ch/SSLsplit
diff --git a/homebrew/sslsplit/_metadata/name b/homebrew/sslsplit/_metadata/name
new file mode 100644
index 000000000..ac3b53f43
--- /dev/null
+++ b/homebrew/sslsplit/_metadata/name
@@ -0,0 +1 @@
+Sslsplit
diff --git a/homebrew/sslsplit/_metadata/version b/homebrew/sslsplit/_metadata/version
new file mode 100644
index 000000000..be14282b7
--- /dev/null
+++ b/homebrew/sslsplit/_metadata/version
@@ -0,0 +1 @@
+0.5.3
diff --git a/homebrew/sslsplit/download.sh b/homebrew/sslsplit/download.sh
new file mode 100755
index 000000000..ef190672f
--- /dev/null
+++ b/homebrew/sslsplit/download.sh
@@ -0,0 +1 @@
+wget https://mirror.roe.ch/rel/sslsplit/sslsplit-0.5.3.tar.bz2 \ No newline at end of file