pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ircd-hybrid



Module Name:    pkgsrc
Committed By:   fox
Date:           Sat Oct  1 11:59:40 UTC 2022

Modified Files:
        pkgsrc/chat/ircd-hybrid: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/chat/ircd-hybrid/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/chat/ircd-hybrid/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/ircd-hybrid/Makefile
diff -u pkgsrc/chat/ircd-hybrid/Makefile:1.84 pkgsrc/chat/ircd-hybrid/Makefile:1.85
--- pkgsrc/chat/ircd-hybrid/Makefile:1.84       Sun Sep  4 08:25:09 2022
+++ pkgsrc/chat/ircd-hybrid/Makefile    Sat Oct  1 11:59:40 2022
@@ -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 @@ CONFIGURE_ARGS+=      --localstatedir=${VARBA
 
 .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}

Index: pkgsrc/chat/ircd-hybrid/distinfo
diff -u pkgsrc/chat/ircd-hybrid/distinfo:1.38 pkgsrc/chat/ircd-hybrid/distinfo:1.39
--- pkgsrc/chat/ircd-hybrid/distinfo:1.38       Sun Sep  4 08:25:09 2022
+++ pkgsrc/chat/ircd-hybrid/distinfo    Sat Oct  1 11:59:40 2022
@@ -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