Commit graph

50 commits

Author SHA1 Message Date
lassulus d71d7ecef1 tinc_pre: 1.1pre17 -> 1.1pre18 2021-06-28 21:40:55 +02:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Jörg Thalheim f341fd2fe0
tinc: add myself as maintainer 2020-12-12 07:38:39 +01:00
Doron Behar f1bf4ec1f1 tinc: 1.0.35 -> 1.0.36 2019-09-06 19:13:29 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Andreas Rammhold 447c21089b
tinc_pre: fix error after openssl upgrade
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-03-01 22:33:46 +01:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
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.
2019-01-26 10:05:32 +00:00
pacien 15a190eb27 tinc: 1.0.34 -> 1.0.35, 1.1pre16 -> 1.1pre17
Critical security update (CVE-2018-16737, CVE-2018-16738, CVE-2018-16758)
2018-10-08 16:51:37 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* 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-28 20:43:35 +02:00
Jörg Thalheim a7a53d0fea
Merge pull request #41899 from Lassulus/tinc_stable
tinc: 1.0.33 -> 10.0.34
2018-06-12 21:04:33 +01:00
lassulus 1677759a7b tinc: 1.0.33 -> 10.0.34 2018-06-12 21:21:11 +02:00
lassulus eb6189e154 tinc_pre: 1.1pre15 -> 1.1pre16 2018-06-12 21:15:48 +02:00
volth 284425dc5d
tinc: 1.0.32 -> 1.0.33 2018-02-21 19:34:31 +00:00
Florian Jacob 8704e82eba tinc: 1.0.31 -> 1.0.32 2017-09-24 11:42:00 +02:00
lassulus f4dfa30d24 tinc_pre: 1.1pre14 -> 1.1pre15
Remove an obsolete patch
Add lassulus to maintainers
Supply the build with the correct version number and changelog
2017-09-15 17:54:20 +02:00
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
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-08-11 21:32:54 +03:00
Volth 688dc4e4c3 tinc_pre: avoid infinite loop with EBADFD on network restart 2017-07-27 18:04:33 +02:00
Florian Jacob 97c3ee9525 tinc: 1.0.29 -> 1.0.31 2017-01-30 12:38:02 +01:00
Alexander Ried bbb2f64588 tinc: 1.0.28 -> 1.0.29 (#19444) 2016-10-11 12:57:00 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Franz Pletz 54e87bad04 tinc: 1.0.26 -> 1.0.28 2016-05-13 17:27:00 +02:00
Alexander Ried 3fe746cfc2 tinc_pre: 1.1pre-git2016.01.28 -> 1.1pre-14 (#15192)
split the documentation output
remove the tinc-gui binary because python dependencies are not fulfilled
2016-05-03 19:39:53 +02:00
Franz Pletz d31f58c688 tinc_pre: 2015-11-07 -> 2016-01-27
Also fixes `--version` parameter in exectuables.
2016-02-22 04:59:59 +01:00
William A. Kennington III 933316c310 tinc_pre: 2015-09-25 -> 2015-11-07 2015-11-17 21:16:42 -08:00
William A. Kennington III 86b5cecaae tinc_pre: 2015-07-22 -> 2015-09-25 2015-10-04 15:03:22 -07:00
William A. Kennington III c985530a25 tinc_pre: 2015-07-17 -> 2015-07-22 2015-09-04 11:54:51 -07:00
William A. Kennington III da5e25dcaa tinc: 2015-06-20 -> 2015-07-17 2015-07-16 20:07:17 -07:00
William A. Kennington III 97d8c1cb23 tinc: 1.0.25 -> 1.0.26 2015-07-16 20:07:17 -07:00
William A. Kennington III ca2cf48e10 tinc_pre: 2015-05-15 -> 2015-06-20 2015-06-27 11:31:10 -07:00
William A. Kennington III 52587b9f81 tinc-pre: 2015-03-14 -> 2015-05-15 2015-05-15 18:38:12 -07:00
William A. Kennington III bb18faf767 tinc_pre: 2015-02-24 -> 2015-03-14 2015-04-04 20:14:35 -07:00
William A. Kennington III cbb706c326 tinc_pre: Rename using date format 2015-02-25 11:53:14 -08:00
William A. Kennington III c14348a51d tinc_pre: Update git version 2015-02-09 10:48:36 -08:00
Pascal Wittmann d6dfe59394 tinc: update from 1.0.24 to 1.0.25 2015-01-15 00:57:47 +01:00
William A. Kennington III 37bb586452 tinc-pre: Update to ae5b56c 2015-01-12 15:25:53 -08:00
William A. Kennington III 371de847ed tinc_pre: 199573 -> d28f332 2015-01-02 10:43:55 -08:00
William A. Kennington III 1368e94ae2 tinc: Update pre 1.1 2014-12-16 13:54:44 -08:00
William A. Kennington III 7c605db462 tinc_pre: Update to f57d53c 2014-11-03 14:21:30 -08:00
William A. Kennington III d13423c74f tinc_pre: Experimental Patches 2014-09-02 09:16:15 -07:00
William A. Kennington III ac502d28ff tinc_pre: Add derivation
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-09-02 09:16:15 -07:00
Rickard Nilsson 9018d3c4f2 tinc: Update from 1.0.23 to 1.0.24 2014-06-09 15:14:05 +02:00
Nixpkgs Monitor 3c936a0502 tinc: update from 1.0.22 to 1.0.23 2013-12-16 01:36:17 +02:00
Ricardo M. Correia 1ac7ba823d tinc: Update to 1.0.22
close #957
2013-09-15 06:34:44 +03:00
Ricardo M. Correia 84e69bf619 tinc: update to 1.0.21 (fixes CVE-2013-1428) (merge #545) 2013-05-20 17:18:28 +02:00
James Cook 04194c576e tinc: GPLv2+, not GPLv2. 2013-01-19 13:33:32 -08:00
James Cook 3066f86e0d Fixed tinc license. 2013-01-19 11:25:43 -08:00
James Cook 2ba4f46752 tinc: A VPN daemon with full mesh routing. 2013-01-17 22:52:15 -08:00