Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FgyBImXJ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MNwtIzZA Received: by mail.netbsd.org (Postfix, from userid 605) id E6F0784F89; Thu, 2 May 2024 06:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714632892; bh=tbf9C7bnU3P8UxwAmN3XUp4siG1BKZK9QXbBzn/rml4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FgyBImXJxvt/cJlpdWpnMHK9roZQfkRokTGiXXzLX0XeIJJyBO/nR7NfEd1+lu8wx tN8vvyunxDSDanfYTB864OajZQ083/3OLjhvxzBxC0fUAxELP0hHOWzQleIi6+0TGj WZ2+zJS4hrtatnfASMTnEfuc7hqCRez0WN12eirQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9EB584F7B for ; Thu, 2 May 2024 06:54:50 +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 Ty3-2dGCW9CR for ; Thu, 2 May 2024 06:54:50 +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 27FD484ECB for ; Thu, 2 May 2024 06:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714632890; bh=tbf9C7bnU3P8UxwAmN3XUp4siG1BKZK9QXbBzn/rml4=; h=Date:From:Subject:To:Reply-To; b=MNwtIzZACdLESGyXZ5YuyrpijASjHp2dwLBRQafFjY8xlPqiI+Ole2Ug7JYSxJD8y gR6Ngb3Mt36KWI3ZiI4Jd2WnxNTlBbVlMDvxK+Nn1m1OpsZ0e04oPmj7dggNgdtChF nmJSp4nLVe/+9kVwdWUWdSulVDnlcBWz/V2/V0TA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E16BFA2C; Thu, 2 May 2024 06:54:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171463289096970" MIME-Version: 1.0 Date: Thu, 2 May 2024 06:54:50 +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: <20240502065450.1E16BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171463289096970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu May 2 06:54:50 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added www/hs-http-semantics version 0.0.0 To generate a diff of this commit: cvs rdiff -u -r1.3000 -r1.3001 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171463289096970 Content-Disposition: inline Content-Length: 737 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.3000 pkgsrc/doc/CHANGES-2024:1.3001 --- pkgsrc/doc/CHANGES-2024:1.3000 Thu May 2 06:45:46 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 2 06:54:49 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3000 2024/05/02 06:45:46 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3001 2024/05/02 06:54:49 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4844,3 +4844,4 @@ Changes to the packages collection and i Updated www/hs-wai to 3.2.4 [pho 2024-05-02] Updated lang/hs-hslua-packaging to 2.3.1 [pho 2024-05-02] Updated archivers/hs-hslua-module-zip to 1.1.1 [pho 2024-05-02] + Added www/hs-http-semantics version 0.0.0 [pho 2024-05-02] --_----------=_171463289096970--