Update to 0.5.3

Changes:	https://github.com/intel/tinycbor/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-14 16:16:30 +00:00
parent d00010d64d
commit d141157f08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517573
3 changed files with 4 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tinycbor
PORTVERSION= 0.5.2
PORTVERSION= 0.5.3
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1536590931
SHA256 (intel-tinycbor-v0.5.2_GH0.tar.gz) = dfa2a4550eb145a5f62ffff39e36accf2704987922c194e8e845124175c00441
SIZE (intel-tinycbor-v0.5.2_GH0.tar.gz) = 87775
TIMESTAMP = 1573740231
SHA256 (intel-tinycbor-v0.5.3_GH0.tar.gz) = 956eb4b670ea4969eaee67395b5bb6437b153960385b77357d6692e979d1b12d
SIZE (intel-tinycbor-v0.5.3_GH0.tar.gz) = 89493

View File

@ -1,10 +0,0 @@
--- tools/json2cbor/json2cbor.c.orig 2018-09-09 05:33:57 UTC
+++ tools/json2cbor/json2cbor.c
@@ -25,6 +25,7 @@
#define _POSIX_C_SOURCE 200809L
#define _GNU_SOURCE
#include "cbor.h"
+#include "cborinternal_p.h"
#include "compilersupport_p.h"
#include <cjson/cJSON.h>