Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E7E0D63B8A5 for ; Fri, 24 Apr 2009 06:50:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 87D0663B132; Fri, 24 Apr 2009 06:50:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3FC3A63B10D for ; Fri, 24 Apr 2009 06:50:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17DEE175D0; Fri, 24 Apr 2009 06:50:43 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 24 Apr 2009 06:50:43 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/www/p5-CGI-Simple To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090424065043.17DEE175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Fri Apr 24 06:50:43 UTC 2009 Modified Files: pkgsrc/www/p5-CGI-Simple: Makefile distinfo Log Message: PkgSrc changes: - Updating package for p5 module CGI::Simple to 1.109 Upstream changes: 1.107 2009-03-07 - CGI::Simple::Cookie, fixed bug when cookie had both leading and trailing white space (RT#34314, Ron Savage and Mark Stosberg) - Accept a comma as well as semi-colon as a cookie separator. This is consistent with CGI.pm as well as RFC 2965, which states: "A server SHOULD also accept comma (,) as the separator between cookie- values for future compatibility." (Mark Stosberg) - Support cookies which have an equals sign in the value. Ported from CGI.pm (Mark Stosberg) - Support cookies in which one of multiple values is empty. Ported from CGI.pm (Mark Stosberg) - Fixed bug when calling unescapeHTML on HTML that wasn't properly escaped in the first place. Thanks to M-Uchino and Mark Stosberg. - Removed bogus dependency on version.pm. - Add heuristic to upload to handle the case where no boundary is specified in CONTENT_TYPE. See #14838. 1.108 2009-03-13 - Remove bogus references to Selfloader in documenation. No functional changes. 1.109 2009-04-16 - Added support for HttpOnly to CGI::Simple::Cookie. Thanks to Scott Thomson for the patch. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/p5-CGI-Simple/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-CGI-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.