pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libcbor
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 12 22:36:03 UTC 2022
Modified Files:
pkgsrc/devel/libcbor: Makefile PLIST distinfo
Log Message:
libcbor: update to 0.9.0
Improved pkg-config paths handling
Use explicit math.h linkage
Fixed handling of items that exceed the host size_t range
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libcbor/Makefile \
pkgsrc/devel/libcbor/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libcbor/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.4 pkgsrc/devel/libcbor/Makefile:1.5
--- pkgsrc/devel/libcbor/Makefile:1.4 Wed Nov 25 05:54:45 2020
+++ pkgsrc/devel/libcbor/Makefile Tue Apr 12 22:36:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/11/25 05:54:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/12 22:36:02 tnn Exp $
-DISTNAME= libcbor-0.8.0
+DISTNAME= libcbor-0.9.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=PJK/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -14,7 +14,6 @@ USE_LANGUAGES+= c c++
USE_CMAKE= yes
USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
-CMAKE_ARGS+= -DCMAKE_C_STANDARD_LIBRARIES="-lm" # ldexp
CHECK_PORTABILITY_SKIP+= misc/hooks/*
Index: pkgsrc/devel/libcbor/distinfo
diff -u pkgsrc/devel/libcbor/distinfo:1.4 pkgsrc/devel/libcbor/distinfo:1.5
--- pkgsrc/devel/libcbor/distinfo:1.4 Tue Oct 26 10:15:15 2021
+++ pkgsrc/devel/libcbor/distinfo Tue Apr 12 22:36:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:15 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/12 22:36:02 tnn Exp $
-BLAKE2s (libcbor-0.8.0.tar.gz) = 7fc053ea3baa0f26696421e328909f0b9f1c2c59ef0a89e5b68c9b9f9a451305
-SHA512 (libcbor-0.8.0.tar.gz) = 694d2d3a78d80072f96e0afb73590ca1f3572e41d2117330ef4313ed06271743b048d3ba3259c6ffe9a802d5e441379d0e54787d1d42fed08dc81ac4f06c6dbc
-Size (libcbor-0.8.0.tar.gz) = 267044 bytes
+BLAKE2s (libcbor-0.9.0.tar.gz) = 581b66f34846c1e52c09a458727c91e8b961a1de546c5201952682e7706de088
+SHA512 (libcbor-0.9.0.tar.gz) = 710239f69d770212a82e933e59df1aba0fb3ec516ef6666a366f30a950565a52981b0d46ca7e0eea739f5785d79cc21fc19acd857a4a0b135f4f6aa3ef5fd3b0
+Size (libcbor-0.9.0.tar.gz) = 275405 bytes
Index: pkgsrc/devel/libcbor/PLIST
diff -u pkgsrc/devel/libcbor/PLIST:1.2 pkgsrc/devel/libcbor/PLIST:1.3
--- pkgsrc/devel/libcbor/PLIST:1.2 Thu Oct 22 20:19:39 2020
+++ pkgsrc/devel/libcbor/PLIST Tue Apr 12 22:36:02 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/22 20:19:39 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/12 22:36:02 tnn Exp $
include/cbor.h
include/cbor/arrays.h
include/cbor/bytestrings.h
@@ -22,6 +22,6 @@ include/cbor/streaming.h
include/cbor/strings.h
include/cbor/tags.h
lib/libcbor.so
-lib/libcbor.so.0.8
+lib/libcbor.so.0.9
lib/libcbor.so.${PKGVERSION}
lib/pkgconfig/libcbor.pc
Home |
Main Index |
Thread Index |
Old Index