Commit Graph
327026 Commits
Author SHA1 Message Date
Ben SiraphobandGitHub 2ab832c051 Merge pull request #144064 from ayazhafiz/init/wheel-inspect
wheel-inspect: init at 1.7.0
2021-11-01 20:45:20 -05:00
R. RyantmandJonathan Ringer 1380230a37 python38Packages.jupyter_server: 1.11.1 -> 1.11.2 2021-11-01 18:15:17 -07:00
R. RyantmandJonathan Ringer 9a790f06b0 python38Packages.sqlmap: 1.5.10 -> 1.5.11 2021-11-01 18:13:21 -07:00
Jonas HeinrichandRaphael Megzari 50029ed89c nixos/dokuwiki: add missing option enable 2021-11-02 09:23:06 +09:00
Robert Helgesson 550dab224a bash-preexec: fix build with Bats 1.5.0 2021-11-02 00:07:22 +01:00
Bernardo MeurerandGitHub 1d6e94d02f Merge pull request #141884 from onsails/tabnine
tabnine: support aarch64-darwin
2021-11-01 16:01:55 -07:00
SandroandGitHub c6615cc23d Merge pull request #142244 from r-ryantm/auto-update/python38Packages.google-cloud-appengine-logging 2021-11-01 23:58:46 +01:00
ayazhafiz 7bc749e064 maintainers: add ayazhafiz to entry-points-txt, headerparser, wheel-filename, wheel-inspect 2021-11-01 18:58:24 -04:00
ayazhafiz c6e744c9f2 maintainers: add ayazhafiz 2021-11-01 18:58:24 -04:00
ayazhafiz 5ce67c6a9b wheel-inspect: init at 1.7.0
wheel-inspect has a dependency on readme_renderer~=24.0.0, but the
version of readme_renderer in nixpkgs is at major 29 (currently). To
deal with this, we build a readme_renderer version at 24 inline with
the wheel-inspect derivation.
2021-11-01 18:58:24 -04:00
ayazhafiz a5fbf1487a entry-points-txt: init at 0.1.0 2021-11-01 18:58:24 -04:00
ayazhafiz 97452c285c headerparser: init at 0.4.0 2021-11-01 18:58:23 -04:00
ayazhafiz f5014e47fe wheel-filename: init at 1.3.0 2021-11-01 18:58:23 -04:00
SandroandGitHub c3051ea7c2 Merge pull request #144024 from SuperSandro2000/fix-plasma-users 2021-11-01 23:56:12 +01:00
YurekaandRobert Helgesson 670af1fba8 hd-idle: package rewrite
Someone ported the original hd-idle to Golang and is maintaining it.
This replaces the hd-idle package with the actively maintained Golang
port. I assume nobody will need unmaintained original version since
the Golang port can do everything the original version can do.
2021-11-01 23:55:57 +01:00
bf873fbb2f fclones: 0.17.0 -> 0.17.1 (#144150)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 23:48:59 +01:00
Andrey Kuznetsov 86c83e8cf6 tabnine: 3.6.8 -> 3.7.25 2021-11-02 02:34:39 +04:00
Niklas HambüchenandKerstin 29f4f7110c nixos/smokeping: Add nh2 to maintainers 2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 4aeabbee61 nixos/rl-2111: Document smokeping service updates 2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin c7ed7466c3 nixos/smokeping: Don't listen on all interfaces by default.
In general, NixOS services are configured such that by default
they are not exposed to the Internet for security, see #100192.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin bb2a6ec751 nixos/smokeping: Use requiredBy instead of wantedBy.
This makes switch-configuration fail if something is wrong with it,
which is desired especially for NixOps deployments.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 123171b557 nixos/smokeping: Remove partOf to ensure restarts work.
Details on https://github.com/NixOS/nixops/issues/1063#issuecomment-453253666.

`partOf` makes that if `smokeping.service` is stopped, `thttpd.service` will
be stopped as well.
(But not that `thttpd` will be started when `smokeping` is started).

Once `thttpd.service` is stopped that way, `Restart = always` will not apply.

When the smokeping config options are changed, NixOS's `switch-configuration.pl`
will stop `smokeping` (whit shuts down thttpd due to `partOf`), and then restart
smokeping; but this does not start thttpd.
As a result, thttpd will be off after changing the config, which isn't desired.

This commit fixes it by removing the `partOf`, which makes `Restart` work
as expected.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 17e4387b38 nixos/smokeping: Make default imgUrl relative.
This avoids a common problem:

Until now, port forwarding to multiple hosts running smokeping did not work;
they all show the data of the first smokeping instance.
That ws because the image URLs generated by smokeping are absolute
(`imgurl` setting).
Consequently, if you ran
  ssh node-1 -L 8081:localhost:8081
  ssh node-2 -L 8081:localhost:8082
  ssh node-3 -L 8081:localhost:8083
and try to open http://localhost:8081, http://localhost:8082 and
http://localhost:8083, they all would show the images of node-1!

Using a relative `imgurl` fixes that.
As per smokeping docs on `imgurl`:

> Either an absolute URL to the `imgcache` directory or one relative to the
> directory where you keep the SmokePing cgi.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 2760695df0 nixos/smokeping: Add host option.
Allows setting smokeping to not listen on the public Internet.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 0a2103547f nixos/smokeping: Remove bash wrapper, refactor.
The bash wrapper process served no purpose, and systemd directly controlling the
processes is more reliable / more responsive to systemctl commands.
2021-11-01 23:20:40 +01:00
Michael RaskinandGitHub f0f12b2ad0 Merge pull request #143160 from thblt/amc
auto-multiple-choice: init at 1.5.1
2021-11-01 22:20:27 +00:00
SandroandGitHub 3c691c350f Merge pull request #143967 from cpcloud/remove-abseil-cxx-standard-flag
abseil-cpp: remove cxx standard flag
2021-11-01 23:03:19 +01:00
SandroandGitHub 31ed7e2c53 Merge pull request #144152 from aanderse/kodi.packages.jellyfin 2021-11-01 22:18:22 +01:00
SandroandGitHub 572b0c3f23 Merge pull request #143457 from ck3d/pinentry-1.2.0 2021-11-01 22:18:08 +01:00
Maciej KrügerandGitHub 355010ed9e Merge pull request #144139 from jojosch/dbeaver-21.2.4 2021-11-01 22:05:43 +01:00
Fabian AffolterandGitHub bdfe7f369b Merge pull request #144151 from r-ryantm/auto-update/python38Packages.pex
python38Packages.pex: 2.1.53 -> 2.1.54
2021-11-01 21:58:10 +01:00
Sandro Jäckel e884e2840e tdesktop: fix build 2021-11-01 21:49:45 +01:00
Sandro Jäckel 76079c145b fcitx5-mozc: fix build 2021-11-01 21:39:41 +01:00
SandroandGitHub fd70eae72f Merge pull request #144031 from CajuM/pyclip 2021-11-01 21:37:23 +01:00
SandroandGitHub 18b9519c0a Merge pull request #144144 from fortuneteller2k/river 2021-11-01 21:27:34 +01:00
fortuneteller2k 65590d546c river: 2021-09-30 -> 2021-11-01 2021-11-02 10:01:27 +08:00
6204fa6c7a spike: move test to installCheck phase (#143832)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:26:38 +01:00
Aaron AndersenandGitHub a325e50cff Merge pull request #143706 from aanderse/zabbix
zabbix: package updates
2021-11-01 16:25:21 -04:00
Aaron Andersen 121dfb7a5a kodi.packages.jellyfin: 0.7.4 -> 0.7.7 2021-11-01 16:24:13 -04:00
R. RyantmandJonathan Ringer bf2f82a437 python38Packages.azure-mgmt-eventhub: 9.1.0 -> 10.0.0 2021-11-01 13:22:29 -07:00
6751e7428f whalebird: init at 4.4.5 (#142885)
* whalebird: init at 4.4.5

* Update pkgs/applications/misc/whalebird/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:17:46 +01:00
markuskowaandGitHub dd49b2dbf0 Merge pull request #143279 from r-ryantm/auto-update/vdr
vdr: 2.4.7 -> 2.5.6
2021-11-01 21:17:14 +01:00
78dd8567c1 threema-desktop: init at 1.0.3 (#143194)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:16:52 +01:00
f538c07f2e datefudge: work correctly even if GNU date is not in PATH (#94045)
* datefudge: work correctly even if GNU date is not in PATH

Examples in manual assumes advanced features from date(1) like "last
Friday", which only available in GNU coreutils version of date(1)
utility. Without this patch, most examples from datefudge(1) manual will
fail in busybox environment, which is confusing.

* Apply suggestions from code review

* Update pkgs/tools/system/datefudge/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:15:50 +01:00
markuskowaandGitHub 6834ca6639 Merge pull request #143421 from ck3d/fix-neovim-EDITOR
nixos/neovim: Respect option defaultEditor
2021-11-01 21:14:04 +01:00
SandroandGitHub b07533d824 Merge pull request #144146 from jraygauthier/jrg/nxpmicro-mfgtools-up-to-1-4-165 2021-11-01 21:11:55 +01:00
SandroandGitHub 8546b91ba9 Merge pull request #144147 from maaslalani/ml-bump-slides
slides: 0.6.2 -> 0.7.2
2021-11-01 21:11:07 +01:00
SandroandGitHub 743a26031e Merge pull request #144148 from jojosch/protoc-gen-twirp_php-0.8.0
protoc-gen-twirp_php: 0.7.5 -> 0.8.0
2021-11-01 21:09:51 +01:00
markuskowaandGitHub b45eb36bb3 Merge pull request #143470 from ck3d/vdrPlugins.epgsearch-2.4.1
vdrPlugins.epgsearch: 20191202 -> 2.4.1
2021-11-01 21:05:17 +01:00
R. Ryantm f048f4a329 python38Packages.pex: 2.1.53 -> 2.1.54 2021-11-01 20:05:06 +00:00