From 4e044ca09e2c9b1063f7e957a642dcb9c11c9d72 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Sat, 5 Dec 2020 09:58:45 +0800 Subject: [PATCH] modify Patch0001 name to fix patch parse error --- LibRaw.spec | 7 +++++-- ...-buffer-overflow-in-LibRaw_buffer_datastream_gets.patch | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename fix-stack-buffer-overflow-in-LibRaw_buffer_datastream::gets.patch => fix-stack-buffer-overflow-in-LibRaw_buffer_datastream_gets.patch (100%) diff --git a/LibRaw.spec b/LibRaw.spec index 7df458e..766c3a2 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,12 +1,12 @@ Name: LibRaw Version: 0.20.2 -Release: 2 +Release: 3 Summary: Library for reading RAW files obtained from digital photo cameras License: BSD and (CDDL or LGPLv2) URL: http://www.libraw.org Source0: http://github.com/LibRaw/LibRaw/archive/%{version}.tar.gz Patch0000: prevent-buffer-overrun-in-parse_rollei.patch -Patch0001: fix-stack-buffer-overflow-in-LibRaw_buffer_datastream::gets.patch +Patch0001: fix-stack-buffer-overflow-in-LibRaw_buffer_datastream_gets.patch BuildRequires: gcc-c++ pkgconfig(lcms2) pkgconfig(libjpeg) BuildRequires: autoconf automake libtool Provides: bundled(dcraw) = 9.25 @@ -67,6 +67,9 @@ rm -rfv samples/.deps samples/.dirstamp samples/*.o %exclude %{_docdir}/libraw/* %changelog +* Sat Dec 5 2020 leiju - 0.20.2-3 +- modify Patch0001 name to fix patch parse error + * Fri Dec 4 2020 zhanghua - 0.20.2-2 - fix stack buffer overflow in LibRaw_buffer_datastream::gets() diff --git a/fix-stack-buffer-overflow-in-LibRaw_buffer_datastream::gets.patch b/fix-stack-buffer-overflow-in-LibRaw_buffer_datastream_gets.patch similarity index 100% rename from fix-stack-buffer-overflow-in-LibRaw_buffer_datastream::gets.patch rename to fix-stack-buffer-overflow-in-LibRaw_buffer_datastream_gets.patch -- Gitee