3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

18017 commits

Author SHA1 Message Date
Bobby Rong df3022f35a
Merge pull request #153705 from 06kellyjac/headscale
headscale: 0.11.0 -> 0.12.2
2022-01-13 15:01:53 +08:00
Thomas Tuegel bf41a77ce8
Merge pull request #153864 from iand675/honeycomb-tools
Add several CLI tools for sending data to honeycomb.io
2022-01-12 17:27:09 -06:00
Fabian Affolter 82727b33e6 calibre-web: relax lxml constraint 2022-01-12 12:05:06 -08:00
0x4A6F 1e0d877e1d
Merge pull request #151946 from mweinelt/frr
frr: init at 8.1; libyang: init at 2.0.112
2022-01-12 20:51:12 +01:00
Pascal Bach 368a1c55a3
Merge pull request #154640 from r-ryantm/auto-update/minio
minio: 2021-12-27T07-23-18Z -> 2022-01-08T03-11-54Z
2022-01-12 15:20:23 +01:00
Nikolay Amiantov d042d834af
Merge pull request #153986 from abbradar/prosody-filer
prosody-filer: init at unstable-2021-05-24
2022-01-12 13:18:25 +03:00
Yuka 20df3f6612
pleroma: 2.4.1 -> 2.4.2 (#154729)
https://pleroma.social/announcements/2022/01/11/pleroma-patch-release-2-4-2/
2022-01-12 11:03:14 +01:00
Finn Behrens 1e4b8ffb11 pleroma: add kloenk as maintainer 2022-01-12 10:30:10 +01:00
06kellyjac 715563e5eb headscale: 0.11.0 -> 0.12.2 2022-01-12 09:13:08 +00:00
Ben Siraphob 12920518e6
althttpd: unstable-2021-06-09 -> unstable-2022-01-10 2022-01-12 12:06:58 +07:00
Thiago Kenji Okada e00186bc0f
Merge pull request #154680 from IvarWithoutBones/bump/jackett
jackett: 0.20.184 -> 0.20.285
2022-01-11 21:13:05 -03:00
legendofmiracles 9ed7e66d81
Merge pull request #154457 from roosemberth/update-prometheus-bind-exporter 2022-01-11 18:04:45 -06:00
IvarWithoutBones 298f2b76e5 jackett: 0.20.184 -> 0.20.285
This fixes unit test `TestCardigannHtmlAsync` failing
2022-01-12 00:47:46 +01:00
R. Ryantm c45c58d7dc minio: 2021-12-27T07-23-18Z -> 2022-01-08T03-11-54Z 2022-01-11 19:02:51 +00:00
Nikolay Amiantov b0dacda1a2 prosody-filer: init at unstable-2021-05-24
Using unstable version because the release happened more than a year
ago, and since then several important fixes have been introduced,
including security ones.
2022-01-11 20:07:38 +03:00
Nikolay Amiantov 5a38ceb6a7
Merge pull request #154013 from abbradar/baget
BaGet package and service
2022-01-11 20:06:53 +03:00
Gabriel Ebner b57d7dc58f
Merge pull request #153449 from Mic92/opensmtpd-extras
opensmtpd-extras: drop python2 option
2022-01-11 17:57:39 +01:00
Nikolay Amiantov 209bfb6ac6 baget: init at 0.4.0-preview2 2022-01-11 19:53:30 +03:00
Aaron Andersen ee7e31edb4
Merge pull request #153825 from ymatsiuk/ymatsiuk/teleport-module-test-init
nixos/teleport: init + tests
2022-01-11 07:29:22 -05:00
Vladimír Čunát ddc24ff270
Merge #153610: nixos/kresd: fix IPv6 scope syntax 2022-01-11 12:55:47 +01:00
Yurii Matsiuk 2e9a932193
teleport: add tests 2022-01-11 10:11:17 +01:00
Roosembert Palacios 8efd3bacc2
prometheus-bind-exporter: 0.4.0 -> 0.5.0
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2022-01-11 07:45:39 +01:00
legendofmiracles a103a5252e
Merge pull request #152741 from r-ryantm/auto-update/imgproxy 2022-01-10 22:23:08 -06:00
legendofmiracles 857f9d61b3
Merge pull request #144478 from r-ryantm/auto-update/nats-server
nats-server: 2.6.0 -> 2.6.3
2022-01-10 21:03:06 -06:00
Martin Weinelt fa08407f2d
Merge pull request #153599 from mweinelt/home-assistant 2022-01-11 02:45:22 +01:00
Jean-Baptiste Giraudeau 714a677850 varnish: build modules for varnish 6 & 7. 2022-01-10 13:14:54 -08:00
zowoq 435a8c34bd minio: update vendorSha256 2022-01-11 06:31:22 +10:00
Aaron Andersen 52d4c01441
Merge pull request #93527 from dasj19/mod_cspnonce-init
mod_cspnonce: init at 1.3
2022-01-09 22:38:36 -05:00
Alyssa Ross 2ae06932dc spamassassin: support for fetching rules over HTTPS
sa-update.service starts by making an HTTP GET request to
http://spamassassin.apache.org/updates/MIRRORED.BY, which now
redirects to HTTPS.  Since we didn't have the appropriate library
available to handle HTTPS, rule updates would fail:

Jan 03 12:35:03 atuin systemd[1]: Starting sa-update.service...
Jan 03 12:35:10 atuin sa-update-start[1250]: Update available for channel updates.spamassassin.org: 1895535 -> 1896618
Jan 03 12:35:10 atuin sa-update-start[1250]: http: (lwp) hotpatching IO::Socket::INET by module IO::Socket::IP
Jan 03 12:35:11 atuin sa-update-start[1250]: http: (lwp) GET http://spamassassin.apache.org/updates/MIRRORED.BY, 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
Jan 03 12:35:11 atuin sa-update-start[1250]: error: unable to refresh mirrors file for channel updates.spamassassin.org, using old file
Jan 03 12:35:11 atuin sa-update-start[1250]: error: no mirror data available for channel updates.spamassassin.org
Jan 03 12:35:11 atuin sa-update-start[1250]: channel 'updates.spamassassin.org': MIRRORED.BY file contents were missing, channel failed
Jan 03 12:35:11 atuin sa-update-start[1250]: Update failed, exiting with code 4
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Main process exited, code=exited, status=4/NOPERMISSION
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Failed with result 'exit-code'.
Jan 03 12:35:11 atuin systemd[1]: Failed to start sa-update.service.
2022-01-10 03:16:14 +00:00
ajs124 b8512aa7f5
Merge pull request #152566 from Izorkin/update-nginx
Update nginx packages
2022-01-10 00:59:07 +01:00
Danielle Lancashire bd2aeade45 etcd_3_5: init at 3.5.1 2022-01-10 07:58:15 +10:00
Anderson Torres 939a6495bd
Merge pull request #154019 from rhoriguchi/pkgs.tautulli
tautulli: 2.8.0 -> 2.8.1
2022-01-09 11:25:27 -03:00
Ryan Horiguchi 72af596246
tautulli: 2.8.0 -> 2.8.1 2022-01-09 13:27:41 +01:00
Ryan Horiguchi 417101172d
tautulli: add some missing files and update licence 2022-01-09 13:27:29 +01:00
Nikolay Amiantov e1e4e1c2cb postgresqlPackages.tds_fdw: 2.0.2 -> unstable-2021-12-14
Unmark as broken.
2022-01-09 09:44:30 +03:00
Brad Fitzpatrick 6675c8e96d tailscale: remove old xversion tag
Tailscale stopped using that tag several releases ago.
2022-01-09 15:32:59 +10:00
Martin Weinelt c57bb5bb4a
frr: fix clippy build on aarch64-linux 2022-01-09 04:13:44 +01:00
Martin Weinelt 24ffe31401
frr: 7.5.1 -> 8.1
Update package and enable tests.
2022-01-09 04:12:55 +01:00
Frank Doepper 89956e7d6e
frr: init at 7.5.1
- FRRouting is a successor of no-longer maintained quagga.
- new dependency: libyang
2022-01-09 04:12:55 +01:00
github-actions[bot] 3ce63131a1
Merge master into staging-next 2022-01-09 00:01:57 +00:00
Robert Scott 92a5cfeaca
Merge pull request #153844 from datafoo/mosquitto-2.0.14
mosquitto: 2.0.12 -> 2.0.14
2022-01-08 23:16:36 +00:00
Dmitry Kalinkin 477540469e
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/gradient-utils/default.nix
	pkgs/development/python-modules/gradient/default.nix
2022-01-08 02:39:35 -05:00
zowoq b4ee6e0b5d etcd: version the default etcd
easier to override
2022-01-08 11:44:32 +10:00
Martin Weinelt 267d073ac0 wordpress: 5.8.2 -> 5.8.3 2022-01-07 21:00:43 +01:00
Jonathan Ringer 86f9a32c4c
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/hydra/default.nix
2022-01-07 10:31:29 -08:00
Jean-Baptiste Giraudeau 785f04f986 varnish: use jemalloc instead of glibc's malloc on linux.
this is the recommanded default, as glibc cause memory leaks:

 "We ran into a problem with glibc's malloc on Linux where it seemed
 like it failed to ever give memory back to the OS, causing the system
 to swap. We have now switched to jemalloc which appears not to have
 this problem." (from varnish-cache/doc/changes.rst)
2022-01-07 09:35:27 -08:00
Daniel Schaefer bc65e6e142
Merge pull request #153821 from petrosagg/materialize-0.15.0 2022-01-07 17:51:33 +01:00
Ian Duncan 32c717749c honeyvent: init at 1.1.0 2022-01-07 16:38:36 +00:00
Ian Duncan a7e766f121 honeymarker: init at 0.2.1 2022-01-07 16:37:52 +00:00
Ian Duncan 3db1a83518 honeytail: init at 1.6.0 2022-01-07 16:37:52 +00:00