pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 21 11:29:19 UTC 2020
Modified Files:
pkgsrc/devel/protobuf: Makefile distinfo
pkgsrc/devel/py-protobuf: Makefile distinfo
Log Message:
protobuf py-protobuf: updated to 3.13.0
Protocol Buffers v3.13.0
C++
Removed deprecated unsafe arena string accessors
Enabled heterogeneous lookup for std::string keys in maps.
Removed implicit conversion from StringPiece to std::string
Fix use-after-destroy bug when the Map is allocated in the arena.
Improved the randomness of map ordering
Added stack overflow protection for text format with unknown fields
Use std::hash for proto maps to help with portability.
Added more Windows macros to proto whitelist.
Arena constructors for map entry messages are now marked "explicit"
(for regular messages they were already explicit).
Fix subtle aliasing bug in RepeatedField::Add
Fix mismatch between MapEntry ByteSize and Serialize with respect to unset
fields.
Python
JSON format conformance fixes:
Reject lowercase t for Timestamp json format.
Print full_name directly for extensions (no camelCase).
Reject boolean values for integer fields.
Reject NaN, Infinity, -Infinity that is not quoted.
Base64 fixes for bytes fields: accept URL-safe base64 and missing padding.
Bugfix for fields/files named "async" or "await".
Improved the error message when AttributeError is returned from getattr
in EnumTypeWrapper.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-protobuf/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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.32 pkgsrc/devel/protobuf/Makefile:1.33
--- pkgsrc/devel/protobuf/Makefile:1.32 Thu Jul 30 07:02:40 2020
+++ pkgsrc/devel/protobuf/Makefile Fri Aug 21 11:29:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2020/07/30 07:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.33 2020/08/21 11:29:18 adam Exp $
-DISTNAME= protobuf-cpp-3.12.4
+DISTNAME= protobuf-cpp-3.13.0
PKGNAME= ${DISTNAME:S/-cpp//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.38 pkgsrc/devel/protobuf/distinfo:1.39
--- pkgsrc/devel/protobuf/distinfo:1.38 Thu Jul 30 07:02:40 2020
+++ pkgsrc/devel/protobuf/distinfo Fri Aug 21 11:29:18 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2020/07/30 07:02:40 adam Exp $
+$NetBSD: distinfo,v 1.39 2020/08/21 11:29:18 adam Exp $
-SHA1 (protobuf-cpp-3.12.4.tar.gz) = babb252d208ca9dae43c428cc9b348fec44ff87c
-RMD160 (protobuf-cpp-3.12.4.tar.gz) = b26b4806aaac3fd1983bf8c55e8a9f8232ae7721
-SHA512 (protobuf-cpp-3.12.4.tar.gz) = ba175d59f5f8158e9c8cfeb9ed19f80115e31e86458b5599797ca15826925c3e31d63fe2e97407a2c138837617758c78115beb43801178f20c5b0bf7b8e75c50
-Size (protobuf-cpp-3.12.4.tar.gz) = 4639989 bytes
+SHA1 (protobuf-cpp-3.13.0.tar.gz) = 3a7d5c07404764298aa8d77aa13910baffc491f3
+RMD160 (protobuf-cpp-3.13.0.tar.gz) = 830be272ab19ebdabeb5e086e2a0b626f9c1611c
+SHA512 (protobuf-cpp-3.13.0.tar.gz) = 89a3d6207d14cc9afbd50a514a7c0f781c0e530bdbbe720e7e2f645301cdf59fb6772d5a95aea4a35ebcb2e17a738d8fdba8314fbc3aa6f34a97427ccf0c7342
+Size (protobuf-cpp-3.13.0.tar.gz) = 4638758 bytes
SHA1 (patch-configure) = 22a1fc4e701b348772b3e2e4c68aad3b97032cc5
SHA1 (patch-third__party_googletest_googlemock_configure) = fe3b812e819130d87d99316144507d2454461cd1
Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.30 pkgsrc/devel/py-protobuf/Makefile:1.31
--- pkgsrc/devel/py-protobuf/Makefile:1.30 Sat Aug 8 18:00:19 2020
+++ pkgsrc/devel/py-protobuf/Makefile Fri Aug 21 11:29:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/08/08 18:00:19 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2020/08/21 11:29:18 adam Exp $
-DISTNAME= protobuf-3.12.4
+DISTNAME= protobuf-3.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.28 pkgsrc/devel/py-protobuf/distinfo:1.29
--- pkgsrc/devel/py-protobuf/distinfo:1.28 Thu Jul 30 07:02:40 2020
+++ pkgsrc/devel/py-protobuf/distinfo Fri Aug 21 11:29:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2020/07/30 07:02:40 adam Exp $
+$NetBSD: distinfo,v 1.29 2020/08/21 11:29:18 adam Exp $
-SHA1 (protobuf-3.12.4.tar.gz) = 4c39102081ca70f0e850f021f24e8b82cfd7dfb4
-RMD160 (protobuf-3.12.4.tar.gz) = 06c62fc9212e36404d1842aee94d6f8f577397ea
-SHA512 (protobuf-3.12.4.tar.gz) = 5364168e511320ee88a66ea7c2d85f61eddd3d9d7912d0dc216dc97a84917d0542c2eddc2ada576fcefd28c15930bb03051733d5852772fa8076b1fba34c6a0b
-Size (protobuf-3.12.4.tar.gz) = 267598 bytes
+SHA1 (protobuf-3.13.0.tar.gz) = 5a9d40e115c7ce113e760fd7326a7cae9925f3aa
+RMD160 (protobuf-3.13.0.tar.gz) = c0bbb3e58f54c3ddda8008249edb37177bc99f30
+SHA512 (protobuf-3.13.0.tar.gz) = 64216159899cabd49a6e66b2ad90bd60ab2d932ff96b7a9a294ec01c22ff8e46a9f1cd229d323795e50d756f408027fb97d97294d7c913acae67ae36a40c8ef7
+Size (protobuf-3.13.0.tar.gz) = 267858 bytes
Home |
Main Index |
Thread Index |
Old Index