Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 08:31:08 GMT
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d396ec63c903 - main - irc/ircd-hybrid: Update to 8.2.42
Message-ID:  <202209040831.2848V87O032548@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d396ec63c903bdb3281e5bbcda88d8a2b2112ac5

commit d396ec63c903bdb3281e5bbcda88d8a2b2112ac5
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2022-09-04 08:30:14 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2022-09-04 08:30:14 +0000

    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
---
 irc/ircd-hybrid/Makefile | 5 ++++-
 irc/ircd-hybrid/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index f2268818b9a4..8c585762873e 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -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
 
diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo
index 5d807d833e28..4195b43984ae 100644
--- a/irc/ircd-hybrid/distinfo
+++ b/irc/ircd-hybrid/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209040831.2848V87O032548>