From f5bf8f9d9f7bd1bd24685ce744ce735e9d4fd387 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Oct 2019 16:03:04 +0200 Subject: fix heap-buffer-overflow using upstream patch --- oniguruma.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'oniguruma.spec') 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 -6.9.3-3 +- fix heap-buffer-overflow using upstream patch + * Thu Sep 26 2019 Remi Collet -6.9.3-2 - fix heap-buffer-overflow using upstream patch https://bugzilla.redhat.com/1755880 -- cgit