Commit graph

23 commits

Author SHA1 Message Date
Fabian Affolter cfb629b057 siege: 4.0.9 -> 4.1.1 2021-07-16 23:27:11 +02:00
Fabian Affolter 427a089f7f siege: 4.0.8 -> 4.0.9 2021-05-06 18:35:51 +02:00
Fabian Affolter c81bfad279 siege: 4.0.7 -> 4.0.8 2021-04-15 11:34:48 +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
Ollie Charles 1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
R. RyanTM 88f881c9c7 siege: 4.0.6 -> 4.0.7 2020-08-29 15:35:04 +00:00
R. RyanTM ad32e55b7d siege: 4.0.5 -> 4.0.6 2020-07-15 02:16:58 +00:00
snicket2100 9db6ae02c2 siege: 4.0.4 -> 4.0.5 2020-02-24 23:27:55 +01:00
Wout Mertens a69f61df21
siege: build on all Unix
Confirmed to work on Darwin
2018-08-13 16:05:53 +02:00
Will Dietz b4fa6da92b siege: fixup u_int32_t here as well 2018-02-13 09:44:32 -06:00
Will Dietz b0832f89f5 siege: 4.0.2 -> 4.0.4 2018-01-23 13:11:57 -06:00
Kranium Gikos Mendoza e54223e8bb siege: 4.0.1 -> 4.0.2 2016-07-12 13:31:31 +08:00
danbst f690ccb26f siege: 3.0.8 -> 4.0.1 2016-04-28 15:03:55 +00:00
Joachim Fasting 1bf1ba1f88
siege: fix build after multiple-outputs 2016-04-27 19:22:47 +02:00
Michael Raskin 167115f1a2 Update siege HTTP load-tester 2014-11-05 11:56:19 +03:00
Oliver Charles 7c90aab92a siege: Build with OpenSSL 2014-07-12 12:07:24 +01:00
Bjørn Forsman 43af271ac6 siege: expression cleanup 2014-02-02 15:04:46 +01:00
Oliver Charles 83bc415a7b siege: Update to 3.0.6 2014-02-02 14:59:28 +01:00
Oliver Charles a2d0ec2f4b Update siege to 3.0.5 and add meta information 2014-01-20 11:59:28 +00:00
Oliver Charles a76e69894c Update siege 2014-01-20 11:44:19 +00:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin 4157b77097 Adding siege HTTP load tester
svn path=/nixpkgs/trunk/; revision=27368
2011-06-07 16:15:05 +00:00