pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Text-CSV_XS
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 28 06:28:33 UTC 2026
Modified Files:
pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo
Log Message:
p5-Text-CSV_XS: update to 1.64.
1.64 - 2026-06-22, H.Merijn Brand
* Fix syntax error in csv2xlsx
1.63 - 2026-06-22, H.Merijn Brand
* Check attribute lengths (memory protection)
* Minor code consistencies (not user-visible)
* Dropped support for 5.6.x and 5.8.0. Minimum perl is now 5.8.1
* Fix special str setting consistency for types, undef_str and
comment_str
* Characters []:*/\ are not allowed in XLSX sheet names
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/p5-Text-CSV_XS/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-Text-CSV_XS/Makefile
diff -u pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.101 pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.102
--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.101 Wed Apr 29 18:01:15 2026
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile Sun Jun 28 06:28:33 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2026/04/29 18:01:15 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2026/06/28 06:28:33 wiz Exp $
-DISTNAME= Text-CSV_XS-1.62
+DISTNAME= Text-CSV_XS-1.64
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HM/HMBRAND/}
Index: pkgsrc/textproc/p5-Text-CSV_XS/distinfo
diff -u pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.71 pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.72
--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.71 Wed Apr 29 18:01:15 2026
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo Sun Jun 28 06:28:33 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2026/04/29 18:01:15 wiz Exp $
+$NetBSD: distinfo,v 1.72 2026/06/28 06:28:33 wiz Exp $
-BLAKE2s (Text-CSV_XS-1.62.tgz) = 69a313900e8bb4c07b8c0a37c88d852ee285748e673fe7792424438e322a8525
-SHA512 (Text-CSV_XS-1.62.tgz) = b50e9c4187482615c11459dc3d77f9dd8b0d4b7549841071261081e88b132323feaf9bec5b39925dda886ddd14172f82bdd09d0b6a4b3a8257736c2b6b2c515b
-Size (Text-CSV_XS-1.62.tgz) = 286929 bytes
+BLAKE2s (Text-CSV_XS-1.64.tgz) = 5aef7bf0b1fcafb30fe59d96798fde1fa5ed7bb19fc0490d62e07a303d761f12
+SHA512 (Text-CSV_XS-1.64.tgz) = bc4f980755e1d25200298b9ba0375fa7a1cd92760c59c17f23978c8d57ea2f0721e9a05e7f4a4593cbfda8e498b87c5f3d412c7627d22db4630d1079c515f8b6
+Size (Text-CSV_XS-1.64.tgz) = 287904 bytes
Home |
Main Index |
Thread Index |
Old Index