diff options
author | adam <adam@pkgsrc.org> | 2022-04-22 10:13:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-22 10:13:33 +0000 |
commit | bcedb93cfdb8a62b6831ae677d2a0f682b448c5f (patch) | |
tree | 1b9deb4cb308edfd3cdebe81bdbdb8b48ec7fb4a | |
parent | 3e60d21630cb5d74fe9b926b911a4b884f67f5cd (diff) | |
download | pkgsrc-bcedb93cfdb8a62b6831ae677d2a0f682b448c5f.tar.gz |
protobuf: updated to 3.20.1
Protocol Buffers v3.20.1
PHP
Fix building packaged PHP extension
Fixed composer.json to only advertise compatibility with PHP 7.0+.
Ruby
Disable the aarch64 build on macOS until it can be fixed.
Other
Fix versioning issues in 3.20.0
-rw-r--r-- | devel/protobuf/Makefile | 4 | ||||
-rw-r--r-- | devel/protobuf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 6661f4e460f..8473a739b6b 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2022/04/03 18:19:24 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/04/22 10:13:33 adam Exp $ # # When updating this, please also update devel/py-protobuf # @@ -7,7 +7,7 @@ # from before and after, and do a recursive PKGREVISION # bump if necessary -DISTNAME= protobuf-cpp-3.20.0 +DISTNAME= protobuf-cpp-3.20.1 PKGNAME= ${DISTNAME:S/-cpp//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/} diff --git a/devel/protobuf/distinfo b/devel/protobuf/distinfo index 1f4c4f6d601..1202227d1d0 100644 --- a/devel/protobuf/distinfo +++ b/devel/protobuf/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.62 2022/04/03 18:19:24 adam Exp $ +$NetBSD: distinfo,v 1.63 2022/04/22 10:13:33 adam Exp $ -BLAKE2s (protobuf-cpp-3.20.0.tar.gz) = 2bde14b52de0e92e67e02c3ff97c69a0c113c16d5021cf8224faf689247589e2 -SHA512 (protobuf-cpp-3.20.0.tar.gz) = e36b94d1df220a9e75cc2f3bf4c84cc3ac90970b14fe0135d8457cc51a589bd354cb94b81241899f7c8b271af4b73e45bb32f09e5281c26431269a9b3c410131 -Size (protobuf-cpp-3.20.0.tar.gz) = 4837193 bytes +BLAKE2s (protobuf-cpp-3.20.1.tar.gz) = cabd251ba16333903b41a0e118604fe914ec036a31acf1e64d27cbcd2cf0b810 +SHA512 (protobuf-cpp-3.20.1.tar.gz) = aa3e9a3fbd38d6d868586b16f67b79656a693890d5d436b9369db43b9eee11adbf90a1bff117691fb02fd06216314bd8b3b439c99fab5f51c05c8d9ce2dcfe97 +Size (protobuf-cpp-3.20.1.tar.gz) = 4835820 bytes SHA1 (patch-configure) = e9953648e5b3df015be007c1c424a564d1eb2bef SHA1 (patch-third__party_googletest_googlemock_configure) = 9afd8358eef2dffe7639ca70081f60535c116855 |