From nobody Wed Nov 12 13:12:17 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1571394375; cv=none; d=zoho.com; s=zohoarc; b=aEpamZ6kR2JJ0lGNa/Dyrb16kDWf9fiISg3mGfkQ3qOvAiljhtwh7/g3/Y1RDBdFfcO6xksBpW2J4E954166IYIJc+Q6UHw0IVN/s29EY71TKIog54jJrGJ5NnNpaaCgA4Le9bjA12rV5db1xiKa4nN4E/M3F+BTvpn7o6aI4uw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571394375; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=hV68oZ1eN2QHozgUceaDFn1CAP/bfC9Y61JKuwJl/mQ=; b=N8sxRrBD/54azBl0JZHIhmWlTEXBxK5ZK9NxbtqW9elM7N5Rq9az56XbwpWIKggWoXTlXsKhMGtYXgCQBb7Y/nrujUgDqP23wDBzyZobS+N5XbRgkRIktw8A3mH1vN03300TR+F3w+j1drpSW1eJs77LNbH80Q/b1RJB+247IuQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1571394375638336.65015379290605; Fri, 18 Oct 2019 03:26:15 -0700 (PDT) Received: from localhost ([::1]:37612 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLPSU-0003YP-Cv for importer@patchew.org; Fri, 18 Oct 2019 06:26:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54144) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLPRF-0002yL-83 for qemu-devel@nongnu.org; Fri, 18 Oct 2019 06:24:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLPRC-00056d-SH for qemu-devel@nongnu.org; Fri, 18 Oct 2019 06:24:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43380) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLPRC-00056T-Mf for qemu-devel@nongnu.org; Fri, 18 Oct 2019 06:24:50 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 49B8B10C0933; Fri, 18 Oct 2019 10:24:49 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-116-43.ams2.redhat.com [10.36.116.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0AD0D60BF1; Fri, 18 Oct 2019 10:24:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 2ADBA9D26; Fri, 18 Oct 2019 12:24:43 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH] tests/vm: update openbsd to release 6.6 Date: Fri, 18 Oct 2019 12:24:43 +0200 Message-Id: <20191018102443.26469-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.66]); Fri, 18 Oct 2019 10:24:49 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann , Brad Smith Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Gerd Hoffmann Reviewed-by: Brad Smith Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- tests/vm/openbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vm/openbsd b/tests/vm/openbsd index b92c39f89a6f..9f82cd459fde 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM): name =3D "openbsd" arch =3D "x86_64" =20 - link =3D "https://cdn.openbsd.org/pub/OpenBSD/6.5/amd64/install65.iso" - csum =3D "38d1f8cadd502f1c27bf05c5abde6cc505dd28f3f34f8a941048ff9a54f9= f608" + link =3D "https://cdn.openbsd.org/pub/OpenBSD/6.6/amd64/install66.iso" + csum =3D "b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab943= 6ee3" size =3D "20G" pkgs =3D [ # tools --=20 2.18.1