Received: by mail.netbsd.org (Postfix, from userid 605) id 1001A84E77; Tue, 23 Aug 2022 10:59:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4923484D2A for ; Tue, 23 Aug 2022 10:59:53 +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 sCzbyBiZGqs4 for ; Tue, 23 Aug 2022 10:59:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B3AAC84D10 for ; Tue, 23 Aug 2022 10:59:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD40FFB1A; Tue, 23 Aug 2022 10:59:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166125239277670" MIME-Version: 1.0 Date: Tue, 23 Aug 2022 10:59:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/hs-hslua-aeson To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220823105952.AD40FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166125239277670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 23 10:59:52 UTC 2022 Modified Files: pkgsrc/converters/hs-hslua-aeson: Makefile distinfo Log Message: hs-hslua-aeson: update to 2.2.1. ## hslua-aeson-2.2.1 Released 2022-06-23. - Export `jsonarray`, which is the name of the registry slot holding the metatable given to array tables. Setting the corresponding registry value will affect all newly created array values. ## hslua-aeson-2.2.0.1 Released 2022-06-16. - Relaxed upper bound for mtl, allowing mtl-2.3. - Relaxed upper bound for aeson, allowing aeson-2.1. ## hslua-aeson-2.2.0 Released 2022-02-19. - Relaxed upper bound for hslua-core and hslua-marshalling, allowing version 2.2 of both packages. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/hs-hslua-aeson/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/hs-hslua-aeson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166125239277670 Content-Disposition: inline Content-Length: 1636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/hs-hslua-aeson/Makefile diff -u pkgsrc/converters/hs-hslua-aeson/Makefile:1.4 pkgsrc/converters/hs-hslua-aeson/Makefile:1.5 --- pkgsrc/converters/hs-hslua-aeson/Makefile:1.4 Sat Aug 20 08:08:12 2022 +++ pkgsrc/converters/hs-hslua-aeson/Makefile Tue Aug 23 10:59:52 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/08/20 08:08:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/08/23 10:59:52 wiz Exp $ -DISTNAME= hslua-aeson-2.1.0 -PKGREVISION= 3 +DISTNAME= hslua-aeson-2.2.1 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/converters/hs-hslua-aeson/distinfo diff -u pkgsrc/converters/hs-hslua-aeson/distinfo:1.1 pkgsrc/converters/hs-hslua-aeson/distinfo:1.2 --- pkgsrc/converters/hs-hslua-aeson/distinfo:1.1 Sat Feb 12 08:10:19 2022 +++ pkgsrc/converters/hs-hslua-aeson/distinfo Tue Aug 23 10:59:52 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/02/12 08:10:19 pho Exp $ +$NetBSD: distinfo,v 1.2 2022/08/23 10:59:52 wiz Exp $ -BLAKE2s (hslua-aeson-2.1.0.tar.gz) = b80b4ab6a2f920f2c0cf18b9de7c3e9cefcd2108f83e5b41ed6f7718c341be2b -SHA512 (hslua-aeson-2.1.0.tar.gz) = e9e53cbb652e64dc617f108c2088d4d24f807d7422517abeaedccfaf0b42b2b79d47908ec0bbf4883c332451bb68504b8b1bbf75ec8e50c033059b41bbe10aab -Size (hslua-aeson-2.1.0.tar.gz) = 5849 bytes +BLAKE2s (hslua-aeson-2.2.1.tar.gz) = 3326a6479ba3fad0f7459d1e02fdbb3e00113092ffc7ff6572b08359f4fe87ef +SHA512 (hslua-aeson-2.2.1.tar.gz) = 0b33c587b16381e972ff6eb91b2fefdae2ea27441642ed339b1a9d238a3c64b8a3551edfc09d6507db11d63c7de79b27490f5eb68854c38dd0c0a323e19b40ee +Size (hslua-aeson-2.2.1.tar.gz) = 5978 bytes --_----------=_166125239277670--