diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-04-26 16:40:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-04-26 16:40:13 +0000 |
| commit | fdfa06d7d381e83be6a8c5e39a5bd7af714ac656 (patch) | |
| tree | 54d32c05b0d6396408ff0d599d771fb9e7cdd60c /windows | |
| parent | cd0b1b947d7afe02b6deaa176ae6767f25818f1b (diff) | |
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/build.ps1 | 1 | ||||
| -rw-r--r-- | windows/const.ps1 | 3 | ||||
| -rwxr-xr-x | windows/cygwin.ps1 | 1 | ||||
| -rw-r--r-- | windows/release.ps1 | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/windows/build.ps1 b/windows/build.ps1 index bd63c7f21095..4c3a9699b07a 100644 --- a/windows/build.ps1 +++ b/windows/build.ps1 @@ -1,6 +1,7 @@ # Copyright (c) 2021-2022 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# SPDX-License-Identifier: BSD-2-Clause param( [string]$CMakePath = "C:\Program Files\CMake\bin\cmake.exe", diff --git a/windows/const.ps1 b/windows/const.ps1 index 8acc2b2e829a..31426e99fec6 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -1,12 +1,13 @@ # Copyright (c) 2021 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# SPDX-License-Identifier: BSD-2-Clause # LibreSSL coordinates. New-Variable -Name 'LIBRESSL_URL' ` -Value 'https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL' ` -Option Constant -New-Variable -Name 'LIBRESSL' -Value 'libressl-3.5.2' -Option Constant +New-Variable -Name 'LIBRESSL' -Value 'libressl-3.5.3' -Option Constant # libcbor coordinates. New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.9.0' -Option Constant diff --git a/windows/cygwin.ps1 b/windows/cygwin.ps1 index 6e602b6d9474..0681830a911d 100755 --- a/windows/cygwin.ps1 +++ b/windows/cygwin.ps1 @@ -1,6 +1,7 @@ # Copyright (c) 2021 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# SPDX-License-Identifier: BSD-2-Clause param( [string]$GPGPath = "C:\Program Files (x86)\GnuPG\bin\gpg.exe", diff --git a/windows/release.ps1 b/windows/release.ps1 index 6f3f4e9600df..423ec20f7e59 100644 --- a/windows/release.ps1 +++ b/windows/release.ps1 @@ -1,6 +1,7 @@ # Copyright (c) 2021-2022 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# SPDX-License-Identifier: BSD-2-Clause $ErrorActionPreference = "Stop" $Architectures = @('x64', 'Win32', 'ARM64', 'ARM') |
