mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-06 00:00:10 -05:00
Use Botan 2.18.0 for tests
This commit is contained in:
parent
f0c25960ed
commit
d4c337a42f
@ -4,7 +4,7 @@
|
|||||||
build_botan()
|
build_botan()
|
||||||
{
|
{
|
||||||
# same revision used in the build recipe of the testing environment
|
# same revision used in the build recipe of the testing environment
|
||||||
BOTAN_REV=2.17.1
|
BOTAN_REV=2.18.0
|
||||||
BOTAN_DIR=$DEPS_BUILD_DIR/botan
|
BOTAN_DIR=$DEPS_BUILD_DIR/botan
|
||||||
|
|
||||||
if test -d "$BOTAN_DIR"; then
|
if test -d "$BOTAN_DIR"; then
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PKG = botan
|
PKG = botan
|
||||||
SRC = https://github.com/randombit/$(PKG).git
|
SRC = https://github.com/randombit/$(PKG).git
|
||||||
REV = 2.17.1
|
REV = 2.18.0
|
||||||
|
|
||||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user