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:           Mon Mar 15 05:30:14 UTC 2021

Modified Files:
        pkgsrc/chat/ircII: Makefile distinfo
Removed Files:
        pkgsrc/chat/ircII/patches: patch-source_server.c

Log Message:
update to ircii 20210314.  changes include:

  o  fix two memory leaks, one from michael ortmann <ortmann%posteo.de@localhost>
  o  fixes for various issues by michael ortmann <ortmann%posteo.de@localhost>
  o  new --with-sanitizer=<asan|ubsan|lsan> configure support
  o  many fixes for fuzzer and sanitizer found issues
  o  the $IRCSERVERS variable no longer triggers some library asserts
  o  avoid displaying negative hours/minutes
  o  fix a potential messages goes to wrong window issue in numerics


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/chat/ircII/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/chat/ircII/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/ircII/patches/patch-source_server.c

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.85 pkgsrc/chat/ircII/Makefile:1.86
--- pkgsrc/chat/ircII/Makefile:1.85     Sat Jan 18 21:48:49 2020
+++ pkgsrc/chat/ircII/Makefile  Mon Mar 15 05:30:14 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2020/01/18 21:48:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.86 2021/03/15 05:30:14 mrg Exp $
 
 DISTNAME=              ircii-${VERS}
 PKGNAME=               ircII-${VERS}
-PKGREVISION=           2
 CATEGORIES=            chat
 MASTER_SITES=          http://ircii.warped.com/
 EXTRACT_SUFX=          .tar.bz2
@@ -14,7 +13,7 @@ LICENSE=              modified-bsd
 
 CONFLICTS=             blackened-[0-9]*
 
-VERS=          20190117
+VERS=          20210314
 PLIST_SUBST+=  VERS=${VERS:Q}
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/chat/ircII/distinfo
diff -u pkgsrc/chat/ircII/distinfo:1.51 pkgsrc/chat/ircII/distinfo:1.52
--- pkgsrc/chat/ircII/distinfo:1.51     Fri Apr 26 00:12:14 2019
+++ pkgsrc/chat/ircII/distinfo  Mon Mar 15 05:30:14 2021
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.51 2019/04/26 00:12:14 mrg Exp $
+$NetBSD: distinfo,v 1.52 2021/03/15 05:30:14 mrg Exp $
 
-SHA1 (ircii-20190117.tar.bz2) = 5e727cecd311117b0768586d37bf2126fb0fd7b7
-RMD160 (ircii-20190117.tar.bz2) = 2536c7783ca2ee9df0b49877858b65ccfc3e9bea
-SHA512 (ircii-20190117.tar.bz2) = 08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4
-Size (ircii-20190117.tar.bz2) = 606327 bytes
+SHA1 (ircii-20210314.tar.bz2) = 61830abe36ab02343862e296b858a3612aeb6a8a
+RMD160 (ircii-20210314.tar.bz2) = ec000f99e50a7a39b3822081bea5de46df220ec7
+SHA512 (ircii-20210314.tar.bz2) = 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
+Size (ircii-20210314.tar.bz2) = 590626 bytes
 SHA1 (patch-Makefile.in) = 77fd2cfb1ef528faf03a3ef61c4802917fb6c8d5
-SHA1 (patch-source_server.c) = cfcaac144030c1c5ed907e940026dbdefc6897f4



Home | Main Index | Thread Index | Old Index