pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Template-Toolkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 24 17:52:40 UTC 2026

Modified Files:
        pkgsrc/www/p5-Template-Toolkit: Makefile distinfo

Log Message:
p5-Template-Toolkit: update to 3.103.

3.103 2026-05-21

  [Improvements]
  - PR #326 Make ttree totals references (GH #325)
  - PR #332 Make truncate filter Character Entity Reference aware
  - PR #333 Skip require for already-loaded Template::Plugin subclasses

  [Bug Fixes]
  - PR #323 Fix list.grep('0') never returns matches (GH #322)
  - PR #334 Re-save compiled template to disk when source changes
  - PR #337 Escape single quotes in html_filter and HTML.escape [CVE-2026-5090, 2026-05-19]
  - PR #338 Assert plugin always throws on defined values (GH #300)
  - PR #341 Throw Template::Exception with type 'while' on WHILE loop termination
  - PR #342 Add explicit parentheses for operator precedence in Stash.pm
  - PR #343 Remove redundant duplicate regex substitution in Plugins.pm
  - PR #364 Quote interpolated filename in plugin error regex
  - PR #365 Allow iteration of constant references (GH #207)
  - PR #374 Fix blank error reported for template exception (GH #373)
  - PR #375 Correct hash dereference on array ref in _assign() DEFAULT path
  - PR #376 Use file path instead of undef $compiled in _load_compiled error
  - PR #394 Throw proper exception for nonexistent methods in Scalar plugin

  [Maintenance]
  - PR #324 Fix missing closing tag in documentation
  - PR #328 Grammar/spelling fix ("be thrown")
  - PR #329 Document configuration
  - PR #330 Typo fixes (dyanamic, relvant)
  - PR #335 Add tests for grammar factory
  - PR #336 Modernize GitHub Actions CI workflow
  - PR #339 Add 127 unit tests for under-tested core modules
  - PR #348 Add AI policy document
  - PR #357 CI: pre-install XML deps without tests for Template::Plugin::XML CI (GH #356)
  - PR #368 Remove stale TT3 promise from FAQ (GH #313)
  - PR #369 Migrate Template::Test from manual TAP to Test::Builder (GH #301)
  - PR #378 Add SECURITY.md (GH #331)
  - PR #397 Add CLAUDE.md with rules for generated files and releases
  - Update MANIFEST for current shipping policies


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/p5-Template-Toolkit/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/p5-Template-Toolkit/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-Template-Toolkit/Makefile
diff -u pkgsrc/www/p5-Template-Toolkit/Makefile:1.64 pkgsrc/www/p5-Template-Toolkit/Makefile:1.65
--- pkgsrc/www/p5-Template-Toolkit/Makefile:1.64        Mon Jan 19 07:48:49 2026
+++ pkgsrc/www/p5-Template-Toolkit/Makefile     Sun May 24 17:52:40 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.64 2026/01/19 07:48:49 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2026/05/24 17:52:40 wiz Exp $
 
-DISTNAME=      Template-Toolkit-3.102
+DISTNAME=      Template-Toolkit-3.103
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TODDR/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://template-toolkit.org/

Index: pkgsrc/www/p5-Template-Toolkit/distinfo
diff -u pkgsrc/www/p5-Template-Toolkit/distinfo:1.25 pkgsrc/www/p5-Template-Toolkit/distinfo:1.26
--- pkgsrc/www/p5-Template-Toolkit/distinfo:1.25        Wed Jun 26 16:31:40 2024
+++ pkgsrc/www/p5-Template-Toolkit/distinfo     Sun May 24 17:52:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/06/26 16:31:40 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/05/24 17:52:40 wiz Exp $
 
-BLAKE2s (Template-Toolkit-3.102.tar.gz) = 9c451620f1d0e3d1c5209078c670e5f72e6b44f8ecc22659ad667fa33e42893a
-SHA512 (Template-Toolkit-3.102.tar.gz) = 5fe2e265c54f0d1c21c9e0e7e1b124ebb94d7c584bfdada4dfc89c17f1a80b6c23fad68246aa69d8548a8adc6cdea5ef27024627016ebff17817a7d4cf6d060c
-Size (Template-Toolkit-3.102.tar.gz) = 522811 bytes
+BLAKE2s (Template-Toolkit-3.103.tar.gz) = 0270265389d3a48332b6a45193afb7ed96ed22bff4dbcb6da723e940d893e342
+SHA512 (Template-Toolkit-3.103.tar.gz) = 50413fbe962a0063f24a7118e397471b2c0a73add9677921d924573e3746279c8d7f078b1a7d96af24d507b99682d4d84d0b27c047d34b93c0f901fde6c2c98c
+Size (Template-Toolkit-3.103.tar.gz) = 541924 bytes



Home | Main Index | Thread Index | Old Index