coturn: 4.5.1.1 -> 4.5.1.2

This commit is contained in:
Franz Pletz 2020-05-04 15:01:51 +02:00
parent 89b673b9e6
commit 52b2fa943a
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,24 +2,19 @@
stdenv.mkDerivation rec {
pname = "coturn";
version = "4.5.1.1";
version = "4.5.1.2";
src = fetchFromGitHub {
owner = "coturn";
repo = "coturn";
rev = version;
sha256 = "12x604lgva1d3g4wvl3f66rdj6lkjk5cqr0l3xas33xgzgm13pwr";
sha256 = "01y65az8qyv2kjnb4fj7rgl4zq5pc2b286gfn727x3hfhksx9zp2";
};
buildInputs = [ openssl libevent ];
patches = [
./pure-configure.patch
(fetchpatch {
name = "CVE-2020-6061+6062.patch";
url = "https://sources.debian.org/data/main/c/coturn/4.5.1.1-1.2/debian/patches/CVE-2020-6061+6062.patch";
sha256 = "0fcy1wp91bb4hlhnp96sf9bs0d9hf3pwx5f7b1r9cfvr3l5c1bk2";
})
];
meta = with stdenv.lib; {