pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/unrealircd
Module Name: pkgsrc
Committed By: nia
Date: Mon May 18 10:10:00 UTC 2020
Modified Files:
pkgsrc/chat/unrealircd: Makefile distinfo
Log Message:
unrealircd: Update to 5.0.4
UnrealIRCd 5.0.4 Release Notes
===============================
This new 5.0.4 version fixes quite a number of bugs. It contains only two small feature improvements.
Fixes:
* When placing a SHUN on an online user it was not always effective.
* Channeldb was not properly restoring all channel modes, such as +P.
* When upgrading UnrealIRCd it could sometimes crash the currently
running IRC server (rare), or trigger a crash report on
```./unrealircd restart``` (quite common).
* UnrealIRCd was giving up too easily on ident lookups.
* Crash when unloading a module with moddata.
* Crash if an authenticated server sends wrong information (rare).
* Removing a TEMPSHUN did not work if the user was on another server.
* SAJOIN to 0 (part all channels) resulted in a desync when used on remote users.
* Forced nick change from services was not showing up if the user
was not in any channels.
Enhancements:
* New option [set::hide-idle-time::policy](https://www.unrealircd.org/docs/Set_block#set%3A%3Ahide-idle-time)
by which you can change usermode +I (hide idle time in WHOIS) from
oper-only to settable by users. More options will follow in a future
release.
* In WHOIS you can now see if a user is currently (temp)shunned.
This only works for locally connected users for technical reasons,
so use ```/WHOIS Nick Nick``` to see it for remote users.
Changes:
* The oper notices and logging with regards to server linking have changed
a little. They are more consistent and log more now.
* When an IRCOp tries to oper up from an insecure connection we will now
mention the https://www.unrealircd.org/docs/FAQ#oper-requires-tls page.
This message is customizable through
[set::plaintext-policy::oper-message](https://www.unrealircd.org/docs/Set_block#set::plaintext-policy).
* The French HELPOP text was updated.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/chat/unrealircd/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/unrealircd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/unrealircd/Makefile
diff -u pkgsrc/chat/unrealircd/Makefile:1.72 pkgsrc/chat/unrealircd/Makefile:1.73
--- pkgsrc/chat/unrealircd/Makefile:1.72 Wed May 6 14:04:22 2020
+++ pkgsrc/chat/unrealircd/Makefile Mon May 18 10:10:00 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2020/05/06 14:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.73 2020/05/18 10:10:00 nia Exp $
-DISTNAME= unrealircd-5.0.3.1
-PKGREVISION= 2
+DISTNAME= unrealircd-5.0.4
CATEGORIES= chat
MASTER_SITES= https://www.unrealircd.org/downloads/
Index: pkgsrc/chat/unrealircd/distinfo
diff -u pkgsrc/chat/unrealircd/distinfo:1.26 pkgsrc/chat/unrealircd/distinfo:1.27
--- pkgsrc/chat/unrealircd/distinfo:1.26 Thu Feb 20 16:12:28 2020
+++ pkgsrc/chat/unrealircd/distinfo Mon May 18 10:10:00 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2020/02/20 16:12:28 nia Exp $
+$NetBSD: distinfo,v 1.27 2020/05/18 10:10:00 nia Exp $
-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 (unrealircd-5.0.4.tar.gz) = 0d611e662326520f048bbd6541e443952e5f95fb
+RMD160 (unrealircd-5.0.4.tar.gz) = e02ff72aa87b76beaf9222a7e5b6bed72e014ebc
+SHA512 (unrealircd-5.0.4.tar.gz) = cdd83fa55bdf1960499fff48ba656b66cf5a1c43a360658bc37add217af36933f00280f7eaddcbbd39720058a401650b944a5f0ce79ae3ca6749bd58c9cd5241
+Size (unrealircd-5.0.4.tar.gz) = 4907069 bytes
SHA1 (patch-include_h.h) = 3fa85b08f1d9e317a45cb8f54a61e0560617e72d
Home |
Main Index |
Thread Index |
Old Index