pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/ircII
Module Name: pkgsrc
Committed By: mrg
Date: Sun Feb 4 05:52:08 UTC 2024
Modified Files:
pkgsrc/chat/ircII: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/chat/ircII/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/ircII/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/ircII/Makefile
diff -u pkgsrc/chat/ircII/Makefile:1.87 pkgsrc/chat/ircII/Makefile:1.88
--- pkgsrc/chat/ircII/Makefile:1.87 Tue Oct 24 22:08:20 2023
+++ pkgsrc/chat/ircII/Makefile Sun Feb 4 05:52:08 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2023/10/24 22:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2024/02/04 05:52:08 mrg Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
-PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ircii.warped.com/
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +13,7 @@ LICENSE= modified-bsd
CONFLICTS= blackened-[0-9]*
-VERS= 20210314
+VERS= 20240111
PLIST_SUBST+= VERS=${VERS:Q}
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/chat/ircII/distinfo
diff -u pkgsrc/chat/ircII/distinfo:1.54 pkgsrc/chat/ircII/distinfo:1.55
--- pkgsrc/chat/ircII/distinfo:1.54 Tue Oct 26 10:05:16 2021
+++ pkgsrc/chat/ircII/distinfo Sun Feb 4 05:52:08 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2021/10/26 10:05:16 nia Exp $
+$NetBSD: distinfo,v 1.55 2024/02/04 05:52:08 mrg Exp $
-BLAKE2s (ircii-20210314.tar.bz2) = 0538d59af697b52863b46abf9a5288c576a723f3101d427c8a46744a5383d17d
-SHA512 (ircii-20210314.tar.bz2) = 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
-Size (ircii-20210314.tar.bz2) = 590626 bytes
+BLAKE2s (ircii-20240111.tar.bz2) = 88bd43380465e6560f38b2e83d3b37d62bb03febe0dddd474ee1939daa76f0c3
+SHA512 (ircii-20240111.tar.bz2) = 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa
+Size (ircii-20240111.tar.bz2) = 576700 bytes
SHA1 (patch-Makefile.in) = 77fd2cfb1ef528faf03a3ef61c4802917fb6c8d5
Home |
Main Index |
Thread Index |
Old Index