All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/vm: update openbsd to release 7.1
@ 2022-05-05 23:32 Brad Smith
  2022-05-06  2:45 ` Warner Losh
  2022-05-06  5:27 ` Thomas Huth
  0 siblings, 2 replies; 5+ messages in thread
From: Brad Smith @ 2022-05-05 23:32 UTC (permalink / raw)
  To: Warner Losh, Kyle Evans, Alex Benn_e, Philippe Mathieu-Daud_,
	Thomas Huth, Wainer dos Santos Moschetta, Beraldo Leal
  Cc: qemu-devel

tests/vm/openbsd: Update to release 7.1

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 tests/vm/openbsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 337fe7c303..dc34b2718b 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
     name = "openbsd"
     arch = "x86_64"
 
-    link = "https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/install70.iso"
-    csum = "1882f9a23c9800e5dba3dbd2cf0126f552605c915433ef4c5bb672610a4ca3a4"
+    link = "https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/install71.iso"
+    csum = "d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396"
     size = "20G"
     pkgs = [
         # tools
-- 
2.36.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-06  5:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 23:32 [PATCH] tests/vm: update openbsd to release 7.1 Brad Smith
2022-05-06  2:45 ` Warner Losh
2022-05-06  4:38   ` Brad Smith
2022-05-06  4:47     ` Warner Losh
2022-05-06  5:27 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.