mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Add patch for CVE-2012-4230 (#1091442)
This commit is contained in:
parent
3e866bf86e
commit
8d0fccfd0f
2 changed files with 53 additions and 1 deletions
|
@ -39,7 +39,7 @@ Name: sagemath
|
|||
Group: Applications/Engineering
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 6.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
||||
# Additionally, every $files section has a comment with the license name
|
||||
# before files with that license
|
||||
|
@ -157,6 +157,9 @@ Patch25: %{name}-sphinx.patch
|
|||
# Rediffed latest version from http://trac.sagemath.org/ticket/15767
|
||||
Patch26: %{name}-pari2.7.patch
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1091442
|
||||
Patch27: %{name}-CVE-2012-4230.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -623,6 +626,7 @@ popd
|
|||
%patch25
|
||||
|
||||
%patch26
|
||||
%patch27
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -1341,6 +1345,9 @@ exit 0
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Sat Dec 6 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.3-5
|
||||
- Add patch for CVE-2012-4230 (#1091442)
|
||||
|
||||
* Sat Nov 1 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.3-4
|
||||
- Install 128x128 icon (#1157575)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue