pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/inspircd3 inspircd3: Update to 3.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b9d58a95f80
branches:  trunk
changeset: 338356:0b9d58a95f80
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 23 11:01:14 2019 +0000

description:
inspircd3: Update to 3.3.0

### InspIRCd 3.3.0

* Added PackageInfo directives for ArchLinux.
* Changed the maximum value for `<chanfilter:maxlen>` from 100 to 250.
* Developer: added an experimental header which implements the
  IRCv3 Standard Replies draft:
https://github.com/ircv3/ircv3-specifications/blob/master/extensions/standard-replies.md
* Developer: added the OnConnectionFail event for suspending a user connection
which is about to fail.
* Developer: added the `ExtensionItem::{To,From}{Human,Internal,Network}`
methods to convert an extension item to and from various string forms.
* Developer: added the `MessageEventListener` class for adding tags to server
messages.
* Developer: added the
`{EventHandler,StreamSocket,UserIOHandler}::SwapInternals` methods to swap the
internals of two sockets.
* Developer: deprecated the ServerEventListener clas and split the events
contained within it into the
`ServerProtocol::{BroadcastEventListener,LinkEventListener,SyncEventListener}
classes.
* Developer: deprecated the `SerializeFormat` enum, and the `serialize`,
`unserialize` methods of the `ExtensionItem` class, and the `LocalExtItem`
class.
* Fixed a **crash** in the MySQL module when built against mariadb-connector-c
v3.0.5 or newer.
* Fixed allowing the `sasl` capability to be requested when the SASL server is
offline.
* Fixed empty `GLOBOPS` and `WALLOPS` messages not failing with an
`ERR_NOTEXTTOSEND` message.
* Fixed listener sockets with `<bind:replace>` enabled not being replaced in
some circumstances.
* Fixed not applying IRCv3 `server-time` timestamps on the server the source
is connecting from.
* Fixed not being able to use the `O` (oper) extban to server operators with a
space in their server operator type.
* Fixed referring to registration timeouts as ping timeouts in the
`conn_waitpong` module.
* Fixed sending IRCv3 `account-notify` and `chghost` messages to a user who
has not sent the `NICK` and `USER` commands yet.
* Fixed sending IRCv3 `cap-notify` messages for capabilities which are not
presently visible in `CAP LS`.
* Fixed the `geo_maxmind` module trying to interpret an `AF_UNIX` endpoint as
an IP address.
* Improved the message sent to server operators when the maximum connections
for a connect class is reached.
* Updated the vendored `utfcpp` library to v3.1.

diffstat:

 chat/inspircd3/Makefile |   5 ++---
 chat/inspircd3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r f67e4a91259b -r 0b9d58a95f80 chat/inspircd3/Makefile
--- a/chat/inspircd3/Makefile   Fri Aug 23 10:55:43 2019 +0000
+++ b/chat/inspircd3/Makefile   Fri Aug 23 11:01:14 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 13:18:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/08/23 11:01:14 nia Exp $
 
-DISTNAME=      inspircd-3.2.0
-PKGREVISION=   2
+DISTNAME=      inspircd-3.3.0
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=inspircd/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r f67e4a91259b -r 0b9d58a95f80 chat/inspircd3/distinfo
--- a/chat/inspircd3/distinfo   Fri Aug 23 10:55:43 2019 +0000
+++ b/chat/inspircd3/distinfo   Fri Aug 23 11:01:14 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2019/07/05 12:11:49 nia Exp $
+$NetBSD: distinfo,v 1.8 2019/08/23 11:01:14 nia Exp $
 
-SHA1 (inspircd-3.2.0.tar.gz) = 22a7770e2360741e4de46d4fbdbd1e4d4363175a
-RMD160 (inspircd-3.2.0.tar.gz) = 508824a973c3163bf13a3d4dd20a84ea2591ee9a
-SHA512 (inspircd-3.2.0.tar.gz) = 8792614785d7f0415a38d49cc1786204d838917df54792ee6755b9ad8fd895020539364fdfc6daae60a911b8f39af1326e172ac40335b700241ca832410a4498
-Size (inspircd-3.2.0.tar.gz) = 799842 bytes
+SHA1 (inspircd-3.3.0.tar.gz) = 7133e74eea8441624ca01d1b1a503d2877708b8e
+RMD160 (inspircd-3.3.0.tar.gz) = 3ff512d1cf591977851e84435384920ba501954e
+SHA512 (inspircd-3.3.0.tar.gz) = 067904d877803c370873b5e79860fe0ac68529e740283e7e78dcd4dbbea30e19841a1f2e7e57e3e0b701704224369dbd484562e7edbbcd775bf85c18a4d340c3
+Size (inspircd-3.3.0.tar.gz) = 803449 bytes
 SHA1 (patch-configure) = b58da682a8add14cf9c35ea9af0020c7dfde6e14
 SHA1 (patch-docs_conf_inspircd.conf.example) = 077c5b474c7ce70096b25b48b66817422b134ce0
 SHA1 (patch-docs_conf_modules.conf.example) = 4a4ef063ae1c908268a34f0407a00c1df70a6a18



Home | Main Index | Thread Index | Old Index