Commit graph

19 commits

Author SHA1 Message Date
Konrad Borowski b6c2f3589d testssl: 3.0.4 -> 3.0.5 2021-06-18 14:09:16 +02:00
R. RyanTM acc5610fa0 testssl: 3.0.2 -> 3.0.4 2021-03-10 02:14:10 +00: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
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Elis Hirwing 33bb1d5161
testssl: 3.0.1 -> 3.0.2
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0.2
2020-05-16 22:23:11 +02:00
R. RyanTM 183378d1d5 testssl: 3.0 -> 3.0.1 2020-05-10 21:49:32 +00:00
Elis Hirwing e1df46ee06
testssl: 3.0rc6 -> 3.0
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0
2020-04-14 15:32:52 +02:00
Elis Hirwing 332ccc5a58
testssl: 3.0rc5 -> 3.0rc6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc6
2019-12-14 16:23:06 +01:00
Elis Hirwing 329b31515e
testssl: 3.0rc4 -> 3.0rc5
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4
2019-04-25 13:54:49 +02:00
Elis Hirwing cc05b73286
testssl: 2.9.5-8 -> 3.0rc4
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4
2019-04-24 22:42:40 +02:00
Elis Hirwing 4fbde5bb37
testssl: 2.9.5-7 -> 2.9.5-8
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-8
2019-04-24 22:39:26 +02:00
Elis Hirwing 4406745ab4 testssl: 2.9.5-6 -> 2.9.5-7 (#47274)
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
2018-09-24 17:40:24 +02:00
Elis Hirwing 50ea36953e
testssl: 2.9.5-5 -> 2.9.5-6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6
2018-09-08 23:12:22 +02:00
Elis Hirwing 8b19b14bda testssl: 2.9.5-4 -> 2.9.5-5 (#38936)
Changelog:
https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-5

Also improved expression.
2018-04-14 21:17:44 +02:00
Elis Hirwing 7b4ed22b54
testssl: 2.9.5-3 -> 2.9.5-4
Changelog:
https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-4

Also improved the expression to be more readable.
2018-04-09 18:49:50 +02:00
Elis Hirwing 8163358cb0
testssl: 2.9.5-2 -> 2.9.5-3
Bugfix release: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-3
2018-03-26 09:39:17 +02:00
Elis Hirwing 36725805be
testssl: 2.9.5-1 -> 2.9.5-2 2018-02-24 07:45:03 +01:00
Elis Hirwing f3ec623b70
testssl: refactor and improve expression 2018-01-01 17:20:25 +01:00
Elis Hirwing 02d9d40d99
testssl.sh: init at 2.9.5-1
Add testssl.sh which is a nice utility for testing TLS/SSL
capabilities of servers without having to use any kind of
web-service. It's very useful for testing setups of services before
deployment and such.
2017-09-24 16:59:15 +02:00