summaryrefslogtreecommitdiff
path: root/chat/unrealircd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-02-20 16:12:28 +0000
committernia <nia@pkgsrc.org>2020-02-20 16:12:28 +0000
commita19faa2b62ccd4a557e90346a6e15bcfbe1e5375 (patch)
tree822083438f4424a624c36d4595007c96a69620b1 /chat/unrealircd
parent33e942aa69da89659f6b88a5f28c4a771296a1a7 (diff)
downloadpkgsrc-a19faa2b62ccd4a557e90346a6e15bcfbe1e5375.tar.gz
unrealircd: Update to 5.0.3.1
UnrealIRCd 5.0.3.1 ------------------- This fixes a crash issue after REHASH in 5.0.3. UnrealIRCd 5.0.3 ----------------- Fixes: * Fix serious flood issue in labeled-response implementation. * An IRCOp SQUIT'ing a far remote server may cause a broken link topology * In channels that are +D (delayed join), PARTs were not shown correctly to channel operators. Enhancements: * A new HISTORY command for history playback (```HISTORY #channel number-of-lines```) which allows you to fetch more lines than the on-join history playback. Of course, taking into account the set limits in the +H channel mode. This command is one of the [two interfaces](https://www.unrealircd.org/docs/Channel_history#Ways_to_retrieve_history) to [Channel history](https://www.unrealircd.org/docs/Channel_history). * Two new [message tags](https://www.unrealircd.org/docs/Message_tags), ```unrealircd.org/userip``` and ```unrealircd.org/userhost``` which communicate the user@ip and real user@host to IRCOps. Changes: * Drop the draft/ prefix now that the IRCv3 [labeled-response](https://ircv3.net/specs/extensions/labeled-response.html) specification is out of draft. * The operclass permission ```immune:target-limit``` is now called ```immune:max-concurrent-conversations```, since it bypasses [set::anti-flood::max-concurrent-conversations](https://www.unrealircd.org/docs/Set_block#set::anti-flood::max-concurrent-conversations). For 99% of the users this change is not important, but it may be if you use highly customized [operclass blocks](https://www.unrealircd.org/docs/Operclass_block) Are you upgrading from UnrealIRCd 4.x to UnrealIRCd 5? If so, then check out the *UnrealIRCd 5* release notes [further down](#unrealircd-5). At the very least, check out [Upgrading from 4.x](https://www.unrealircd.org/docs/Upgrading_from_4.x).
Diffstat (limited to 'chat/unrealircd')
-rw-r--r--chat/unrealircd/Makefile4
-rw-r--r--chat/unrealircd/PLIST6
-rw-r--r--chat/unrealircd/distinfo10
3 files changed, 12 insertions, 8 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index f7a0bc73745..4484171827a 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2020/01/28 13:03:36 nia Exp $
+# $NetBSD: Makefile,v 1.70 2020/02/20 16:12:28 nia Exp $
-DISTNAME= unrealircd-5.0.2
+DISTNAME= unrealircd-5.0.3.1
CATEGORIES= chat
MASTER_SITES= https://www.unrealircd.org/downloads/
diff --git a/chat/unrealircd/PLIST b/chat/unrealircd/PLIST
index 7850a34003e..5204cbdae2c 100644
--- a/chat/unrealircd/PLIST
+++ b/chat/unrealircd/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.15 2020/01/28 13:03:36 nia Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/02/20 16:12:28 nia Exp $
bin/unrealircd
+lib/unrealircd/modules/account-notify.so
lib/unrealircd/modules/account-tag.so
lib/unrealircd/modules/addmotd.so
lib/unrealircd/modules/addomotd.so
@@ -61,6 +62,7 @@ lib/unrealircd/modules/extbans/timedban.so
lib/unrealircd/modules/globops.so
lib/unrealircd/modules/help.so
lib/unrealircd/modules/hideserver.so
+lib/unrealircd/modules/history.so
lib/unrealircd/modules/history_backend_mem.so
lib/unrealircd/modules/history_backend_null.so
lib/unrealircd/modules/ident_lookup.so
@@ -151,7 +153,9 @@ lib/unrealircd/modules/tsctl.so
lib/unrealircd/modules/umode2.so
lib/unrealircd/modules/unsqline.so
lib/unrealircd/modules/user.so
+lib/unrealircd/modules/userhost-tag.so
lib/unrealircd/modules/userhost.so
+lib/unrealircd/modules/userip-tag.so
lib/unrealircd/modules/userip.so
lib/unrealircd/modules/usermodes/bot.so
lib/unrealircd/modules/usermodes/censor.so
diff --git a/chat/unrealircd/distinfo b/chat/unrealircd/distinfo
index 0bad5b09649..4424ebdceb0 100644
--- a/chat/unrealircd/distinfo
+++ b/chat/unrealircd/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2020/01/28 13:03:36 nia Exp $
+$NetBSD: distinfo,v 1.26 2020/02/20 16:12:28 nia Exp $
-SHA1 (unrealircd-5.0.2.tar.gz) = d5918618fd2a9351e1c4ed82c06de3f3ddf01c23
-RMD160 (unrealircd-5.0.2.tar.gz) = 1049aee7ef5bddad3d19d44277666ee4ef6fe4c2
-SHA512 (unrealircd-5.0.2.tar.gz) = c12ae15083a3bc00747552b89d6778f1f19d645f147cf2d89625dadcd0a536a2bb78da7d68d75e890bf7e1a9809e07afaa4524bd9d48b8bd8906d3b9adb4e604
-Size (unrealircd-5.0.2.tar.gz) = 4898820 bytes
+SHA1 (unrealircd-5.0.3.1.tar.gz) = fbf570844d6dcf171c13ee366263df83d0aad2d9
+RMD160 (unrealircd-5.0.3.1.tar.gz) = 3f30a6039ed0bee2f6106ac44df49b1b71abd9d9
+SHA512 (unrealircd-5.0.3.1.tar.gz) = 1bf3e2aab2f14d68a02ae6925d9e91135a92cf08886f703be0cd203c8b4b323bfc3930254d2bda381e60b3991f379115c954fa1fd262e28d7a27172a25bb172a
+Size (unrealircd-5.0.3.1.tar.gz) = 4902967 bytes
SHA1 (patch-include_h.h) = 3fa85b08f1d9e317a45cb8f54a61e0560617e72d