This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f7b53ba21c468d861a1ab1f35f2d80207381a3ab Mon Sep 17 00:00:00 2001 | |
Date: Fri, 29 Nov 2024 09:53:30 +0100 | |
Subject: [PATCH] Maintenance: Improve settings log | |
(cherry picked from commit 880049b555c0aeb65e6413c513a44557b1c3df12) | |
--- | |
app/models/setting.rb | 12 +++++-- | |
.../initializers/filter_parameter_logging.rb | 11 +++++- | |
spec/factories/setting.rb | 2 +- | |
spec/models/setting_spec.rb | 35 +++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d0863b0548783deb02c7db6eff4f10dcc252286c Mon Sep 17 00:00:00 2001 | |
From: Lunny Xiao <xiaolunwen@gmail.com> | |
Date: Wed, 9 Oct 2024 10:16:37 +0800 | |
Subject: [PATCH] Fix bug when a token is given public only (#32204) (#32218) | |
Backport #32204 | |
(cherry picked from commit 56051d9b3bd58284a1b50c3d974fab3bd0acacaa) | |
--- | |
models/user/user.go | 4 + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found in /nix/store/0m479hsrp8rv41w5j1l3pw2gn22x5500-adguardhome-0.107.51: {"bin/adguardhome": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/kcaa53a0fxws4ws8dlscgpvb2jk52z87-affine-0.14.3: {"lib/app.asar": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/3db9v3w4idga7ypg42wyzzxvlch2dx05-alice-lg-6.1.0: {"bin/alice-lg": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/y7j1cyjlxbnk8kk5d5nr6aij6pqy2cdf-clash-verge-rev-1.6.6: {"lib/clash-verge/resources/geosite.dat": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/sddrfp4vvys0lmkpnj788kjcy5q0nk8r-clash-verge-1.3.8: {"lib/clash-verge/resources/geosite.dat": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/41hapwipydxi6ywmw67mj9s55bjah8ff-clash-nyanpasu-1.4.5: {"lib/clash-nyanpasu/resources/geosite.dat": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/31xpnajyqdgfzp07ymlwh6mbya4w5cn9-coursera-dl-0.11.5: {"lib/python3.11/site-packages/coursera_dl-0.11.5.dist-info/METADATA": ["polyfill_io_bad_actor"]} | |
Found in /nix/store/3hqj6ifbhqc09jkyxsjxh0cgxns4ymfi-deepin-voice-note-6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 51a84e5fc23be16ec5c2751271dd07eec9151e4a Mon Sep 17 00:00:00 2001 | |
Date: Sat, 25 May 2024 13:24:45 +0200 | |
Subject: [PATCH] postgresqlPackages.plv8: 3.1.10 -> 3.2.2 | |
Changes: | |
https://github.com/plv8/plv8/blob/v3.2.2/Changes | |
--- | |
...001-build-Allow-using-V8-from-system.patch | 55 +++++++++---------- | |
.../sql/postgresql/ext/plv8/default.nix | 7 +-- | |
2 files changed, 28 insertions(+), 34 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c645f5996f3a8cff10606182a8031d3c3ade6ea3 Mon Sep 17 00:00:00 2001 | |
From: Sebastian Pipping <sebastian@pipping.org> | |
Date: Sun, 3 Mar 2024 02:19:58 +0100 | |
Subject: [PATCH 1/2] lib/xmlparse.c: Reject directly recursive parameter | |
entities | |
(cherry picked from commit a4c86a395ee447c59175c762af3d17f7107b2261) | |
--- | |
lib/xmlparse.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
https://github.com/NixOS/nixos-homepage/pull/1205 | |
-----BEGIN PGP SIGNATURE----- | |
iHUEARYKAB0WIQTCfx6QUgcoWRRperfc0LNgG11f0wUCZbZdLAAKCRDc0LNgG11f | |
0/OxAP9it/feGQGe7VBd9kk2U3AqCm/eV2tVs5sTjgy0LRH2MgD+M+Qhcm+oXI++ | |
RCp84v6PtqByXgCECw0xdVv/F1qaJQE= | |
=RDB1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/development/interpreters/php/8.3.nix b/pkgs/development/interpreters/php/8.3.nix | |
new file mode 100644 | |
index 00000000000..d40858933fc | |
--- /dev/null | |
+++ b/pkgs/development/interpreters/php/8.3.nix | |
@@ -0,0 +1,58 @@ | |
+{ callPackage, ... }@_args: | |
+ | |
+let | |
+ version = "8.3.0alpha1"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e8195a4628f94592a6c9e64672c5f42648a7f090 Mon Sep 17 00:00:00 2001 | |
Date: Mon, 27 Feb 2023 21:32:29 +0200 | |
Subject: [PATCH] Fix memory leak when $a = $b appears in expressions. | |
(cherry picked from commit 6e98a8184b52173cf961cc4052bdd81c33b04244) | |
--- | |
awk.h | 1 + | |
awkgram.c | 29 ++++++++++------------------- | |
awkgram.y | 29 ++++++++++------------------- | |
eval.c | 1 + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="x-ua-compatible" content="IE=edge"> | |
<meta name="referrer" content="no-referrer" /> | |
<meta name="generator" content="diffoscope" /> | |
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADdgAAA3YBfdWCzAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAM8SURBVFiF7dZdaJZlGAfw3/O+e9XNjy3XllZzWImBxIpifqTgsmUHBSIeBNFBdRh0UHQ0xGdb66CFBIERZEFRQRRUw0HkQkLMYQSBdpCFWdgSP6jpNn2393k68Nn2bj3vXtb6UOh/cl/39b/u67mem/913zf/4z9GUDw5xNI8n5WIzW9m/QF2YluJmI8203mALzEvLWAerRs4Pz6vSIkZSlsYk0/GkaB0zEgyDgWMlijyWsJuS2fkQwu8pqpMTA0ypeiShG71Bp0rU8Q+A47MWEDgvHZbZl/Av4SpIgxVYB3IqwZDmoUuYkzosDaNchpAoFqkSmgjGPWzLieF1k3JHVsjvCJQHBYaSy9g1E3m+QImQiK9SbNGqJDzuiDZ0lggQJCsyelDq8BB47sbCWTsnvhG3kqcLL833eqF4hk1EOoTOjZjnnaRdq2l6KtMAyl4/g23bKJrun+Mt9uOq7nvqOVbebWYy9Adc1fM/R/3CO780dONbIeFPHsPw+ULeM5ZHTbXHfUtXpxOZzgT5z02UGsZThRzF/ilht9G+fr4zfbfccIxXIa7uVTup69i7LJXaEEqF3on1d9ludB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require-dev": { | |
"phpunit/phpunit": "^9.5", | |
"vimeo/psalm": "^4.7", | |
"psalm/plugin-phpunit": "^0.15.1", | |
"psalm/plugin-mockery": "^0.7.0" | |
} | |
} |
NewerOlder