diff --git a/protobuf.spec b/protobuf.spec index c22ccab77826c05cfd4b1d651b01d3fc5850b572..5ab0fa742c9db40303d10230e7eeb634dc595fae 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 0 %define googletest_ver 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 %bcond_without python %bcond_with java @@ -8,7 +8,7 @@ %global gtest_dir googletest-%{gtest_commit} Name: protobuf -Version: 3.19.6 +Version: 3.25.0 Release: %{anolis_release}%{?dist} Summary: Protocol Buffers - Google's data interchange format @@ -284,7 +284,6 @@ rm -f src/solaris/libstdc++.la iconv -f iso8859-1 -t utf-8 CONTRIBUTORS.txt > CONTRIBUTORS.txt.utf8 mv CONTRIBUTORS.txt.utf8 CONTRIBUTORS.txt export PTHREAD_LIBS="-lpthread" -./autogen.sh %configure # -Wno-error=type-limits: @@ -422,6 +421,9 @@ fail=1 %doc CHANGES.txt CONTRIBUTORS.txt README.md %changelog +* Wed Jun 3 2024 Cui lichen - 3.25.0-0 +- Fix CVE-2024-2410 + * Wed Mar 13 2024 Zhao Hang - 3.19.6-6 - Rebuild with python3.11 diff --git a/v3.19.6.tar.gz b/v3.25.0.tar.gz similarity index 41% rename from v3.19.6.tar.gz rename to v3.25.0.tar.gz index 9ed632b2bd5e471942e19a14afcafe693f0e5907..4493688d076303687d439027bbf7534a72159bc6 100644 Binary files a/v3.19.6.tar.gz and b/v3.25.0.tar.gz differ