pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/icbirc chat/icbirc: Update to 2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/392192781074
branches:  trunk
changeset: 768286:392192781074
user:      tm <tm%pkgsrc.org@localhost>
date:      Sun Oct 17 18:14:04 2021 +0000

description:
chat/icbirc: Update to 2.1

2.1:
  Return *** as nick in IRC error messages (where missing), add
  pledge(2) call on OpenBSD, from semarie@.

2.0:
  Merge OpenBSD port patches, originally from ray@ in 2009:
  Fix corruption that occurs when connecting and reconnecting to icbirc
  repeatedly. After a while, icbirc starts reusing the command buffer
  from a previous connection, causing all further connections to
  incorrectly parse commands.

diffstat:

 chat/icbirc/Makefile |  7 +++----
 chat/icbirc/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 477a9b01f37b -r 392192781074 chat/icbirc/Makefile
--- a/chat/icbirc/Makefile      Sun Oct 17 17:53:57 2021 +0000
+++ b/chat/icbirc/Makefile      Sun Oct 17 18:14:04 2021 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.20 2017/08/16 20:45:32 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2021/10/17 18:14:04 tm Exp $
 
-DISTNAME=      icbirc-1.9
+DISTNAME=      icbirc-2.1
 CATEGORIES=    chat
 MASTER_SITES=  http://www.benzedrine.ch/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://www.benzedrine.cx/icbirc.html
+HOMEPAGE=      http://www.benzedrine.ch/icbirc.html
 COMMENT=       Proxy IRC client and ICB server
 LICENSE=       2-clause-bsd
 
 # uses strlcpy
 BROKEN_ON_PLATFORM=    Linux-*-*
 
-WRKSRC=                ${WRKDIR}/${PKGBASE}
 MAKE_ENV+=     BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
 
 SRCS=          icb.c irc.c icbirc.c
diff -r 477a9b01f37b -r 392192781074 chat/icbirc/distinfo
--- a/chat/icbirc/distinfo      Sun Oct 17 17:53:57 2021 +0000
+++ b/chat/icbirc/distinfo      Sun Oct 17 18:14:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/07 13:23:23 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/10/17 18:14:04 tm Exp $
 
-RMD160 (icbirc-1.9.tar.gz) = 42d53e01463b0562d1254c855b347180b29787d4
-SHA512 (icbirc-1.9.tar.gz) = 2c0de7840b6af705f12ef68dec640c1bfff90092e2d7015e792b45be2134b6bc9253c1c2fb74af10c78e577694fd9e50c29da42bd78e27527b7dbf42b47451d7
-Size (icbirc-1.9.tar.gz) = 11070 bytes
+RMD160 (icbirc-2.1.tar.gz) = 5baa2c98b8d6cbf562234a94c1bb245b856e560c
+SHA512 (icbirc-2.1.tar.gz) = 65307ea451849dab06a59614e4183f4bbb3eb391b5c36a729bc86864d5aeda025ddc22f4d101181e8ebedc8927e83a8d27b33b12e246dab7a04f8b763b5e526d
+Size (icbirc-2.1.tar.gz) = 11257 bytes
 SHA1 (patch-aa) = 19aa0b6fae7f7f85af3546116e0c7d76f5b9c523



Home | Main Index | Thread Index | Old Index