Skip to content

Commit

Permalink
openssl and openvpn version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Dec 3, 2023
1 parent 31bbef5 commit 865ec3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions unzoner/.balena/balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ build-variables:
# https://en.wikipedia.org/wiki/Bird_Internet_routing_daemon
- BUILD_BIRD=0
# https://github.com/openssl/openssl
- BUILD_OPENSSL_VERSION=3.0.5
- BUILD_OPENSSL=0
- BUILD_OPENSSL_VERSION=3.2.0
- BUILD_OPENSSL=1
# https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
- AARCH64_OPTIMISE_FLAGS=-O3 -mtune=cortex-a72 -march=armv8-a
# https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
- ARM_OPTIMISE_FLAGS=-O3 -mtune=cortex-a53 -mcpu=cortex-a53+crypto -mfpu=crypto-neon-fp-armv8
# https://github.com/OpenVPN/openvpn
- BUILD_OPENVPN_VERSION=2.5.7
- BUILD_OPENVPN=0
- BUILD_OPENVPN_VERSION=2.6.8
- BUILD_OPENVPN=1
# FIXME: https://sources.debian.org/patches/sniproxy/0.6.0-2/
- BUILD_SNIPROXY_VERSION=0.6.0
- BUILD_SNIPROXY=0
# project abandoned http://wanproxy.org/)
- BUILD_WANPROXY_VERSION=0.8.0
- BUILD_WANPROXY=0
# https://nuitka.net/
- COMPILE_CODE=0
- COMPILE_CODE=1
# (e.g.) dig +short us.{{ DNS_SUB_DOMAIN }}.{{ DNS_DOMAIN }}
- DNS_SUB_DOMAIN=blackbox

Expand Down

0 comments on commit 865ec3a

Please sign in to comment.