Commit Graph

79 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
51eb7520dc rsyslog: 8.2312.0 -> 8.2402.0 2024-02-28 05:26:20 +00:00
R. Ryantm
2fbcfd125e rsyslog: 8.2310.0 -> 8.2312.0 2023-12-24 08:20:15 +00:00
R. Ryantm
51b85c180a rsyslog: 8.2308.0 -> 8.2310.0 2023-10-19 02:42:11 +00:00
R. Ryantm
3d52741a6a rsyslog: 8.2306.0 -> 8.2308.0 2023-08-28 00:41:45 +00:00
R. Ryantm
db4e0e2b25 rsyslog: 8.2304.0 -> 8.2306.0 2023-07-22 04:14:33 +00:00
Nick Cao
155e0efff1
rsyslog: remove dependency on libmongo-client
The dependencies has been dropped in https://github.com/rsyslog/rsyslog/pull/1917
2023-06-22 17:05:32 +08:00
R. Ryantm
b339c58df1 rsyslog: 8.2302.0 -> 8.2304.0 2023-05-01 07:10:48 +00:00
R. Ryantm
1480c69b76 rsyslog: 8.2212.0 -> 8.2302.0 2023-03-30 06:38:28 +00:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Anthony Roussel
e12cb295ca
rsyslog: 8.2210.0 -> 8.2212.0 2022-12-21 21:14:46 +01:00
Anthony Roussel
a1b87ebf3f
rsyslog: 8.2208.0 -> 8.2210.0 2022-10-31 16:28:04 +01:00
Sandro Jäckel
e14207dc44
rsyslog: remove ? null from inputs, delete unused patch 2022-08-22 15:16:09 +02:00
R. Ryantm
28baad7733 rsyslog: 8.2206.0 -> 8.2208.0 2022-08-12 02:01:54 +00:00
R. Ryantm
f2ff2843a0 rsyslog: 8.2204.1 -> 8.2206.0 2022-08-02 00:35:09 +00:00
Pavol Rusnak
daa8d8b42c
rsyslog: replace mkFlag with lib.enableFeature 2022-07-09 13:32:45 +02: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
R. Ryantm
156e0e2b07 rsyslog: 8.2112.0 -> 8.2202.0 2022-02-20 12:33:49 +00:00
Robert Schütz
b93149c11f rsyslog: use top-level docutils 2022-01-16 18:00:59 +00:00
R. Ryantm
a16bd11688 rsyslog: 8.2110.0 -> 8.2112.0 2021-12-22 15:37:23 +00:00
R. Ryantm
195f6a2b81 rsyslog: 8.2108.0 -> 8.2110.0 2021-10-29 00:25:13 +00:00
R. RyanTM
21f1fcdf8b rsyslog: 8.2102.0 -> 8.2108.0 2021-09-14 07:17:07 +00:00
R. RyanTM
bf9cf10043 rsyslog: 8.2006.0 -> 8.2102.0 2021-03-09 15:28:15 +00:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
R. RyanTM
228389e331 rsyslog: 8.2004.0 -> 8.2006.0 2020-07-07 10:11:36 +00:00
R. RyanTM
8da0ce4c45 rsyslog: 8.2002.0 -> 8.2004.0 2020-05-10 11:39:15 +00:00
R. RyanTM
a95d5aef67 rsyslog: 8.2001.0 -> 8.2002.0 2020-03-16 08:41:20 +00:00
Frederik Rietdijk
13b0a6eaf1 rsyslog: add nixos tests to passthru.tests
ofborg does not build them yet, but at least nixpkgs-update does.
https://github.com/ryantm/nixpkgs-update/pull/118
Note this test passes and would not have detected
https://github.com/NixOS/nixpkgs/issues/79304
2020-02-06 22:04:45 +01:00
R. RyanTM
27dfbd55f8 rsyslog: 8.1911.0 -> 8.2001.0 2020-01-30 08:31:58 +00:00
vasile luta
da5bb025c6 rsyslog: include libmaxminddb 2020-01-23 22:23:09 +02:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
R. RyanTM
71ebef46d6 rsyslog: 8.1910.0 -> 8.1911.0 2019-11-29 05:48:04 -08:00
Franz Pletz
3f7a17dee1
czmqpp, czmq3: remove, outdated 2019-11-04 19:17:55 +01:00
Franz Pletz
286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
R. RyanTM
7833adb0ee rsyslog: 8.1907.0 -> 8.1910.0 (#69954)
* rsyslog: 8.1907.0 -> 8.1908.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions

* rsyslog: 8.1908.0 -> 8.1910.0

Changelog:
https://raw.githubusercontent.com/rsyslog/rsyslog/v8.1910.0/ChangeLog

Security fix: CVE-2019-17040
2019-10-19 09:22:30 +02:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Izorkin
329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
R. RyanTM
d7cdd895fa rsyslog: 8.1905.0 -> 8.1907.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-07-17 09:34:36 +02:00
R. RyanTM
b9023319f4 rsyslog: 8.1904.0 -> 8.1905.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-06-02 19:51:44 -07:00
R. RyanTM
ccfbc8b0df rsyslog: 8.1903.0 -> 8.1904.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-05-02 07:53:42 -07:00
R. RyanTM
b5e46d9ac9 rsyslog: 8.39.0 -> 8.1903.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-04-02 17:51:06 -07:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM
3866470845 rsyslog: 8.38.0 -> 8.39.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2018-11-08 14:28:56 -08:00
R. RyanTM
c4b4bc0084 rsyslog: 8.37.0 -> 8.38.0 (#46968)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2018-09-28 23:36:50 +02:00
Tim Steinbach
b55c02e878
rsyslog: 8.21.0 -> 8.37.0 2018-08-07 19:49:58 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00