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: Update to 8.2.43
details: https://anonhg.NetBSD.org/pkgsrc/rev/4aea5870ef57
branches: trunk
changeset: 386131:4aea5870ef57
user: fox <fox%pkgsrc.org@localhost>
date: Sat Oct 01 11:59:40 2022 +0000
description:
chat/ircd-hybrid: Update to 8.2.43
Changes since 8.2.42:
-- Noteworthy changes in version 8.2.43 (2022-09-26)
* Due to ongoing protocol modernizations and deprecation of old backwards
compatibility code, ircd-hybrid is now no longer link compatible to
8.2.33 and below. As for the Anope IRC Services, 2.0.8 is the minimum
supported version now.
* Implemented channel mode `V`. `INVITE` cannot be used on channels with
that mode set.
* `WHOIS` on clients connected via TLS now also shows some details about
the TLS version and cipher being used
* Removed user mode `d` (debugging notices)
diffstat:
chat/ircd-hybrid/Makefile | 7 ++-----
chat/ircd-hybrid/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r c620ab5e70b4 -r 4aea5870ef57 chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Sat Oct 01 11:51:50 2022 +0000
+++ b/chat/ircd-hybrid/Makefile Sat Oct 01 11:59:40 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2022/09/04 08:25:09 fox Exp $
+# $NetBSD: Makefile,v 1.85 2022/10/01 11:59:40 fox Exp $
-DISTNAME= ircd-hybrid-8.2.42
+DISTNAME= ircd-hybrid-8.2.43
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
EXTRACT_SUFX= .tgz
@@ -71,9 +71,6 @@
.include "options.mk"
-post-extract:
- ${MV} ${WRKDIR}/${PKGBASE} ${WRKDIR}/${DISTNAME}
-
post-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL.md ${DESTDIR}${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
diff -r c620ab5e70b4 -r 4aea5870ef57 chat/ircd-hybrid/distinfo
--- a/chat/ircd-hybrid/distinfo Sat Oct 01 11:51:50 2022 +0000
+++ b/chat/ircd-hybrid/distinfo Sat Oct 01 11:59:40 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2022/09/04 08:25:09 fox Exp $
+$NetBSD: distinfo,v 1.39 2022/10/01 11:59:40 fox Exp $
-BLAKE2s (ircd-hybrid-8.2.42.tgz) = 15a0569b9a269c2375132c800d0863925874c51d44124076615d2e08d67564b0
-SHA512 (ircd-hybrid-8.2.42.tgz) = 217c8bbe16e521fc62b956024c12fb2267d41cdf40a2606b87c1c5c45fc546e9ea685b3753cd5845f0e4fbebe74ee856bd5d154f42b38db8fdcc320c27ac92e8
-Size (ircd-hybrid-8.2.42.tgz) = 2230731 bytes
+BLAKE2s (ircd-hybrid-8.2.43.tgz) = c18115e7a4ff162f31b8d64a851a5b243d18593ef6aa3627c05c4bc538df555f
+SHA512 (ircd-hybrid-8.2.43.tgz) = cf8019dc7716b61955bffde66123fe16b4f7151e2f48f3c76ec96b83e3997dc286b0fb8f167cc212929d9fcc3100d44e0e89e0bd9b21650ac2ee9085617f39f3
+Size (ircd-hybrid-8.2.43.tgz) = 1053894 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