Skip to content

Commit 7d762eb

Browse files
committed
ci: bump libcbor to v0.12.0
1 parent 5be3496 commit 7d762eb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.actions/build-linux-i686-w64-mingw32-gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
2323
EOF
2424

2525
# Build and install libcbor.
26-
git clone --depth=1 https://github.com/pjk/libcbor -b v0.11.0
26+
git clone --depth=1 https://github.com/pjk/libcbor -b v0.12.0
2727
cd libcbor
2828
mkdir build
2929
(cd build && cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw.cmake \

.actions/build-linux-openssl3-i686-w64-mingw32-gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
2323
EOF
2424

2525
# Build and install libcbor.
26-
git clone --depth=1 https://github.com/pjk/libcbor -b v0.11.0
26+
git clone --depth=1 https://github.com/pjk/libcbor -b v0.12.0
2727
cd libcbor
2828
mkdir build
2929
(cd build && cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw.cmake \

.actions/fuzz-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# SPDX-License-Identifier: BSD-2-Clause
77

88
LIBCBOR_URL="https://github.com/pjk/libcbor"
9-
LIBCBOR_TAG="v0.11.0"
9+
LIBCBOR_TAG="v0.12.0"
1010
LIBCBOR_ASAN="address alignment bounds"
1111
LIBCBOR_MSAN="memory"
1212
OPENSSL_URL="https://github.com/openssl/openssl"

fuzz/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk -q update
1010
RUN apk add build-base clang clang-analyzer cmake compiler-rt coreutils
1111
RUN apk add eudev-dev git linux-headers llvm openssl-dev pcsc-lite-dev
1212
RUN apk add sudo tar zlib-dev
13-
RUN git clone --branch v0.11.0 --depth=1 https://github.com/PJK/libcbor
13+
RUN git clone --branch v0.12.0 --depth=1 https://github.com/PJK/libcbor
1414
RUN git clone --depth=1 https://github.com/yubico/libfido2
1515
WORKDIR /libfido2
1616
RUN ./fuzz/build-coverage /libcbor /libfido2

windows/const.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
1111
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto' -Option Constant
1212

1313
# libcbor coordinates.
14-
New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.11.0' -Option Constant
15-
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.11.0' -Option Constant
14+
New-Variable -Name 'LIBCBOR' -Value 'libcbor-0.12.0' -Option Constant
15+
New-Variable -Name 'LIBCBOR_BRANCH' -Value 'v0.12.0' -Option Constant
1616
New-Variable -Name 'LIBCBOR_GIT' -Value 'https://github.com/pjk/libcbor' `
1717
-Option Constant
1818

0 commit comments

Comments
 (0)