znc: update to 1.6.0

Fixes compilation with musl.

Requires GCC 4.7 or newer, so broken for octeon.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
This commit is contained in:
Jonas Gorski
2015-06-19 13:07:17 +02:00
parent a9277215a9
commit e49e86e036
10 changed files with 336 additions and 21 deletions
+10 -4
View File
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=znc
PKG_VERSION:=1.4
PKG_RELEASE:=3
PKG_VERSION:=1.6.0
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:=630cb74db34d2d5451ba30b47869f6bb
PKG_MD5SUM:=674d8c1277752dcc627b96e33a63376e
PKG_MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
PKG_LICENSE:=Apache-2.0
@@ -34,7 +34,7 @@ endef
define Package/znc
$(Package/znc/default)
DEPENDS:=+libopenssl +libpthread +libstdcpp
DEPENDS:=+libopenssl +libpthread +libstdcpp @GCC_VERSION_4_8||GCC_VERSION_4_9
MENU:=1
endef
@@ -136,6 +136,8 @@ endef
$(eval $(call module,adminlog,Log user connects and disconnects and failed \
logins to file or syslog.))
$(eval $(call module,alias,Provides bouncer-side command alias support.))
$(eval $(call module,autoattach,Reattaches you to channels on activity.))
$(eval $(call module,autocycle,Cycles a channel when you are the only one in \
@@ -198,6 +200,8 @@ $(eval $(call module,flooddetach,This module detaches you from channels which \
$(eval $(call module,identfile,Places the ident of a user to a file when they \
are trying to connect.))
$(eval $(call module,imapauth,Allow users to authenticate via IMAP.))
$(eval $(call module,keepnick,Tries to get you your primary nick.))
$(eval $(call module,kickrejoin,Implements auto-rejoin-on-kick.))
@@ -209,6 +213,8 @@ $(eval $(call module,listsockets,This module displays a list of all open \
$(eval $(call module,log,Log conversations to file.))
$(eval $(call module,missingmotd,Sends 422 to clients when they login.))
$(eval $(call module,modules_online,This module fakes the online status of \
ZNC-*users.))