diff options
Diffstat (limited to 'oniguruma.spec')
-rw-r--r-- | oniguruma.spec | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/oniguruma.spec b/oniguruma.spec index 03d8dd2..af076c0 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -23,21 +23,13 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 6.9.2 -Release: 2%{?dist} +Version: 6.9.3 +Release: 1%{?dist} Summary: Regular expressions library License: BSD URL: https://github.com/kkos/oniguruma/ Source0: https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz -# upstream patches -Patch10: 0010-Fix-CVE-2019-13225-problem-in-converting-if-then-els.patch -#Patch11: 0011-Fix-CVE-2019-13224-don-t-allow-different-encodings-f.patch -# Not use Patch11 for F-30 and below, this is almost API change (deprecation of API) in -# onig_new_deluxe() and this change should be avoided (if possible) in stable -# branch -# Instead use another fix -Patch101: 0101-onig_new_deluxe-don-t-free-new-pattern-if-success.patch BuildRequires: gcc @@ -88,10 +80,6 @@ for f in \ done %endif -%patch10 -p1 -b .CVE-2019-13225 -#%%patch11 -p1 -b .CVE-2019-13224 -%patch101 -p1 -b .CVE-2019-13224 - %build %configure \ @@ -153,6 +141,9 @@ find $RPM_BUILD_ROOT -name '*.la' \ %changelog +* Tue Aug 27 2019 Remi Collet <remi@remirepo.net> -6.9.3-1 +- update to 6.9.3 (from Fedora) + * Mon Jul 15 2019 Remi Collet <remi@remirepo.net> -6.9.2-2 - add security fixes from Fedora |