pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/57686: pkgsrc-current
>Number: 57686
>Category: pkg
>Synopsis: pkgsrc-current
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Nov 07 22:25:00 +0000 2023
>Originator: Alex Crooks
>Release: pkgsrc-current
>Organization:
OOKS LLC
>Environment:
pkgsrc-current 11072023
>Description:
>How-To-Repeat:
the devel/libcbor package entered pkgsrc a long time ago. Its description says it is RFC 7049 compliant. Time passes, RFC 8949 comes out, which supercedes 7049 - see https://datatracker.ietf.org/doc/html/rfc8949 - the author updates libcbor to be RFC 8949 compliant (see https://github.com/PJK/libcbor). The pkgsrc description still points to 7049, needs to be updated to 8949. Not a huge deal, not a small deal as people may overlook the package if they believe it?s related to the older standard, not the new one
>Fix:
diff --git a/devel/libcbor/DESCR b/devel/libcbor/DESCR
index 5e22c91e12e..2b0079ed867 100644
--- a/devel/libcbor/DESCR
+++ b/devel/libcbor/DESCR
@@ -3,7 +3,7 @@ general-purpose schema-less binary data format.
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
Home |
Main Index |
Thread Index |
Old Index