From 6e6a3454de244455090bec91025e9a6f7ea8dbef Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 22 Jan 2026 00:41:14 +0000 Subject: [PATCH] upgrade protoc to 33.4 --- build/get_protoc.bash | 6 +++--- internal/replication/logic/pdu/pdu.pb.go | 2 +- internal/replication/logic/pdu/pdu_grpc.pb.go | 2 +- internal/rpc/grpcclientidentity/example/pdu/grpcauth.pb.go | 2 +- .../rpc/grpcclientidentity/example/pdu/grpcauth_grpc.pb.go | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/get_protoc.bash b/build/get_protoc.bash index dad3e89..5fee217 100644 --- a/build/get_protoc.bash +++ b/build/get_protoc.bash @@ -7,7 +7,7 @@ cd "$1" MACH=$(uname -m) MACH="${MACH/aarch64/aarch_64}" -VERSION=28.0 +VERSION=33.4 FILENAME=protoc-"$VERSION"-linux-"$MACH".zip if [ -e "$FILENAME" ]; then @@ -21,8 +21,8 @@ stat "$FILENAME" # Select the correct checksum for the downloaded architecture case "$MACH" in - aarch_64) EXPECTED_SHA256="d622619dcbfb5ecb281cfb92c1a74d6a0f42e752d9a2774b197f475f7ab1c8c4" ;; - x86_64) EXPECTED_SHA256="b2e187c8b9f2d97cd3ecae4926d1bb2cbebe3ab768e7c987cbc86bb17f319358" ;; + aarch_64) EXPECTED_SHA256="15aa988f4a6090636525ec236a8e4b3aab41eef402751bd5bb2df6afd9b7b5a5" ;; + x86_64) EXPECTED_SHA256="c0040ea9aef08fdeb2c74ca609b18d5fdbfc44ea0042fcfbfb38860d35f7dd66" ;; *) echo "Unknown architecture: $MACH" >&2; exit 1 ;; esac diff --git a/internal/replication/logic/pdu/pdu.pb.go b/internal/replication/logic/pdu/pdu.pb.go index 09654d3..b792069 100644 --- a/internal/replication/logic/pdu/pdu.pb.go +++ b/internal/replication/logic/pdu/pdu.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.11 -// protoc v5.28.0 +// protoc v6.33.4 // source: pdu.proto package pdu diff --git a/internal/replication/logic/pdu/pdu_grpc.pb.go b/internal/replication/logic/pdu/pdu_grpc.pb.go index 3935b37..7524f44 100644 --- a/internal/replication/logic/pdu/pdu_grpc.pb.go +++ b/internal/replication/logic/pdu/pdu_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.6.0 -// - protoc v5.28.0 +// - protoc v6.33.4 // source: pdu.proto package pdu diff --git a/internal/rpc/grpcclientidentity/example/pdu/grpcauth.pb.go b/internal/rpc/grpcclientidentity/example/pdu/grpcauth.pb.go index a99f754..49a8338 100644 --- a/internal/rpc/grpcclientidentity/example/pdu/grpcauth.pb.go +++ b/internal/rpc/grpcclientidentity/example/pdu/grpcauth.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.11 -// protoc v5.28.0 +// protoc v6.33.4 // source: grpcauth.proto package pdu diff --git a/internal/rpc/grpcclientidentity/example/pdu/grpcauth_grpc.pb.go b/internal/rpc/grpcclientidentity/example/pdu/grpcauth_grpc.pb.go index 2990e2d..c3a71c2 100644 --- a/internal/rpc/grpcclientidentity/example/pdu/grpcauth_grpc.pb.go +++ b/internal/rpc/grpcclientidentity/example/pdu/grpcauth_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.6.0 -// - protoc v5.28.0 +// - protoc v6.33.4 // source: grpcauth.proto package pdu