- Add mpfr-3.1.2-patch11.diff to fix possible buffer overflow in
mpfr_strtofr (CVE-2014-9474). [bnc#911812] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=26
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mpfr
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
Url: http://www.mpfr.org/
|
||||
Source: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch1: mpfr-3.1.2-patch11.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -67,6 +68,7 @@ based on the GMP multiple-precision library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Reference in New Issue
Block a user