Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HKRkodTN; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bVVPA5bG Received: by mail.netbsd.org (Postfix, from userid 605) id 7CD5E8505D; Sat, 4 May 2024 09:41:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714815696; bh=S08iPOVj9BsUXp3Abi1h1TFnDWRp0OT0aAM3JVQyZ/U=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=HKRkodTNwA6OkR2fhr9zJOMCx6WovVe0SRVKkn3GHZnXItdyVWoWAn3+v/1VyZdA7 Lw5hIGHf+Jx5NVuO7UvcyPAqRYtNgfDlzwkkeYyVElY/90mW1Ly5XrijMIEkHkObEU xiSXrSAQysl1B/AFQYHzcsEsrJIrTSud9QjYLIrY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E7C684E62 for ; Sat, 4 May 2024 09:41:35 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Ui-3ZAyE3Two for ; Sat, 4 May 2024 09:41:35 +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 C2B0F84E5F for ; Sat, 4 May 2024 09:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714815695; bh=S08iPOVj9BsUXp3Abi1h1TFnDWRp0OT0aAM3JVQyZ/U=; h=Date:From:Subject:To:Reply-To; b=bVVPA5bGzgDcy2vEPPRSh79Qg51XohOGZbD2doadTE18fxCSvFueORtvD8uF7kzk1 b+32azI3e1vMWMJ+J2s/UgKDsMV089oyNGDgUzbMOYlvfzCItsw0K9vSUvy8X09TUP Nm0qsy7jFzkJEwrwa2P/3Qbq/ArFyo6+9KRzF3yc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B80DFFA2C; Sat, 4 May 2024 09:41:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714815694146810" MIME-Version: 1.0 Date: Sat, 4 May 2024 09:41:34 +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: <20240504094134.B80DFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714815694146810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 09:41:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated lang/purescript to 0.15.15 To generate a diff of this commit: cvs rdiff -u -r1.3077 -r1.3078 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714815694146810 Content-Disposition: inline Content-Length: 741 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.3077 pkgsrc/doc/CHANGES-2024:1.3078 --- pkgsrc/doc/CHANGES-2024:1.3077 Sat May 4 08:27:17 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 4 09:41:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3077 2024/05/04 08:27:17 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3078 2024/05/04 09:41:34 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4919,3 +4919,4 @@ Changes to the packages collection and i Added security/hs-crypto-token version 0.1.1 [pho 2024-05-04] Updated security/hs-tls-session-manager to 0.0.5 [pho 2024-05-04] Updated www/hs-warp-tls to 3.4.5 [pho 2024-05-04] + Updated lang/purescript to 0.15.15 [pho 2024-05-04] --_----------=_1714815694146810--