sslh: 1.18 -> 1.19
This commit is contained in:
parent
b5737de990
commit
ae939c29cc
@ -1,17 +1,17 @@
|
||||
{ stdenv, fetchurl, libcap, libconfig, perl, tcp_wrappers }:
|
||||
{ stdenv, fetchurl, libcap, libconfig, perl, tcp_wrappers, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sslh-${version}";
|
||||
version = "1.18";
|
||||
version = "1.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.rutschle.net/tech/sslh/sslh-v${version}.tar.gz";
|
||||
sha256 = "1ba5fxd2s6jh9n3wbp2a782q7syc4m6qvfrggnscdbywfyrsa08n";
|
||||
sha256 = "17362d3srrr49c3vvyg69maynpxac92wvi5j0nvlnh6sjs1v377g";
|
||||
};
|
||||
|
||||
postPatch = "patchShebangs *.sh";
|
||||
|
||||
buildInputs = [ libcap libconfig perl tcp_wrappers ];
|
||||
buildInputs = [ libcap libconfig perl tcp_wrappers pcre ];
|
||||
|
||||
makeFlags = "USELIBCAP=1 USELIBWRAP=1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user