Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZgPpn43z; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=srCjJTvO Received: by mail.netbsd.org (Postfix, from userid 605) id 179BD84E91; Wed, 1 May 2024 12:37:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714567059; bh=nZq5e74f8lqbkzeBsHD5YmdoNI0cJMCFEeJVQoDTOIE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ZgPpn43zwvA8ysVSu1qfs3NPy/B2iSb3k4eAUmZJVry6dErqyd6VeDoq92LnN8XfQ 7d1wmxasGm2cFdSrVkgOtnFOBcFaGknghnnwZ7P9wdi1QFfMQ+wPeyWvM2u/TsuP1I /o9JQEMtCm7Hj5/Z3tNPbEnF3lYMdDOML5rJ4vFA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0938A84D2D for ; Wed, 1 May 2024 12:37:38 +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 IbHb6kGjGLsM for ; Wed, 1 May 2024 12:37:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D803984CF4 for ; Wed, 1 May 2024 12:37:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714567057; bh=nZq5e74f8lqbkzeBsHD5YmdoNI0cJMCFEeJVQoDTOIE=; h=Date:From:Subject:To:Reply-To; b=srCjJTvOH0u7XOXE+KtNIPF6AOVJjD0cAwYyOYyyuqXHqMJb+8pcH5ySHG1+IrCVW LyCtM2Kbx9inyJmCVKpl7zileFH6Irpkp+OHpDatVSltvwu/uPdG65VZ1firjMP+U8 53FG1opyBHBoQbFfPLfsKsTorS3yQXD+TOCPMq8A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4FF2FA2C; Wed, 1 May 2024 12:37:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714567056299640" MIME-Version: 1.0 Date: Wed, 1 May 2024 12:37: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: <20240501123736.D4FF2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714567056299640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 1 12:37:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated www/hs-http-client to 0.7.17 To generate a diff of this commit: cvs rdiff -u -r1.2977 -r1.2978 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714567056299640 Content-Disposition: inline Content-Length: 721 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.2977 pkgsrc/doc/CHANGES-2024:1.2978 --- pkgsrc/doc/CHANGES-2024:1.2977 Wed May 1 10:46:01 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 1 12:37:36 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2977 2024/05/01 10:46:01 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2978 2024/05/01 12:37:36 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4817,3 +4817,4 @@ Changes to the packages collection and i Updated devel/cabal-fmt to 0.1.11 [pho 2024-05-01] Updated lang/hs-hslua-cli to 1.4.2 [pho 2024-05-01] Updated www/hs-http-types to 0.12.4 [pho 2024-05-01] + Updated www/hs-http-client to 0.7.17 [pho 2024-05-01] --_----------=_1714567056299640--