pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-Sereal



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 24 02:52:47 UTC 2026

Modified Files:
        pkgsrc/converters/p5-Sereal: Makefile distinfo

Log Message:
Update to 5.009

Upstream changes:
5.009
    * Only use Perl's C<$Config{ccflags}> when building bundled zstd on
      AIX / IBM toolchains, or when C<SEREAL_ZSTD_USE_CONFIG_CCFLAGS> is
      set. Other platforms now use the normal zstd build flags again.
5.008
    * Decoder now supports C<thaw_allow_classes> and C<thaw_deny_action>
      to control thaw callbacks during decoding. Thanks to James Rouzier
      for the patches.
5.007
    * Use $Config{ccflags} to compile ztd with. Should fix AIX.
      Thanks to Thomas Seeling for the suggestion.
5.006
    * Use miniz 3.1.1
    * Avoid deprecated ZSTD api.
    * Tidy and regen.
5.005
    * Update spec to document changes from version 5
    * Security fixes in decoder.
5.004_001
    * Update Zstd to 1.5.7, and other changes.
    * Thanks to Marco Fontani, Ricardo Signes, and James Rouzier


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/converters/p5-Sereal/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/p5-Sereal/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/p5-Sereal/Makefile
diff -u pkgsrc/converters/p5-Sereal/Makefile:1.26 pkgsrc/converters/p5-Sereal/Makefile:1.27
--- pkgsrc/converters/p5-Sereal/Makefile:1.26   Thu Jul 16 19:01:31 2026
+++ pkgsrc/converters/p5-Sereal/Makefile        Fri Jul 24 02:52:47 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2026/07/16 19:01:31 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/07/24 02:52:47 wen Exp $
 
-DISTNAME=      Sereal-5.004
+DISTNAME=      Sereal-5.009
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    converters perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YV/YVES/}
 

Index: pkgsrc/converters/p5-Sereal/distinfo
diff -u pkgsrc/converters/p5-Sereal/distinfo:1.15 pkgsrc/converters/p5-Sereal/distinfo:1.16
--- pkgsrc/converters/p5-Sereal/distinfo:1.15   Tue Jul 30 01:13:39 2024
+++ pkgsrc/converters/p5-Sereal/distinfo        Fri Jul 24 02:52:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/07/30 01:13:39 wen Exp $
+$NetBSD: distinfo,v 1.16 2026/07/24 02:52:47 wen Exp $
 
-BLAKE2s (Sereal-5.004.tar.gz) = 6bac8f90021237ad0a945508467f320fde83d6e0d3a983b5158c1a3ab4e53d94
-SHA512 (Sereal-5.004.tar.gz) = 08107b12ea4fd5a7ae447df25a6bcd2e5a4d6ce7c13b6a51fe2b6c9a0862275ad1959d866a1b32fca2f4f6582dae7c2c81790552c204f3d41b9e2d63ddda1a7b
-Size (Sereal-5.004.tar.gz) = 199237 bytes
+BLAKE2s (Sereal-5.009.tar.gz) = 28c8d8f880a0b503de2ec67249840e2b4824478eea7444ec1ff6c0ce955b4e35
+SHA512 (Sereal-5.009.tar.gz) = 6aca7c69dfc2d0ec2626f61ca0ff17d5f3c9c7174b9634d290da08f8af7585162f13d586933f8cb88ce663c724781f4e04703db37f9e947fe88e9b1c7fee8ca1
+Size (Sereal-5.009.tar.gz) = 200169 bytes



Home | Main Index | Thread Index | Old Index