Commit graph

130 commits

Author SHA1 Message Date
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm 915aae3d1f checkSSLCert: 2.80.0 -> 2.81.0 2024-03-18 03:01:21 +00:00
Nick Cao 79623b5fb7
Merge pull request #292208 from r-ryantm/auto-update/nagios
nagios: 4.5.0 -> 4.5.1
2024-03-03 20:40:55 -05:00
R. Ryantm 46573fb931 checkSSLCert: 2.79.0 -> 2.80.0 2024-02-29 02:11:21 +00:00
R. Ryantm 695b332e90 nagios: 4.5.0 -> 4.5.1 2024-02-29 02:05:37 +00:00
R. Ryantm 6dff94ba04 checkSSLCert: 2.78.0 -> 2.79.0 2024-01-19 01:34:22 +00:00
Fabian Affolter 5edccff748 checkSSLCert: 2.77.0 -> 2.78.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.77.0...v2.78.0

Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.78.0
2023-12-08 13:10:15 +01:00
R. Ryantm d2779b1194 checkSSLCert: 2.76.0 -> 2.77.0 2023-11-26 17:47:36 +00:00
Anthony Roussel f54615a134
nagios: 4.4.14 -> 4.5.0
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.5.0...nagios-4.4.14
2023-11-23 00:22:55 +01:00
Anthony Roussel c4be620b26 nagios: add anthonyroussel to maintainers 2023-11-10 15:44:55 -08:00
Anthony Roussel f7d2b2fc0e nagios: add meta.{changelog,mainProgram} 2023-11-10 15:44:55 -08:00
Anthony Roussel cf57a91e06 nagios: 4.4.6 -> 4.4.14
https://github.com/NagiosEnterprises/nagioscore/releases/tag/nagios-4.4.14
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.4.6...nagios-4.4.14
2023-11-10 15:44:55 -08:00
Anthony Roussel 2a3cea1658 nagios: add passthru.updateScript 2023-11-10 15:44:55 -08:00
Anthony Roussel 970efe216b nagios: format with nixpkgs-fmt 2023-11-10 15:44:55 -08:00
R. Ryantm 05839d0c79 checkSSLCert: 2.75.0 -> 2.76.0 2023-10-31 09:55:22 +00:00
Enno Richter 8d58b64400 checkSSLCert: add darwin support 2023-10-03 06:52:59 +02:00
Fabian Affolter 7e8df41fb9 checkSSLCert: 2.74.0 -> 2.75.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.74.0...v2.75.0

Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.75.0
2023-09-30 19:40:58 +02:00
Fabian Affolter 28a4b95339 checkSSLCert: 2.72.0 -> 2.74.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.72.0...v2.74.0

Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.74.0
2023-09-19 08:40:17 +02:00
R. Ryantm 24b67ba580 checkSSLCert: 2.70.0 -> 2.72.0 2023-08-16 09:58:14 +00:00
R. Ryantm 15eea4aafd checkSSLCert: 2.69.0 -> 2.70.0 2023-06-02 22:31:44 +00:00
R. Ryantm 7f7dc0eb8c checkSSLCert: 2.68.0 -> 2.69.0 2023-05-16 01:49:15 +00:00
Fabian Affolter 51b81abf6c
checkSSLCert: update rev 2023-04-30 16:18:14 +02:00
R. Ryantm 6a8ab7a8c7 checkSSLCert: 2.66.0 -> 2.68.0 2023-04-30 14:06:27 +00:00
R. Ryantm a110875cff checkSSLCert: 2.64.0 -> 2.66.0 2023-04-27 08:39:05 +00:00
R. Ryantm e7dac23ca4 checkSSLCert: 2.62.0 -> 2.64.0 2023-04-17 00:20:15 +00:00
R. Ryantm c33cce281f checkSSLCert: 2.61.0 -> 2.62.0 2023-03-22 23:28:32 +00:00
R. Ryantm 0f63c5dcaf checkSSLCert: 2.60.0 -> 2.61.0 2023-03-12 03:45:00 +00:00
R. Ryantm 4a92f37a14 checkSSLCert: 2.58.0 -> 2.60.0 2023-02-25 21:50:04 +00:00
Alyssa Ross 12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm 7b4f6522ee checkSSLCert: 2.57.0 -> 2.58.0 2023-01-19 17:42:55 +00:00
R. Ryantm 4636b0f751 checkSSLCert: 2.56.0 -> 2.57.0 2022-12-05 15:48:41 +00:00
R. Ryantm 5d2434ab0c checkSSLCert: 2.55.0 -> 2.56.0 2022-12-02 20:19:27 +00:00
Fabian Affolter 42841afd91
Merge pull request #203472 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.54.0 -> 2.55.0
2022-11-30 22:32:09 +01:00
Fabian Affolter 2f075e8a19
checkSSLCert: add changelog to meta 2022-11-30 21:29:31 +01:00
R. Ryantm b33cc1ecc6 checkSSLCert: 2.54.0 -> 2.55.0 2022-11-28 16:28:40 +00:00
Moritz 'e1mo' Fromm 2db377afd1
checkSSLCert: Add missing runtime dependencies
Not all of the required or optional dependencies listed under
<https://github.com/matteocorti/check_ssl_cert/blob/master/INSTALL.md>
were present, causing the program to fail due to the lack of the bc
binary.
2022-11-26 21:53:16 +01:00
R. Ryantm 66e6323fc5 checkSSLCert: 2.53.0 -> 2.54.0 2022-10-21 04:29:31 +00:00
R. Ryantm c948b4f02b checkSSLCert: 2.52.0 -> 2.53.0 2022-10-20 07:04:31 +00:00
R. Ryantm eac75b68cd checkSSLCert: 2.49.0 -> 2.52.0 2022-10-07 14:27:47 +00:00
R. Ryantm f40a2a70cd checkSSLCert: 2.48.0 -> 2.49.0 2022-09-28 08:10:22 +00:00
R. Ryantm 164c6900f9 checkSSLCert: 2.47.0 -> 2.48.0 2022-09-26 11:39:15 +00:00
R. Ryantm 5c01f036cc checkSSLCert: 2.46.0 -> 2.47.0 2022-09-24 10:21:15 +00:00
R. Ryantm e6b5dc2eeb checkSSLCert: 2.45.0 -> 2.46.0 2022-09-21 12:13:05 +00:00
R. Ryantm d8299e6855 checkSSLCert: 2.44.0 -> 2.45.0 2022-09-20 12:55:10 +00:00
R. Ryantm 4f4ab81c2b checkSSLCert: 2.43.0 -> 2.44.0 2022-09-15 02:17:12 +00:00
R. Ryantm 74204a6709 checkSSLCert: 2.42.0 -> 2.43.0 2022-09-11 14:59:00 +00:00
R. Ryantm b1bcd5ba08 checkSSLCert: 2.41.0 -> 2.42.0 2022-09-07 11:41:04 +00:00
R. Ryantm 6a6ba9d450 checkSSLCert: 2.40.0 -> 2.41.0 2022-09-02 10:23:34 +00:00
R. Ryantm 28c49447b8 checkSSLCert: 2.38.0 -> 2.40.0 2022-08-28 15:11:52 +00:00