summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Simple/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-24 06:50:42 +0000
committersno <sno@pkgsrc.org>2009-04-24 06:50:42 +0000
commit72d3eef4596af02a5ef344b4ce4edaf74714bdb7 (patch)
tree2cf0faf5d6dc07269305075ed6316b319691ed40 /www/p5-CGI-Simple/Makefile
parentf29992eaeb3bed6584e9cb8d75a892247570434c (diff)
downloadpkgsrc-72d3eef4596af02a5ef344b4ce4edaf74714bdb7.tar.gz
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.
Diffstat (limited to 'www/p5-CGI-Simple/Makefile')
-rw-r--r--www/p5-CGI-Simple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile
index a46d977fe5d..afea8cdd856 100644
--- a/www/p5-CGI-Simple/Makefile
+++ b/www/p5-CGI-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/12/12 21:33:36 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/24 06:50:42 sno Exp $
-DISTNAME= CGI-Simple-1.106
+DISTNAME= CGI-Simple-1.109
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgs
CATEGORIES= www perl5