From gniibe at fsij.org Mon Apr 5 04:22:19 2021 From: gniibe at fsij.org (NIIBE Yutaka) Date: Mon, 05 Apr 2021 11:22:19 +0900 Subject: Gnuk 1.2.18 Message-ID: <877dlhtqqs.fsf@iwagami.gniibe.org> Hello, Gnuk 1.2.18 is released. tag release/1.2.18 Tagger: NIIBE Yutaka Date: Fri Apr 2 16:59:10 2021 +0900 commit 98119dc991b95052e80c647b1d6ccc59705c7729 This release is from STABLE-BRANCH-1-2 branch. I's a release for minor bug fixes. It fixed a bug for key generation introduced in the previous release. Now, too/upgrade_bypasswd.py has a check if configuration matches. It's April, new school year started in Japan. For those who try, new algos (Ed448 and X448) are available in master. I think I'm going to remove RSA from master soon. -- From gniibe at fsij.org Mon Apr 5 04:34:47 2021 From: gniibe at fsij.org (NIIBE Yutaka) Date: Mon, 05 Apr 2021 11:34:47 +0900 Subject: Gnuk 1.2.18 Message-ID: <875z11tq60.fsf@iwagami.gniibe.org> Hello, Gnuk 1.2.18 is released. tag release/1.2.18 Tagger: NIIBE Yutaka Date: Fri Apr 2 16:59:10 2021 +0900 commit 98119dc991b95052e80c647b1d6ccc59705c7729 This release is from STABLE-BRANCH-1-2 branch. I's a release for minor bug fixes. It fixed a bug for key generation introduced in the previous release. Now, too/upgrade_bypasswd.py has a check if configuration matches. It's April, new school year started in Japan. For those who try, new algos (Ed448 and X448) are available in master. I think I'm going to remove RSA from master soon. -- From bertrand at jacquin.bzh Wed Apr 28 14:11:28 2021 From: bertrand at jacquin.bzh (Bertrand Jacquin) Date: Wed, 28 Apr 2021 13:11:28 +0100 Subject: [PATCH] regnual: add missing header Message-ID: <20210428121128.410972-1-bertrand@jacquin.bzh> regnual.c:32:1: note: ?memset? is declared in header ?? --- regnual/regnual.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regnual/regnual.c b/regnual/regnual.c index 16326e2199ae..e296d51bc53e 100644 --- a/regnual/regnual.c +++ b/regnual/regnual.c @@ -26,6 +26,8 @@ * ReGNUal */ +#include + #include "types.h" #include "usb_lld.h" #include "sys.h"