pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-Sereal-Decoder



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Feb  8 16:22:46 UTC 2023

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

Log Message:
p5-Sereal-Decoder: 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.
    * 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
    * Support quadmath builds with FLOAT_128 tag type.
    * Support YES/NO tags for booleans. Requires perl 5.36.

---

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

4.024 Wed Jul 27, 2022
    * Total rework of how THAW is invoked to resolve issues with
      frozen representations containing blessed objects.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/converters/p5-Sereal-Decoder/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/converters/p5-Sereal-Decoder/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-Decoder/Makefile
diff -u pkgsrc/converters/p5-Sereal-Decoder/Makefile:1.26 pkgsrc/converters/p5-Sereal-Decoder/Makefile:1.27
--- pkgsrc/converters/p5-Sereal-Decoder/Makefile:1.26   Tue Jun 28 11:31:11 2022
+++ pkgsrc/converters/p5-Sereal-Decoder/Makefile        Wed Feb  8 16:22:46 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2022/06/28 11:31:11 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/02/08 16:22:46 fcambus Exp $
 
-DISTNAME=      Sereal-Decoder-4.023
+DISTNAME=      Sereal-Decoder-5.003
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    converters security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/}
 

Index: pkgsrc/converters/p5-Sereal-Decoder/distinfo
diff -u pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.21 pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.22
--- pkgsrc/converters/p5-Sereal-Decoder/distinfo:1.21   Fri Feb 25 21:41:16 2022
+++ pkgsrc/converters/p5-Sereal-Decoder/distinfo        Wed Feb  8 16:22:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/02/25 21:41:16 fcambus Exp $
+$NetBSD: distinfo,v 1.22 2023/02/08 16:22:46 fcambus Exp $
 
-BLAKE2s (Sereal-Decoder-4.023.tar.gz) = 88f5cd8ec1fd356502dcd86ea07c973104d11110730b263735b33672292ad40e
-SHA512 (Sereal-Decoder-4.023.tar.gz) = 9380853532cad110758db119efd51a4004dda1c6c6065afb0ee5e67c79a3f3baaa4767abaac6224f9bccb48214c7e73bd5c0748868301b1be0bb50534592e6ae
-Size (Sereal-Decoder-4.023.tar.gz) = 716188 bytes
+BLAKE2s (Sereal-Decoder-5.003.tar.gz) = c6aa283b2a519337d068a135e81d7401375d17f433796eb92094befba2f63587
+SHA512 (Sereal-Decoder-5.003.tar.gz) = a92cac9bdb585cac124642d052d17da163faae4350274d07e9c4dbbab0ec75f86ba24012f41653cd703df93a893d2198fd354f2130d8ce58d6f2860c9b9a4e2f
+Size (Sereal-Decoder-5.003.tar.gz) = 837414 bytes



Home | Main Index | Thread Index | Old Index