pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-YAML-PP
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 8 22:07:06 UTC 2026
Modified Files:
pkgsrc/textproc/p5-YAML-PP: Makefile distinfo
Log Message:
p5-YAML-PP: update to 0.41.0.
v0.41.0 2026-06-17 22:01:34+02:00
- tests: replace Test::Warn with Test::Warnings (PR #59, @haarg)
- Fix test suite tag data
v0.40.0 2026-04-24 16:51:28+02:00
- Security: Limit default allowed maximum nesting level.
Set it via new option 'max_depth'.
v0.39.0 2025-02-10 00:01:45+01:00
- Allow unknown tags again, reverting the previous change in v0.38.1 which
only was supposed to be a dev release
- Add new option require_footer
v0.38.1 2025-01-25 00:30:13+01:00
- Add --duplicate-keys commandline flag
- Forbid unknown tags by default
- Add a 'Catchall' schema to allow unknen tags
- Add a --catchall commandline flag
v0.38.0 2024-01-30 00:22:42+01:00
- Add support for builtin booleans by default
- Add FAQ
- Add --cyclic option to yamlpp-load(-dump)
v0.37.0 2023-11-09 16:46:43+01:00
- Breaking change: Make cyclic_refs fatal by default for safety, like
announced (avoid memory leaks)
- Add support for plain scalars ending with colons (Issue #48, ingy++)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-YAML-PP/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-YAML-PP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-YAML-PP/Makefile
diff -u pkgsrc/textproc/p5-YAML-PP/Makefile:1.16 pkgsrc/textproc/p5-YAML-PP/Makefile:1.17
--- pkgsrc/textproc/p5-YAML-PP/Makefile:1.16 Fri Jul 4 08:48:44 2025
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Wed Jul 8 22:07:06 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/07/04 08:48:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/07/08 22:07:06 wiz Exp $
-DISTNAME= YAML-PP-0.036
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+DISTNAME= YAML-PP-v0.41.0
+PKGNAME= p5-${DISTNAME:S/v//}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/}
@@ -12,7 +11,7 @@ COMMENT= Modern, modular YAML processor
LICENSE= ${PERL5_LICENSE}
TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/YAML/PP/.packlist
USE_LANGUAGES= # none
Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.9 pkgsrc/textproc/p5-YAML-PP/distinfo:1.10
--- pkgsrc/textproc/p5-YAML-PP/distinfo:1.9 Tue Jul 4 11:50:59 2023
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Wed Jul 8 22:07:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/04 11:50:59 wen Exp $
+$NetBSD: distinfo,v 1.10 2026/07/08 22:07:06 wiz Exp $
-BLAKE2s (YAML-PP-0.036.tar.gz) = e31657ff699814ae66a9831dc1dada452acf85d065ddb30bf5d2a1b10323be7d
-SHA512 (YAML-PP-0.036.tar.gz) = 62134d8d64617658f03543552675b5dfcf495bd55294bd4fd96988093fca7e8c1bfd93faa1db88baaa994d2b3bc2f1eb2d2826ac767ac3c6d6d4899abd4544b9
-Size (YAML-PP-0.036.tar.gz) = 133579 bytes
+BLAKE2s (YAML-PP-v0.41.0.tar.gz) = 5eb3ef4c3041f6062324e9ada80b3c6ff83fa1a9221c76179e2a1714323d4503
+SHA512 (YAML-PP-v0.41.0.tar.gz) = c19baa180d8cd105bda7b7e03cc05bb1709a9fc097b2fb40fe9c085d3726d4334bb3796760add1175a30a0c4da6b01797c9261a717679c86f823e033584cebc7
+Size (YAML-PP-v0.41.0.tar.gz) = 310564 bytes
Home |
Main Index |
Thread Index |
Old Index