pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libbson



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jan  2 10:42:30 UTC 2018

Modified Files:
        pkgsrc/devel/libbson: Makefile distinfo

Log Message:
Update devel/libbson to 1.9.0.

- Fix Autotools syntax for OpenBSD and any platform lacking stdint.h.
- Fix Android NDK incompatibilities.
- Fix a one-byte write past the end of a buffer in bson_decimal128_to_string.
- Avoid reading past the end of a string that contains UTF-8 multibyte NIL.
- Fix some pedantic warnings in C99 mode.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/libbson/Makefile \
    pkgsrc/devel/libbson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libbson/Makefile
diff -u pkgsrc/devel/libbson/Makefile:1.28 pkgsrc/devel/libbson/Makefile:1.29
--- pkgsrc/devel/libbson/Makefile:1.28  Mon Nov 20 16:05:04 2017
+++ pkgsrc/devel/libbson/Makefile       Tue Jan  2 10:42:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/11/20 16:05:04 fhajny Exp $
+# $NetBSD: Makefile,v 1.29 2018/01/02 10:42:30 fhajny Exp $
 
-DISTNAME=      libbson-1.8.2
+DISTNAME=      libbson-1.9.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mongodb/}
 
Index: pkgsrc/devel/libbson/distinfo
diff -u pkgsrc/devel/libbson/distinfo:1.28 pkgsrc/devel/libbson/distinfo:1.29
--- pkgsrc/devel/libbson/distinfo:1.28  Mon Nov 20 16:05:04 2017
+++ pkgsrc/devel/libbson/distinfo       Tue Jan  2 10:42:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/11/20 16:05:04 fhajny Exp $
+$NetBSD: distinfo,v 1.29 2018/01/02 10:42:30 fhajny Exp $
 
-SHA1 (libbson-1.8.2.tar.gz) = af9503cbb9e011ca3bff612881995eec73fe7dc0
-RMD160 (libbson-1.8.2.tar.gz) = 1cdfa049b9d16963cdd0001e5871e8975ec693f1
-SHA512 (libbson-1.8.2.tar.gz) = a0d9e0e3acdeb03f2de4507330cda36b2bcdeb2420ab4a0b342fe666799113f4384859af70d02d3c01ef1e4e0b8f2a06732ed14f86b386452508c680acb9b94d
-Size (libbson-1.8.2.tar.gz) = 4885188 bytes
+SHA1 (libbson-1.9.0.tar.gz) = 7f6de865e982f583c32067b6239792f0dee3cfb5
+RMD160 (libbson-1.9.0.tar.gz) = 598c186e7ac043683c23c51a715232f7cc7ba564
+SHA512 (libbson-1.9.0.tar.gz) = 0ce74334953e74881584521041fac6cffc9d2fcac8a77e42e137418e33fba09048f14ec264024253897191a1de20b37b24d89968e9f8e5ffe7b4f8fc6991b23c
+Size (libbson-1.9.0.tar.gz) = 4923026 bytes



Home | Main Index | Thread Index | Old Index