diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-10-30 13:15:18 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-10-30 13:15:18 +0000 |
commit | 8f877ff42b88ec798af3237569b33907dada01e8 (patch) | |
tree | 83ff515bf24f843c4da93d479a71d2fe3f7d77a5 /package/network/ipv6/6in4/Makefile | |
parent | 6a4a437e0421a4b4beb38248c693b3fd321ef414 (diff) | |
download | upstream-8f877ff42b88ec798af3237569b33907dada01e8.tar.gz upstream-8f877ff42b88ec798af3237569b33907dada01e8.tar.bz2 upstream-8f877ff42b88ec798af3237569b33907dada01e8.zip |
6in4: https support for he.net tunnel api
HE.net tunnel update API requests are now made via https if an
SSL-capable wget is installed. Certificate validation is
conditionally enabled if the CA certs are available.
Signed-off-by: Andrew Skalski <askalski@gmail.com>
SVN-Revision: 43124
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 1235ce5335..5b3669335d 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=17 +PKG_VERSION:=18 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |