2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-07-05 12:22:06 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.301004
Add missing DEPENDS
Upstream changes:
0.301004 2021-06-06 13:30:28-04:00 America/New_York
[ BUG FIXES ]
* GH #1624: Fix missing gen subcommand in tutorial (racke)
* PR #1626: Add File::Which to Dancer2 dependencies (Jason A. Crome)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* None
0.301003 2021-06-03 09:24:33-04:00 America/New_York
[ BUG FIXES ]
* GH #1611: Redirect '/' doesn't always work as expected (Russell
@veryrusty Jenkins, Christopher Gurnee)
* PR #1620: Quiet spammy failing CI builds (Jason A. Crome)
* PR #1623: Copy Dockerfile from the right spot (Jason A. Crome)
[ ENHANCEMENTS ]
* PR #1613: Add git features to Dancer2 CLI (Jason A. Crome)
* PR #1614: Generate Dockerfile when creating new app (Jason A. Crome)
[ DOCUMENTATION ]
* PR #1563: Fix typos in perlcritic.rc notes (Achyut Kumar Panda)
* PR #1609: Document and test for missing DSL keywords (racke, Jason A.
Crome)
* PR #1618: Provide a consistent list of community resources (Jason A.
Crome)
* PR #1619: Clarify Dancer2::Template::Simple's role in life (Jason A.
Crome)
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-04-19 04:13:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.301002
Update DEPENDS
Upstream changes:
0.301002 2021-04-18 15:29:32-04:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* GH #1593: Log files used to build config (Nick Tonkin)
* PR #1608: Migrate CLI to CLI::Osprey (Jason A. Crome)
# PR #1610: Replace File::Find with Path::Tiny in CLI (Jason A. Crome)
[ DOCUMENTATION ]
* PR #1597: Update Core/Hook.pm Pod (Paul Clements)
0.301001 2021-03-17 08:52:34-04:00 America/New_York
[ BUG FIXES ]
* PR #1607: Fix broken tests following App::Cmd removal (Jason Crome)
[ ENHANCEMENTS ]
* PR #1606: Clean up various build prereqs (Graham Knop)
[ DOCUMENTATION ]
* None
0.301000 2021-03-15 18:58:17-04:00 America/New_York
[ BUG FIXES ]
* PR #1586: Run version checks against MetaCPAN (Jason A. Crome)
* PR #1604: Remove App::Cmd dependency; have script/dancer2 bail if
it's not installed (David Precious)
[ ENHANCEMENTS ]
* GH #1064: Add DSL keyword request_data (Mickey Nasriachi)
* PR #1581: Disable scheduled GitHub action on Forks (Gabor Szabo)
* PR #1590: Improve install/documentation of XS modules (Jason A. Crome)
* PR #1591: Add more plugins to GitHub Actions CI (Gabor Szabo)
[ DOCUMENTATION ]
* GH #1582: Small fixes in Migration POD (Sergiy Borodych)
* PR #1595: Add cookbook recipe for enabling/disabling routes at
runtime (Nick Tonkin)
* PR #1599: Punctuation correction in docs (Nick Tonkin)
|
2021-03-09 04:00:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.300005
Upstream changes:
0.300005 2021-01-26 15:57:41-05:00 America/New_York
[ BUG FIXES ]
* GH #1546: Add MIME type for all files served from public (Russell
@veryrusty Jenkins)
* GH #1555: Remove all leftovers of warnings config setting (Sergiy
Borodych)
* GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff)
* GH #1564: Add script_name to redirects beginning with / (Nigel Gregoire)
* GH #1567: Fix CSS so errors do not display ourside of <pre> HTML
element (Elliot Holden)
* GH #1568: Serializer::Mutable doesn't auto-load other serializers
(Russell @veryrusty Jenkins)
* GH #1579: Fix missing push_header method in Response::Delayed
(Paul Clements)
[ ENHANCEMENTS ]
* GH #1552: Update jQuery (Sergiy Borodych)
* GH #1558: Test to make sure uploads aren't discarded after the
forward keyword is used (Alexander Pankoff)
* GH #1571: Add GitHub Actions support (Gabor Szabo)
* GH #1572: Install Dancer2::Session::Cookie in order to run the test
t/issues/gh-811.t (racke)
[ DOCUMENTATION ]
* GH #1490: Document Dancer2::Core::App->template() (Steve Dondley)
* GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych)
* GH #1562: Fix links, missing code in Tutorial (cloveistaken)
|
2020-09-04 13:19:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
*: remove p5-ExtUtils-MakeMaker, part of perl since forever
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-07-05 04:10:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.300004
Upstream changes:
0.300004 2020-05-26 20:52:34-04:00 America/New_York
[ BUG FIXES ]
* GH #1509: Request instantiation fails throw 400 Bad Response (Russell
@veryrusty Jenkins). This resolves GH #1056, 1482, 1496, 1507, 1508,
and 1510.
[ ENHANCEMENTS ]
* GH #1510: Test for proper multi-part form handing (ice-lenor, Sawyer X)
* GH #1547: Cookie SameSite support (Russell @veryrusty Jenkins)
[ DOCUMENTATION ]
* None
|
2020-05-08 03:02:38 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.300003
Add missing DEPENDS
Upstream changes:
0.300003 2020-04-09 10:39:55-04:00 America/New_York
[ BUG FIXES ]
* None
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* GH #1543: Various tutorial cleanups (Peter Mottram - SysPete)
0.300002 2020-04-07 11:44:59-04:00 America/New_York
[ BUG FIXES ]
* GH #1541: Fix broken test that is skipped under CI (Peter Mottram -
SysPete)
[ ENHANCEMENTS ]
* None
[ DOCUMENTATION ]
* None
0.300001 2020-04-06 12:14:47-04:00 America/New_York
[ BUG FIXES ]
* GH #1461: Relax redirect to match RFC_7231 (James Raspass)
* GH #1499: Don't double decode date strings (simbabque)
* GH #1536: Fix storing objects in YAML sessions (Tom Hukins)
[ ENHANCEMENTS ]
* GH #1540: Improve configuration handling (Tom Hukins)
[ DOCUMENTATION ]
* GH #1425: Revamped Tutorial (Steve Dondley)
* GH #1521: Documentation on configuring the adress to listen on:
"server" does not seem to work, but "host" does (Ma_Sys.ma)
* GH #1530: Fix missing space in docs (ferki)
* GH #1535: Fix example code in SessionFactory::File (Sergiy Borodych)
* GH #1538: Defined or should not be an assignment (Timothy Alexis
Vass)
|