summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-03-26 06:01:39 +0000
committerGitHub <noreply@github.com>2023-03-26 06:01:39 +0000
commit72fc224baa1dcccdbd0dc4832b25c0f500038f3d (patch)
tree3f69af62ba32b4842bdceb50b88a66b6e7d480d8 /pkgs/development/perl-modules
parent8e40747e62943327c390fb8f7e4a3988d9e6e1cd (diff)
parentff3e86d2b497bb8bf0d07ffe31702a7ce228074d (diff)
downloadnixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar.gz
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar.bz2
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar.lz
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar.xz
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.tar.zst
nixpkgs-72fc224baa1dcccdbd0dc4832b25c0f500038f3d.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/Plack-test-replace-DES-hash-with-bcrypt.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/perl-modules/Plack-test-replace-DES-hash-with-bcrypt.patch b/pkgs/development/perl-modules/Plack-test-replace-DES-hash-with-bcrypt.patch
new file mode 100644
index 00000000000..4f9918a5eea
--- /dev/null
+++ b/pkgs/development/perl-modules/Plack-test-replace-DES-hash-with-bcrypt.patch
@@ -0,0 +1,12 @@
+Replaces the legacy DES crypt hash used in tests with a stronger
+bcrypt function, as crypt() in pkgs.perl no longer supports DES
+
+# htpasswd -nbB admin s3cr3t
+
+diff --git a/t/Plack-Middleware/htpasswd b/t/Plack-Middleware/htpasswd
+index b597da8..f80461d 100644
+--- a/t/Plack-Middleware/htpasswd
++++ b/t/Plack-Middleware/htpasswd
+@@ -1,1 +1,1 @@
+-admin:6iSeSVcVHgNQw
++admin:$2y$05$qO4lTUQMcE5mU6KI0t7j9uCjcTkpf6sAp0cv6oZiemD0MI8keeKPa