From e49e86e036923e05822edca86fcf21f7581631ce Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 19 Jun 2015 13:07:17 +0200 Subject: 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 --- net/znc/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'net/znc/Makefile') diff --git a/net/znc/Makefile b/net/znc/Makefile index 8e39a380a..f0cba304f 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -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 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.)) -- cgit v1.2.3