aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2020-12-06 03:08:50 +0100
committerpacien2020-12-06 03:08:50 +0100
commit43f9ce694bb890cd9f6e7e9c1e4befb15b9c7a4c (patch)
tree58f2ada410233a15c132dd5b8fbab52514a11271 /app
parent10bf1b8b76e5a6bf0207fc5b5279b62decda8eb6 (diff)
downloadtincapp-43f9ce694bb890cd9f6e7e9c1e4befb15b9c7a4c.tar.gz
tinc: update to latest devel snapshot (3ee0d5d)
Diffstat (limited to 'app')
-rw-r--r--app/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 6dec298..dbc392b 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -54,8 +54,8 @@ ExternalProject_Add(libressl
54 54
55ExternalProject_Add(tinc 55ExternalProject_Add(tinc
56 DEPENDS lzo libressl 56 DEPENDS lzo libressl
57 URL https://github.com/gsliepen/tinc/archive/f5223937e62e1cc5e9b3d322490dd3af8d666750.tar.gz 57 URL https://github.com/gsliepen/tinc/archive/3ee0d5dddb56a13b8f3c50637e3cd075c701c9aa.tar.gz
58 URL_HASH SHA256=3fe923e8fbb1e0192986039e91d6945ffbbe326ee8c2c0a13bacf80e87dad4a9 58 URL_HASH SHA256=3a901e7e59d50675b311087ea202f5e409bf69df91d09d7798a0813f3ec05e13
59 # TODO: remove patch once merged in upstream (https://github.com/gsliepen/tinc/pull/251) 59 # TODO: remove patch once merged in upstream (https://github.com/gsliepen/tinc/pull/251)
60 PATCH_COMMAND patch -p1 < ${PROJECT_SOURCE_DIR}/src/main/c/0001-tincctl-restrict-umask-argument-for-FORTIFY.patch 60 PATCH_COMMAND patch -p1 < ${PROJECT_SOURCE_DIR}/src/main/c/0001-tincctl-restrict-umask-argument-for-FORTIFY.patch
61 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> && 61 CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> &&