Commit graph

2904 commits

Author SHA1 Message Date
Vladimír Čunát
152e9283c5
Merge #175758: netdata: use disallowedReferences 2022-06-02 13:43:17 +02:00
github-actions[bot]
d6b9d24302
Merge master into staging-next 2022-06-02 00:02:21 +00:00
Bernardo Meurer
ffae8569b0 nixos/localtimed: hopefully fix geoclue 2022-06-01 13:20:16 -07:00
Sergei Trofimovich
275f9025ca netdata: use disallowedReferences to guard against closure regressions
Suggested by Mindavi in https://github.com/NixOS/nixpkgs/pull/175719#issuecomment-1143586412.
2022-06-01 16:08:01 +01:00
github-actions[bot]
ebcaa0d01c
Merge master into staging-next 2022-06-01 12:01:27 +00:00
Sergei Trofimovich
3773e35a21 netdata: do not persist ./configure flags to decrease closure size
Before:

    $ nix path-info -r ./result | wc -l
    76
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       366.8M

After:

    $ nix path-info -r ./result | wc -l
    30
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       205.7M
2022-06-01 10:28:06 +01:00
github-actions[bot]
5f0d8b3c3d
Merge master into staging-next 2022-06-01 06:05:20 +00:00
Bernardo Meurer
fca4f1a511 localtime: unstable-2021-11-23 -> 2022-02-20 2022-05-31 19:40:58 -07:00
github-actions[bot]
8d36a138eb
Merge master into staging-next 2022-05-30 18:01:09 +00:00
Fabian Affolter
ded0d0d025
Merge pull request #175436 from fabaff/natscli-bump
natscli: 0.0.32 -> 0.0.33
2022-05-30 19:16:32 +02:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Fabian Affolter
095219c30c natscli: 0.0.32 -> 0.0.33 2022-05-30 08:59:02 +02:00
github-actions[bot]
1767ba1baa
Merge master into staging-next 2022-05-29 18:01:10 +00:00
Sergei Trofimovich
c2eb1202cc
Merge pull request #173852 from trofi/workaround-fno-common-for-foremost
foremost: add -fcommon workaround
2022-05-29 16:01:32 +00:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
github-actions[bot]
ff43d848bf
Merge staging-next into staging 2022-05-27 18:01:52 +00:00
Artturi
60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
github-actions[bot]
d8aac1a80f
Merge staging-next into staging 2022-05-26 12:01:59 +00:00
github-actions[bot]
f82caaee74
Merge staging-next into staging 2022-05-26 00:02:58 +00:00
zowoq
863ecea708 gdu: 5.13.2 -> 5.14.0
https://github.com/dundee/gdu/releases/tag/v5.14.0
2022-05-26 08:20:18 +10:00
Alvar Penning
0e006cd850 logrotate: 3.19.0 -> 3.20.1
Fixes CVE-2022-1348.

- https://github.com/logrotate/logrotate/releases/tag/3.20.0
- https://github.com/logrotate/logrotate/releases/tag/3.20.1
2022-05-25 19:44:12 +02:00
Artturin
1d44ac176c treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same
when enableParallelBuildingByDefault is enabled

