diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-01 12:30:58 +0200 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-01 12:31:48 +0200 |
commit | d77bf6f1f41567d768e3ff89afae870113a1a432 (patch) | |
tree | db7f0fc9a91a2084384b3b3fc9ebedcbb28c2c37 /net/znc/Makefile | |
parent | d665caa851e50d98262c766ab5f96160e4a7d536 (diff) |
znc: allow setting ssl fingerprints
ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers
do not use a valid one (e.g. freenode).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 5cebacecd..7836eee8c 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc PKG_VERSION:=1.6.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://znc.in/releases \ |