From e8c74e7ead9b59ca178d6c34366daf50dbb88239 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 22 Feb 2022 15:14:29 -0500 Subject: [PATCH] protobuf: update to 3.19.4. --- common/shlibs | 6 +++--- srcpkgs/protobuf/template | 9 ++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/common/shlibs b/common/shlibs index 32befc92d64..01961820597 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3098,9 +3098,9 @@ libm17n-flt.so.0 m17n-lib-1.7.0_1 libm17n-gui.so.0 m17n-lib-1.7.0_1 libm17n-core.so.0 m17n-lib-1.7.0_1 libm17n.so.0 m17n-lib-1.7.0_1 -libprotobuf-lite.so.29 libprotobuf-lite-3.18.0_1 -libprotoc.so.29 libprotoc-3.18.0_1 -libprotobuf.so.29 libprotobuf-3.18.0_1 +libprotobuf-lite.so.30 libprotobuf-lite-3.19.4_1 +libprotoc.so.30 libprotoc-3.19.4_1 +libprotobuf.so.30 libprotobuf-3.19.4_1 libsombok.so.3 sombok-2.4.0_1 libdeviceclient.so.0 pragha-1.3.3_1 libguile-srfi-srfi-1-v-3.so.3 guile1.8-1.8.8_1 diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index c127080916f..14ffcfb820e 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -1,6 +1,6 @@ # Template file for 'protobuf' pkgname=protobuf -version=3.18.1 +version=3.19.4 revision=1 wrksrc="protobuf-${version}" build_style=gnu-configure @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" changelog="https://raw.githubusercontent.com/google/protobuf/master/CHANGES.txt" distfiles="https://github.com/protocolbuffers/protobuf/archive/v${version}.tar.gz" -checksum=9111bf0b542b631165fadbd80aa60e7fb25b25311c532139ed2089d76ddf6dd7 +checksum=3bd7828aa5af4b13b99c191e8b1e884ebfa9ad371b0ce264605d347f135d2568 # Checks rely on googletest make_check=no @@ -36,11 +36,6 @@ pre_configure() { autoreconf -fi } -do_configure() { - # configure doesn't set proper linker flags when discovering pthread - PTHREAD_LIBS="-pthread" PTHREAD_CFLAGS="-pthread" ./configure ${configure_args} -} - post_install() { vlicense LICENSE }