Commit Graph
710492 Commits
Author SHA1 Message Date
Nick CaoandGitHub 119e78041b terraform-providers.vpsadmin: 1.0.0 -> 1.1.0 (#357525) 2024-11-20 08:13:11 -05:00
nixpkgs-merge-bot[bot]andGitHub d167937f6d goimports-reviser: 3.6.5 -> 3.7.4 (#357321) 2024-11-20 13:12:32 +00:00
Nick CaoandGitHub a261fc505b badger: 4.3.0 -> 4.4.0 (#357539) 2024-11-20 08:12:21 -05:00
Peter SimonsandGitHub 120e717970 nixos/bind: Fix cacheNetworks option (#335832) 2024-11-20 14:01:14 +01:00
Fabian AffolterandGitHub f077f7100a python312Packages.mypy-boto3-*: updates (#357390) 2024-11-20 13:31:07 +01:00
Mauricio CollaresandGitHub b413874cd0 sage: 10.4 -> 10.5.rc0 (#357335) 2024-11-20 13:01:34 +01:00
nixpkgs-merge-bot[bot]andGitHub 1c63bc845d powerjoular: 1.0.4 -> 1.0.5 (#357330) 2024-11-20 11:35:20 +00:00
R. Ryantm e30607d35b badger: 4.3.0 -> 4.4.0 2024-11-20 11:28:56 +00:00
Weijia WangandGitHub 502d2808e0 pinocchio: 3.2.0 -> 3.3.0 (#354231) 2024-11-20 12:20:43 +01:00
Matthieu CoudronandGitHub a9da88a244 vimPlugins.nvim-compe: deprecate for nvim-cmp (#357347) 2024-11-20 12:17:03 +01:00
Austin HorstmanandMatthieu Coudron 48cecf92bf vimPlugins.one-nvim: mark broken 2024-11-20 12:14:37 +01:00
Florian KlinkandGitHub 2d8c1c8ece qdigidoc: fix TSL loading (#357428) 2024-11-20 13:05:25 +02:00
Bruno BELANYIandGitHub d689a03ba0 feat: add completions to spacectl (#357298) 2024-11-20 10:50:24 +00:00
Thiago Kenji OkadaandGitHub 2ebd316de9 libretro.mesen: unstable-2024-06-09 -> unstable-2024-10-21 (#357458) 2024-11-20 10:31:33 +00:00
Thiago Kenji OkadaandGitHub 0ab9444a48 libretro.dosbox-pure: unstable-2024-09-28 -> unstable-2024-11-16 (#357457) 2024-11-20 10:31:12 +00:00
Thiago Kenji OkadaandGitHub 388e6c8570 libretro.fmsx: unstable-2024-06-28 -> unstable-2024-10-21 (#357448) 2024-11-20 10:30:59 +00:00
Thiago Kenji OkadaandGitHub 02748fd29e libretro.beetle-wswan: unstable-2024-06-28 -> unstable-2024-10-21 (#357421) 2024-11-20 10:30:43 +00:00
Thiago Kenji OkadaandGitHub 4c8643dedf libretro.nxengine: unstable-2024-06-28 -> unstable-2024-10-21 (#357419) 2024-11-20 10:30:32 +00:00
Thiago Kenji OkadaandGitHub c3f6eb019d libretro.fceumm: unstable-2024-09-23 -> unstable-2024-10-16 (#357418) 2024-11-20 10:29:58 +00:00
Thiago Kenji OkadaandGitHub 5b45e5e8f4 libretro.bsnes-hd: unstable-2023-04-26 -> unstable-2024-10-21 (#357416) 2024-11-20 10:28:16 +00:00
Thiago Kenji OkadaandGitHub d689d517a8 libretro.flycast: unstable-2024-10-05 -> unstable-2024-11-17 (#357397) 2024-11-20 10:27:59 +00:00
Thiago Kenji OkadaandGitHub 00302f0fc4 libretro.atari800: unstable-2024-10-01 -> unstable-2024-10-31 (#357394) 2024-11-20 10:27:40 +00:00
Thiago Kenji OkadaandGitHub c19c86c8d7 libretro.fuse: unstable-2024-09-20 -> unstable-2024-11-18 (#357389) 2024-11-20 10:27:18 +00:00
Thiago Kenji OkadaandGitHub cac46a4c61 libretro.freeintv: unstable-2024-06-28 -> unstable-2024-10-21 (#357388) 2024-11-20 10:27:00 +00:00
R. Ryantm f0921f1803 terraform-providers.vpsadmin: 1.0.0 -> 1.1.0 2024-11-20 10:09:39 +00:00
OTABI TomoyaandGitHub c06dd23aad python312Packages.optree: 0.13.0 -> 0.13.1 (#355478) 2024-11-20 19:03:58 +09:00
OTABI TomoyaandGitHub 79245ef3bb python3Packages.gower: init at 0.1.2 (#350747) 2024-11-20 19:02:58 +09:00
OTABI TomoyaandGitHub d000429949 python312Packages.internetarchive: 5.0.0 -> 5.0.4 (#357270) 2024-11-20 19:01:52 +09:00
Sefa EyeogluandGitHub f5a231b9ef prowlarr: 1.25.4.4818 -> 1.26.1.4844 (#357362) 2024-11-20 10:50:15 +01:00
TobTobXX 26fbd1adbe nixos/bind: Fix cacheNetworks option
services.bind.cacheNetworks should only apply to recursive queryies, as
per the option documentation:
> Note that this is for recursive queries – all networks are allowed to
> query zones configured with the zones option by default [...].

This would correspond to the `allow-query-cache` option in named.conf,
as per the BIND docs[1]:
> Specifies which hosts (an IP address list) can access this server’s
> cache and thus effectively controls recursion.

And not `allow-query`, which restricts all requests (including requests
where the server has authority) [2]:
> Specifies which hosts (an IP address list) are allowed to send queries
> to this resolver.
> [...]
> Note:
> `allow-query-cache` is used to specify access to the cache.

[1]: https://bind9.readthedocs.io/en/v9.20.0/reference.html#namedconf-statement-allow-query-cache
[2]: https://bind9.readthedocs.io/en/v9.20.0/reference.html#namedconf-statement-allow-query
2024-11-20 10:47:06 +01:00
Sefa EyeogluandGitHub f17c1d575a openasar: 0-unstable-2024-09-06 -> 0-unstable-2024-11-13 (#357376) 2024-11-20 10:28:36 +01:00
Gaétan LepageandGitHub bf2dfaa7c7 mission-center: use RUSTFLAGS to link libGL and libvulkan; adopt (#357219) 2024-11-20 10:06:09 +01:00
Doron BeharandGitHub 41c096f940 ente-web: init at 0.9.5 (#325824) 2024-11-20 10:39:38 +02:00
Doron BeharandGitHub 9d7cfd7a2a openmpi: 5.0.5 -> 5.0.6 (#357194) 2024-11-20 10:29:05 +02:00
Doron BeharandGitHub 8d0a59ce4b museum: modernize (#357300) 2024-11-20 10:28:42 +02:00
Doron BeharandGitHub 62062d14fb gnuradioPackages.fosphor: init at unstable-2024-03-23 (#280805) 2024-11-20 10:11:44 +02:00
Gaétan LepageandGitHub 4f9c49eaa1 Add vimPlugins.{nvzone-menu,nvzone-minty,nvzone-volt} (#357120) 2024-11-20 08:57:38 +01:00
Gaétan LepageandGitHub eba5f5a14f zellij: 0.41.1 -> 0.41.2 (#357261) 2024-11-20 08:38:01 +01:00
AtemuandGitHub 6a875dd68f lact: 0.5.6 -> 0.6.0 (#356625) 2024-11-20 08:28:35 +01:00
kirillrdyandGitHub a7d1482799 nixos/goatcounter: Fix typo in link (#357451) 2024-11-20 17:41:22 +11:00
K900andGitHub 92ef6d4218 path-of-building.data: 2.49.0 -> 2.49.2 (#357324) 2024-11-20 09:35:20 +03:00
AleksanaandGitHub d0df7756df upscaler: init at 1.4.0 (#356497) 2024-11-20 14:07:57 +08:00
Lin JianandGitHub 5a27cc051d maintainers: update email for cloudripper (#357459) 2024-11-20 11:56:32 +08:00
cloudripper 97fc62f6c7 maintainers: update email for cloudripper 2024-11-19 19:30:08 -08:00
R. Ryantm 975d598911 libretro.mesen: unstable-2024-06-09 -> unstable-2024-10-21 2024-11-20 03:23:29 +00:00
R. Ryantm 79dee6b25a libretro.dosbox-pure: unstable-2024-09-28 -> unstable-2024-11-16 2024-11-20 03:22:02 +00:00
YtandGitHub ef58249afd python312Packages.transformers: 4.46.2 -> 4.46.3 (#357179) 2024-11-19 21:47:30 -05:00
EmilyandGitHub 1a32ccd82f febio: 4.7 -> 4.8; febio-studio: 2.7 -> 2.8.1 (#357044) 2024-11-20 02:44:32 +00:00
Lin JianandGitHub 8c6ead6774 alist: 3.38.0 -> 3.39.2 (#356776) 2024-11-20 10:25:28 +08:00
Victor Engmark 9256f91881 nixos/goatcounter: Fix typo in link 2024-11-20 15:20:57 +13:00