1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
}
|