summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2022-10-01 14:01:30 +0200
committerSanthosh Raju <fox@FreeBSD.org>2022-10-01 14:01:30 +0200
commita94ad17a1052c1c0e365d17a513c942c91b94d18 (patch)
treeb284ae196afa79bff74013c0435692bbdcb43bc5 /irc
parentsecurity/wolfssl: Update to v5.5.1 (diff)
irc/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 (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile5
-rw-r--r--irc/ircd-hybrid/distinfo6
2 files changed, 4 insertions, 7 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 6d5e62056657..9e2a99053731 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ircd-hybrid
-PORTVERSION= 8.2.42
+PORTVERSION= 8.2.43
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -68,9 +68,6 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} \
--localstatedir=/var/${PORTNAME} \
--sysconfdir=${PREFIX}/etc/${PORTNAME}
-post-extract:
- @${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
post-install:
@${MV} ${STAGEDIR}${PREFIX}/bin/mkpasswd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-mkpasswd
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 4195b43984ae..b3cfe9c8a69d 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662273968
-SHA256 (ircd-hybrid-8.2.42.tgz) = 692d217bfc7ea37c4e4391fb86b0a92780bc32eb144f69623349721755b81f6a
-SIZE (ircd-hybrid-8.2.42.tgz) = 2230731
+TIMESTAMP = 1664625250
+SHA256 (ircd-hybrid-8.2.43.tgz) = bd0373c780e308c1a6f6989015ff28e1c22999ef764b7b68636b628573c251ef
+SIZE (ircd-hybrid-8.2.43.tgz) = 1053894