From owner-freebsd-cvsweb@FreeBSD.ORG Sun Oct 31 22:46:33 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E0216A4CE for ; Sun, 31 Oct 2004 22:46:32 +0000 (GMT) Received: from smtp3.pp.htv.fi (smtp3.pp.htv.fi [213.243.153.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811A643D64 for ; Sun, 31 Oct 2004 22:46:32 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.134.138] (cs78134138.pp.htv.fi [62.78.134.138]) by smtp3.pp.htv.fi (Postfix) with ESMTP id 0D38727AD86 for ; Mon, 1 Nov 2004 00:46:31 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <30C0EC42-291F-11D9-91B4-000393C83AC4@rrinc.com> References: <1098991135.27565.37.camel@bobcat.mine.nu> <30C0EC42-291F-11D9-91B4-000393C83AC4@rrinc.com> Content-Type: text/plain; charset=iso-8859-1 Organization: FreeBSD Message-Id: <1099262790.22042.165.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 01 Nov 2004 00:46:30 +0200 Content-Transfer-Encoding: 8bit Subject: Re: Spaces being eaten in colored diffs X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 22:46:33 -0000 On Thu, 2004-10-28 at 23:23, Tim Buck wrote: > On Oct 28, 2004, at 3:18 PM, Ville Skyttä wrote: > > > On Thu, 2004-10-28 at 00:46, Tim Buck wrote: > >> I'm seeing some strange behavior in CVSweb, both v3.0.1 and 3.0.2. > >> Spaces are being "eaten" in the colored (human-readable) diff output > >> under certain circumstances. The output is correct for the unified > >> and context diffs. > > > > Do you have String::Ediff installed? It has known whitespace related > > limitations. > > Yes, I do have that module installed. Should I remove it? Should I have > an alternate module installed instead? String::Ediff will be used by CVSweb if it's found; if not, the internal colorization of CVSweb will be used in "human readable diffs" so you don't need to install any additional modules. String::Ediff provides enhanced diffs in the sense that it pinpoints the actual changes instead of marking whole rows changed, but as said, it has some issues with whitespace. If you don't like that behaviour, either remove the String::Ediff module or change the line (around line number 112) in cvsweb.cgi from: use constant HAS_EDIFF => eval { require String::Ediff; }; ...to: use constant HAS_EDIFF => 0; Hm, perhaps the choice to use String::Ediff or not (if it's available) should be made configurable in the UI on per-user basis. I've added that to the TODO list. From owner-freebsd-cvsweb@FreeBSD.ORG Wed Nov 3 20:31:56 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC0516A4CE for ; Wed, 3 Nov 2004 20:31:56 +0000 (GMT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0C043D67 for ; Wed, 3 Nov 2004 20:31:56 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.134.138] (cs78134138.pp.htv.fi [62.78.134.138]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 6D9287FCAC for ; Wed, 3 Nov 2004 22:31:54 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HjMNQzxDtD9YK2O/xtF9" Organization: FreeBSD Message-Id: <1099513913.12563.104.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 03 Nov 2004 22:31:54 +0200 Subject: [ANNOUNCE] FreeBSD-CVSweb 3.0.3 (stable) X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 20:31:56 -0000 --=-HjMNQzxDtD9YK2O/xtF9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable A new stable release of FreeBSD-CVSweb, 3.0.3, is out. Changes in 3.0.3, released 2004-11-03: * Improved support for the magic "." (=3D=3D latest) revision on branches for download, view, and annotate URLs. * Improved whitespace handling in "human readable" (HTMLized) diffs. * The new cvsweb.conf parameter $DEBUG can be set to a true value in order to enable more output to the web server error log for troubleshooting. Full change log: http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/ChangeLog?rev=3D1.173= &content-type=3Dtext/x-cvsweb-markup See INSTALL included in the tarball for information about installing/upgrading FreeBSD-CVSweb. Download locations: http://people.freebsd.org/~scop/cvsweb/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/ MD5 checksum: e20773657a075e758739ebe9568a8af1 cvsweb-3.0.3.tar.gz Project home page: http://www.freebsd.org/projects/cvsweb.html --=-HjMNQzxDtD9YK2O/xtF9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBiUA42YzWNbzSQcsRApzTAJ93PhLAYB9z2o+s/UCZUEV36Q0RJQCfasz8 3ggiKG7ICQC9Q/cYCf76EGg= =LXLx -----END PGP SIGNATURE----- --=-HjMNQzxDtD9YK2O/xtF9-- From owner-freebsd-cvsweb@FreeBSD.ORG Fri Nov 5 02:37:44 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C992A16A4CE for ; Fri, 5 Nov 2004 02:37:44 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DF343D31 for ; Fri, 5 Nov 2004 02:37:44 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from blueheron.ahze.net ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041105023743.TGAT2451.imf21aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 4 Nov 2004 21:37:43 -0500 From: Michael Johnson To: freebsd-cvsweb@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-iVneHggbZ18HiWeL3XZS" Date: Thu, 04 Nov 2004 21:37:42 -0500 Message-Id: <1099622262.49465.4.camel@blueheron.ahze.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2FreeBSD GNOME Team Port Subject: weird output from 3.0.3 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 02:37:44 -0000 --=-iVneHggbZ18HiWeL3XZS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Colored diff do weird things in 3.0.3 Here is an example The following is 3.0.3 http://chief.ahze.net:8080/cgi-bin/cvsweb-3.0.3.cgi/ports/multimedia/vlc/Ma= kefile.diff?r1=3D1.36;r2=3D1.37;f=3Dh The following is 3.0.1 http://chief.ahze.net:8080/cgi-bin/cvsweb.cgi/ports/multimedia/vlc/Makefile= .diff?r1=3D1.36;r2=3D1.37;f=3Dh Michael --=-iVneHggbZ18HiWeL3XZS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBiud2n4uqfTwEb9YRAqAIAJ4hffYA8iQyN6bjfn7ZUNwXSr+jugCfRivI D+Zt5iRlhZyLNJE3t2Tnd7o= =Qjco -----END PGP SIGNATURE----- --=-iVneHggbZ18HiWeL3XZS-- From owner-freebsd-cvsweb@FreeBSD.ORG Fri Nov 5 07:38:13 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F09916A4CE for ; Fri, 5 Nov 2004 07:38:13 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C0443D5F for ; Fri, 5 Nov 2004 07:38:12 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.134.138] (cs78134138.pp.htv.fi [62.78.134.138]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 42B9F296C6C for ; Fri, 5 Nov 2004 09:38:11 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <1099622262.49465.4.camel@blueheron.ahze.net> References: <1099622262.49465.4.camel@blueheron.ahze.net> Content-Type: text/plain Organization: FreeBSD Message-Id: <1099640290.7317.23.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 05 Nov 2004 09:38:10 +0200 Content-Transfer-Encoding: 7bit Subject: Re: weird output from 3.0.3 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 07:38:13 -0000 On Fri, 2004-11-05 at 04:37, Michael Johnson wrote: > Colored diff do weird things in 3.0.3 Could you be more specific about what's "weird", please? > Here is an example > The following is 3.0.3 > http://chief.ahze.net:8080/cgi-bin/cvsweb-3.0.3.cgi/ports/multimedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h I don't see anything particularly weird about that one; AFAICT it works as it's supposed to. I see you're using String::Ediff. > The following is 3.0.1 > http://chief.ahze.net:8080/cgi-bin/cvsweb.cgi/ports/multimedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h That link points to an "Internal Server Error" currently. From owner-freebsd-cvsweb@FreeBSD.ORG Fri Nov 5 16:35:26 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 774FD16A4CF for ; Fri, 5 Nov 2004 16:35:26 +0000 (GMT) Received: from smtp005.bizmail.sc5.yahoo.com (smtp005.bizmail.sc5.yahoo.com [66.163.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 320AB43D5E for ; Fri, 5 Nov 2004 16:35:26 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.208.193 with login) by smtp005.bizmail.sc5.yahoo.com with SMTP; 5 Nov 2004 16:35:26 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1FAEC62CB; Fri, 5 Nov 2004 10:35:25 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 88830-04; Fri, 5 Nov 2004 10:35:22 -0600 (CST) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1EE15616C; Fri, 5 Nov 2004 10:35:22 -0600 (CST) Received: from 69.53.57.66 (SquirrelMail authenticated user noackjr); by www.noacks.org with HTTP; Fri, 5 Nov 2004 10:35:22 -0600 (CST) Message-ID: <16969.69.53.57.66.1099672522.squirrel@69.53.57.66> In-Reply-To: <1099640290.7317.23.camel@bobcat.mine.nu> References: <1099622262.49465.4.camel@blueheron.ahze.net> <1099640290.7317.23.camel@bobcat.mine.nu> Date: Fri, 5 Nov 2004 10:35:22 -0600 (CST) From: "Jon Noack" To: Ville =?iso-8859-1?Q?Skytt=E4?= User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-cvsweb@freebsd.org Subject: Re: weird output from 3.0.3 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 16:35:26 -0000 Ville Skyttä wrote: > On Fri, 2004-11-05 at 04:37, Michael Johnson wrote: >> Colored diff do weird things in 3.0.3 > > Could you be more specific about what's "weird", please? > >> Here is an example >> The following is 3.0.3 >> http://chief.ahze.net:8080/cgi-bin/cvsweb-3.0.3.cgi/ports/multimedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h > > I don't see anything particularly weird about that one; AFAICT it works > as it's supposed to. I see you're using String::Ediff. > >> The following is 3.0.1 >> http://chief.ahze.net:8080/cgi-bin/cvsweb.cgi/ports/multimedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h > > That link points to an "Internal Server Error" currently. I managed to catch these yesterday just before the server started returning "Internal Server Error". Note the missing "USE_GCC=", "WITH_ESOUND=", and "LIB_DEPENDS+=" on the 3.0.3 page: http://www.noacks.org/freebsd/Makefile.diff.html http://www.noacks.org/freebsd/Makefile-3.0.3.diff.html I modified the 3.0.3 version slightly to remove superficial differences. A diff between the differences that matter is here: http://www.noacks.org/freebsd/cvsweb.diff Jon From owner-freebsd-cvsweb@FreeBSD.ORG Sat Nov 6 09:01:16 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2781B16A4CE for ; Sat, 6 Nov 2004 09:01:16 +0000 (GMT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FDE43D6E for ; Sat, 6 Nov 2004 09:01:15 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.134.138] (cs78134138.pp.htv.fi [62.78.134.138]) by smtp1.pp.htv.fi (Postfix) with ESMTP id D057D7FC3C for ; Sat, 6 Nov 2004 11:01:13 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <1B5C7FA9D60DD511ABEF00508BFDEFDC01FA8E1D@EXCHANGE> References: <1B5C7FA9D60DD511ABEF00508BFDEFDC01FA8E1D@EXCHANGE> Content-Type: text/plain; charset=ISO-8859-1 Organization: FreeBSD Message-Id: <1099731673.26192.40.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 06 Nov 2004 11:01:13 +0200 Content-Transfer-Encoding: 8bit Subject: RE: weird output from 3.0.3 X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 09:01:16 -0000 Ok, I've found the bug that caused the weirdness, fixed it and released 3.0.4. The bug was introduced in 3.0.2. Thanks to everyone involved in tracking this down! On Fri, 2004-11-05 at 19:06, Bo Zou wrote: > I pinpointed the following changes caused the error: > > --- cvsweb.cgi Fri Nov 5 12:59:31 2004 > +++ /home/bzou/courses/cvsweb-3.0.3/cvsweb.cgi Wed Nov 3 15:16:08 > 2004 > @@ -1582,7 +1582,7 @@ > > if (defined($ts)) { > # Expand tabs > - 1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e; > + 1 while s/(.*)(\t+)/' ' x (length($2) * $ts - length($1) % > $ts)/e; > } > > if ($hr_breakable) { > > Hope this helps. It sure does, thanks! > Bo > > > -----Original Message----- > > From: owner-freebsd-cvsweb@freebsd.org > > [mailto:owner-freebsd-cvsweb@freebsd.org]On Behalf Of Jon Noack > > Sent: Friday, November 05, 2004 11:35 AM > > To: Ville Skyttä > > Cc: freebsd-cvsweb@freebsd.org > > Subject: Re: weird output from 3.0.3 > > > > > > Ville Skyttä wrote: > > > On Fri, 2004-11-05 at 04:37, Michael Johnson wrote: > > >> Colored diff do weird things in 3.0.3 > > > > > > Could you be more specific about what's "weird", please? > > > > > >> Here is an example > > >> The following is 3.0.3 > > >> > > http://chief.ahze.net:8080/cgi-bin/cvsweb-3.0.3.cgi/ports/mult > imedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h > > > > I don't see anything particularly weird about that one; AFAICT it > works > > as it's supposed to. I see you're using String::Ediff. > > > >> The following is 3.0.1 > >> > http://chief.ahze.net:8080/cgi-bin/cvsweb.cgi/ports/multimedia/vlc/Makefile.diff?r1=1.36;r2=1.37;f=h > > > > That link points to an "Internal Server Error" currently. > > I managed to catch these yesterday just before the server started > returning "Internal Server Error". Note the missing "USE_GCC=", > "WITH_ESOUND=", and "LIB_DEPENDS+=" on the 3.0.3 page: > > http://www.noacks.org/freebsd/Makefile.diff.html > http://www.noacks.org/freebsd/Makefile-3.0.3.diff.html > > > I modified the 3.0.3 version slightly to remove superficial > differences. > A diff between the differences that matter is here: > > http://www.noacks.org/freebsd/cvsweb.diff > > Jon > > _______________________________________________ > freebsd-cvsweb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb > To unsubscribe, send any mail to > "freebsd-cvsweb-unsubscribe@freebsd.org" > From owner-freebsd-cvsweb@FreeBSD.ORG Sat Nov 6 09:04:47 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE0E716A4CE for ; Sat, 6 Nov 2004 09:04:47 +0000 (GMT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [213.243.153.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6915F43D2F for ; Sat, 6 Nov 2004 09:04:47 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from [62.78.134.138] (cs78134138.pp.htv.fi [62.78.134.138]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 9E7CA7FC07 for ; Sat, 6 Nov 2004 11:04:46 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5PxiYo4UX2Hehd/ggqub" Organization: FreeBSD Message-Id: <1099731886.26192.45.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 06 Nov 2004 11:04:46 +0200 Subject: [ANNOUNCE] FreeBSD-CVSweb 3.0.4 (stable) X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 09:04:47 -0000 --=-5PxiYo4UX2Hehd/ggqub Content-Type: text/plain Content-Transfer-Encoding: quoted-printable A new stable release of FreeBSD-CVSweb, 3.0.4, is out. Changes in 3.0.4, released 2004-11-06: * Fixed tab expansion to not eat everything before a tab in HTMLized diffs. Full change log: http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/ChangeLog?rev=3D1.175= &content-type=3Dtext/x-cvsweb-markup See INSTALL included in the tarball for information about installing/upgrading FreeBSD-CVSweb. Download locations: http://people.freebsd.org/~scop/cvsweb/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/ MD5 checksum: c77280df12609b9270ec13172ef49a8c cvsweb-3.0.4.tar.gz Project home page: http://www.freebsd.org/projects/cvsweb.html --=-5PxiYo4UX2Hehd/ggqub Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBjJOu2YzWNbzSQcsRAggIAKCfwgMZFrF8Oy0hrcQPvmvaUwuj+ACg3GWZ QPbognLoPeMLPMBOiOwiSkg= =eBED -----END PGP SIGNATURE----- --=-5PxiYo4UX2Hehd/ggqub--