summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/coturn
AgeCommit message (Collapse)Author
2020-06-30coturn: 4.5.1.2 -> 4.5.1.3R. RyanTM
2020-05-04coturn: 4.5.1.1 -> 4.5.1.2Franz Pletz
2020-04-29coturn: apply patch for CVE-2020-6061/6062Martin Weinelt
Fixes: CVE-2020-6061, CVE-2020-6062 An exploitable heap overflow vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to information leaks and other misbehavior. An attacker needs to send an HTTPS request to trigger this vulnerability. An exploitable denial-of-service vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to server crash and denial of service. An attacker needs to send an HTTP request to trigger this vulnerability.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-09-08treewide: remove redundant quotesvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-03-10coturn: 4.5.1.0 -> 4.5.1.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coturn/versions
2019-02-06coturn: 4.5.0.8 -> 4.5.1.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coturn/versions
2018-10-21coturn: mark broken on darwinUli Baum
2018-10-15coturn: 4.5.0.7 -> 4.5.0.8R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coturn/versions
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth
2018-02-25coturn: 4.5.0.6 -> 4.5.0.7Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7/bin/turnserver -h` got 0 exit code - ran `/nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7/bin/turnserver -h` and found version 4.5.0.7 - ran `/nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7/bin/turnadmin -h` got 0 exit code - ran `/nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7/bin/turnadmin --help` got 0 exit code - ran `/nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7/bin/turnutils_natdiscovery help` got 0 exit code - found 4.5.0.7 with grep in /nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7 - found 4.5.0.7 in filename of file in /nix/store/70pa0xb505v9glp792ldfq66ifjbrk5i-coturn-4.5.0.7
2017-05-20coturn: 4.5.0.3 -> 4.5.0.6Robin Gloster
fixes build with openssl 1.1
2017-03-30Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson
The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
2016-06-21coturn: init at 4.5.0.3 (#16284)Benjamin Saunders