Received: by mail.netbsd.org (Postfix, from userid 605) id 47AEC84DD9; Thu, 30 Jan 2020 09:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C63CD84DCB for ; Thu, 30 Jan 2020 09:47:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bDX1DtFJSaug for ; Thu, 30 Jan 2020 09:47:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4DE6E84CDA for ; Thu, 30 Jan 2020 09:47:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B7A8FBF4; Thu, 30 Jan 2020 09:47:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158037762667380" MIME-Version: 1.0 Date: Thu, 30 Jan 2020 09:47:06 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/converters/p5-Sereal-Encoder To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20200130094706.4B7A8FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158037762667380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Jan 30 09:47:06 UTC 2020 Modified Files: pkgsrc/converters/p5-Sereal-Encoder: Makefile distinfo Log Message: p5-Sereal-Encoder: update to 4.008. 4.008 Weds January 30, 2020 * Fixup casting error for pedantic compilers in srl_compress.h * Build fixes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/converters/p5-Sereal-Encoder/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/p5-Sereal-Encoder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158037762667380 Content-Disposition: inline Content-Length: 1897 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-Sereal-Encoder/Makefile diff -u pkgsrc/converters/p5-Sereal-Encoder/Makefile:1.18 pkgsrc/converters/p5-Sereal-Encoder/Makefile:1.19 --- pkgsrc/converters/p5-Sereal-Encoder/Makefile:1.18 Sun Aug 11 13:18:14 2019 +++ pkgsrc/converters/p5-Sereal-Encoder/Makefile Thu Jan 30 09:47:06 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2019/08/11 13:18:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/30 09:47:06 fcambus Exp $ -DISTNAME= Sereal-Encoder-4.007 +DISTNAME= Sereal-Encoder-4.008 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/} Index: pkgsrc/converters/p5-Sereal-Encoder/distinfo diff -u pkgsrc/converters/p5-Sereal-Encoder/distinfo:1.14 pkgsrc/converters/p5-Sereal-Encoder/distinfo:1.15 --- pkgsrc/converters/p5-Sereal-Encoder/distinfo:1.14 Fri Apr 19 14:45:22 2019 +++ pkgsrc/converters/p5-Sereal-Encoder/distinfo Thu Jan 30 09:47:06 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/04/19 14:45:22 wen Exp $ +$NetBSD: distinfo,v 1.15 2020/01/30 09:47:06 fcambus Exp $ -SHA1 (Sereal-Encoder-4.007.tar.gz) = b01f2214055e56191a482cbe7e8d4bf932924c65 -RMD160 (Sereal-Encoder-4.007.tar.gz) = 50c6f20d4794970142c797da8b2d73b44f44f166 -SHA512 (Sereal-Encoder-4.007.tar.gz) = cd0cc13993f71cafa496790cec679828a18eedb933c63675adff25bc8cae0a21073b5845a91f8022195225d925f1b49289c62b6faa44bb773384d371bc5a2046 -Size (Sereal-Encoder-4.007.tar.gz) = 497719 bytes +SHA1 (Sereal-Encoder-4.008.tar.gz) = 615777ce3af430f727eb5245c24138b2c828103f +RMD160 (Sereal-Encoder-4.008.tar.gz) = 1a8c3ad852e9af6d5e3a0dfae1438339abb8cc9b +SHA512 (Sereal-Encoder-4.008.tar.gz) = 34120bd8fdcf6a5fb382373673a4c0cc87b38b86b9d548da098fd4fee5ef9d7eb0283681633f6d79825da98022f6ca44206e2666a9e613c28eed5d5a98d3fb45 +Size (Sereal-Encoder-4.008.tar.gz) = 497958 bytes --_----------=_158037762667380--