about summary refs log tree commit diff
path: root/pkgs/servers
AgeCommit message (Collapse)AuthorFilesLines
2022-04-03Merge pull request #164059 from risicle/ris-redis-testsRobert Scott1-1/+21
redis: enable tests
2022-04-03Merge pull request #166946 from mweinelt/zigbee2mqttMartin Weinelt2-293/+627
2022-04-03openxpki: remove after being marked broken for over two yearsajs1242-95/+0
It was marked in commit dfd64de89bb2f51aa72871539d06d51784ede43a by Robin Gloster on 2019-08-21 (commited on 2019-08-21)
2022-04-03openfire: remove after being marked broken for over two yearsajs1241-31/+0
It was marked in commit 567c1a360f1f3b531847432e734e6f7e6eec41a5 by Michael Raskin on 2017-01-04 (commited on 2017-01-04)
2022-04-03myserver: remove after being marked broken for over two yearsajs1242-65/+0
It was marked in commit 8a7f3c36185ddb801372b3461ff65109978ab46b by Eelco Dolstra on 2014-08-08 (commited on 2014-08-08)
2022-04-03roapi-http: init at 0.6.0happysalada1-0/+55
2022-04-03libreddit: 0.22.5 -> 0.22.6Johannes Schleifenbaum1-3/+3
2022-04-02prometheus-wireguard-exporter: 3.6.2 -> 3.6.3R. Ryantm1-3/+3
2022-04-02zigbee2mqtt: 1.24.0 -> 1.25.0Martin Weinelt2-293/+627
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.25.0
2022-04-02Merge pull request #166430 from alyssais/openssl-static-retry7c6f434c4-4/+4
treewide: use lib.getLib for OpenSSL libraries
2022-04-02Merge #166381: knot-dns: 3.1.6 -> 3.1.7Vladimír Čunát1-2/+2
2022-04-01Merge pull request #165745 from r-ryantm/auto-update/matrix-synapsePascal Bach1-2/+2
matrix-synapse: 1.55.0 -> 1.55.2
2022-04-01Merge pull request #166607 from Ma27/bump-grafanaPascal Bach1-4/+4
grafana: 8.4.4 -> 8.4.5
2022-04-01Merge pull request #166034 from r-ryantm/auto-update/tautulliPascal Bach1-2/+2
tautulli: 2.9.4 -> 2.9.5
2022-04-01prometheus-dmarc-exporter: Add missing build-system dependencies with overridesadisbladis1-1/+5
I will add these upstream in poetry2nix and remove them from here once released.
2022-04-01Merge pull request #166780 from Artturin/removedeadddirArtturi3-1415/+0
2022-04-01pkgs: remove dead dirArtturin3-1415/+0
2022-03-31Merge pull request #161177 from a-m-joseph/dante-mips64John Ericson1-1/+9
dante: skip configure-time getaddrinfo-too-low check on mips64
2022-04-01Merge pull request #166720 from mweinelt/mediawikiMartin Weinelt1-2/+2
2022-03-31dante: skip configure-time getaddrinfo-too-low check on mips64Adam Joseph1-1/+9
This patch allows dante to be compiled (and cross-compiled) for mips64el. Co-authored-by: John Ericson <git@JohnEricson.me>
2022-03-31Merge pull request #163083 from r-ryantm/auto-update/calibre-webRyan Mulligan1-2/+2
calibre-web: 0.6.16 -> 0.6.17
2022-04-01mediawiki: 1.37.1 -> 1.37.2Martin Weinelt1-2/+2
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/YJNXKPV5Z56NSUQ4G3SXPDUIZG5EQ7UR/ Fixes: CVE-2022-28202, CVE-2022-22801, CVE-2022-28203, CVE-2022-28204
2022-03-31Merge pull request #166474 from fabaff/voluptuous-bumpFabian Affolter1-0/+1
python3Packages.voluptuous: 0.12.2 -> 0.13.0
2022-03-31grafana: 8.4.4 -> 8.4.5Maximilian Bosch1-4/+4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.5
2022-03-31mastodon: use correct GitHub UrlKerstin Humm2-3/+3
The tootsuite organization was renamed to mastodon ages ago.
2022-03-31mastodon: 3.4.6 -> 3.5.0Kerstin Humm4-409/+518
Co-authored-by: Izorkin <izorkin@elven.pw>
2022-03-31Merge pull request #166508 from siraben/automake-buildinputsBen Siraphob2-3/+3
2022-03-31home-assistant: add override for voluptuousFabian Affolter1-0/+1
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob2-3/+3
2022-03-31Merge pull request #166479 from piegamesde/appservice-ircMartin Weinelt4-1872/+1059
2022-03-30matrix-appservice-irc: 0.32.1 → 0.33.1piegames4-1872/+1059
2022-03-30nixos/netbox: add nixos testEmber 'n0emis' Keske1-0/+5
2022-03-30netbox: init at 3.1.10Ember 'n0emis' Keske2-0/+162
2022-03-30Merge pull request #161207 from Emantor/bump/xwaylandSandro1-2/+4
2022-03-30treewide: use lib.getLib for OpenSSL librariesAlyssa Ross4-4/+4
At some point, I'd like to make another attempt at 71f1f4884b5 ("openssl: stop static binaries referencing libs"), which was reverted in 195c7da07df. 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-30knot-dns: 3.1.6 -> 3.1.7Vladimír Čunát1-2/+2
This version primarily fixes incomplete implementation of the Offline KSK signing mode in the IXFR and DDNS processing. https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.7
2022-03-30Merge pull request #166146 from 5aaee9/masterSandro1-2/+2
2022-03-30Merge pull request #166123 from felschr/etebase-serverSandro1-2/+3
2022-03-29roon-bridge: 1.8-880 -> 1.8-918Bernardo Meurer1-5/+4
2022-03-29roon-server: 1.8-903 -> 1.8-923Bernardo Meurer1-7/+5
2022-03-29Merge pull request #166155 from r-ryantm/auto-update/traefikmaxine [they]1-3/+3
traefik: 2.6.1 -> 2.6.2
2022-03-29unifi7: 7.0.23 -> 7.0.25pennae1-2/+2
2022-03-29Merge pull request #166251 from mweinelt/home-assistantMartin Weinelt2-3/+3
2022-03-29Merge pull request #164732 from thevar1able/clickhouseSandro1-4/+2
2022-03-29home-assistant: 2022.3.7 -> 2022.3.8Martin Weinelt2-3/+3
https://github.com/home-assistant/core/releases/tag/2022.3.8
2022-03-29Merge pull request #166104 from mweinelt/pdnsMartin Weinelt2-0/+0
2022-03-28traefik: 2.6.1 -> 2.6.2R. Ryantm1-3/+3
2022-03-29teleport: fix suid exec problem5aaee91-2/+2
2022-03-28Merge pull request #165831 from r-ryantm/auto-update/check_ssl_certFabian Affolter1-2/+2
checkSSLCert: 2.22.0 -> 2.23.0
2022-03-28etebase-server: 0.7.0 -> 0.8.3Felix Tenley1-2/+3