From d9f19e0752c7f7529a95e7c32c76ac0080dc610e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 29 Apr 2017 15:39:27 +0200 Subject: [PATCH] pkg: depend on OpenVPN 2.4 for the next -devel build Now that tools can build several versions of the same software, we can have -devel depend on a different one than the release. This helps with prebuilt testing and easier testing for interested parties. Should your manual upgrade break at the moment, the easiest solution is: # make upgrade CORE_OPENVPN=23 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2cea8527..b5bd9085c 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1} CORE_ABI?= 17.1 CORE_ARCH?= ${ARCH} CORE_BIND?= 911 -CORE_OPENVPN?= 23 +CORE_OPENVPN?= # empty for version 2.4 CORE_PHP?= 70 CORE_PY?= 27