Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=06ak25nN; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LFP4X/sk Received: by mail.netbsd.org (Postfix, from userid 605) id 594CB8505E; Sat, 4 May 2024 10:42:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714819358; bh=ShPWEO+8Bq9Vf29rUEUVg+cIqqirl4VvMeiCCV5VErQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=06ak25nNO+P3A5iCJNI66H6nAUPfTh5Akg1y3wtPZU5Z5PCENt8C2zavQW2H3bK8k lyzinw8/J5mgXhVrZ6DHCVH2OHG7zex7CH1444FP7+2XrjHdtW3I0WNXVy4bzKS50D Ui71c7OM/wWXJCpCV0RU2hxZL6sDb53jvFQriPg4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49F2684E64 for ; Sat, 4 May 2024 10:42:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 53o1meaFDZea for ; Sat, 4 May 2024 10:42:36 +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 8BA4784D14 for ; Sat, 4 May 2024 10:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714819356; bh=ShPWEO+8Bq9Vf29rUEUVg+cIqqirl4VvMeiCCV5VErQ=; h=Date:From:Subject:To:Reply-To; b=LFP4X/skzCE2IXGs10TCqmg7/0AVNQBDR4mtlOMkT754y8qhwB9hbXfGt0W2HvJFz ZyaqsM+yp2xsxToSfNmibzjVIz42VJPd9leW5Sr60obt694NJfJCvyBXYt9VGUZKaS yVs8kEyTec4ortbVkQt/gRWRaNA2cCvheehiQTgA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80403FA2C; Sat, 4 May 2024 10:42:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714819356174110" MIME-Version: 1.0 Date: Sat, 4 May 2024 10:42:36 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504104236.80403FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714819356174110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 10:42:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/hs-hls-plugin-api to 2.7.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3079 -r1.3080 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714819356174110 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3079 pkgsrc/doc/CHANGES-2024:1.3080 --- pkgsrc/doc/CHANGES-2024:1.3079 Sat May 4 10:18:54 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 4 10:42:36 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3079 2024/05/04 10:18:54 he Exp $ +$NetBSD: CHANGES-2024,v 1.3080 2024/05/04 10:42:36 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4921,3 +4921,4 @@ Changes to the packages collection and i Updated www/hs-warp-tls to 3.4.5 [pho 2024-05-04] Updated lang/purescript to 0.15.15 [pho 2024-05-04] Updated security/py-bcrypt to 4.1.3 [he 2024-05-04] + Updated devel/hs-hls-plugin-api to 2.7.0.0 [pho 2024-05-04] --_----------=_1714819356174110--