Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B455284F53 for ; Tue, 7 Nov 2023 22:36:23 +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 WEdpIr7Vm_5d for ; Tue, 7 Nov 2023 22:36:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F96C84E65 for ; Tue, 7 Nov 2023 22:36:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CEC3FA2D; Tue, 7 Nov 2023 22:36:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699396583221990" MIME-Version: 1.0 Date: Tue, 7 Nov 2023 22:36:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libcbor To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231107223623.3CEC3FA2D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699396583221990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 7 22:36:23 UTC 2023 Modified Files: pkgsrc/devel/libcbor: DESCR Log Message: libcbor: update DESCR >From Alex Crooks in PR 57686 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libcbor/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699396583221990 Content-Disposition: inline Content-Length: 545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libcbor/DESCR diff -u pkgsrc/devel/libcbor/DESCR:1.1 pkgsrc/devel/libcbor/DESCR:1.2 --- pkgsrc/devel/libcbor/DESCR:1.1 Fri Aug 23 17:14:45 2019 +++ pkgsrc/devel/libcbor/DESCR Tue Nov 7 22:36:23 2023 @@ -3,7 +3,7 @@ general-purpose schema-less binary data From cbor.io: -RFC 7049 Concise Binary Object Representation +RFC 8949 Concise Binary Object Representation "The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code --_----------=_1699396583221990--