From c7dad9634ba17bbcbd8ae34f0e773279d95dbcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 25 Mar 2020 11:06:12 +0100 Subject: [PATCH] Created new patch 2020-03-25T110609 on branch 8.0. Pike 8.0: Fix syntax error in Standards.X509. From commit 5020c16ad709484ef870559acb394afe1270feb5 to commit 5cf5f2a4b8ededbb0bc03f3eabc9bc97a71d61b9. --- .../patches/2020-03-25T110609/metadata.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 refs/heads/8.0/patches/2020-03-25T110609/metadata.txt diff --git a/refs/heads/8.0/patches/2020-03-25T110609/metadata.txt b/refs/heads/8.0/patches/2020-03-25T110609/metadata.txt new file mode 100644 index 0000000000..66188cad45 --- /dev/null +++ b/refs/heads/8.0/patches/2020-03-25T110609/metadata.txt @@ -0,0 +1,19 @@ +subject: Pike 8.0: Fix syntax error in Standards.X509. +from: 5020c16ad709484ef870559acb394afe1270feb5 +to: 5cf5f2a4b8ededbb0bc03f3eabc9bc97a71d61b9 +originator: Henrik Grubbstrom +depends: 2020-03-20T113857 +restart: true + +Multiple fixes: + +• Standards.X509: Use old syntax for compatibility. + +Modules in Pike 8.0 need to be syntax-compatible with all released +versions of Pike 8.0 (or at least Pike 8.0.232 and later). + +Fixes #10024. + +• Standards.URI: Updated list of unsafe characters to RFC 3986. + +Fixes some of [PIKE-4]. -- GitLab