Commit graph

25 commits

Author SHA1 Message Date
R. RyanTM 48642977c5 acme-sh: 2.9.0 -> 3.0.0 2021-08-02 09:01:25 +00:00
Dmitry Bogatov 5452b7f24c
acme-sh: fix missing runtime dependencies (#121322)
acme.sh is a shell script and uses coreutils, sed and grep. If they are
not found in $PATH, it fails with obscure error message:

    >= /usr/bin/env -i ./result/bin/acme.sh --help
    /nix/store/rcbiaxiszy5pl49flfimqrn81fa491l1-acme.sh-2.8.2/libexec/acme.sh: line 6926: --help: command not found

Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-06-10 00:38:05 +02:00
R. RyanTM 804dc91a4e acme-sh: 2.8.9 -> 2.9.0 2021-06-03 21:24:03 +00:00
Robert Hensing 338baef861
Merge pull request #122458 from serokell/team-serokell
maintainers: add serokell team, move various packages to it
2021-05-16 22:37:50 +02:00
R. RyanTM 4d85ba7d91 acme-sh: 2.8.8 -> 2.8.9 2021-05-08 15:08:46 -07:00
Yorick van Pelt 87f11f84b2
maintainers: add serokell team, move various packages to it 2021-05-08 12:11:48 +02:00
Sandro Jäckel 9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02: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
R. RyanTM 217dc7cd3c acme-sh: 2.8.7 -> 2.8.8 2020-12-05 09:36:21 +00:00
R. RyanTM 9365450435 acme-sh: 2.8.6 -> 2.8.7 2020-09-07 13:01:54 +00:00
R. RyanTM 9920886a95 acme-sh: 2.8.5 -> 2.8.6 2020-05-05 18:53:18 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin B 2bc984ee86
acme.sh: fixup default.nix 2020-04-06 03:51:28 +02:00
Robin B 1d34740e0a
acme.sh: add bind.dnsutils to PATH
This is required for nsupdate
2020-04-06 02:45:01 +02:00
R. RyanTM 02fad0d598 acme-sh: 2.8.3 -> 2.8.5 2020-01-20 03:00:35 +00:00
R. RyanTM 3ba2580d4c acme-sh: 2.8.2 -> 2.8.3 (#70555)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-10-13 17:48:16 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM 4de1f087e6 acme-sh: 2.8.1 -> 2.8.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-08-17 12:11:33 -07: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
Renaud 8a929f6391
Merge pull request #60452 from r-ryantm/auto-update/acme.sh
acme-sh: 2.8.0 -> 2.8.1
2019-04-30 23:06:49 +02:00
R. RyanTM 3a8ff4911c acme-sh: 2.8.0 -> 2.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-04-29 20:52:42 -07:00
Andrew Childs a219e53504 acme.sh: use iproute on linux and netstat elsewhere
Fixes Darwin build.
2019-04-27 14:54:24 +09:00
R. RyanTM fabb1c4344 acme-sh: 2.7.9 -> 2.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-02-06 08:00:38 -08:00
R. RyanTM 3380369f41 acme-sh: 2.7.8 -> 2.7.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acme.sh/versions.
2018-07-21 20:51:27 -07:00
Yorick 276580f769 acme.sh: init at 2.7.8 (#38856) 2018-04-12 22:14:49 +01:00