about summary refs log tree commit diff
path: root/pkgs/tools/networking/tinc
AgeCommit message (Collapse)AuthorFilesLines
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-05-04treewide: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2021-06-28tinc_pre: 1.1pre17 -> 1.1pre18lassulus1-11/+3
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-12tinc: add myself as maintainerJörg Thalheim1-1/+1
2019-09-06tinc: 1.0.35 -> 1.0.36Doron Behar1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-01tinc_pre: fix error after openssl upgradeAndreas Rammhold1-1/+9
With the openssl upgrade to 1.0.2r / 1.1.1b the tinc pre-release version stopped working due to a bug in tinc where an encryption function was used during decryption. I submitted a patch upstream [1] but that wasn't released yet. [1] http://git.tinc-vpn.org/git/browse?p=tinc;a=commit;h=2b0aeec02d64bb4724da9ff1dbc19b7d35d7c904
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-10-08tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17pacien2-4/+4
Critical security update (CVE-2018-16737, CVE-2018-16738, CVE-2018-16758)
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-06-12Merge pull request #41899 from Lassulus/tinc_stableJörg Thalheim1-2/+2
tinc: 1.0.33 -> 10.0.34
2018-06-12tinc: 1.0.33 -> 10.0.34lassulus1-2/+2
2018-06-12tinc_pre: 1.1pre15 -> 1.1pre16lassulus1-6/+2
2018-02-21tinc: 1.0.32 -> 1.0.33volth1-2/+2
2017-09-24tinc: 1.0.31 -> 1.0.32Florian Jacob1-2/+2
2017-09-15tinc_pre: 1.1pre14 -> 1.1pre15lassulus1-11/+7
Remove an obsolete patch Add lassulus to maintainers Supply the build with the correct version number and changelog
2017-08-11treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen1-1/+1
Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
2017-07-27tinc_pre: avoid infinite loop with EBADFD on network restartVolth1-1/+9
2017-01-30tinc: 1.0.29 -> 1.0.31Florian Jacob1-3/+3
2016-10-11tinc: 1.0.28 -> 1.0.29 (#19444)Alexander Ried1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-13tinc: 1.0.26 -> 1.0.28Franz Pletz1-2/+2
2016-05-03tinc_pre: 1.1pre-git2016.01.28 -> 1.1pre-14 (#15192)Alexander Ried1-4/+9
split the documentation output remove the tinc-gui binary because python dependencies are not fulfilled
2016-02-22tinc_pre: 2015-11-07 -> 2016-01-27Franz Pletz1-4/+10
Also fixes `--version` parameter in exectuables.
2015-11-17tinc_pre: 2015-09-25 -> 2015-11-07William A. Kennington III1-3/+3
2015-10-04tinc_pre: 2015-07-22 -> 2015-09-25William A. Kennington III1-3/+3
2015-09-04tinc_pre: 2015-07-17 -> 2015-07-22William A. Kennington III1-4/+5
2015-07-16tinc: 2015-06-20 -> 2015-07-17William A. Kennington III1-3/+3
2015-07-16tinc: 1.0.25 -> 1.0.26William A. Kennington III1-6/+6
2015-06-27tinc_pre: 2015-05-15 -> 2015-06-20William A. Kennington III1-3/+3
2015-05-15tinc-pre: 2015-03-14 -> 2015-05-15William A. Kennington III1-3/+3
2015-04-04tinc_pre: 2015-02-24 -> 2015-03-14William A. Kennington III1-3/+3
2015-02-25tinc_pre: Rename using date formatWilliam A. Kennington III1-1/+1
2015-02-09tinc_pre: Update git versionWilliam A. Kennington III1-3/+3
2015-01-15tinc: update from 1.0.24 to 1.0.25Pascal Wittmann1-2/+2
2015-01-12tinc-pre: Update to ae5b56cWilliam A. Kennington III1-3/+3
2015-01-02tinc_pre: 199573 -> d28f332William A. Kennington III1-3/+3
2014-12-16tinc: Update pre 1.1William A. Kennington III1-3/+3
2014-11-03tinc_pre: Update to f57d53cWilliam A. Kennington III1-3/+3
2014-09-02tinc_pre: Experimental PatchesWilliam A. Kennington III1-4/+3
2014-09-02tinc_pre: Add derivationWilliam A. Kennington III1-0/+33
The tinc developer has made significant developments to the next version of tinc including many protocol security fixes. This patch adds the prerelease of the next major tinc release.
2014-06-09tinc: Update from 1.0.23 to 1.0.24Rickard Nilsson1-2/+2
2013-12-16tinc: update from 1.0.22 to 1.0.23Nixpkgs Monitor1-2/+2
2013-09-15tinc: Update to 1.0.22Ricardo M. Correia1-2/+2
close #957
2013-05-20tinc: update to 1.0.21 (fixes CVE-2013-1428) (merge #545)Ricardo M. Correia1-2/+2
2013-01-19tinc: GPLv2+, not GPLv2.James Cook1-1/+1