verified with
`nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)`
2022-05-25 16:03:14 +03:00
Artturin
0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
github-actions[bot]
59d64381a5
Merge staging-next into staging 2022-05-25 00:04:08 +00:00
github-actions[bot]
6935cd110f
Merge staging-next into staging 2022-05-24 18:02:00 +00:00
Izorkin
2ab4d2f39e
netdata: 1.33.1 -> 1.34.1 2022-05-24 20:05:35 +03:00
Izorkin
a77280ef85
netdata: go.d.plugin: 0.31.0 -> 0.32.3 2022-05-24 20:05:30 +03:00
Sandro
c7cd9d20c4
Merge pull request #173806 from SuperSandro2000/systeroid 2022-05-24 14:45:50 +02:00
Sandro Jäckel
fc4dc5ef8c
systeroid: init at 0.1.1 2022-05-23 21:57:07 +02:00
Artturin
f002ffed9a treewide: enable strictDeps in bootstrap packages 2022-05-22 16:40:26 +03:00
Mario Rodas
554748af43
Merge pull request #172956 from aaronjheng/systemd-journal2gelf
systemd-journal2gelf: unstable-20200813 -> unstable-2022-02-15
2022-05-21 16:59:13 -05:00
Sergei Trofimovich
be02f1b12a foremost: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: api.o:(.bss+0xbdba0): multiple definition of `wildcard'; main.o:(.bss+0xbd760): first defined here
2022-05-21 10:04:47 +01:00
Sergei Trofimovich
5953a2f9ab ddrutility: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: /build/ccltHly5.o:(.bss+0x119f8): multiple definition of `start_time'; /build/cc9evx3L.o:(.bss+0x10978): first defined here
2022-05-19 16:17:10 +01:00
Fabian Affolter
00085af3f8
Merge pull request #173013 from fabaff/bump-nats-top
nats-top: 0.5.0 -> 0.5.2
2022-05-16 00:04:15 +02:00
AndersonTorres
9757f32b35 acpica-tools: 20211217 -> 20220331 2022-05-14 20:30:47 -03:00
Fabian Affolter
4162b0e8bf nats-top: 0.5.0 -> 0.5.2 2022-05-14 13:59:47 +02:00
Aaron Jheng
dbc631bb9c
gohai: 2018-05-23 -> unstable-2022-04-12 2022-05-14 01:20:13 +00:00
Aaron Jheng
be97f2d5c6
systemd-journal2gelf: unstable-20200813 -> unstable-2022-02-15 2022-05-14 01:07:59 +00:00
Rick van Schijndel
2bd67e9adc
Merge pull request #171670 from squalus/netdata
netdata: support cross compile
2022-05-09 22:29:30 +02:00
Adam Joseph
745423848b psensor: add -Wno-error due to increasing compiler strictness
This Hydra failure:

  https://hydra.nixos.org/log/iq8zqmw7yclgwpvr8i8clwf2sh67jb0i-psensor-1.2.1.drv

...appears to be the result of the package shipping with -Werror and
gcc accreting ever-increasing quantities of warnings as time
progresses.  Let's not treat the compiler warnings as errors.
2022-05-09 04:49:08 -07:00
Martin Weinelt
4ff50cc175
rsyslog: 8.2202.0 -> 8.2204.1
https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8

Fixes: CVE-2022-24903
2022-05-09 01:31:19 +02:00
Artturi
14818cc7b2
Merge pull request #171782 from trofi/fix-fno-common-for-ipmitool
ipmitool: fix build on -fno-common toolchains
2022-05-08 15:05:42 +03:00
Mario Rodas
17dcc30b0a
Merge pull request #170432 from armeenm/syslogng-python3
syslogng: switch to python3
2022-05-07 19:12:05 -05:00
Mario Rodas
7d2d59f137
Merge pull request #170434 from armeenm/ps_mem-python3
ps_mem: switch to python3
2022-05-07 19:10:58 -05:00
Artturi
1d09b16b0c
Merge pull request #171709 from avdv/fix-illum-segfault-and-restart
illum: Prevent segfault when unplugging keyboards
2022-05-07 17:40:52 +03:00
Sergei Trofimovich
1d02b2cc90 ipmitool: fix build on -fno-common toolchains
Without the change build fails on toolchains like clang-13 which
switch to -fno-common by default:

    $ nix build --impure --expr 'with import ./. {}; ipmitool.override { stdenv = clang13Stdenv; }'
    ...
    ld: ../lib/.libs/libipmitool.a(ipmi_hpmfwupg.o):/build/ipmitool-1.8.18/lib/../include/ipmitool/ipmi_hpmfwupg.h:803:
      multiple definition of `gVersionInfo'; ipmitool.o:/build/ipmitool-1.8.18/src/../include/ipmitool/ipmi_hpmfwupg.h:803: first defined here

Pull upstream fix to move definition to .c file.
2022-05-06 09:01:17 +01:00
Rick van Schijndel
bb074513be
Merge pull request #171672 from squalus/collectd
collectd: support cross compile
2022-05-06 08:58:29 +02:00
squalus
578f540e4b collectd: support cross compile
Prevent the double memory layout check from running during cross
compile. Provide an answer that works for both x86_64 and aarch64.
2022-05-05 22:13:33 -07:00
Claudio Bley
404e681f02 illum: Prevent segfault when unplugging keyboards
illum segfaults when unplugging keybords, see upstream issue [1]. The upstream
PR [2] is still open.

[1]: https://github.com/jmesmon/illum/issues/19
[2]: https://github.com/jmesmon/illum/pull/20
2022-05-05 22:28:34 +02:00