From 82bccf4b6fa71717e2d908a4cb61e3e6311e2d30 Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Mon, 2 Jun 2025 17:09:18 +0000 Subject: [PATCH 1/2] Fix(conflict) current version is depends on a version grpc that has a stict dependency on older protobuf rebuildig this so that it can pickup the latest grpc which depnds on the latest protobuf Signed-off-by: Debasish Biswas --- ingress-nginx-controller-1.12.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress-nginx-controller-1.12.yaml b/ingress-nginx-controller-1.12.yaml index c7a9b62fd2e..cff8e6f52fc 100644 --- a/ingress-nginx-controller-1.12.yaml +++ b/ingress-nginx-controller-1.12.yaml @@ -3,7 +3,7 @@ package: name: ingress-nginx-controller-1.12 version: 1.12.2 # There are manual changes to review between each package update. See 'vars:' section - epoch: 1 + epoch: 2 description: "Ingress-NGINX Controller for Kubernetes" copyright: - license: Apache-2.0 From b15f6ebffe0a0d1272d3a7ecd3af8ee0d3cb47cf Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Mon, 2 Jun 2025 17:47:47 +0000 Subject: [PATCH 2/2] add flag to not cast that unterminated-string-initialization as error Signed-off-by: Debasish Biswas --- ingress-nginx-controller-1.12.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingress-nginx-controller-1.12.yaml b/ingress-nginx-controller-1.12.yaml index cff8e6f52fc..4f8c3903c30 100644 --- a/ingress-nginx-controller-1.12.yaml +++ b/ingress-nginx-controller-1.12.yaml @@ -418,7 +418,8 @@ pipeline: --param=ssp-buffer-size=4 \ -DTCP_FASTOPEN=23 \ -fPIC \ - -Wno-cast-function-type" + -Wno-cast-function-type \ + -Wno-error=unterminated-string-initialization" LD_OPT="-fPIE -fPIC -pie -Wl,-z,relro -Wl,-z,now"