diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-25 09:24:27 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-05-25 09:24:27 -0300 |
commit | 3c78b49ab5fe4bde6c0c97f83c85c9220fae2b5c (patch) | |
tree | 0630ceffa76b360e1594af7c1464ebf035742ccd /net/chaosvpn/Makefile | |
parent | f66dddc066274bad6f3be705c19f107afbdf5f38 (diff) |
chaosvpn: add compatibility with openssl 1.1
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'net/chaosvpn/Makefile')
-rw-r--r-- | net/chaosvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/chaosvpn/Makefile b/net/chaosvpn/Makefile index 9035ade8f..dc906920c 100644 --- a/net/chaosvpn/Makefile +++ b/net/chaosvpn/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=chaosvpn PKG_REV:=2eb24810b5aa0b2d56f21562e52927020dc3090a PKG_VERSION:=2014-01-24 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ryd/chaosvpn.git |