Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Aycan Irican
dd389f68ea
snort: 2.9.18 -> 2.9.20
2023-02-17 17:51:37 -08:00
R. Ryantm
ba7956304a
suricata: 6.0.8 -> 6.0.10
2023-02-11 03:56:43 +00:00
Tobias Mayer
6baa1be942
zeek: 4.2.2 -> 5.1.2
2023-02-04 14:35:44 +01:00
Emily Trau
ab158ca8d7
suricata: update homepage
2023-02-03 01:21:32 +11:00
Ryan Lahfa
d23edec333
Merge pull request #193828 from r-ryantm/auto-update/suricata
...
suricata: 6.0.6 -> 6.0.8
2022-12-23 03:22:13 +01:00
R. Ryantm
b0264d8858
suricata: 6.0.6 -> 6.0.8
2022-10-01 03:11:23 +00:00
Artturin
0734f54ef2
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
...
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
R. Ryantm
a3068144a4
suricata: 6.0.4 -> 6.0.6
2022-08-02 03:51:10 +00: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
Thomas Gerbet
856a428ecf
suricata: 6.0.3 -> 6.0.4
...
https://forum.suricata.io/t/suricata-6-0-4-and-5-0-8-released/1942
Fixes CVE-2021-37592.
2021-11-27 15:03:03 +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
Felix Buehler
e4e631ebb8
applications/networking: /s/name/pname&version/
2021-07-19 14:55:48 +02: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
Fabian Affolter
511caab6e3
suricata: 6.0.2 -> 6.0.3
2021-07-04 18:01:54 +02:00
Aycan iRiCAN
16fbc036ef
snort: 2.9.16.1 -> 2.9.18 ( #128580 )
2021-06-28 18:54:56 -07: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
Sandro
28cfb72f55
Merge pull request #115608 from r-ryantm/auto-update/suricata
2021-05-22 17:05:14 +02: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
R. RyanTM
8d1c4dfc68
suricata: 5.0.3 -> 6.0.2
2021-03-09 19:50:53 +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
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01: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
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
Jonathan Ringer
548649c00c
snort: fix whitespace
...
to make the CI happy
2020-10-07 22:45:32 -07:00
Frederik Rietdijk
7bff759fac
Merge staging-next into staging
2020-09-22 18:31:56 +02: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
WORLDofPEACE
34aaac6d7c
Merge branch 'staging-next' into staging
2020-09-20 18:41:15 -04:00
Mario Rodas
d31ddcb42c
Merge pull request #97849 from marsam/update-zeek
...
zeek: 3.2.0 -> 3.2.1
2020-09-13 14:25:19 -05:00
Vladimír Čunát
66f0303a29
snort: trailing whitespace
...
I mainly mind because of annoying red cross in CI :-)
https://github.com/NixOS/nixpkgs/runs/1106746284
2020-09-13 09:52:14 +02:00
Maximilian Bosch
92eae6a36d
snort: 2.9.16 -> 2.9.16.1, fix build w/glibc-2.32
2020-09-12 23:04:46 +02: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
Aycan iRiCAN
2dfbe24bad
snort: 2.9.11.1 -> 2.9.16 ( #88981 )
2020-05-26 14:29:57 -07:00
R. RyanTM
9c15de6ea4
suricata: 5.0.2 -> 5.0.3
2020-05-10 09:35:02 -07:00
Mario Rodas
6d02fcb2c2
zeek: 3.1.1 -> 3.1.2
2020-04-18 04:20:00 -05:00