summaryrefslogtreecommitdiff
path: root/chat/p5-Net-AOLIM
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-05-12 15:40:15 +0000
committerschmonz <schmonz@pkgsrc.org>2002-05-12 15:40:15 +0000
commit80963ef125b191339b53138fdfcf103d601361b0 (patch)
tree2ffd5d5a95c0af027ef4ccd8a5e7e0f85f601d94 /chat/p5-Net-AOLIM
parent8af56028b3b28824837fe9103ff73cd38af371d9 (diff)
downloadpkgsrc-80963ef125b191339b53138fdfcf103d601361b0.tar.gz
Update to 1.4, and update my email address. Changes:
Changed (defined @tci_buddies) to (@tci_buddies) in toc_chat_invite. Fixed a potential infinite loop in set_srv_buddies involving an off-by-one error in a for() test. Thanks to Bruce Winter for pointing this out. Changed the way that Net::AOLIM sends the login command string because AOL apparently changed their server software, breaking the previous implementation. The new method requires that only the user agent string be in double quotes; all other fields should not be quoted. Note that this does not affect the user interface at all---it's all handled internally. Thanks to Bruce Winter, Fred Frey, Aryeh Goldsmith, and tik for help in tracking down and fixing this error. Also added additional checks to read_sflap_packet so that if the other end of the connection dies we don't go into an infinite loop. Thanks to Chris Nelson for pointing this out.
Diffstat (limited to 'chat/p5-Net-AOLIM')
-rw-r--r--chat/p5-Net-AOLIM/Makefile6
-rw-r--r--chat/p5-Net-AOLIM/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/p5-Net-AOLIM/Makefile b/chat/p5-Net-AOLIM/Makefile
index 75cee17afae..c0fdbf53b27 100644
--- a/chat/p5-Net-AOLIM/Makefile
+++ b/chat/p5-Net-AOLIM/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 07:34:51 martti Exp $
+# $NetBSD: Makefile,v 1.2 2002/05/12 15:40:15 schmonz Exp $
#
-DISTNAME= Net-AOLIM-1.2
+DISTNAME= Net-AOLIM-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= chat perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
-MAINTAINER= schmonz+netbsd@schmonz.com
+MAINTAINER= schmonz@netbsd.org
HOMEPAGE= http://www.phonon.net/pub/Net-AOLIM/
COMMENT= perl5 module for connecting to AOL IM (TOC protocol)
diff --git a/chat/p5-Net-AOLIM/distinfo b/chat/p5-Net-AOLIM/distinfo
index 458fc84086f..25e296def17 100644
--- a/chat/p5-Net-AOLIM/distinfo
+++ b/chat/p5-Net-AOLIM/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/31 07:34:51 martti Exp $
+$NetBSD: distinfo,v 1.2 2002/05/12 15:40:15 schmonz Exp $
-SHA1 (Net-AOLIM-1.2.tar.gz) = a9394dc20a600b5fc6492a9bd0960b6e260c1e84
-Size (Net-AOLIM-1.2.tar.gz) = 33178 bytes
+SHA1 (Net-AOLIM-1.4.tar.gz) = f4f1a7f51d72929083b7b5c7a3baab969f2ffe90
+Size (Net-AOLIM-1.4.tar.gz) = 34569 bytes