irc/ircd-hybrid: Update to 8.2.42
Changes since 8.2.41: -- Noteworthy changes in version 8.2.42 (2022-08-28) * Added support for reproducible builds using the `SOURCE_DATE_EPOCH` environment variable. See https://reproducible-builds.org/docs/source-date-epoch/ for more information. * Extban `$Q` of type acting has been implemented. This extban prevents matching users from using the `KICK` command. * Implemented channel mode `Q`. `KICK` cannot be used on channels with that mode set. * Implemented user mode `Z`. Users with that mode set may only receive private messages from other users that are connected via TLS. * Fixed issue where `WHO nick` on invisible clients (user mode `i`) wouldn't work
This commit is contained in:
parent
49aa5f2c3c
commit
d396ec63c9
@ -1,5 +1,5 @@
|
||||
PORTNAME= ircd-hybrid
|
||||
PORTVERSION= 8.2.41
|
||||
PORTVERSION= 8.2.42
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -67,6 +67,9 @@ 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1659948558
|
||||
SHA256 (ircd-hybrid-8.2.41.tgz) = ce0ea69654601047bd86423ddc0023c0795570249990011eaa6c41d6372b0454
|
||||
SIZE (ircd-hybrid-8.2.41.tgz) = 1061502
|
||||
TIMESTAMP = 1662273968
|
||||
SHA256 (ircd-hybrid-8.2.42.tgz) = 692d217bfc7ea37c4e4391fb86b0a92780bc32eb144f69623349721755b81f6a
|
||||
SIZE (ircd-hybrid-8.2.42.tgz) = 2230731
|
||||
|
Loading…
Reference in New Issue
Block a user