Commit Graph

46 Commits

Author SHA1 Message Date
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
Mario Rodas
1fe374ccc6 zeek: 6.1.1 -> 6.2.0
Changelog: https://github.com/zeek/zeek/blob/v6.2.0/CHANGES
2024-03-14 04:20:00 +00:00
Mario Rodas
77f2d13346 zeek.broker: 2.7.0 -> 6.2.0
Diff: https://github.com/zeek/broker/compare/v2.7.0...v6.2.0
2024-03-14 04:20:00 +00:00
R. Ryantm
563191055f zeek: 6.1.0 -> 6.1.1 2024-01-26 07:37:27 +00:00
Mario Rodas
adf4824946 zeek: 6.0.2 -> 6.1.0
Changelog: https://github.com/zeek/zeek/releases/tag/v6.1.0
2023-12-27 04:20:00 +00:00
Mario Rodas
0fcb3dd9d1 zeek.broker: unstable-2023-02-01 -> 2.7.0 2023-12-27 04:20:00 +00:00
R. Ryantm
a55085f41b zeek: 6.0.1 -> 6.0.2 2023-10-28 19:12:32 +00:00
Mikael Fangel
40edae805c
zeek: fix zeekctl, zkg module 2023-10-19 21:16:30 +02:00
Mario Rodas
09ebd10607 zeek: fix build on darwin 2023-10-15 14:41:00 +02:00
Tobias Mayer
f7701b7e1e
zeek: 5.2.0 -> 6.0.1 2023-10-15 14:40:19 +02:00
Mario Rodas
fda63c16e2 zeek: only build with libkqueue on Linux 2023-05-20 04:20:00 +00:00
Mario Rodas
eca6dd10b9 zeek: 5.2.1 -> 5.2.2
https://github.com/zeek/zeek/releases/tag/v5.2.2
2023-05-20 04:20:00 +00:00
R. Ryantm
8ec463eba8 zeek: 5.2.0 -> 5.2.1 2023-05-15 05:22:12 +00:00
Tobias Mayer
186e71a9ab
zeek: 5.1.2 -> 5.2.0 2023-03-06 18:37:38 +01:00
Tobias Mayer
6baa1be942
zeek: 4.2.2 -> 5.1.2 2023-02-04 14:35:44 +01:00
Mario Rodas
8d1fe6de8c zeek: 4.2.1 -> 4.2.2
https://github.com/zeek/zeek/releases/tag/v4.2.2
2022-06-04 04:20:00 +00:00
Mario Rodas
cae857abfd zeek: 4.2.0 -> 4.2.1
https://github.com/zeek/zeek/releases/tag/v4.2.1
2022-04-22 04:20:00 +00:00
Fabian Affolter
9d74005cc1 zeek: 4.1.1 -> 4.2.0 2022-01-26 00:09:49 +01:00
Fabian Affolter
5321c27307 zeek: 4.1.0 -> 4.1.1 2021-09-24 13:41:23 +02:00
Mario Rodas
2f33e92756 zeek: 4.0.3 -> 4.1.0
https://github.com/zeek/zeek/releases/tag/v4.1.0
2021-08-11 19:00:00 -05:00
Mario Rodas
7498e1f46d zeek: 4.0.2 -> 4.0.3
https://github.com/zeek/zeek/releases/tag/v4.0.3
2021-07-06 04:20:00 +00:00
Mario Rodas
0734f44aba zeek: 4.0.1 -> 4.0.2
https://github.com/zeek/zeek/releases/tag/v4.0.2
2021-06-02 04:20:00 +00:00
Mario Rodas
373ea9e2df zeek: 4.0.0 -> 4.0.1
https://github.com/zeek/zeek/releases/tag/v4.0.1
2021-04-22 00:00:00 +00:00
Mario Rodas
f836e661a5 zeek: use caf from nixpkgs 2021-03-05 06:00:00 -05:00
Mario Rodas
a626c5a51c zeek: 3.2.4 -> 4.0.0
https://github.com/zeek/zeek/releases/tag/v4.0.0
2021-03-01 04:20:00 +00:00
GTrunSec
5895664bce zeek: update patch and cleanup 2021-02-25 17:13:36 -08:00
Mario Rodas
85fe8c3f4b zeek: 3.2.3 -> 3.2.4
https://github.com/zeek/zeek/releases/tag/v3.2.4
2021-02-23 04:20:00 +00:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Mario Rodas
d163a443b8 zeek: 3.2.2 -> 3.2.3
https://github.com/zeek/zeek/releases/tag/v3.2.3
2020-12-20 04:20:00 +00:00
Mario Rodas
af68adba47
zeek: 3.2.1 -> 3.2.2 (#102404)
https://github.com/zeek/zeek/releases/tag/v3.2.2
2020-11-01 20:41:32 -05:00
Mario Rodas
49bf89f95b
Merge pull request #97813 from GTrunSec/zeek-script
zeek: Fix zeek script coreutils and hardlinking
2020-09-21 07:27:11 -05:00
GTrunSec
b82f1771da
zeek: Fix zeek script coreutils and hardlinking 2020-09-11 15:59:31 -07:00
Mario Rodas
69c19c89fb zeek: 3.2.0 -> 3.2.1
https://github.com/zeek/zeek/releases/tag/v3.2.1
2020-09-11 04:20:00 +00:00
Mario Rodas
c2c8246847
zeek: 3.1.5 -> 3.2.0
https://github.com/zeek/zeek/releases/tag/v3.2.0
2020-08-10 04:20:00 -05:00
Mario Rodas
4ab428bb98
zeek: 3.1.2 -> 3.1.5 2020-07-28 00:00:00 +00:00
Mario Rodas
6d02fcb2c2
zeek: 3.1.1 -> 3.1.2 2020-04-18 04:20:00 -05:00
Mario Rodas
a37e2f2f1d
zeek: 3.0.3 -> 3.1.1 2020-04-10 04:20:00 -05:00
GTrunsec
baa9bc9c09 fix zeek mirror address and update to 3.0.3 2020-03-12 15:48:13 -07:00
GTrunsec
43f394ac95
zeek: 3.0.1 -> 3.0.2 2020-03-01 16:50:43 -08:00
GTrunsec
9382357160
zeek: fix hardlinking duplicate files 2020-03-01 16:48:23 -08:00
Mario Rodas
e11288b919 zeek: 3.0.0 -> 3.0.1
Changelog: https://github.com/zeek/zeek/releases/tag/v3.0.1
2019-12-11 00:17:03 -08:00
Mario Rodas
7ed57e7c70
zeek: add tobim as maintainer 2019-10-02 04:00:00 -05:00
Mario Rodas
80e262e85a
zeek: add marsam as maintainer 2019-10-02 03:00:00 -05:00
Mario Rodas
0449518afb
zeek: 2.5.5 -> 3.0.0 2019-09-29 21:21:21 -05:00