pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid chat/ircd-hybrid: Updates to 8.2.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83d2ec8c1bef
branches:  trunk
changeset: 445208:83d2ec8c1bef
user:      fox <fox%pkgsrc.org@localhost>
date:      Mon Jan 18 09:45:53 2021 +0000

description:
chat/ircd-hybrid: Updates to 8.2.38

Changes since 8.2.37:

-- Noteworthy changes in version 8.2.38 (2021-01-17)
* Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed
* Minimum supported version of the Anope IRC services is now 2.0.8
* Fixed displaying issue with channel MODE messages
* Characters valid for user names for local clients are now [A-Za-z0-9._-]. 'Special'
  characters like }|{'^]\[$, that were allowed previously, are no longer valid.
  Also user names may not begin with '.', '_', or '-'.
* The 'general::dots_in_ident' configuration directive has been renamed to
  'general::specials_in_ident' and now covers the '-' and '_' characters in
  addition to '.'
* Fixed issue with clients connected from IPv6 localhost that, depending on the
  system's getaddrinfo() implementation, could lead to a crash of remote servers

diffstat:

 chat/ircd-hybrid/Makefile |   4 ++--
 chat/ircd-hybrid/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 5ebed0e8f17a -r 83d2ec8c1bef chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Mon Jan 18 09:43:31 2021 +0000
+++ b/chat/ircd-hybrid/Makefile Mon Jan 18 09:45:53 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2021/01/16 19:22:08 fox Exp $
+# $NetBSD: Makefile,v 1.76 2021/01/18 09:45:53 fox Exp $
 
-DISTNAME=      ircd-hybrid-8.2.37
+DISTNAME=      ircd-hybrid-8.2.38
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX=  .tgz
diff -r 5ebed0e8f17a -r 83d2ec8c1bef chat/ircd-hybrid/distinfo
--- a/chat/ircd-hybrid/distinfo Mon Jan 18 09:43:31 2021 +0000
+++ b/chat/ircd-hybrid/distinfo Mon Jan 18 09:45:53 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2021/01/16 19:22:08 fox Exp $
+$NetBSD: distinfo,v 1.32 2021/01/18 09:45:53 fox Exp $
 
-SHA1 (ircd-hybrid-8.2.37.tgz) = 540c0809ade8bb52ae454450d9dbc1e3c7a751b4
-RMD160 (ircd-hybrid-8.2.37.tgz) = 1376c23fefeb85e7980c9d2c60c1011ef96e3484
-SHA512 (ircd-hybrid-8.2.37.tgz) = 7bc913f415e3f1b18cb6f835063288b24ce0cd8b3285d9d81b2e6efc7e4ad888fda2227df4abeb0c7507ce572ac1a4a3568d2534e8665f9fb57866e906120bd6
-Size (ircd-hybrid-8.2.37.tgz) = 1046778 bytes
+SHA1 (ircd-hybrid-8.2.38.tgz) = 518937b38bb0a380ad018e911653c7db60ada975
+RMD160 (ircd-hybrid-8.2.38.tgz) = d57f35a1906703a69e10d2d1d11eff5ab2b755f0
+SHA512 (ircd-hybrid-8.2.38.tgz) = 6640151c5db7886ffc572b700508e0406bafe9fe369267a67af6f91555867efae1d7280d3a26edc59d72bcc684e73e38f4abfd76ce2dc9769981c174801c8de2
+Size (ircd-hybrid-8.2.38.tgz) = 1039787 bytes
 SHA1 (patch-doc_Makefile.in) = 787cb151da51cd947a384e33ae35c58df1d17e19
 SHA1 (patch-src_ircd.c) = bed5e5d1663dc64f78be905eeb4f2d9a2cdb1c64
 SHA1 (patch-src_misc.c) = 67373fb505728f155df369740f76573deb469e0c



Home | Main Index | Thread Index | Old Index