Commit graph

57 commits

Author SHA1 Message Date
R. Ryantm 14d8537ee2 fluent-bit: 2.0.6 -> 2.0.8 2022-12-26 02:42:49 +00:00
R. Ryantm 8277e10067 fluent-bit: 2.0.5 -> 2.0.6 2022-11-26 05:53:35 +00:00
R. Ryantm 34e4fefbc4 fluent-bit: 2.0.4 -> 2.0.5 2022-11-12 06:04:55 +00:00
Franz Pletz 2e05240fdf
fluent-bit: does not build on darwin 2022-11-10 23:55:06 +01:00
R. Ryantm 63f8fdcf07 fluent-bit: 2.0.3 -> 2.0.4 2022-11-09 12:36:19 +00:00
Eli Flanagan 5d3d98a186
fluent-bit: support PostgreSQL output 2022-11-07 17:01:46 -05:00
R. Ryantm b4fadf797d fluent-bit: 1.9.9 -> 2.0.3 2022-11-04 01:10:12 +01:00
R. Ryantm e385f87cd7 fluent-bit: 1.9.8 -> 1.9.9 2022-09-30 12:40:50 +00:00
R. Ryantm 83322b7354 fluent-bit: 1.9.7 -> 1.9.8 2022-09-08 10:56:06 +02:00
Mario Rodas 8c2dff2b1c fluent-bit: 1.9.3 -> 1.9.7 2022-08-12 04:20:00 +00:00
Sergei Trofimovich 70b7501860 fluent-bit: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10 or llvm-11. Otherwise build fails as:

    ld: /monkey/mk_tls.h:81: multiple definition of `mk_tls_server_timeout';
      flb_config.c.o:include/monkey/mk_tls.h:81: first defined here
2022-06-10 09:26:34 +01:00
Mario Rodas fdd55bbd0f fluent-bit: 1.8.11 -> 1.9.3
https://fluentbit.io/announcements/v1.9.3/
2022-06-04 04:20:00 +00:00
Franz Pletz 99dad34bf7
fluent-bit: 1.8.9 -> 1.8.11
Added openssl to deps since it yields better performance. Unfortunately
mbedtls is still being built (but that's apparently intended).
2022-01-25 16:01:03 +01:00
Sebastián Mancilla e40ebf0bf7 fluent-bit: use upstream patches
Follow up to 09a54b14cd (fluent-bit: fix build on darwin, 2021-11-20),
now with upstream patches.
2021-11-22 20:32:35 -03:00
Sebastián Mancilla 09a54b14cd fluent-bit: fix build on darwin
- Update fix-luajit-darwin.patch to apply to the current version.

- Add a patch to fix compilation of cmetrics on darwin.

- Use default stdenv instead of gccStdenv. The only requirement for GCC
  was the bundled luajit having 'DEFAULT_CC = gcc' hardcoded, but it has
  been fixed with the updated fix-luajit-darwin.patch by adding
  DEFAULT_CC=cc to the arguments.
2021-11-21 09:19:33 -05:00
R. Ryantm 7673120a1e fluent-bit: 1.8.6 -> 1.8.9 2021-10-29 15:16:12 +00:00
R. RyanTM 5dc26509ff fluent-bit: 1.7.9 -> 1.8.6 2021-09-06 08:07:51 +00:00
Franz Pletz f4e3ccdbb2
fluent-bit: enable metrics & systemd support 2021-07-06 16:48:58 +02:00
R. RyanTM 3b77eb1734 fluent-bit: 1.7.6 -> 1.7.9 2021-06-28 11:35:23 -07:00
R. RyanTM 4db49ce4fc fluent-bit: 1.7.5 -> 1.7.6 2021-05-23 09:50:01 +00:00
R. RyanTM 45e19f23d3 fluent-bit: 1.7.4 -> 1.7.5 2021-05-17 14:07:14 -07:00
R. RyanTM 890bc87e5f fluent-bit: 1.7.3 -> 1.7.4 2021-04-22 09:45:40 +00:00
R. RyanTM 64290497b8 fluent-bit: 1.7.2 -> 1.7.3 2021-04-11 08:38:49 +00:00
R. RyanTM a4e8fb87ab fluent-bit: 1.7.1 -> 1.7.2 2021-03-08 10:35:36 +00:00
Mario Rodas c8ce05d308 fluent-bit: 1.6.8 -> 1.7.1 2021-02-22 04:20:00 +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
R. RyanTM 2f109e7a60 fluent-bit: 1.6.7 -> 1.6.8 2020-12-08 20:58:23 +00:00
R. RyanTM 38ba3954db fluent-bit: 1.6.6 -> 1.6.7 2020-12-04 11:57:20 +00:00
R. RyanTM 060eb8e5aa fluent-bit: 1.6.5 -> 1.6.6 2020-12-02 02:46:46 +00:00
R. RyanTM 2e10bd8ee5 fluent-bit: 1.6.4 -> 1.6.5 2020-11-26 03:49:53 +00:00
R. RyanTM b7f5d97eb3 fluent-bit: 1.6.3 -> 1.6.4 2020-11-18 07:07:01 +00:00
R. RyanTM 88894b5692 fluent-bit: 1.6.2 -> 1.6.3 2020-11-11 06:10:51 +00:00
Sandro d1de45ad61 fluent-bit: fix build on darwin 2020-11-09 12:16:19 +00:00
R. RyanTM d390372c19 fluent-bit: 1.6.0 -> 1.6.2 2020-11-02 08:23:35 -08:00
Mario Rodas b55223efbb fluent-bit: 1.5.7 -> 1.6.0 2020-10-11 04:20:00 +00:00
Mario Rodas 387df70eea fluent-bit: 1.5.6 -> 1.5.7
https://fluentbit.io/announcements/v1.5.7/
2020-09-25 20:00:00 +00:00
R. RyanTM 48e1befab8 fluent-bit: 1.5.4 -> 1.5.6 2020-09-25 06:52:27 +00:00
R. RyanTM d01dbfbc6d fluent-bit: 1.5.3 -> 1.5.4 2020-08-25 21:43:23 +00:00
R. RyanTM bbf9d7d416 fluent-bit: 1.5.2 -> 1.5.3 2020-08-12 09:24:38 +00:00
R. RyanTM ad02602807 fluent-bit: 1.5.0 -> 1.5.2 2020-08-01 10:16:24 +00:00
R. RyanTM ab0171b08d fluent-bit: 1.4.6 -> 1.5.0 2020-07-16 04:37:54 +00:00
R. RyanTM b8c3d5b5ee fluent-bit: 1.4.5 -> 1.4.6 2020-06-16 01:53:25 +00:00
R. RyanTM bfa42e4802 fluent-bit: 1.4.4 -> 1.4.5 2020-05-28 03:03:29 +00:00
R. RyanTM c77c661d6e fluent-bit: 1.4.3 -> 1.4.4 2020-05-19 05:48:48 +00:00
Mario Rodas 1c54d144ce
fluent-bit: 1.4.1 -> 1.4.3 2020-05-02 04:20:00 -05:00
Mario Rodas 0dccdd6189
fluent-bit: 1.4.0 -> 1.4.1
Release notes: https://fluentbit.io/announcements/v1.4.1/
2020-03-29 04:20:00 -05:00
Mario Rodas ad8bd3b430
fluent-bit: 1.3.11 -> 1.4.0 2020-03-25 18:00:00 -05:00
Mario Rodas a97b3677e3
fluent-bit: 1.3.9 -> 1.3.11 2020-03-19 04:20:00 -05:00
R. RyanTM fb2f9d807f fluent-bit: 1.3.8 -> 1.3.9 2020-03-04 03:59:07 +00:00
Mario Rodas 612130c267
fluent-bit: 1.3.7 -> 1.3.8 2020-02-20 04:20:00 -05:00