Merge pull request #48050 from pacien/pkg-tinc-20181008
tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17 (security update)
This commit is contained in:
commit
cefd0f7e86
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, lzo, openssl, zlib}:
|
{stdenv, fetchurl, lzo, openssl, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.34";
|
version = "1.0.35";
|
||||||
name = "tinc-${version}";
|
name = "tinc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
|
url = "https://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
|
||||||
sha256 = "1nngdp2x5kykrgh13q5wjry8m82vahqv53csvlb22ifxvrhrnfn0";
|
sha256 = "0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lzo openssl zlib ];
|
buildInputs = [ lzo openssl zlib ];
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tinc-${version}";
|
name = "tinc-${version}";
|
||||||
version = "1.1pre16";
|
version = "1.1pre17";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
rev = "refs/tags/release-${version}";
|
rev = "refs/tags/release-${version}";
|
||||||
url = "git://tinc-vpn.org/tinc";
|
url = "git://tinc-vpn.org/tinc";
|
||||||
sha256 = "03dsm1kxagq8srskzg649xyhbdqbbqxc84pdwrz7yakpa9m6225c";
|
sha256 = "12abmx9qglchgn94a1qwgzldf2kaz77p8705ylpggzyncxv6bw2q";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "info" ];
|
outputs = [ "out" "man" "info" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user