pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/centerim chat/centerim: patch out bogus code



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d293cad60f47
branches:  trunk
changeset: 771435:d293cad60f47
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Dec 19 02:44:20 2021 +0000

description:
chat/centerim: patch out bogus code

>From momomo%lavabit.com@localhost in PR 41423 (years ago)

diffstat:

 chat/centerim/Makefile                     |   4 ++--
 chat/centerim/distinfo                     |   3 ++-
 chat/centerim/patches/patch-src_icqface.cc |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r eefe1bbec9ce -r d293cad60f47 chat/centerim/Makefile
--- a/chat/centerim/Makefile    Sun Dec 19 00:39:26 2021 +0000
+++ b/chat/centerim/Makefile    Sun Dec 19 02:44:20 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2021/12/08 16:03:26 adam Exp $
+# $NetBSD: Makefile,v 1.63 2021/12/19 02:44:20 dholland Exp $
 #
 
 DISTNAME=      centerim-4.22.10
-PKGREVISION=   31
+PKGREVISION=   32
 CATEGORIES=    chat
 MASTER_SITES=  http://www.centerim.org/download/releases/
 MASTER_SITES+= http://transacid.de/centerim/releases/
diff -r eefe1bbec9ce -r d293cad60f47 chat/centerim/distinfo
--- a/chat/centerim/distinfo    Sun Dec 19 00:39:26 2021 +0000
+++ b/chat/centerim/distinfo    Sun Dec 19 02:44:20 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:05:12 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/12/19 02:44:20 dholland Exp $
 
 BLAKE2s (centerim-4.22.10.tar.gz) = 484579b6469cbc73fa4059dca0dbd8291ee63e7d8ba1acc33d1f4af3dff71384
 SHA512 (centerim-4.22.10.tar.gz) = 1cabb6d455e2c1d2bb70a4330f78a34b54dabbc9a7d77d93ef7a08cfae73958670e86dee06b1fb7cb393c248d9682a491edb19a81cb43e7b0f44513c24759116
@@ -12,3 +12,4 @@
 SHA1 (patch-libjabber_jconn.c) = 6c0eff8b52a8306c6fbb80ced1c187ec1861bb05
 SHA1 (patch-src_hooks_msnhook.cc) = 9b0ee3bb3fb524cf9060a3e34dd0f8e4f4f32d5c
 SHA1 (patch-src_hooks_msnhook.h) = 63bce505a649642882093b49e5f298fc66954ef8
+SHA1 (patch-src_icqface.cc) = bca5c06189c64bb963ce4e96c2c3443f604df3df
diff -r eefe1bbec9ce -r d293cad60f47 chat/centerim/patches/patch-src_icqface.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/centerim/patches/patch-src_icqface.cc        Sun Dec 19 02:44:20 2021 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_icqface.cc,v 1.1 2021/12/19 02:44:20 dholland Exp $
+
+Disable bogus test that makes contact entries located in the upper
+half of memory gratuitously unusable.
+
+--- src/icqface.cc~    2010-11-23 19:03:04.000000000 +0000
++++ src/icqface.cc
+@@ -539,7 +539,7 @@ icqcontact *icqface::mainloop(int &actio
+           g = 0;
+       }
+       
+-      if((intptr_t) c < 100) c = 0;
++      /* if((intptr_t) c < 100) c = 0; */
+ 
+       if(i) {
+           switch(action = extk) {



Home | Main Index | Thread Index | Old Index