pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Dancer



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Apr  4 06:37:08 UTC 2019

Modified Files:
        pkgsrc/www/p5-Dancer: Makefile distinfo

Log Message:
Update to 1.3512

Upstream changes:
1.3512    2019-03-31 20:10:08+01:00 Europe/London
Promoting previous trial release 1.3511 to stable.

1.3511    2019-03-29 11:16:08+00:00 Europe/London (TRIAL RELEASE)
[BUG FIXES]
 - More session cookie handling fun - avoid causing test failures in dependencies
   in some cases (e.g. RT #128911 and others)

[ENHANCEMENTS]
 - hold session in SharedData, to avoid reading the session contents every time
   anything is requested, could be a performance win

1.3510    2019-03-19 14:42:26+00:00 Europe/London
Promoting previous trial release 1.3501  to stable.
Fix #1204 - more proxy-related test failure fun

1.3501    2019-03-14 19:19:49+00:00 Europe/London (TRIAL RELEASE)
[BUG FIXES]
Fix "too late to set cookie" errors if you access a session within an after hook
after using send_file().


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/p5-Dancer/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-Dancer/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-Dancer/Makefile
diff -u pkgsrc/www/p5-Dancer/Makefile:1.41 pkgsrc/www/p5-Dancer/Makefile:1.42
--- pkgsrc/www/p5-Dancer/Makefile:1.41  Sat Oct 20 04:16:06 2018
+++ pkgsrc/www/p5-Dancer/Makefile       Thu Apr  4 06:37:08 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2018/10/20 04:16:06 wen Exp $
+# $NetBSD: Makefile,v 1.42 2019/04/04 06:37:08 wen Exp $
 
-DISTNAME=      Dancer-1.3500
+DISTNAME=      Dancer-1.3512
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}

Index: pkgsrc/www/p5-Dancer/distinfo
diff -u pkgsrc/www/p5-Dancer/distinfo:1.32 pkgsrc/www/p5-Dancer/distinfo:1.33
--- pkgsrc/www/p5-Dancer/distinfo:1.32  Sat Oct 20 04:16:06 2018
+++ pkgsrc/www/p5-Dancer/distinfo       Thu Apr  4 06:37:08 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2018/10/20 04:16:06 wen Exp $
+$NetBSD: distinfo,v 1.33 2019/04/04 06:37:08 wen Exp $
 
-SHA1 (Dancer-1.3500.tar.gz) = d291da27a363789710737cdfb5a361406c839694
-RMD160 (Dancer-1.3500.tar.gz) = d0b3d2f33e70af111e2d244bdd3c06225d20931b
-SHA512 (Dancer-1.3500.tar.gz) = 48085c4e4fcf5c752de5de7bae0a9bae1f9dab42904fbd282ccc2bca708fbd83da33c8d3f1d7c1a201d2277d3aad255a3185e3203e3e504d296d99caf608d718
-Size (Dancer-1.3500.tar.gz) = 392695 bytes
+SHA1 (Dancer-1.3512.tar.gz) = 4408deb8e7daee5adfafdb5286e3216d0686582b
+RMD160 (Dancer-1.3512.tar.gz) = 0794787af6197b828fc05bb5b300aa7583d0be15
+SHA512 (Dancer-1.3512.tar.gz) = e35ba7b6cbb2da4d61b054ac13483ea457011fad06a4a9abc596a2878d841f3eba0f5c08dfee0e5887fffba4b57c9b0862721959d1d1de57e2b53046093e8d3c
+Size (Dancer-1.3512.tar.gz) = 394458 bytes



Home | Main Index | Thread Index | Old Index