File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
23
23
EOF
24
24
25
25
# 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
27
27
cd libcbor
28
28
mkdir build
29
29
(cd build && cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw.cmake \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
23
23
EOF
24
24
25
25
# 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
27
27
cd libcbor
28
28
mkdir build
29
29
(cd build && cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw.cmake \
Original file line number Diff line number Diff line change 6
6
# SPDX-License-Identifier: BSD-2-Clause
7
7
8
8
LIBCBOR_URL=" https://github.com/pjk/libcbor"
9
- LIBCBOR_TAG=" v0.11 .0"
9
+ LIBCBOR_TAG=" v0.12 .0"
10
10
LIBCBOR_ASAN=" address alignment bounds"
11
11
LIBCBOR_MSAN=" memory"
12
12
OPENSSL_URL=" https://github.com/openssl/openssl"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk -q update
10
10
RUN apk add build-base clang clang-analyzer cmake compiler-rt coreutils
11
11
RUN apk add eudev-dev git linux-headers llvm openssl-dev pcsc-lite-dev
12
12
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
14
14
RUN git clone --depth=1 https://github.com/yubico/libfido2
15
15
WORKDIR /libfido2
16
16
RUN ./fuzz/build-coverage /libcbor /libfido2
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ New-Variable -Name 'LIBRESSL' -Value 'libressl-3.9.2' -Option Constant
11
11
New-Variable - Name ' CRYPTO_LIBRARIES' - Value ' crypto' - Option Constant
12
12
13
13
# 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
16
16
New-Variable - Name ' LIBCBOR_GIT' - Value ' https://github.com/pjk/libcbor' `
17
17
- Option Constant
18
18
You can’t perform that action at this time.
0 commit comments