diff --git a/uriparser-0.9.3.tar.bz2 b/uriparser-0.9.3.tar.bz2 deleted file mode 100644 index bcaa455..0000000 Binary files a/uriparser-0.9.3.tar.bz2 and /dev/null differ diff --git a/uriparser-0.9.6.tar.bz2 b/uriparser-0.9.6.tar.bz2 new file mode 100644 index 0000000..ca82fac Binary files /dev/null and b/uriparser-0.9.6.tar.bz2 differ diff --git a/uriparser.spec b/uriparser.spec index 77ed7e8..2524959 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,6 +1,6 @@ Name: uriparser -Version: 0.9.3 -Release: 3 +Version: 0.9.6 +Release: 1 Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 License: BSD URL: https://uriparser.github.io/ @@ -59,6 +59,9 @@ LD_LIBRARY_PATH=".libs" make check %doc %{_docdir}/uriparser/html %changelog +* Tue Jan 25 2022 wangkai - 0.9.6-1 +- Update to 0.9.6 for fix CVE-2021-46141 and CVE-2021-46142 + * Fri Jan 14 2022 xu_ping - 0.9.3-3 - Add BulidRequires to fix libgmock.so.1.8.1()(64bit) not found