Commit Graph

2943 Commits

Author SHA1 Message Date
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
OPNA2608
f7db111ff0 gkraken: 1.1.6 -> 1.2.0 2022-05-12 17:52:17 +02: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
squalus
e6df811980 netdata: support cross compile
- libbpf support was disabled as a result of a configure-time file existence
check. This check errored during cross compilation. Prevent the check from
running during cross compilation by explicitly disabling libbpf support.

- add protobuf to nativeBuildInputs to provide a protoc for
  buildPlatform

- enable strictDeps
2022-05-05 07:57:08 -07:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Graham Christensen
dc99b0d228
Merge pull request #170566 from bdd/pkg/new/runitor
runitor: init at 0.9.2
2022-05-04 20:52:01 -04:00
squalus
a0ab345013 freeipmi: support cross compile 2022-05-02 20:16:33 -07:00
Sandro
1fddd7401a
htop: remove linux only hint from description
because it also works on darwin
2022-05-02 22:43:07 +02:00
Sandro Jäckel
db312071f9
htop: 3.1.2 -> 3.2.0 2022-05-02 14:29:08 +02:00
Sandro Jäckel
6022fd57b2
htop: add SuperSandro2000 as maintainer 2022-05-02 14:29:08 +02:00
Sandro Jäckel
9f0746f997
htop: make changelog url better clickable 2022-05-02 12:01:54 +02:00
Sandro Jäckel
b1b3f87d63
htop: remove with lib over entire file 2022-05-02 12:01:30 +02:00
Berk D. Demir
c25b74970d runitor: init at 0.9.2 2022-04-30 20:51:16 +00:00
Ryan Mulligan
2ddf625834
Merge pull request #166564 from r-ryantm/auto-update/rocm-smi
rocm-smi: 5.0.2 -> 5.1.0
2022-04-28 13:18:46 -07:00
Bobby Rong
c941d7aa54
Merge pull request #167723 from aaronjheng/envconsul
envconsul: 0.7.3 -> 0.12.1
2022-04-28 21:40:32 +08:00
Alyssa Ross
1ee8b37a85 s6-rc: 0.5.3.0 -> 0.5.3.1 2022-04-28 09:31:34 +00:00
Alyssa Ross
bd6d4a6e67 s6: 2.11.0.1 -> 2.11.1.0 2022-04-28 09:31:34 +00:00
Armeen Mahdian
9f1019528d ps_mem: switch to python3 2022-04-26 09:56:21 -05:00
Armeen Mahdian
ee374505e0 syslogng: switch to python3 2022-04-26 09:49:18 -05:00
Fabian Affolter
55639d211e
Merge pull request #170386 from fabaff/bump-natscli
natscli: 0.0.30 -> 0.0.32
2022-04-26 13:24:23 +02:00
Bobby Rong
1e4c385d4e
Merge pull request #166424 from r-ryantm/auto-update/nq
nq: 0.4 -> 0.5
2022-04-26 18:49:15 +08:00
Fabian Affolter
dd4ca36aac natscli: 0.0.30 -> 0.0.32 2022-04-26 10:24:16 +02:00
Ryan Mulligan
55fad6c081
Merge pull request #164629 from r-ryantm/auto-update/jsvc
jsvc: 1.2.4 -> 1.3.0
2022-04-25 21:32:56 -07:00
gbtb
91ac8a7cd2 nvtop: 1.2.2 -> 2.0.1
With addition of AMD GPU support added two additional variants for amd
or nvidia separately
2022-04-24 15:15:11 +02:00
Artturin
f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
Ryan Mulligan
daac043257
Merge pull request #169750 from r-ryantm/auto-update/consul-template
consul-template: 0.28.0 -> 0.29.0
2022-04-22 06:18:48 -07:00
R. Ryantm
f137a6eef6 consul-template: 0.28.0 -> 0.29.0 2022-04-22 09:40:24 +00:00
R. Ryantm
9e2b395ec4 btop: 1.2.5 -> 1.2.6 2022-04-22 06:56:13 +00:00
Thiago Kenji Okada
5b17034ddc lshw: rename version to fix repology listing
`lshw` is not showing in the nixpkgs-unstable listings in repology, but
it is showing in the previous stable release (release-21.11). The reason
for this was a change in 8d0267dc8f, that
fixed the `lshw` version to include its letter prefix.

However, the way the version is computed for repology is to parse the
`name` attr instead, separating it in `pname` and `version`. The
function that does this (`builtins.parseDrvName`) considers anything
that is a `name` everything up to the first dash followed by a digit.
Because the `version` includes the letter `B` as prefix, it them ends up
splitting it wrong.

