Update to protobuf 3.15.7

Main change is the removal of the pb namespace introduced in 3.15.0 that
caused some breakage (as in audio/clementine). Other than that there are
version number bumps and autoconf churn. All consumers built on amd64.
This commit is contained in:
tb 2021-04-04 07:48:58 +00:00
parent 3ebbe955d7
commit 44762dd44c
2 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.37 2021/03/16 03:52:58 tb Exp $
# $OpenBSD: Makefile,v 1.38 2021/04/04 07:48:58 tb Exp $
COMMENT = c++ protocol buffers
V = 3.15.6
V = 3.15.7
DISTNAME = protobuf-cpp-$V
PKGNAME = protobuf-$V
WRKDIST = ${WRKDIR}/protobuf-${V}
SHARED_LIBS += protobuf-lite 9.0 # 26.6
SHARED_LIBS += protobuf 9.0 # 26.6
SHARED_LIBS += protoc 10.0 # 26.6
SHARED_LIBS += protobuf-lite 9.0 # 26.7
SHARED_LIBS += protobuf 9.0 # 26.7
SHARED_LIBS += protoc 10.0 # 26.7
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (protobuf-cpp-3.15.6.tar.gz) = u9+3RVQx19WGZuiimW0UsjZxj/I47s3hBkZYHkyH8Wg=
SIZE (protobuf-cpp-3.15.6.tar.gz) = 4656488
SHA256 (protobuf-cpp-3.15.7.tar.gz) = 9tXkcm9bG7LhnKCd8MEpke7+9brEHDrimPcccuKAbvw=
SIZE (protobuf-cpp-3.15.7.tar.gz) = 4657040