Commit Graph

2865 Commits

Author SHA1 Message Date
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
Fabian Affolter
1cc14ccdd4 natscli: 0.0.29 -> 0.0.30 2022-03-12 12:57:03 +01:00
R. Ryantm
79141f2ce4 syslogng: 3.35.1 -> 3.36.1 2022-03-11 02:22:50 +00:00
R. Ryantm
14eb3ead59 btop: 1.2.4 -> 1.2.5 2022-03-06 02:15:18 +00:00
Renaud
4aa0bff342
Merge pull request #162136 from r-ryantm/auto-update/btop
btop: 1.2.3 -> 1.2.4
2022-03-04 22:51:42 +01:00
Bobby Rong
355cfdbcd3
Merge pull request #162710 from r-ryantm/auto-update/consul-template
consul-template: 0.27.2 -> 0.28.0
2022-03-04 21:43:28 +08:00
R. Ryantm
14ada3add8 consul-template: 0.27.2 -> 0.28.0 2022-03-04 03:46:48 +00:00
R. Ryantm
056b2ab46b jump: 0.40.0 -> 0.41.0 2022-03-03 08:35:37 +00:00
Erin Kim
7ea654576d
thermald: disable -Werror
Fixes broken builds due to deprecations in dependencies
2022-03-02 22:08:38 -06:00
Bobby Rong
076af46cc1
Merge pull request #162310 from vikanezrimaya/vikanezrimaya
maintainer-list.nix: replace vikanezrimaya's github username
2022-03-01 15:49:38 +08:00
Vika Shleina
df9ec31175
maintainer-list.nix: replace vikanezrimaya's github username
I updated my github username for consistency over all of the online
services I use.
2022-03-01 07:54:57 +03:00
Daniel Nagy
60779b7677
pcstat: 2017-05-28 -> 0.0.1
Also switch to buildGoModule.
2022-02-28 10:19:59 +01:00
Wout Mertens
f8c560e285 netdata: fix protobuf support 2022-02-28 04:59:55 +01:00
R. Ryantm
af759f135c btop: 1.2.3 -> 1.2.4 2022-02-28 02:05:00 +00:00
R. Ryantm
fd61918dfd monit: 5.30.0 -> 5.31.0 2022-02-24 17:12:30 +00:00
R. RyanTM
9c70e73116
syslogng: 3.34.1 -> 3.35.1
* syslogng: 3.34.1 -> 3.35.1 (#149134)
and update meta.license

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-24 12:45:35 +01:00
Janne Heß
e5823f77b3
Merge pull request #159187 from martinetd/logrotate
logrotate service enhancements
2022-02-23 11:24:17 +01:00
R. RyanTM
1bfcbcc05d
java-service-wrapper: 3.5.48 -> 3.5.49
* java-service-wrapper: 3.5.48 -> 3.5.49 (#161255)

* java-service-wrapper: update meta
changelog and SPDX3 license identifier
and run pre- and post- hooks

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-22 22:37:57 +01:00
Wout Mertens
d76955da68 netdata: add protobuf support 2022-02-22 12:35:57 +01:00
Fabian Affolter
b006889068
Merge pull request #160955 from r-ryantm/auto-update/natscli
natscli: 0.0.28 -> 0.0.29
2022-02-20 23:21:12 +01:00
Sandro
fbb388b7cd
Merge pull request #157362 from aaronjheng/skeema 2022-02-20 17:56:30 +01:00
R. Ryantm
156e0e2b07 rsyslog: 8.2112.0 -> 8.2202.0 2022-02-20 12:33:49 +00:00
Aaron Jheng
223f5872f8
skeema: init at 1.7.0 2022-02-20 01:29:41 +00:00
zowoq
3004ee49b2 gdu: add maintainer 2022-02-20 10:48:12 +10:00
R. Ryantm
649e456f20 natscli: 0.0.28 -> 0.0.29 2022-02-19 21:35:47 +00:00
R. RyanTM
9741903d62
evemu: 2.6.0 -> 2.7.0
* evemu: 2.6.0 -> 2.7.0 (#150194)

* evemu: update meta.license
GPL-3 (tools) and LGPL-3 (lib)

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-19 22:35:27 +01:00
R. Ryantm
521147733f gdu: 5.13.1 -> 5.13.2 2022-02-19 14:11:27 +00:00
R. RyanTM
969b67bdae
netdata: 1.33.0 -> 1.33.1
(#160199)
2022-02-16 22:18:02 +01:00
R. Ryantm
4ed2fdfca7 btop: 1.2.2 -> 1.2.3 2022-02-16 05:10:09 +00:00
Fabian Affolter
595deb9fd8
Merge pull request #160066 from lourkeur/update/gotop
gotop: 4.1.2 -> 4.1.3
2022-02-15 10:29:59 +01:00
Louis Bettens
8a43996124 gotop: 4.1.2 -> 4.1.3 2022-02-15 09:01:51 +01:00
Martin Weinelt
daf1cd5b36
Merge pull request #159861 from r-ryantm/auto-update/btop 2022-02-13 19:07:49 +01:00
R. Ryantm
4c62413a49 monit: 5.29.0 -> 5.30.0 2022-02-13 09:42:55 -08:00
R. Ryantm
c22dfd85d2 btop: 1.2.1 -> 1.2.2 2022-02-13 16:21:34 +00:00
R. Ryantm
da87425c81 btop: 1.2.0 -> 1.2.1 2022-02-12 20:31:46 -08:00
Dominique Martinet
a05f1c9f93 nixos tests: add logrotate test
make sure the service is enabled by default and works.
2022-02-13 07:29:40 +09:00
R. Ryantm
3448966456 netdata: 1.32.1 -> 1.33.0 2022-02-12 18:16:32 +00:00
7c6f434c
19730cdb79
Merge pull request #159314 from r-ryantm/auto-update/freeipmi
freeipmi: 1.6.8 -> 1.6.9
2022-02-12 11:34:41 +00:00
R. Ryantm
5ce7ef451e go-audit: 1.0.0 -> 1.1.1 2022-02-12 08:50:58 +00:00
R. Ryantm
007defea01 freeipmi: 1.6.8 -> 1.6.9 2022-02-11 18:44:41 +00:00
zowoq
444cc6249b gdu: 5.13.0 -> 5.13.1
https://github.com/dundee/gdu/releases/tag/v5.13.1
2022-02-10 08:28:48 +10:00
Guillaume Girol
7a6506fc79
Merge pull request #158353 from symphorien/collectd-xen-insecure-master
collectd: don't build with xen plugin by default
2022-02-09 19:13:10 +00:00
R. Ryantm
2d12009463 thinkfan: 1.3.0 -> 1.3.1 2022-02-08 07:18:28 +00:00
c0bw3b
f57aa4795c iops: remove
Upstream is gone
2022-02-06 16:56:17 -08:00
Joerie de Gram
85325234ee fakeroot: 1.23 -> 1.27
Resolves #140138, closes #154367
2022-02-06 17:22:13 +01:00
Robert Hensing
6be11a84aa
Merge pull request #155892 from hercules-ci/nixos-etc-unit-test
nixos: Refactor to allow `etc` unit test
2022-02-06 16:12:25 +01:00
Guillaume Girol
0955a4fa35 collectd: don't build with xen plugin by default
xen was marked as insecure
2022-02-06 14:13:01 +01:00
Peter Hoeg
15e36831c2 collectd-data: we only need collectd.src - not collectd.out 2022-02-06 21:10:35 +08:00
Nicolas Berbiche
a0b661508a bottom: 0.6.6 -> 0.6.8 2022-02-03 09:09:11 +10:00
Will Dietz
b17c1821d1
proot: 5.2.0 -> 5.3.0 (#157582)
https://github.com/proot-me/proot/releases/tag/v5.3.0

Drop python patch, PR was merged.
2022-02-01 22:12:06 -05:00
Aaron Jheng
95fddccd89
goreman: 0.2.1 -> 0.3.9 (#157348) 2022-01-31 13:55:14 +01:00
zowoq
06ced3b357 gotop: update vendorSha256 2022-01-31 06:31:22 +10:00
Robert Hensing
7de8ea8ddd fakeroot: Add tests.nixos-etc 2022-01-30 09:01:27 +01:00
Robert Hensing
f6e41af1e4 fakechroot: Add tests.nixos-etc 2022-01-30 09:01:27 +01:00
zowoq
86369f498f gdu: 5.12.1 -> 5.13.0
https://github.com/dundee/gdu/releases/tag/v5.13.0
2022-01-30 06:50:35 +10:00
Maximilian Bosch
fd993a238f
Merge pull request #156643 from fpletz/ddrescure-1.26
ddrescue: 1.25 -> 1.26
2022-01-28 23:32:12 +01:00
Felix Buehler
09e3b7a570 treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
Felix Buehler
ed7bf9452c treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
Franz Pletz
a87e48162b
ddrescue: 1.25 -> 1.26 2022-01-25 03:20:04 +01:00
R. Ryantm
7b7c23fe42 bfs: 2.3 -> 2.3.1 2022-01-23 22:29:47 +00:00
Ryan Mulligan
408e553798
Merge pull request #156134 from r-ryantm/auto-update/tuptime
tuptime: 5.0.2 -> 5.1.0
2022-01-22 07:00:07 -08:00
pennae
cb6cc73cd1
Merge pull request #156136 from evils/tuptime
tuptime: pass through nixosTests.tuptime
2022-01-22 12:50:03 +00:00
Evils
6e7fc6fb50 tuptime: pass through nixosTests.tuptime 2022-01-22 07:29:28 +01:00
R. Ryantm
ed49a25322 tuptime: 5.0.2 -> 5.1.0 2022-01-22 05:16:08 +00:00
R. RyanTM
eda8da3286
thermald: 2.4.7 -> 2.4.8
* thermald: 2.4.7 -> 2.4.8 (#155631)

* thermald: update homepage

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-20 23:25:28 +01:00
Bobby Rong
ff09dd8dac
Merge pull request #148871 from r-ryantm/auto-update/bfs
bfs: 2.2.1 -> 2.3
2022-01-19 19:39:36 +08:00
Steven Kou
966a7403df btop: 1.1.4 -> 1.2.0 2022-01-17 16:58:56 +01:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Schütz
b93149c11f rsyslog: use top-level docutils 2022-01-16 18:00:59 +00:00
pennae
bc9fd41f23
Merge pull request #154625 from r-ryantm/auto-update/logrotate
logrotate: 3.18.1 -> 3.19.0
2022-01-14 18:54:07 +00:00
R. RyanTM
c5070b61b2
java-service-wrapper: 3.5.46 -> 3.5.48
(#152835)
2022-01-12 00:27:15 +01:00
R. RyanTM
ab5ee58d90
gptman: 0.8.2 -> 0.8.3
(#154532)
2022-01-11 21:35:02 +01:00
R. Ryantm
e16643f01d logrotate: 3.18.1 -> 3.19.0 2022-01-11 18:10:24 +00:00
R. Ryantm
9dc2e56e7d thermald: 2.4.6 -> 2.4.7 2022-01-11 18:31:40 +03:00
Renaud
8f0eadb68c
Merge pull request #152498 from kidonng/patch-2
acpica-tools: 20210930 -> 20211217
2022-01-08 14:05:59 +01:00
Jörg Thalheim
4601b356f8
Merge pull request #153918 from Mic92/fio
fio: add missing six dependency
2022-01-08 00:23:20 +00:00
Jörg Thalheim
de6739642c fio: add missing six dependency 2022-01-08 00:43:07 +01:00
Izorkin
4b4022db06
netdata: 1.31.0 -> 1.32.1 2022-01-08 00:38:17 +03:00
Izorkin
156393e104
netdata: go.d.plugin: 0.28.1 -> 0.31.0 2022-01-08 00:38:10 +03:00