pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Dancer Update to 1.3400



details:   https://anonhg.NetBSD.org/pkgsrc/rev/210faee29007
branches:  trunk
changeset: 309444:210faee29007
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Jun 18 02:52:12 2018 +0000

description:
Update to 1.3400

Upstream changes:
1.3400    2018-06-15 23:08:34+01:00 Europe/London
 Promoting previous trial releases to stable.

1.3205    2018-06-13 22:59:32+01:00 Europe/London (TRIAL RELEASE)
 [ENHANCEMENTS]
 - require MIME::Types 2.17, as 2.16 has some funny ideas, like responding to a
   ZIP file with 'application/vnd.easykaraoke.cdgdownload'
 - Fix YAML-related test failures if YAML::XS not installed
   (GH 1184, PR 1189, bigpresh)

 [BUG FIXES]
 - Avoid accidental route matches if a previous successful match had left %+
   populated (GH 1187, PR 1188, bigpresh, reported by skington)



1.3204    2018-05-23 14:40:33+01:00 Europe/London (TRIAL RELEASE)
 [ENHANCEMENTS]
 - Try to use 127.0.0.11 for listen tests, fall back to 127.0.0.1
   on systems that don't have 127/8, e.g. FreeBSD (GH 1183, PR 1185, bigpresh)

1.3203    2018-05-20 20:44:30+01:00 Europe/London (TRIAL RELEASE)
 [DOCUMENTATION]
 - Add environment var hint to cookbook (PR 1161, castaway)

 [ENHANCEMENTS]
 - Make it possible to switch out YAML for YAML::XS for config parsing and
   serialisation (there was already an attempt at this in place, and it was
   documented as posisble, but didn't work) (PR 1164, 1nickt)
 - New test method response_redirect_like (PR 1159, 1nickt)
 - New config option raw_request_body_in_ram, which controls whether the
   raw request body is available via request->body or not.  See Issue #1140
   for the problems the previous approach, of getting it from the temp file
   that HTTP::Body might (or might not) have written it to.
 - Validate session IDs read from client - GH #1172 - potential security
   risk if the session provider in use passes the session ID in a way
   where injection is possible.



1.3301 2016-02-16
 [BUG FIXES]
 - Reverted session ID validation (PR-1155) as it breaks
   Dancer::Session::Cookie (bigpresh)

1.3300 2016-02-15
 [BUG FIXES]
 - More temp directory handling fixes (Issue #1147)
 - Avoid request body truncation in hand-assembled requests in tests (PR
   1148, skington)
 - Avoid tests failing when "localhost" doesn't resolve (PR 1142, gbarco)
 - Avoid test failures due to race condition in selecting a port to listen
   on by using 127.0.0.10 instead (more of a hacky workaround than a fix,
   but should help (bigpresh)
 - Fix YAML session handler under taint mode (chrisjrob)
 - Make request->body work again for URL-encoded POST requests - Issue 1140
   reported by miyagawa (bigpresh)
 - Validate session IDs read from cookies before passing to session engine,
   to protect against any engine that might feed that value straight to a
   file path for security - Issue 1118 (bigpresh)

 [DOCUMENTATION]
 - Better doc for forward_for_address (PR 1146, Relequestual)

 [ENHANCEMENTS]
 - Let Dancer::Test::dancer_response() handle supplying multiple params
   with the same name - Issue 1116 (bigpresh)

diffstat:

 www/p5-Dancer/Makefile |  12 ++++++------
 www/p5-Dancer/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 2f7fa5b89577 -r 210faee29007 www/p5-Dancer/Makefile
--- a/www/p5-Dancer/Makefile    Mon Jun 18 02:16:47 2018 +0000
+++ b/www/p5-Dancer/Makefile    Mon Jun 18 02:52:12 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2017/06/05 14:25:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2018/06/18 02:52:12 wen Exp $
 
-DISTNAME=      Dancer-1.3202
+DISTNAME=      Dancer-1.3400
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
 
@@ -14,15 +13,16 @@
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Dancer/.packlist
 
-BUILD_DEPENDS+=        p5-CGI>=0:../../www/p5-CGI \
-               p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+=        p5-CGI>=0:../../www/p5-CGI
+BUILD_DEPENDS+=        p5-HTTP-CookieJar>=0.008:../../www/p5-HTTP-CookieJar
+BUILD_DEPENDS+=        p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings
 
 DEPENDS+=      p5-Clone>=0:../../devel/p5-Clone
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
 DEPENDS+=      p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body
 DEPENDS+=      p5-HTTP-Server-Simple-PSGI>=0.11:../../www/p5-HTTP-Server-Simple-PSGI
-DEPENDS+=      p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
+DEPENDS+=      p5-MIME-Types>=2.17:../../mail/p5-MIME-Types
 DEPENDS+=      p5-Module-Runtime>=0:../../devel/p5-Module-Runtime
 DEPENDS+=      p5-URI>=1.59:../../www/p5-URI
 DEPENDS+=      p5-Test-Output>=0:../../devel/p5-Test-Output
diff -r 2f7fa5b89577 -r 210faee29007 www/p5-Dancer/distinfo
--- a/www/p5-Dancer/distinfo    Mon Jun 18 02:16:47 2018 +0000
+++ b/www/p5-Dancer/distinfo    Mon Jun 18 02:52:12 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2015/11/08 01:28:56 wen Exp $
+$NetBSD: distinfo,v 1.31 2018/06/18 02:52:12 wen Exp $
 
-SHA1 (Dancer-1.3202.tar.gz) = a49ccf00f228933cb358980933270f42681a7310
-RMD160 (Dancer-1.3202.tar.gz) = bfffa5aec405bab53e743d611c9ba0fb44dc711e
-SHA512 (Dancer-1.3202.tar.gz) = d2865b694a36375ce3266bca5a1223b1e62365176b750e91fe428e7f8315a061c30b930285ee76c894881e40f4cefa539e3f806b81ae6b6897631ba34dd53676
-Size (Dancer-1.3202.tar.gz) = 392909 bytes
+SHA1 (Dancer-1.3400.tar.gz) = 411e30e40a83ae9f9330314a1cc8bf06ee0065f7
+RMD160 (Dancer-1.3400.tar.gz) = c64c2132b56440872548aec16528fc3e5a598520
+SHA512 (Dancer-1.3400.tar.gz) = 51999f44471d510347d3d588faeb10840dc7ee87ee7fccc0776f834135fa04633a111c709a12685102666e4ccd51e4d803510ad63b1529e7449c4b70fc99c35b
+Size (Dancer-1.3400.tar.gz) = 390941 bytes



Home | Main Index | Thread Index | Old Index