See https://github.com/NixOS/nix/pull/4463 for a proper fix, but for now
let's just "fix" this by not including the prefix in the `version`.
2022-04-21 14:30:34 +01:00
Thiago Kenji Okada
a02643d6a5 lshw: B.02.18 -> B.02.19
- Bump version
- Switch to `fetchFromGitHub` to get updates from @r-ryantm bot
- Remove patches (they're merged upstream)
- Update dependencies
- Fix version workaround (not necessary anymore)
- Add myself as maintainer
2022-04-21 13:12:16 +01:00
Sebastian Sellmeier
928e563a1d zenith: 0.12.0 -> 0.13.1 2022-04-16 23:11:46 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Jörg Thalheim
28ce5bc73f
Merge pull request #168163 from r-ryantm/auto-update/fio
fio: 3.29 -> 3.30
2022-04-11 08:36:58 +01:00
R. Ryantm
7abd221433 fio: 3.29 -> 3.30 2022-04-10 17:51:47 +00:00
R. Ryantm
79b5e41184 skeema: 1.7.0 -> 1.7.1 2022-04-09 20:46:34 +00:00
R. Ryantm
31d887cd15 memtester: 4.5.0 -> 4.5.1 2022-04-08 22:55:51 +02:00
Lassulus
b91b9b0398
Merge pull request #162592 from r-ryantm/auto-update/jump
jump: 0.40.0 -> 0.41.0
2022-04-08 20:35:41 +01:00
Aaron Jheng
6fb36a0d47
envconsul: 0.7.3 -> 0.12.1 2022-04-07 14:46:19 +00:00
superherointj
1234b38438 ctop: enable tests 2022-04-06 20:32:11 +02:00
superherointj
041060b415
goreman: enable tests (#167538) 2022-04-06 17:00:11 +02:00
Olli Helenius
a2b2594ade
s-tui: 1.0.1 -> 1.1.3 2022-04-04 09:31:06 +03:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Dominique Martinet
b457d917dc logrotate: move mail dependency from package to service
having pkgs.logrotate depend on mailutils brings in quite a bit of dependencies
through mailutil itself and recursive dependency to guile when most people
do not need it.

Remove mailutils dependency from the package, and conditionally add it to the
service if the user specify the mail option either at top level or in a path

Fixes #162001
2022-04-01 07:09:24 +09:00
R. Ryantm
f7be356ce0 rocm-smi: 5.0.2 -> 5.1.0 2022-03-31 12:10:13 +00:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
R. Ryantm
ead7f8fb35 nq: 0.4 -> 0.5 2022-03-30 14:08:35 +00:00
Sandro
d3fb4568b3
monit: don't abuse meta.homepage 2022-03-27 17:15:21 +02:00
R. Ryantm
76a6908a09 monit: 5.31.0 -> 5.32.0 2022-03-27 09:19:53 +00:00
R. Ryantm
38d6c62a98 thermald: 2.4.8 -> 2.4.9 2022-03-25 22:51:34 +00:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Fabian Affolter
dceccf4139
Merge pull request #165523 from r-ryantm/auto-update/nats-top
nats-top: 0.4.0 -> 0.5.0
2022-03-24 08:47:50 +01:00
R. Ryantm
0e0918f4d1 nats-top: 0.4.0 -> 0.5.0 2022-03-23 22:57:25 +00:00
Fabian Affolter
56605a242a
Merge pull request #165425 from SuperSandro2000/ctop
ctop: 0.7.6 -> 0.7.7
2022-03-23 17:21:06 +01:00
Sandro Jäckel
99a327840d
ctop: 0.7.6 -> 0.7.7 2022-03-23 11:00:10 +01:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
R. RyanTM
a672df209e
goreman: 0.3.9 -> 0.3.11 (#163805) 2022-03-19 14:33:03 +01:00
Fabian Affolter
353177b94b
hostctl: update description 2022-03-18 10:19:33 +01:00
R. Ryantm
f49d7e5213 jsvc: 1.2.4 -> 1.3.0 2022-03-17 19:12:15 +00:00
R. Ryantm
8d1664a7a8 hostctl: 1.1.1 -> 1.1.2 2022-03-17 11:05:33 +00:00
Franz Pletz
e0be441eef
Merge pull request #163640 from r-ryantm/auto-update/syslog-ng 2022-03-16 14:08:28 +01:00
Felix Buehler
8753005348 das_watchdog: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
Martin Weinelt
6bf34a0cfe rocm-smi: 5.0.0 -> 5.0.2 2022-03-14 12:01:33 +01:00
Bernardo Meurer
c90e68d3f8
Merge pull request #164017 from r-ryantm/auto-update/rocm-smi
rocm-smi: 4.5.2 -> 5.0.0
2022-03-13 21:04:07 -07:00
R. Ryantm
f0a3f8627e rocm-smi: 4.5.2 -> 5.0.0 2022-03-13 16:10:20 +00:00