Wed Feb 8 16:24:55 2023 UTC ()
p5-Sereal: update to 5.003.

5.003
    * Production release of 5.002_001 and 5.002_002
    * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
      for providing guidance and access to an OpenBSD box to use to
      debug and fix this.
    * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
    * Assorted build fixes related to these updates.

5.002_002
    * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
      for providing guidance and access to an OpenBSD box to use to
      debug and fix this.

5.002_001
    * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
    * Assorted build fixes related to these updates.

5.002
    * Fixup Decoder tests to run on perl 5.8 which has no defined-or.
    - Consolidated changes from 5.001_00x:
    * Ensure that Encoder depends on the correct version of the Decoder.
      Gracious thanks to Slaven Rezic for being so patient in helping
      me get this release working properly.
    * Test compatibility fixes when no perl is already installed.
    * Add t/195_backcompat.t to check if the latest decoder will
      seamlessly handle reading output from older versions.
    * Test compatibility fixes with version 3 and earlier.

5.001_003
    * Ensure that Encoder depends on the correct version of the Decoder.
      Gracious thanks to Slaven Rezic for being so patient in helping
      me get 5.001_00x working properly.

5.001_002
    * Test compatibility fixes when no perl is already installed.
    * Decoder: Add t/195_backcompat.t to check if the latest decoder
      will seamlessly handle reading output from older versions.

5.001_001
    * Test compatibility fixes with version 3 and earlier.

5.001
    * First official release of protocol 5. Better support for non
      standard NV types. Support for the new Perl 5.36 bools.
      Upgrade *Sereal::Decoder* FIRST.

5.000_002
    * Prerelease CPAN testing. Build fixes for quadmath and
      longdouble perls. Certain tests were failing with the old
      versions which were subtly broken on quadmath or longdouble
      machines. These tests are now skipped on these builds. You
      will not be able to fully test this platform until you install
      the Decoder, and then install the Encoder.

5.000_001
    * Prerelease CPAN testing for 5.000_000.

5.000_000 Tue Aug 30, 2022
    * Better handling of floating point values
    * Support quadmath __float128 values as FLOAT_128.
    * Better longdouble support.
    * Add encoder option 'use_standard_double' which avoids
      use of LONG_DOUBLE and FLOAT_128 and forces doubles
      to go to the wire as DOUBLE instead. By default we use
      the native double for back compat.

----

4.025 Thr Jul 28, 2022
    * Release with build fixes for the Decoder under threaded
      perls and MANIFEST update.

4.024 Wed Jul 27, 2022
    * Changes to the FREEZE/THAW mechanism. Remove the part that
      says that FREEZE cannot return a list. It can, and we have
      supported it for a very long time, although I have not checked
      how far back this support goes. If you use the FREEZE/THAW
      API's you should upgrade to this version or later.
    * Test fixes for t/020_sort_keys.t hanging on some perls
      which do not come bundled with Hash::Util.


(fcambus)
diff -r1.19 -r1.20 pkgsrc/converters/p5-Sereal/Makefile
diff -r1.13 -r1.14 pkgsrc/converters/p5-Sereal/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/converters/p5-Sereal/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-Sereal/Makefile 2022/06/28 11:31:11 1.19
+++ pkgsrc/converters/p5-Sereal/Makefile 2023/02/08 16:24:54 1.20
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.19 2022/06/28 11:31:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2023/02/08 16:24:54 fcambus Exp $
2 2
3DISTNAME= Sereal-4.023 3DISTNAME= Sereal-5.003
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= converters perl5 5CATEGORIES= converters perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YV/YVES/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YV/YVES/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/pod/distribution/Sereal/lib/Sereal.pm 9HOMEPAGE= https://metacpan.org/pod/distribution/Sereal/lib/Sereal.pm
11COMMENT= Fast, compact, powerful binary (de-)serialization 10COMMENT= Fast, compact, powerful binary (de-)serialization
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Sereal-Decoder>=4.007:../../converters/p5-Sereal-Decoder 13DEPENDS+= p5-Sereal-Decoder>=4.007:../../converters/p5-Sereal-Decoder
15DEPENDS+= p5-Sereal-Encoder>=4.007:../../converters/p5-Sereal-Encoder 14DEPENDS+= p5-Sereal-Encoder>=4.007:../../converters/p5-Sereal-Encoder
16 15
17# TEST_DEPENDS 16# TEST_DEPENDS
18BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 17BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep

cvs diff -r1.13 -r1.14 pkgsrc/converters/p5-Sereal/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-Sereal/distinfo 2022/02/25 21:42:39 1.13
+++ pkgsrc/converters/p5-Sereal/distinfo 2023/02/08 16:24:54 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2022/02/25 21:42:39 fcambus Exp $ 1$NetBSD: distinfo,v 1.14 2023/02/08 16:24:54 fcambus Exp $
2 2
3BLAKE2s (Sereal-4.023.tar.gz) = d3b14c881f22abbd657cbbc65e1f303f48d4da658d889d310ccfe46fcf6e4f7f 3BLAKE2s (Sereal-5.003.tar.gz) = 30238407a1464b540a0e47bd52c7b9829f19690d2b1efb099aa85bf007f7f570
4SHA512 (Sereal-4.023.tar.gz) = 849cda34555e6d3cf428576be83e374e39a4a9e310da853aabac27acc2c4be81f4cf1da4f3513f975d3e6acd3eef5dcb8f8297926c903d7d21e1b7b3fccbf9ba 4SHA512 (Sereal-5.003.tar.gz) = db5f6664204285355bf1d67a01d37a367455cd440b3f411a70fab83826ea576a129e1e6e355b6227f9e1a4a1b7b9889e749a9a4054daaa0d849300ae3f88156e
5Size (Sereal-4.023.tar.gz) = 197206 bytes 5Size (Sereal-5.003.tar.gz) = 199166 bytes