pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Updating package for p5 CGI.pm module from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97756114eb75
branches:  trunk
changeset: 397214:97756114eb75
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Aug 09 13:01:48 2009 +0000

description:
Updating package for p5 CGI.pm module from 3.43 to 3.44

pkgsrc changes:
  - Adjusting license information according to module Pod

Upstream changes:
  Version 3.44
  1. Patch from Kurt Jaeger to allow HTTP PUT even if the content length is unknown.
  2. Patch from Pavel merdin to fix a problem for one of the FireFox addons.
  3. Fixed issue in mod_perl & fastCGI environment of cookies returned from
     CGI->cookie() leaking from one session to another.

diffstat:

 www/p5-CGI/Makefile |  6 +++---
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r eb583c92fe9f -r 97756114eb75 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Sun Aug 09 12:56:11 2009 +0000
+++ b/www/p5-CGI/Makefile       Sun Aug 09 13:01:48 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2009/05/18 22:14:20 abs Exp $
+# $NetBSD: Makefile,v 1.49 2009/08/09 13:01:48 sno Exp $
 
-VERS=          3.43
+VERS=          3.44
 DISTNAME=      CGI.pm-${VERS}
 PKGNAME=       p5-CGI-${VERS}
 SVR4_PKGNAME=  p5cgi
@@ -10,7 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/CGI.pm/
 COMMENT=       Perl5 module for writing forms-based CGI programs
-LICENSE=       artistic-2.0
+LICENSE=       gnu-gpl-v2 OR artistic-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r eb583c92fe9f -r 97756114eb75 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Sun Aug 09 12:56:11 2009 +0000
+++ b/www/p5-CGI/distinfo       Sun Aug 09 13:01:48 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2009/04/12 11:59:13 sno Exp $
+$NetBSD: distinfo,v 1.20 2009/08/09 13:01:48 sno Exp $
 
-SHA1 (CGI.pm-3.43.tar.gz) = a4821d67623c3099d8eba7422d92a43acc27318b
-RMD160 (CGI.pm-3.43.tar.gz) = 52729bfa57582855acc0f09b1eea1fbaf8f22946
-Size (CGI.pm-3.43.tar.gz) = 240359 bytes
+SHA1 (CGI.pm-3.44.tar.gz) = af50b9810ec8b1e7d908a00a0842661aa5223fd2
+RMD160 (CGI.pm-3.44.tar.gz) = 2db431fe8ef877985e7677519f55311f1a0d5aee
+Size (CGI.pm-3.44.tar.gz) = 240731 bytes



Home | Main Index | Thread Index | Old Index