pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-CGI-Lite



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Jun  6 08:23:06 UTC 2018

Modified Files:
        pkgsrc/www/p5-CGI-Lite: Makefile distinfo

Log Message:
Update to 3.02

Upstream changes:
* v3.02 - 19th May 2018

No changes from v3.01_02

* v3.01_02 - 8th May 2018

BUG FIX: Uploads on MSWin32 were not correctly converted if the first
    character of a buffer was LF. Changed regex to negative lookarounds.

* v3.01_01 - 4th May 2018

BUG FIX: Uploads could fail if n * buffer_size fell inside the boundary
    marker. Thanks pru-mike (PR 1). (possibly fixes issue 116670)

BUG FIX: Changing the boundary marker for second and subsequent uploads
    causes errors. Thanks pru-mike (PR 1). (issue 125130)

Test suite enhanced: now with Test::Vars (0.12) and fix of tmp filename
    race condition.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-CGI-Lite/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-CGI-Lite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-CGI-Lite/Makefile
diff -u pkgsrc/www/p5-CGI-Lite/Makefile:1.15 pkgsrc/www/p5-CGI-Lite/Makefile:1.16
--- pkgsrc/www/p5-CGI-Lite/Makefile:1.15        Mon Jun  5 14:25:10 2017
+++ pkgsrc/www/p5-CGI-Lite/Makefile     Wed Jun  6 08:23:06 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:25:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2018/06/06 08:23:06 wen Exp $
 
-DISTNAME=              CGI-Lite-3.01
+DISTNAME=              CGI-Lite-3.02
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=CGI/}
 

Index: pkgsrc/www/p5-CGI-Lite/distinfo
diff -u pkgsrc/www/p5-CGI-Lite/distinfo:1.5 pkgsrc/www/p5-CGI-Lite/distinfo:1.6
--- pkgsrc/www/p5-CGI-Lite/distinfo:1.5 Tue Feb  2 12:48:18 2016
+++ pkgsrc/www/p5-CGI-Lite/distinfo     Wed Jun  6 08:23:06 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/02/02 12:48:18 mef Exp $
+$NetBSD: distinfo,v 1.6 2018/06/06 08:23:06 wen Exp $
 
-SHA1 (CGI-Lite-3.01.tar.gz) = 287c5eb30c24f4e8e39a10985f2aa03d1672e97c
-RMD160 (CGI-Lite-3.01.tar.gz) = 82638447c6382ff8fff81cdcabea80fe2c745d24
-SHA512 (CGI-Lite-3.01.tar.gz) = 9d82f035afaad8147bc95135be956f8c910057f60543d814bf4a2b47ed3577e370251793c721004900ebcfa6a6475ee473f0fc579bc20a239aba1852a74a4711
-Size (CGI-Lite-3.01.tar.gz) = 37561 bytes
+SHA1 (CGI-Lite-3.02.tar.gz) = 0d59460dce5a275fad05378385802c7ebf5fd9b8
+RMD160 (CGI-Lite-3.02.tar.gz) = b8df3f72b48e71ef966734ca23311c2c773ccf7b
+SHA512 (CGI-Lite-3.02.tar.gz) = 773bdc39ec3b2b1d6e85293ef6f2eeecef2dacab548046828239e0afbd8761b2d72c626dd60756bb2a787ca313310d1ea6dc33fbd814c941ee6fbfcc919f91ba
+Size (CGI-Lite-3.02.tar.gz) = 38073 bytes



Home | Main Index | Thread Index | Old Index