diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-21 11:29:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-07 10:56:45 +0000 |
commit | 57661f31d91a0491a51c1e0ffc325d475c8600d2 (patch) | |
tree | 8d63f40eb3c7cc87ebdf52d445d015de6b3fb104 | |
parent | 0dffb9470991e497025a50347f1719461e6398f3 (diff) | |
download | poky-57661f31d91a0491a51c1e0ffc325d475c8600d2.tar.gz |
openssh: backport patch to fix "cert not yet valid" test
Fixes [YOCTO #13796]
(From OE-Core rev: 1cacb300369fb062ad45b0460ed93bfc800d7323)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch | 46 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch b/meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch new file mode 100644 index 0000000000..e2930c3c7d --- /dev/null +++ b/meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch | |||
@@ -0,0 +1,46 @@ | |||
1 | From 3cccc0a2ab597b8273bddf08e9a3cc5551d7e530 Mon Sep 17 00:00:00 2001 | ||
2 | From: "djm@openbsd.org" <djm@openbsd.org> | ||
3 | Date: Fri, 3 Jan 2020 03:02:26 +0000 | ||
4 | Subject: [PATCH] upstream: what bozo decided to use 2020 as a future date in a | ||
5 | regress | ||
6 | |||
7 | test? | ||
8 | |||
9 | OpenBSD-Regress-ID: 3b953df5a7e14081ff6cf495d4e8d40e153cbc3a | ||
10 | |||
11 | Upstream-Status: Backport [https://github.com/openssh/openssh-portable/commit/ff31f15773ee173502eec4d7861ec56f26bba381] | ||
12 | |||
13 | [Dropped the script version and copyright year change at the top] | ||
14 | |||
15 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
16 | --- | ||
17 | regress/cert-hostkey.sh | 2 +- | ||
18 | regress/cert-userkey.sh | 2 +- | ||
19 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
20 | |||
21 | diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh | ||
22 | index 3ce7779..74d5a53 100644 | ||
23 | --- a/regress/cert-hostkey.sh | ||
24 | +++ b/regress/cert-hostkey.sh | ||
25 | @@ -248,7 +248,7 @@ test_one() { | ||
26 | test_one "user-certificate" failure "-n $HOSTS" | ||
27 | test_one "empty principals" success "-h" | ||
28 | test_one "wrong principals" failure "-h -n foo" | ||
29 | -test_one "cert not yet valid" failure "-h -V20200101:20300101" | ||
30 | +test_one "cert not yet valid" failure "-h -V20300101:20320101" | ||
31 | test_one "cert expired" failure "-h -V19800101:19900101" | ||
32 | test_one "cert valid interval" success "-h -V-1w:+2w" | ||
33 | test_one "cert has constraints" failure "-h -Oforce-command=false" | ||
34 | diff --git a/regress/cert-userkey.sh b/regress/cert-userkey.sh | ||
35 | index 6849e99..de455b8 100644 | ||
36 | --- a/regress/cert-userkey.sh | ||
37 | +++ b/regress/cert-userkey.sh | ||
38 | @@ -327,7 +327,7 @@ test_one() { | ||
39 | test_one "correct principal" success "-n ${USER}" | ||
40 | test_one "host-certificate" failure "-n ${USER} -h" | ||
41 | test_one "wrong principals" failure "-n foo" | ||
42 | -test_one "cert not yet valid" failure "-n ${USER} -V20200101:20300101" | ||
43 | +test_one "cert not yet valid" failure "-n ${USER} -V20300101:20320101" | ||
44 | test_one "cert expired" failure "-n ${USER} -V19800101:19900101" | ||
45 | test_one "cert valid interval" success "-n ${USER} -V-1w:+2w" | ||
46 | test_one "wrong source-address" failure "-n ${USER} -Osource-address=10.0.0.0/8" | ||
diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb index 2ffbc9a95f..3d16f9d347 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb | |||
@@ -25,6 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
25 | file://sshd_check_keys \ | 25 | file://sshd_check_keys \ |
26 | file://add-test-support-for-busybox.patch \ | 26 | file://add-test-support-for-busybox.patch \ |
27 | file://0001-upstream-fix-integer-overflow-in-XMSS-private-key-pa.patch \ | 27 | file://0001-upstream-fix-integer-overflow-in-XMSS-private-key-pa.patch \ |
28 | file://0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch \ | ||
28 | " | 29 | " |
29 | SRC_URI[md5sum] = "bf050f002fe510e1daecd39044e1122d" | 30 | SRC_URI[md5sum] = "bf050f002fe510e1daecd39044e1122d" |
30 | SRC_URI[sha256sum] = "bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68" | 31 | SRC_URI[sha256sum] = "bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68" |