Commit Graph

3921 Commits

Author SHA1 Message Date
Robert Hensing
169abfc188
Merge pull request #270366 from h7x4/treewide-add-main-program-3
treewide: add mainProgram
2023-11-27 13:57:56 +01:00
Peder Bergebakken Sundt
f43ae9ce53
Merge pull request #269296 from RadovanSk/amdgpu_top
amdgpu_top: 0.1.11 -> 0.3.1
2023-11-27 04:01:23 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Manuel Frischknecht
8110ae5f41 osquery: also apply Use-locale.h-instead-of-removed-xlocale.h-header.patch on aarch64
The patch file fixes a build issue due to a missing `xlocale.h` header,
but *only* for x86. aarch64 actually has the same issue, so expanding
it hopefully also fixes that build, too.
2023-11-26 13:29:38 +01:00
Manuel Frischknecht
c9e65df9df osquery: add unreleased upstream patch for current Clang version
osquery uses vendored boost libraries that still rely on old
standard types like `std::unary_function` (deprecated since
C++11, removed in C++17) which breaks the build with Clang 16.

Upstream already contains a fix [1] that hasn't been released yet.

[1]: 222991a15b
2023-11-26 12:46:57 +01:00
annalee
4faea1c283
augeas: 1.12.0 -> 1.14.1; fix darwin build
use github source, enable tests, split output
2023-11-25 09:54:42 +00:00
RadovanSk
99fdbbf06d amdgpu_top: 0.1.11 -> 0.3.1 2023-11-22 22:46:37 +01:00
Fernando Ayats
ef1a9550bd consul-template: add meta.mainProgram 2023-11-22 16:51:11 +01:00
Nick Cao
e70e5bafd0
Merge pull request #268016 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.130 -> 1.0.131
2023-11-18 13:28:56 -05:00
Nick Cao
dd36daf5b5
Merge pull request #267958 from r-ryantm/auto-update/zram-generator
zram-generator: 1.1.2 -> 1.1.2
2023-11-18 13:25:19 -05:00
Nick Cao
7377ea6e98
Merge pull request #268239 from r-ryantm/auto-update/nsc
nsc: 2.8.1 -> 2.8.5
2023-11-18 13:21:54 -05:00
R. Ryantm
a0576d3750 zps: 1.2.8 -> 1.2.9 2023-11-18 11:02:45 +00:00
R. Ryantm
9093c92169 nsc: 2.8.1 -> 2.8.5 2023-11-18 05:50:20 +00:00
R. Ryantm
4a1fd4c52f automatic-timezoned: 1.0.130 -> 1.0.131 2023-11-17 03:52:36 +00:00
R. Ryantm
f38e4dad9f zram-generator: 1.1.2 -> 1.1.2 2023-11-16 20:50:30 +00:00
github-actions[bot]
301fcc69ba
Merge master into staging-next 2023-11-16 12:01:02 +00:00
Alan Pearce
241d2d4d72 bfs: fix build on darwin 2023-11-15 17:20:29 +01:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
Anna Lee
b69ef74c95 collectd: fix building with python3.11
add upstream patch
623e95394e
to fix building with python3.11
2023-11-14 09:07:03 +01:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Doron Behar
5685c70937
Merge pull request #216746 from NasaGeek/supercronic
supercronic: init at 0.2.27
2023-11-11 17:21:45 +00:00
github-actions[bot]
fb93bf2ad8
Merge staging-next into staging 2023-11-11 12:01:30 +00:00
github-actions[bot]
652204165d
Merge master into staging-next 2023-11-11 12:00:58 +00:00
maxine
5c43dee215
Merge pull request #266561 from r-ryantm/auto-update/consul-template
consul-template: 0.34.0 -> 0.35.0
2023-11-11 12:06:33 +01:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
github-actions[bot]
bc8214427e
Merge master into staging-next 2023-11-10 18:00:58 +00:00
R. Ryantm
a7f1cc0ce1 stress-ng: 0.17.00 -> 0.17.01 2023-11-10 17:56:49 +01:00
R. Ryantm
e7aceccd7d consul-template: 0.34.0 -> 0.35.0 2023-11-10 01:23:31 +00:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
github-actions[bot]
00a0662a3c
Merge master into staging-next 2023-11-09 00:02:14 +00:00
Bruno Bigras
1e45a23642 {anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
No longer use those packages.
2023-11-08 20:57:22 -03:00
github-actions[bot]
536833ef29
Merge master into staging-next 2023-11-08 18:01:00 +00:00
Ryan Lahfa
bc2b72df73
Merge pull request #264234 from guiguid/guiguid-patch-netdata-systemd-journal
netdata: 1.43.0 -> 1.43.2 and add systemd-journal plugin
2023-11-08 13:30:43 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
Chris Roberts
4a6ce1efed supercronic: init at 0.2.27
A handy cron-alike that is well-suited for running in a container for
the following reasons:
* Does not daemonize by default
* Preserves container environment for crontab
* Runs as non-root
* Logs crontab output to stdout
2023-11-06 21:53:11 +00:00
Adam Joseph
bc2d598878 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
R. Ryantm
22c2e77aec nkeys: 0.4.5 -> 0.4.6 2023-11-03 11:30:12 +00:00
github-actions[bot]
cd7af6170b
Merge master into staging-next 2023-11-01 18:01:01 +00:00
R. Ryantm
127c7e5787 ttop: 1.2.6 -> 1.2.7 2023-11-01 13:59:48 +01:00
Guillaume D
f872c3a648 netdata: update go.d.plugin 0.56.3 -> 0.56.4 2023-11-01 09:13:10 +01:00
Guillaume D
035ce8b122 netdata: 1.43.0 -> 1.43.2 2023-11-01 09:11:23 +01:00
Guillaume DELVIT
7d517bfb76 netdata: add systemd-journal plugin
https://learn.netdata.cloud/docs/logs/systemd-journal/
2023-10-30 18:37:50 +01:00
Vladimír Čunát
5c89ba8ab4
Merge branch 'master' into staging-next 2023-10-30 06:12:04 +01:00
Ryan Lahfa
24df047637
Merge pull request #264073 from josephst/fix/netdata-relative-path 2023-10-29 20:10:43 +01:00
Joseph Stahl
78aa559913
netdata: don't use absolute path for echo
Upstream fix pending - https://github.com/netdata/netdata/pull/16300
2023-10-29 13:10:41 -04:00
github-actions[bot]
571f1df5e4
Merge master into staging-next 2023-10-29 12:00:57 +00:00
Guillaume Girol
98b63514f0
Merge pull request #261862 from vifino/syslog-ng-4.4.0
syslogng: Late cleanup
2023-10-29 09:51:02 +01:00
github-actions[bot]
81ed2302dc
Merge master into staging-next 2023-10-28 06:00:57 +00:00
Weijia Wang
b387d1f23e
Merge pull request #262477 from r-ryantm/auto-update/fio
fio: 3.35 -> 3.36
2023-10-28 04:07:49 +02:00