Message ID | YnRed7sw45lTbRjb@humpty.home.comstyle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/vm: update openbsd to release 7.1 | expand |
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 > >
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 >
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 >> >>
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>
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
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(-)