summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-05-08 15:07:40 +0000
committerwen <wen@pkgsrc.org>2016-05-08 15:07:40 +0000
commitb3c8111171a1f583cfa7425e3cbebb95e7bed927 (patch)
treea099ece1cb397800ca52d839b2521ba5de37ee12 /converters
parent2b004a9bbce2173542675e9b23cdadb02f9f4701 (diff)
downloadpkgsrc-b3c8111171a1f583cfa7425e3cbebb95e7bed927.tar.gz
Update to 3.014
Upstream changes: 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 Dec 1 2015 * Build fixes. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * FIX: Win32 build issues. 3.007 Nov 26 2015 * Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * [ENCODER]: new sort orders added. * Fix incremental parsing of utf8 strings. See https://rt.cpan.org/Public/Bug/Display.html?id=93892 * Encoder 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
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Sereal-Decoder/Makefile5
-rw-r--r--converters/p5-Sereal-Decoder/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile
index 103c93f6722..413882e8884 100644
--- a/converters/p5-Sereal-Decoder/Makefile
+++ b/converters/p5-Sereal-Decoder/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2015/06/12 10:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/05/08 15:07:40 wen Exp $
-DISTNAME= Sereal-Decoder-3.005
+DISTNAME= Sereal-Decoder-3.014
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/}
diff --git a/converters/p5-Sereal-Decoder/distinfo b/converters/p5-Sereal-Decoder/distinfo
index 2928449d7b4..e744ba20cce 100644
--- a/converters/p5-Sereal-Decoder/distinfo
+++ b/converters/p5-Sereal-Decoder/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 01:43:52 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/05/08 15:07:40 wen Exp $
-SHA1 (Sereal-Decoder-3.005.tar.gz) = 210e840a6a90af1ea13daa674965c2b63a57adce
-RMD160 (Sereal-Decoder-3.005.tar.gz) = 2fddb3a4e0f9ef27ee838975c45a6ceab3142c94
-SHA512 (Sereal-Decoder-3.005.tar.gz) = 1e2df359c75ae2b53743d0ebd8ac74f95c46011ff39a669617f228ff43e24bb783ec4b6ecf1b9e8c40b4182b5642713bc96c30fe7bbbe65b5d4db9242edd407b
-Size (Sereal-Decoder-3.005.tar.gz) = 364464 bytes
+SHA1 (Sereal-Decoder-3.014.tar.gz) = 79962f925b2f7dc3920c913d0b033da860a84012
+RMD160 (Sereal-Decoder-3.014.tar.gz) = bc15b504e216305349fd5192f337202d93e21480
+SHA512 (Sereal-Decoder-3.014.tar.gz) = 00ac49d18033fa177fa12d36b0527f327eaed54c96a065783da6c209db24764b4487464312a933ac24d51d94ef79293c0cb1aa938f6e4704a3b0a11b30151e22
+Size (Sereal-Decoder-3.014.tar.gz) = 369546 bytes