From c6751533331cefe9d2424d7329d0272240e208d7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 12 Jul 2022 07:01:10 +0200 Subject: [PATCH 1/2] Increase create_csr_test unit test timeout 30 seconds is often not enough on slow/emulated architectures like riscv64. https://bugs.debian.org/1014259 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3b2a634..68f4d91 100644 --- a/meson.build +++ b/meson.build @@ -142,7 +142,7 @@ create_csr_test = executable( dependencies: [ crypto ], install:false, ) -test('create_csr_test', create_csr_test) +test('create_csr_test', create_csr_test, timeout: 120) generate_rsa_key_test = executable( 'generate_rsa_key_test', From 8ac65a8b2c66531746df48882a253e2e46e16d2c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 12 Jul 2022 07:03:04 +0200 Subject: [PATCH 2/2] Debian packaging: Bump Standards-Version to 4.6.1 No changes necessary: https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4-6-1 --- packaging/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/control b/packaging/debian/control index effb8e1..f6750a7 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -14,7 +14,7 @@ Uploaders: Martin Pitt Homepage: https://github.com/sgallagher/sscg/ Vcs-Git: https://salsa.debian.org/debian/sscg.git Vcs-Browser: https://salsa.debian.org/debian/sscg -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Package: sscg