commit | 93ebb5e75e564403624314c84c97293427d001d6 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Aug 28 21:17:36 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Mon Aug 28 21:17:36 2023 +0200 |
tree | a5d0bf2da174e84db9c742047d9e9e17aac93551 | |
parent | 85c3a5bc265393c1b8b93d8b88b936d3b8b4aec7 [diff] [blame] |
patch 9.0.1812: CI still fails with sodium_mlock error() Problem: CI still fails with sodium_mlock error() Solution: Catch and ignore E1230 error in test_crypt closes: #12939 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index e708bdd..46f2676 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1812, +/**/ 1811, /**/ 1810,