diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-04-10 10:16:47 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-04-10 10:52:36 +0200 |
commit | abffc0aa89d466ccfe380ee98e47c92da56f08a8 (patch) | |
tree | db146c904e58f8b3e976a6ca41017b962c563924 /net/znc/Makefile | |
parent | c1f86e723476f44589dee4d6f896a24d7ba3f000 (diff) |
znc: update to 1.6.5
Changelog:
* Fixed a regression of 1.6.4 which caused a crash in modperl/modpython
(not packaged)
* Fixed the behavior of verbose command in the sasl module.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 596f2a567..94207a430 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc -PKG_VERSION:=1.6.4 +PKG_VERSION:=1.6.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://znc.in/releases \ http://znc.in/releases/archive -PKG_MD5SUM:=431097eb17860bfc980f3e68fdd75f98af4bdeecd793c84835c6cb11c3320d1c +PKG_MD5SUM:=2f0225d49c53a01f8d94feea4619a6fe92857792bb3401a4eb1edd65f0342aca PKG_MAINTAINER:=Jonas Gorski <jogo@openwrt.org> PKG_LICENSE:=Apache-2.0 |