Update to 3.19.5; fix CVE-2022-1941
This commit is contained in:
parent
d6f4a56b7e
commit
80670d4cdb
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ protobuf-2.3.0.tar.bz2
|
||||
/protobuf-3.19.4-all.tar.gz
|
||||
/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
|
||||
/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz
|
||||
/protobuf-3.19.5-all.tar.gz
|
||||
|
@ -14,9 +14,9 @@
|
||||
|
||||
Summary: Protocol Buffers - Google's data interchange format
|
||||
Name: protobuf
|
||||
Version: 3.19.4
|
||||
Version: 3.19.5
|
||||
%global so_version 30
|
||||
Release: 7%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The entire source is BSD-3-Clause, except the following files, which belong
|
||||
# to the build system; are unpackaged maintainer utility scripts; or are used
|
||||
@ -494,6 +494,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.5-1
|
||||
- Update to 3.19.5; fix CVE-2022-1941
|
||||
|
||||
* Sun Dec 04 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.4-7
|
||||
- Update License to SPDX
|
||||
- Improved handling of gtest sources
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (protobuf-3.19.4-all.tar.gz) = 2653b9852e5ac69f1de9b6ac02887c366aa0a9efd2b29e53135f61a9a10f5a1b5853a8c4cbb3658f519dfdbde9f32c547c39751ab417f123162b08be9e76c9e1
|
||||
SHA512 (protobuf-3.19.5-all.tar.gz) = 8bc83942bd58f897cafd79d24ddd97c6c37cf5fcf177738905d4e2da2106171af66fa138f50e3d770d290f90acb0452c2175e378facd97f3e5926a293d94264f
|
||||
SHA512 (googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz) = 623b077b3334958fafcbc34aa85891883277994af33be530efd903f47738a3e3562001cbf3b6da1a5e7d03803c5bd51bcc1fab81490db85d5a4f2b15e7de1495
|
||||
|
Loading…
Reference in New Issue
Block a user