pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/icbirc



Module Name:    pkgsrc
Committed By:   tm
Date:           Sun Oct 17 18:14:04 UTC 2021

Modified Files:
        pkgsrc/chat/icbirc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/icbirc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/icbirc/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/icbirc/Makefile
diff -u pkgsrc/chat/icbirc/Makefile:1.20 pkgsrc/chat/icbirc/Makefile:1.21
--- pkgsrc/chat/icbirc/Makefile:1.20    Wed Aug 16 20:45:32 2017
+++ pkgsrc/chat/icbirc/Makefile Sun Oct 17 18:14:04 2021
@@ -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

Index: pkgsrc/chat/icbirc/distinfo
diff -u pkgsrc/chat/icbirc/distinfo:1.11 pkgsrc/chat/icbirc/distinfo:1.12
--- pkgsrc/chat/icbirc/distinfo:1.11    Thu Oct  7 13:23:23 2021
+++ pkgsrc/chat/icbirc/distinfo Sun Oct 17 18:14:04 2021
@@ -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