mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
stunnel: update from 4.56 to 5.00, potentially fixes CVE-2014-0016
This commit is contained in:
parent
34301c89e1
commit
d2571617c0
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, openssl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "stunnel-4.56";
|
||||
name = "stunnel-5.00";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.stunnel.org/downloads/stunnel-4.56.tar.gz;
|
||||
sha256 = "14qjhwfa0y17ipnd5mc970vfmralvgaxfl6fk0rl91vdwbxjrblw";
|
||||
url = http://www.stunnel.org/downloads/stunnel-5.00.tar.gz;
|
||||
sha256 = "04xwfppvmj0wrzar3rbypax93jb10f1skh3gq86gy6pglx96v648";
|
||||
};
|
||||
|
||||
buildInputs = [openssl];
|
||||
|
Loading…
Reference in New Issue
Block a user