From owner-freebsd-ports Sat Jun 23 16:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5209C37B401 for ; Sat, 23 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5NNU6I87837; Sat, 23 Jun 2001 16:30:06 -0700 (PDT) (envelope-from gnats) Date: Sat, 23 Jun 2001 16:30:06 -0700 (PDT) Message-Id: <200106232330.f5NNU6I87837@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Asimov" Subject: Re: ports/28378: p5-Net-IRC-0.70_1 eats irc text with colons in them Reply-To: "Asimov" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28378; it has been noted by GNATS. From: "Asimov" To: , "Asimov" Cc: Subject: Re: ports/28378: p5-Net-IRC-0.70_1 eats irc text with colons in them Date: Sat, 23 Jun 2001 19:18:38 -0400 the problem seems to be on line 1101 in connection.pm ($from, $line) = $line =~ m/^(.*):(.*?)$/; should probably be ($from, $line) = $line =~ m/^(.*?):(.*)$/; and was introduced in the last patch that fixed ipv6 numeric address mismatching -- asimov@efnet asimov@starlink To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message