Commit graph

2823 commits

Author SHA1 Message Date
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
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
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
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 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