head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.02.12.18.51; author leot; state Exp; branches; next ; commitid osl8r96t8zYmJdIG; desc @@ 1.1 log @scaleway-cli: Update to 2.56.1 pkgsrc changes: - Enable "object" subcommands at least on NetBSD... it seems it does not have anything specific to (darwin|linux|windows). Probably can be extended to other Unix-like OSes. Changes: Too many to mention please see . It adds several (sub)commands for new services/API, fixes bugs and update dependencies. @ text @$NetBSD$ Add support for NetBSD. --- internal/namespaces/object/v1/custom_bucket.go.orig 2026-06-02 12:12:25.090117011 +0000 +++ internal/namespaces/object/v1/custom_bucket.go @@@@ -1,4 +1,4 @@@@ -//go:build darwin || linux || windows +//go:build darwin || linux || netbsd || windows package object @