Skip to content

Commit

Permalink
tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17
Browse files Browse the repository at this point in the history
Critical security update (CVE-2018-16737, CVE-2018-16738, CVE-2018-16758)

(cherry picked from commit 15a190e)
  • Loading branch information
pacien authored and andir committed Oct 8, 2018
1 parent 1eb1fec commit 21293d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tinc/default.nix
@@ -1,12 +1,12 @@
{stdenv, fetchurl, lzo, openssl, zlib}:

stdenv.mkDerivation rec {
version = "1.0.34";
version = "1.0.35";
name = "tinc-${version}";

src = fetchurl {
url = "https://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
sha256 = "1nngdp2x5kykrgh13q5wjry8m82vahqv53csvlb22ifxvrhrnfn0";
sha256 = "0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q";
};

buildInputs = [ lzo openssl zlib ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tinc/pre.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "tinc-${version}";
version = "1.1pre16";
version = "1.1pre17";

src = fetchgit {
rev = "refs/tags/release-${version}";
url = "git://tinc-vpn.org/tinc";
sha256 = "03dsm1kxagq8srskzg649xyhbdqbbqxc84pdwrz7yakpa9m6225c";
sha256 = "12abmx9qglchgn94a1qwgzldf2kaz77p8705ylpggzyncxv6bw2q";
};

outputs = [ "out" "man" "info" ];
Expand Down

0 comments on commit 21293d2

Please sign in to comment.