summaryrefslogtreecommitdiffstats
path: root/oniguruma.spec
diff options
context:
space:
mode:
Diffstat (limited to 'oniguruma.spec')
-rw-r--r--oniguruma.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/oniguruma.spec b/oniguruma.spec
index af076c0..17cdec2 100644
--- a/oniguruma.spec
+++ b/oniguruma.spec
@@ -24,13 +24,15 @@ Name: %{libname}
Name: %{libname}%{soname}
%endif
Version: 6.9.3
-Release: 1%{?dist}
+Release: 2%{?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
+Patch0: https://github.com/kkos/oniguruma/commit/d3e402928b6eb3327f8f7d59a9edfa622fec557b.patch
+
BuildRequires: gcc
%if "%{name}" == "%{libname}"
@@ -66,6 +68,7 @@ developing applications that use %{name}.
%prep
%setup -q -n onig-%{version}
%{__sed} -i.multilib -e 's|-L@libdir@||' onig-config.in
+%patch0 -p1 -b .up
%if 0
for f in \
@@ -141,6 +144,10 @@ find $RPM_BUILD_ROOT -name '*.la' \
%changelog
+* 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
+
* Tue Aug 27 2019 Remi Collet <remi@remirepo.net> -6.9.3-1
- update to 6.9.3 (from Fedora)