[LEDE-DEV] [PATCH RFC 0/3] Update OpenVPN to 2.4_rc1

Magnus Kroken mkroken at gmail.com
Fri Dec 9 12:07:36 PST 2016


This series updates OpenVPN to 2.4_rc1, along with some needed changes.
I'm sending this as RFC as I don't know if LEDE will accept RC-quality
packages, and there are a few points I'd like feedback on which are
equally relevant for the final release (related to patch 3, detailed
explanation in that patch). I also hope some will test it to discover 
any issues with either OpenVPN 2.4 itself or the LEDE package, I'm 
running the mbedTLS variant right now without issues, but have only 
build-tested OpenSSL/nossl variants.

Magnus Kroken (3):
  mbedtls: enable MBEDTLS_DHM_C
  openvpn: use proper quoting of push option in openvpn.config
  openvpn: update to 2.4_rc1

 package/libs/mbedtls/Makefile                      |  2 +-
 package/libs/mbedtls/patches/200-config.patch      |  9 ---
 package/network/services/openvpn/Config-mbedtls.in | 70 ++++++++++++++++++++++
 package/network/services/openvpn/Config-nossl.in   |  4 ++
 package/network/services/openvpn/Config-openssl.in |  4 ++
 .../network/services/openvpn/Config-polarssl.in    | 66 --------------------
 package/network/services/openvpn/Makefile          | 17 +++---
 .../network/services/openvpn/files/openvpn.config  | 21 ++++---
 .../network/services/openvpn/files/openvpn.init    | 16 ++---
 .../patches/001-reproducible-remove_DATE.patch     |  6 +-
 ...00-polarssl-disable-runtime-version-check.patch | 16 ++---
 ...101-backport_upstream_polarssl_debug_call.patch | 33 ----------
 .../101-fix_mbedtls_net_sockets_include.patch      | 39 ++++++++++++
 .../patches/200-small_build_enable_occ.patch       |  2 +-
 .../210-build_always_use_internal_lz4.patch        | 41 +++++++++++++
 15 files changed, 202 insertions(+), 144 deletions(-)
 create mode 100644 package/network/services/openvpn/Config-mbedtls.in
 delete mode 100644 package/network/services/openvpn/Config-polarssl.in
 delete mode 100644 package/network/services/openvpn/patches/101-backport_upstream_polarssl_debug_call.patch
 create mode 100644 package/network/services/openvpn/patches/101-fix_mbedtls_net_sockets_include.patch
 create mode 100644 package/network/services/openvpn/patches/210-build_always_use_internal_lz4.patch

-- 
2.1.4




More information about the Lede-dev mailing list