From 07b546f4291b204b4ade6ae12a7c7cb622afc816 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Mon, 7 Oct 2024 22:54:46 +0200 Subject: [PATCH] Add OpenBSD 7.6 release to build quirks. --- Buildquirks.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Buildquirks.pm b/Buildquirks.pm index b5bc7f6..0c8cb17 100644 --- a/Buildquirks.pm +++ b/Buildquirks.pm @@ -1090,6 +1090,11 @@ my %quirks = ( comment => "update fixed device qwx", updatedirs => [ "sys" ], }, +# OpenBSD 7.5, newvers 2024-09-23Z + '2024-09-30T15:00:54Z' => { + comment => "OpenBSD/amd64 7.6 release", + release => '7.6', + }, ); #### Patches ####