summaryrefslogtreecommitdiffstats
path: root/oniguruma.spec
diff options
context:
space:
mode:
Diffstat (limited to 'oniguruma.spec')
-rw-r--r--oniguruma.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/oniguruma.spec b/oniguruma.spec
index 17cdec2..6cb224a 100644
--- a/oniguruma.spec
+++ b/oniguruma.spec
@@ -24,7 +24,7 @@ Name: %{libname}
Name: %{libname}%{soname}
%endif
Version: 6.9.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Regular expressions library
License: BSD
@@ -32,6 +32,7 @@ URL: https://github.com/kkos/oniguruma/
Source0: https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
Patch0: https://github.com/kkos/oniguruma/commit/d3e402928b6eb3327f8f7d59a9edfa622fec557b.patch
+Patch1: https://github.com/kkos/oniguruma/commit/15c4228aa2ffa02140a99912dd3177df0b1841c6.patch
BuildRequires: gcc
@@ -69,6 +70,7 @@ developing applications that use %{name}.
%setup -q -n onig-%{version}
%{__sed} -i.multilib -e 's|-L@libdir@||' onig-config.in
%patch0 -p1 -b .up
+%patch1 -p1 -b .up1
%if 0
for f in \
@@ -144,6 +146,9 @@ find $RPM_BUILD_ROOT -name '*.la' \
%changelog
+* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> -6.9.3-3
+- fix heap-buffer-overflow using upstream patch
+
* Thu Sep 26 2019 Remi Collet <remi@remirepo.net> -6.9.3-2
- fix heap-buffer-overflow using upstream patch
https://bugzilla.redhat.com/1755880