pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/protobuf
Module Name: pkgsrc
Committed By: mef
Date: Tue Jan 16 14:22:20 UTC 2018
Modified Files:
pkgsrc/devel/protobuf: Makefile.common distinfo
Log Message:
devel/protobuf and devel/py-protobuf updated to 3.5.1
2017-12-20 version 3.5.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Planned Future Changes
* Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.6.0 release. Please join this github issue:
https://github.com/google/protobuf/issues/2780 to provide your feedback.
protoc
* Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii
characters in paths again.
C++
* Removed several usages of C++11 features in the code base.
* Fixed some compiler warnings.
PHP
* Fixed memory leak in C-extension implementation.
* Added discardUnknokwnFields API.
* Removed duplicatd typedef in C-extension headers.
* Avoided calling private php methods (timelib_update_ts).
* Fixed Any.php to use fully-qualified name for DescriptorPool.
Ruby
* Added Google_Protobuf_discard_unknown for discarding unknown fields in
messages.
C#
* Unknown fields are now preserved by default.
* Floating point values are now bitwise compared, affecting message equality
check and Contains() API in map and repeated fields.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/protobuf/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/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.common
diff -u pkgsrc/devel/protobuf/Makefile.common:1.9 pkgsrc/devel/protobuf/Makefile.common:1.10
--- pkgsrc/devel/protobuf/Makefile.common:1.9 Fri Nov 17 22:09:11 2017
+++ pkgsrc/devel/protobuf/Makefile.common Tue Jan 16 14:22:19 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.9 2017/11/17 22:09:11 he Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/01/16 14:22:19 mef Exp $
#
# used by devel/protobuf/Makefile
# used by devel/py-protobuf/Makefile
-PROTOBUFVER= 3.5.0
+PROTOBUFVER= 3.5.1
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_PROJECT= protobuf
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.18 pkgsrc/devel/protobuf/distinfo:1.19
--- pkgsrc/devel/protobuf/distinfo:1.18 Fri Nov 17 22:09:11 2017
+++ pkgsrc/devel/protobuf/distinfo Tue Jan 16 14:22:19 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2017/11/17 22:09:11 he Exp $
+$NetBSD: distinfo,v 1.19 2018/01/16 14:22:19 mef Exp $
-SHA1 (protobuf-cpp-3.5.0.tar.gz) = b5ae3104b6a9401beaac3d8af11da83df7135448
-RMD160 (protobuf-cpp-3.5.0.tar.gz) = 8cd9bb39287dd3d5277e5fd8c6e156a9d2a81206
-SHA512 (protobuf-cpp-3.5.0.tar.gz) = b1d3f3617898e3f73630ea7a43416a60b970291b4f93952b8d4f68ee5cd401f752d76cd1f6a65a87186b415208142401e01ffebb2ec52534e1db31abcc0d052e
-Size (protobuf-cpp-3.5.0.tar.gz) = 4269335 bytes
+SHA1 (protobuf-cpp-3.5.1.tar.gz) = c63ba5e9c737abf83aa2b3f86229d2d65f682c56
+RMD160 (protobuf-cpp-3.5.1.tar.gz) = 21375095e562cfee25ba68d68e481cf608ac9a9a
+SHA512 (protobuf-cpp-3.5.1.tar.gz) = 195ccb210229e0a1080dcdb0a1d87b2e421ad55f6b036c56db3183bd50a942c75b4cc84e6af8a10ad88022a247781a06f609a145a461dfbb8f04051b7dd714b3
+Size (protobuf-cpp-3.5.1.tar.gz) = 4272851 bytes
SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127
SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f
SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319
Home |
Main Index |
Thread Index |
Old Index