The NetBSD Project

CVS log for pkgsrc/converters/p5-Sereal/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / p5-Sereal

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:16 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

*: recursive bump for perl 5.38

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:24 2023 UTC (3 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 8 16:24:54 2023 UTC (7 months, 1 week ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:11 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

*: recursive bump for perl 5.36

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 25 21:42:39 2022 UTC (18 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

p5-Sereal: update to 4.023.

4.023 Sun Feb 20, 2022
    * Make it possible to upgrade with passing tests when using
      Sereal::Decoder 4.015 - 4.019 on threaded debugging perls.

      IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE
      TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY.*

4.022 Sat Feb 19, 2022
4.021 Fri Feb 18, 2022
    * Early but incomplete versions of 4.023, skip these releases.

4.020 Thurs Feb 17, 2022
    * Fix "panic: free from wrong pool" errors on threaded debugging builds.
      This error is only visible on DEBUGGING perls however it exists
      regardless. If you are using a threaded build upgrade to this!
      Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark
      for suggesting valgrind to debug and fix it.

4.019 Mon Feb 7, 2022
    * Fix build issue with latest perl - Thanks to Nicholas Clark
    * Update zstd to 1.5.1

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 24 19:49:23 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

*: recursive bump for perl 5.34

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:34 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

*: use MASTER_SITE_PERL_CPAN

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 6 20:00:49 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored)

p5-Sereal: update to 4.018.

4.018 Thurs Aug 3, 2020
    * Fix issue with gcc 10 with snappy compression.

4.017 Thurs July 9, 2020
    * The build fixes in 4.016 didn't work correctly, this should fix them.

4.016 Thurs July 9, 2020
    * Fix some dependency issues in build process

4.015 Weds  July 8, 2020
    * Build fixes (missing dependency)
    * Hardening against corrupted data
    * New thresholds to manage decoding process

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:50 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 18 19:56:32 2020 UTC (3 years, 3 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

p5-Sereal: update to 4.014.

4.014 Thurs June 11, 2020
    * Fix build issue on non-win32 platforms.
    * Update zstd to 1.4.5

4.012 Tues February 4, 2020
    * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev

4.011 Tues February 4, 2020
    * Fix and test custom opcode logic for 5.31.2 and later.

4.010 Tues February 4, 2020
    * Encoder/Decoder: Update miniz
    * Encoder/Decoder: Update zstd
    * Sereal/Encoder/Decoder: perltidy perl code to a standard style

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 3 11:34:52 2020 UTC (3 years, 7 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

p5-Sereal: update to 4.009.

4.009 Fri January 31, 2020
    * Encoder/Decoder: Update ppport.h for modern perls.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 30 09:48:34 2020 UTC (3 years, 7 months ago) by fcambus
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

p5-Sereal: update to 4.008.

4.008 Thurs Jan 30, 2020
    * Encoder/Decoder: Build fixes for modern perls.
    * Encoder/Decoder: Pod fixes

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:14 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 1 21:35:33 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Follow some remaining search.cpan.org redirects.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 19 14:56:32 2019 UTC (4 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.7: +4 -5 lines
Diff to previous 1.7 (colored)

Update to 4.007

Upstream changes:
4.007 Tues Apr 9, 2019
    * Sereal: restore write_sereal(), read_sereal() as aliases to write_sereal_file()
      and read_sereal_file(). Better tests for exported subs. Add SRL_UNCOMPRESSED,
      SRL_SNAPPY, SRL_ZLIB, SRL_ZSTD exports.
    * Decoder: tweak docs for looks_like_sereal/scalar_looks_like_sereal

4.006 Mon Apr 8, 2019
    * Sereal: fix read_sereal_file(),

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:08 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Recursive bump for perl5-5.28.0

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 25 16:15:47 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

p5-Sereal: update to 4.005.

4.005 Tues Jan 23, 2018
    * Encoder: Document encode_to_file()
    * Decoder: Document and fix decode_from_file()
    * Sereal: fixup docs on write_file()/decode_file()

Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 15 10:05:28 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

p5-Sereal: update to 4.004.

4.004 Sun Nov 12
    * Fix build issues from C++ style comments
    * Fixup build_requires

4.003 Sun Nov 12
    * Fixup Devel::CheckLib usage
    * Do not compress using Snappy if the buffer is larger 2**32
    * Build fixes

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 13 13:45:52 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

p5-Sereal: update to 4.002.

4.001_001 Mon Feb  6 11:13:40 CEST 2017
  * Sereal v4 release with Zstandard compression support
    https://github.com/facebook/zstd

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 17 08:29:42 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.2: +7 -3 lines
Diff to previous 1.2 (colored)

p5-Sereal: update to 3.015.

3.015 Thu Sep  1 20:18:44 CEST 2016
  * Fix builds under 5.25+
  * Fix various buffer overun bugs found using AFL (thanks to dgryski)
  * Fix issue in decode_from_file()

3.014 Dec  7 2015
  * Fix builds under 5.8.9

3.012 Dec  6 2015
  * Yet another release related to broken META files.
    ExtUtils::MakeMaker and CPAN::Meta need to be up to date
    or the META files miss stuff.

3.011 Dec  6 2015
  * No significant changes. Doc typo fixes, and build tweaks.

3.010 Nov 30 2015
  * Fix silly build issue for Sereal. We do some magic so that things
    "Just Work" when building from withing the git repo, but that magic
    was failing due to a precedence issue in the magic detection logic.
    This mean that users building in a git based .cpan dir would see
    breakage.

3.009 Nov 30 2015
  * Re-relase 3.008 with updated META files.

3.008 Nov 27 2015
  * [ENCODER] FIX: Make sure that reserializing a data structure created
    using alias_varint_under does not produce a corrupted dataset.
    Thanks to Iskra for the report.
  * [ENCODER] FIX: Precedence issue related to sort keys options.
    Thanks to Petr Písa <ppisar@redhat.com> for the report and fix.
  * [ENCODER/DECODER] FIX: Win32 build issues.

3.007 Nov 26 2015
  * [DECODER] Build fixes for boxes without any Sereal installed (it seems
    to be common on certain types of smokers, and not on others).
  * [ENCODER]: Base sort order changed, new sort orders added.
    Rework sort logic to be more efficient, fix sorted tied hashes,
    define new sort order.
    See Sereal::Encoders CHANGES files.
  * [ENCODER] Handle PVLV undefs
  * [ENCODER] General optimizations.
  * [ENCODER] Build fixes for 5.8.9
  * [ENCODER] Doc patches
  * Win32 build fixes.

3.006 Nov 14 2015
  * [DECODER] fix segfaults from heavily corrupted data. Guards
    against various pathological cases which could cause segfaults
    fixed. Thanks to Damian Gryski and "fuzzing sereal with afl"
    for finding these cases.
  * [ENCODER] Various subtle fixes to how we choose whether to serialize
    the string or numeric version of a value, in particular to
    ensure that "00" always round trips as "00", and related issues.
    Note this fix has correctness and performance consequences. In
    some cases values that used to serialized as integers (arguably
    incorrectly) will be serialized as strings instead, and some code
    maybe be slower to serialize.
    NOTE: Some issues related to this subject are not fixable without
    a protocol change. In particular this change may affect the behavior
    of code that uses binary logical operators on values serialized
    with Perl.
    Thanks to Zefram, Tom, and others for help with this issue.
  * Fixups for cast warnings under -Wint-to-ptr builds by using
    using PTR2INT and INT2PTR for casting our objects.
  * Win32 fixes
  * Build improvements
  * Changes to how we generate constants

3.005 Jan 05 2015
  * Build improvements related to char signedness being platform
    dependent.

3.004 Dec 27 2014
  * Performance optimizations and other miscellaneous changes.
  * Build improvements.
  * Win32 fixes for weakrefs.

3.003 Oct 19 2014
  * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!)
  * Setup META.yml correctly so that certain dependencies are
    marked as being test dependencies and not build or run-time
    dependencies.
  * Allow one to build against an externally supplied version
    of csnappy or miniz. Thanks to Petr Písa <ppisar@redhat.com>

3.002 Aug 20 2014
  Summary of changes from 3.001 - 3.002
  - Encoder: Introduce "canonical" option to encoder
  - Encoder: Introduce "canonical_refs" option to encoder
  - Decoder: Introduce "set_readonly" option to decoder
  - Decooder: Introduce "set_readonly_scalars" option to decoder

  * Decoder Bug fixes
  - Fix assertion fails in DEBUG perls (Brian Fraser)
  - Fix segfault with "into" interface when decoding references and
    strings into the same target SV. See new test t/550_decode_into.t

  * Test Infra Changes
  - Split up bulk tests to speed up testing and make it easier
    to see when a failure is restricted to a specific option.

  * Big-Endian Support
  - Improved support for Big-Endian machines. We now build and pass test
    on Sparc and HP-UX and other platforms with big-endian or strict
    alignedness requirements. Much thanks to Jarkko Hietaniemi,
    Gregor Herrmann, and H. Merijn Brand for for their assistance with
    this.
  - We still have issues with s390x (Z/Os) with Sereal. If someone wants
    to help it would be appreciated.

3.001
  - Production release 1 of protocol version 3
  - Zlib support
  - CANONICAL_UNDEF,
  - new magic header to make it easier to detect
    UTF8 encoded data.
  - Minor changes to how scalar values are serialized
    to favour more compact representations.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:22 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 28 13:23:34 2017 UTC (6 years, 3 months ago) by mef
Branch: MAIN

Import p5-Sereal-0.330 as converters/p5-Sereal.

This is an experimental module. Before using it in production, please get
in touch with the authors!

Sereal is an efficient, compact-output, binary and feature-rich
serialization protocol. The Perl encoder is implemented as the
Sereal::Encoder module, the Perl decoder correspondingly as
Sereal::Decoder. They are distributed separately to allow for safe
upgrading without downtime. (Hint: Upgrade the decoder everywhere first,
then the encoder.)

This Sereal module is a very thin wrapper around both Sereal::Encoder and
Sereal::Decoder. It depends on both and loads both. So if you have a user
of both encoder and decoder, it is enough to depend on a particular version
of Sereal and you'll get the most recent released versions of
Sereal::Encoder and Sereal::Decoder whose version is smaller than or equal
to the version of Sereal you depend on.

The protocol specification and many other bits of documentation can be
found in the github repository. Right now, the specification is at
   https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is a
discussion of the design objectives in
   https://github.com/Sereal/Sereal/blob/master/README.pod, and the output of
our benchmarks can be seen at
https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>