stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
685cdaebdc
darkhttpd: 1.15 -> 1.16
2024-02-29 02:15:29 +00:00
R. Ryantm
70fe998b5a
darkhttpd: 1.14 -> 1.15
2024-01-20 01:58:44 +00:00
Thomas Gerbet
573ee6b58c
darkhttpd: 1.13 -> 1.14
...
https://github.com/emikulic/darkhttpd/releases/tag/v1.14
Fixes CVE-2020-25691.
2022-10-02 12:19:48 +02:00
Fabian Affolter
3ba6124df7
darkhttpd: 1.12 -> 1.13
2021-02-21 18:15:49 +01:00
Peter Hoeg
a089d80e15
darkhttpd: drive-by cleanup
2021-01-14 12:11:49 +08: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Peter Hoeg
c8bdd873ff
darkhttpd: minor cleanups
2017-08-28 21:19:46 +08:00
Yegor Timoshenko
245e4a3801
darkhttpd: update homepage
2017-07-14 03:31:53 +03:00
Franz Pletz
6943cd3ebd
darkhttpd: 1.11 -> 1.12
2017-07-14 00:40:51 +02:00
Yegor Timoshenko
a9ea9d4f56
darkhttpd: platforms.linux → platforms.all
2017-07-13 22:49:12 +03:00
Bob van der Linden
f65ebd022d
darkhttpd: init at 1.11
2015-11-19 14:51:14 +01:00