| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-03-30 | 1 | -1/+4 |
| |\ |
|
| | * | zabbix: add bstanderline as maintainer | bstanderline | 2025-03-28 | 1 | -1/+4 |
| * | | postgresql: replace pg_config with custom script•••By replacing upstream's pg_config binary with a shell script, we:
- gain the ability to run pg_config easily when cross-compiling,
- can remove the fake pg_config in the default output,
- can remove the pg_config wrapper script dealing with special cases.
Some 20 years ago, pg_config *was* a shell script upstream, too. It was
changed to a binary, when it was made "relocatable", so it would return
paths depending on the location of the "postgres" binary. However, this
is exactly the thing that just hurts us in nixpkgs - we don't want those
paths to change, we want them to always point at the right outputs. By
writing the script ourselves, this becomes a lot less painful.
This approach means more lines of codes, but all of them are dead simple
and we have a lot less complexity overall.
Additionally, pg_config is now made a separate derivation, only exposed
as "postgresql.pg_config". This has the nice side-effect, that all users
of postgresql and libpq in nixpkgs must be very *explicit* about their
dependency on pg_config. This gives a lot more visibility into the state
of affairs regarding pkg-config support for libpq, which ultimately is
the much better solution.
| Wolfgang Walther | 2025-03-21 | 1 | -10/+4 |
| |/ |
|
| * | zabbix.proxy: add curl (#377287) | Rick van Schijndel | 2025-03-09 | 1 | -0/+3 |
| |\ |
|
| | * | zabbix.proxy: add curl | Yannick Markus | 2025-01-27 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-02-05 | 1 | -2/+20 |
| |\ \ |
|
| | * | | zabbix.proxy-{pgsql,mysql}: Fix cross | Artturin | 2025-01-28 | 1 | -2/+20 |
| | |/ |
|
| * / | libpq: init at 17.2•••Resolves #61580
| Wolfgang Walther | 2025-01-19 | 1 | -2/+2 |
| |/ |
|
| * | zabbix: format•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
| Florian Brandes | 2024-08-13 | 1 | -37/+61 |
| * | zabbix: add 7.0 LTS version•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
| Florian Brandes | 2024-08-13 | 1 | -4/+4 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | pkgs/servers: remove licenses.gpl2 | Jussi Kuokkanen | 2024-05-23 | 1 | -1/+1 |
| * | zabbix50: 5.0.37 -> 5.0.41•••Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070
Changes:
https://www.zabbix.com/rn/rn5.0.41
https://www.zabbix.com/rn/rn5.0.40
https://www.zabbix.com/rn/rn5.0.39
https://www.zabbix.com/rn/rn5.0.38
| Thomas Gerbet | 2024-02-24 | 1 | -2/+2 |
| * | Merge pull request #223592 from seberm/add-zabbix-6•••zabbix: Add support for zabbix v6, update v5 and v4 to latest versions | Aaron Andersen | 2023-04-05 | 1 | -1/+1 |
| |\ |
|
| | * | zabbix: move vendorSha256 to versions.nix | schnusch | 2022-11-07 | 1 | -1/+1 |
| * | | zabbix.proxy-sqlite: fix cross compilation by setting AR and RANLIB, and•••disabling snmp support
| Nick Cao | 2022-08-20 | 1 | -1/+6 |
| |/ |
|
| * | zabbix: enable ipv6 | Aaron Andersen | 2021-12-15 | 1 | -0/+1 |
| * | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
| Jonathan Ringer | 2021-01-19 | 1 | -2/+2 |
| * | pkgs/servers: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -2/+2 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | zabbix: update source url | Aaron Andersen | 2020-05-13 | 1 | -1/+1 |
| * | zabbix: replace download source from sourceforge to zabbix.com | Aaron Andersen | 2020-05-07 | 1 | -1/+1 |
| * | net-snmp: rename from net_snmp | Jörg Thalheim | 2019-12-21 | 1 | -2/+2 |
| * | Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| Vladimír Čunát | 2019-09-22 | 1 | -2/+2 |
| * | Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing
changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1.
Let's delay this. We have some serious regressions.
| Vladimír Čunát | 2019-09-21 | 1 | -2/+2 |
| * | treewide: replace mysql.connector-c to libmysqlclient | Izorkin | 2019-09-09 | 1 | -2/+2 |
| * | nixos/zabbixProxy: fix database initialization logic | Aaron Andersen | 2019-08-13 | 1 | -1/+4 |
| * | zabbix: zabbix.agent, zabbix.proxy-mysql, zabbix.proxy-pgsql, zabbix.proxy-sq... | Aaron Andersen | 2019-07-11 | 1 | -0/+79 |