Sun Feb 4 05:52:08 2024 UTC (113d)
update to ircii 20240111.   changes include:

  o  fix various iconv issues: build, usage, fallback
  o  fix debian bug 994552: crash in /help
  o  fixes for recursive crashes when exiting
  o  better support for multi-homed hosts where the connection to the first
     host fails and additional IPs should be tried
  o  fix some ICB references
  o  some more /window create fixes
  o  handle multi-IP/IP version host lookups less poorly
  o  fix /window create resizing
  o  fix and enable the AES crypto support.  uses openssl AES256-CBC
     and PKCS padding, will become default probably in 2022.


(mrg)
diff -r1.87 -r1.88 pkgsrc/chat/ircII/Makefile
diff -r1.54 -r1.55 pkgsrc/chat/ircII/distinfo

cvs diff -r1.87 -r1.88 pkgsrc/chat/ircII/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/ircII/Makefile 2023/10/24 22:08:20 1.87
+++ pkgsrc/chat/ircII/Makefile 2024/02/04 05:52:08 1.88
@@ -1,30 +1,29 @@ @@ -1,30 +1,29 @@
1# $NetBSD: Makefile,v 1.87 2023/10/24 22:08:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.88 2024/02/04 05:52:08 mrg Exp $
2 2
3DISTNAME= ircii-${VERS} 3DISTNAME= ircii-${VERS}
4PKGNAME= ircII-${VERS} 4PKGNAME= ircII-${VERS}
5PKGREVISION= 1 
6CATEGORIES= chat 5CATEGORIES= chat
7MASTER_SITES= http://ircii.warped.com/ 6MASTER_SITES= http://ircii.warped.com/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.eterna.com.au/ircii/ 10HOMEPAGE= http://www.eterna.com.au/ircii/
12COMMENT= 'Internet Relay Chat' and 'Internet Citizens Band' Client 11COMMENT= 'Internet Relay Chat' and 'Internet Citizens Band' Client
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15CONFLICTS= blackened-[0-9]* 14CONFLICTS= blackened-[0-9]*
16 15
17VERS= 20210314 16VERS= 20240111
18PLIST_SUBST+= VERS=${VERS:Q} 17PLIST_SUBST+= VERS=${VERS:Q}
19 18
20.include "../../mk/bsd.prefs.mk" 19.include "../../mk/bsd.prefs.mk"
21 20
22# By default, mandir defaults to @datarootdir@/man, and then it gets 21# By default, mandir defaults to @datarootdir@/man, and then it gets
23# ${DESTDIR} applied already. However, if you pass --mandir it does 22# ${DESTDIR} applied already. However, if you pass --mandir it does
24# not provide it, and you have to supply it directly as well. To do 23# not provide it, and you have to supply it directly as well. To do
25# this in pkgsrc, we have to set CONFIGURE_HAS_MANDIR=no so that 24# this in pkgsrc, we have to set CONFIGURE_HAS_MANDIR=no so that
26# we don't pass --mandir=${PREFIX}/man as well, last. 25# we don't pass --mandir=${PREFIX}/man as well, last.
27CONFIGURE_HAS_MANDIR= no 26CONFIGURE_HAS_MANDIR= no
28CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} 27CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
29 28
30WRKSRC= ${WRKDIR}/ircii-${VERS} 29WRKSRC= ${WRKDIR}/ircii-${VERS}

cvs diff -r1.54 -r1.55 pkgsrc/chat/ircII/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/ircII/distinfo 2021/10/26 10:05:16 1.54
+++ pkgsrc/chat/ircII/distinfo 2024/02/04 05:52:08 1.55
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.54 2021/10/26 10:05:16 nia Exp $ 1$NetBSD: distinfo,v 1.55 2024/02/04 05:52:08 mrg Exp $
2 2
3BLAKE2s (ircii-20210314.tar.bz2) = 0538d59af697b52863b46abf9a5288c576a723f3101d427c8a46744a5383d17d 3BLAKE2s (ircii-20240111.tar.bz2) = 88bd43380465e6560f38b2e83d3b37d62bb03febe0dddd474ee1939daa76f0c3
4SHA512 (ircii-20210314.tar.bz2) = 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310 4SHA512 (ircii-20240111.tar.bz2) = 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa
5Size (ircii-20210314.tar.bz2) = 590626 bytes 5Size (ircii-20240111.tar.bz2) = 576700 bytes
6SHA1 (patch-Makefile.in) = 77fd2cfb1ef528faf03a3ef61c4802917fb6c8d5 6SHA1 (patch-Makefile.in) = 77fd2cfb1ef528faf03a3ef61c4802917fb6c8d5