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

* Re: [PATCH] tests/vm: update openbsd to release 7.1
  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  5:27 ` Thomas Huth
  1 sibling, 1 reply; 5+ messages in thread
From: Warner Losh @ 2022-05-06  2:45 UTC (permalink / raw)
  To: Brad Smith
  Cc: Kyle Evans, Alex Benn_e, Philippe Mathieu-Daud_, Thomas Huth,
	Wainer dos Santos Moschetta, Beraldo Leal, QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

On Thu, May 5, 2022 at 5:32 PM Brad Smith <brad@comstyle.com> wrote:

> tests/vm/openbsd: Update to release 7.1
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
>

Reviewed-by: Warner Losh <imp@bsdimp.com>

Though i didn't verify the csum.

Warner


> ---
>  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
>
>

[-- Attachment #2: Type: text/html, Size: 1985 bytes --]

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

* Re: [PATCH] tests/vm: update openbsd to release 7.1
  2022-05-06  2:45 ` Warner Losh
@ 2022-05-06  4:38   ` Brad Smith
  2022-05-06  4:47     ` Warner Losh
  0 siblings, 1 reply; 5+ messages in thread
From: Brad Smith @ 2022-05-06  4:38 UTC (permalink / raw)
  To: Warner Losh
  Cc: Kyle Evans, Alex Benn_e, Philippe Mathieu-Daud_, Thomas Huth,
	Wainer dos Santos Moschetta, Beraldo Leal, QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

The checksum can be found here...

https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/SHA256

SHA256 (install71.iso) = 
d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396

On 5/5/2022 10:45 PM, Warner Losh wrote:
>
>
> On Thu, May 5, 2022 at 5:32 PM Brad Smith <brad@comstyle.com> wrote:
>
>     tests/vm/openbsd: Update to release 7.1
>
>     Signed-off-by: Brad Smith <brad@comstyle.com>
>
>
> Reviewed-by: Warner Losh <imp@bsdimp.com>
>
> Though i didn't verify the csum.
>
> Warner
>
>     ---
>      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
>

[-- Attachment #2: Type: text/html, Size: 3806 bytes --]

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

* Re: [PATCH] tests/vm: update openbsd to release 7.1
  2022-05-06  4:38   ` Brad Smith
@ 2022-05-06  4:47     ` Warner Losh
  0 siblings, 0 replies; 5+ messages in thread
From: Warner Losh @ 2022-05-06  4:47 UTC (permalink / raw)
  To: Brad Smith
  Cc: Kyle Evans, Alex Benn_e, Philippe Mathieu-Daud_, Thomas Huth,
	Wainer dos Santos Moschetta, Beraldo Leal, QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]

On Thu, May 5, 2022 at 10:38 PM Brad Smith <brad@comstyle.com> wrote:

> The checksum can be found here...
>
> https://cdn.openbsd.org/pub/OpenBSD/7.1/amd64/SHA256
>
> SHA256 (install71.iso) =
> d3a7c5b9bf890bc404304a1c96f9ee72e1d9bbcf9cc849c1133bdb0d67843396
>
Indeed.  Then they do match. :)

Warner

> On 5/5/2022 10:45 PM, Warner Losh wrote:
>
>
>
> On Thu, May 5, 2022 at 5:32 PM Brad Smith <brad@comstyle.com> wrote:
>
>> tests/vm/openbsd: Update to release 7.1
>>
>> Signed-off-by: Brad Smith <brad@comstyle.com>
>>
>
> Reviewed-by: Warner Losh <imp@bsdimp.com>
>
> Though i didn't verify the csum.
>
> Warner
>
>
>> ---
>>  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
>>
>>

[-- Attachment #2: Type: text/html, Size: 3714 bytes --]

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

* Re: [PATCH] tests/vm: update openbsd to release 7.1
  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  5:27 ` Thomas Huth
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2022-05-06  5:27 UTC (permalink / raw)
  To: Brad Smith, Warner Losh, Kyle Evans, Alex Benn_e,
	Philippe Mathieu-Daud_, Wainer dos Santos Moschetta,
	Beraldo Leal
  Cc: qemu-devel

On 06/05/2022 01.32, Brad Smith wrote:
> 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

Tested-by: Thomas Huth <thuth@redhat.com>



^ permalink raw reply	[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.