3
0
Fork 0
forked from mirrors/nixpkgs

tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17

Critical security update (CVE-2018-16737, CVE-2018-16738, CVE-2018-16758)
This commit is contained in:
pacien 2018-10-08 16:51:37 +02:00
parent ec7d7e1f78
commit 15a190eb27
2 changed files with 4 additions and 4 deletions

View file

@ -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 ];

View file

@ -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" ];