Date: Wed, 9 Oct 2019 22:39:24 +0000 (UTC) From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514197 - in head/irc/ircd-hybrid: . files Message-ID: <201910092239.x99MdOhP095905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fox Date: Wed Oct 9 22:39:24 2019 New Revision: 514197 URL: https://svnweb.freebsd.org/changeset/ports/514197 Log: irc/ircd-hyrbid - Update to 8.2.26 - Removes "halfops" since it is no longer a valid option in configure. - Updated maintainer email approved by db@ (previous maintainer). - Adds a logfile entry to the rc.d script. -- Noteworthy changes in version 8.2.26 (2019-05-31) o) The 'general::tkline_expire_notices' configuration directive has been replaced with user mode 'X'. *LINE expiration notices are sent to IRC operators with that mode set o) Fixed issue with '/rehash conf' creating duplicated class entries instead of updating existing ones that are already in use o) For a full list of all changes in this release, see https://git.io/fjEbq -- Noteworthy changes in version 8.2.25 (2019-04-24) o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global' configuration directives have been replaced with just 'class::number_per_ip_local' and 'class::number_per_ip_global'. The 'class::max_local' basically was redundant as it had the same functionality as 'class::number_per_ip' o) Adding RESVs with wildcards no longer requires administrator privileges o) The 'general::ignore_bogus_ts' configuration option has been deprecated o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in the openssl and gnutls module o) Minimum supported OpenSSL version is 1.0.1f now o) Minimum supported GnuTLS version is 3.5.8 now o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have been deprecated. If you need to bind() a specific address you can specify one in the connect {} block o) The 'connect::vhost' configuration directive has been renamed to 'connect::bind' o) For a full list of all changes in this release, see https://git.io/fjRVk -- Noteworthy changes in version 8.2.24 (2018-04-05) o) Added "STATS s" to show configured pseudo {} blocks o) Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set o) Services clients are now shown with 'is a Network Service' in "WHOIS" o) For a full list of all changes in this release, see https://git.io/fjRVt -- Noteworthy changes in version 8.2.23 (2018-03-26) o) irc-operators are now able to see a user's resolved hostname in /whowas, and /whois even if the user has a fakehost/vhost o) RPL_WELCOME now does use the rfc2812 style nick!user@host format o) Removed rudimentary libgeoip support o) Added --enable-efence switch to allow easy linking with the electric fence memory debugger library o) "JOIN 0" is no longer supported o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags when deoppering o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values sometimes o) For a full list of all changes in this release, see https://git.io/fjRVq PR: 241015 Approved by: db, philip (mentor) Modified: head/irc/ircd-hybrid/Makefile head/irc/ircd-hybrid/distinfo head/irc/ircd-hybrid/files/ircd-hybrid.in Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Wed Oct 9 21:59:12 2019 (r514196) +++ head/irc/ircd-hybrid/Makefile Wed Oct 9 22:39:24 2019 (r514197) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ircd-hybrid -PORTVERSION= 8.2.22 +PORTVERSION= 8.2.26 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= db@FreeBSD.org +MAINTAINER= fox@FreeBSD.org COMMENT= Fast irc daemon with a number of new features LICENSE= GPLv2 @@ -24,14 +24,11 @@ USE_RC_SUBR= ircd-hybrid SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= OPENSSL HALFOPS ASSERT +OPTIONS_DEFINE= OPENSSL ASSERT OPTIONS_DEFAULT=OPENSSL ASSERT_CONFIGURE_ENABLE= assert ASSERT_DESC= Enable parts of the debugging code - -HALFOPS_CONFIGURE_ENABLE= halfops -HALFOPS_DESC= Enable halfops on the server OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links Modified: head/irc/ircd-hybrid/distinfo ============================================================================== --- head/irc/ircd-hybrid/distinfo Wed Oct 9 21:59:12 2019 (r514196) +++ head/irc/ircd-hybrid/distinfo Wed Oct 9 22:39:24 2019 (r514197) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515612001 -SHA256 (ircd-hybrid-8.2.22.tgz) = d7d8df4524d088132e928d3685f2f65bb7b1bf6c1f855fc9e16a3dc460d9b1c4 -SIZE (ircd-hybrid-8.2.22.tgz) = 1223395 +TIMESTAMP = 1569865641 +SHA256 (ircd-hybrid-8.2.26.tgz) = 3948de7046d275e4125992f8a8716d831bf8d6544300c48d24c3a61744a78183 +SIZE (ircd-hybrid-8.2.26.tgz) = 1226486 Modified: head/irc/ircd-hybrid/files/ircd-hybrid.in ============================================================================== --- head/irc/ircd-hybrid/files/ircd-hybrid.in Wed Oct 9 21:59:12 2019 (r514196) +++ head/irc/ircd-hybrid/files/ircd-hybrid.in Wed Oct 9 22:39:24 2019 (r514197) @@ -24,10 +24,11 @@ stop_postcmd=pid_rm load_rc_config ${name} pidfile=${ircd_hybrid_pidfile-"/var/run/ircd/ircd.pid"} +logfile=${ircd_hybrid_logfile-"/var/log/ircd/ircd.log"} : ${ircd_hybrid_enable:="NO"} : ${ircd_hybrid_user:="ircd"} : ${ircd_hybrid_config:="%%PREFIX%%/etc/ircd-hybrid/ircd.conf"} -: ${ircd_hybrid_flags=" -pidfile ${pidfile}"} +: ${ircd_hybrid_flags=" -pidfile ${pidfile} -logfile ${logfile}"} pid_touch () {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910092239.x99MdOhP095905>