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
52d9e04212
commit
1284d995ea
2 changed files with 53 additions and 1 deletions
|
@ -62,7 +62,7 @@ Name: sagemath
|
|||
Group: Applications/Engineering
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 6.1.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?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
|
||||
|
@ -183,6 +183,9 @@ Patch27: %{name}-cryptominisat.patch
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=974769
|
||||
Patch28: %{name}-sympy.patch
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1091442
|
||||
Patch29: %{name}-CVE-2012-4230.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: cddlib-tools
|
||||
|
@ -659,6 +662,7 @@ popd
|
|||
%patch26
|
||||
%patch27
|
||||
%patch28
|
||||
%patch29
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -1371,6 +1375,9 @@ exit 0
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Sat Dec 6 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.1.1-6
|
||||
- Add patch for CVE-2012-4230 (#1091442)
|
||||
|
||||
* Wed Apr 2 2014 Jerry James <loganjerry@gmail.com> - 6.1.1-5
|
||||
- Rebuild for ntl 6.1.0
|
||||
- Fix ld ignoring __global_ldflags due to embedded trailing space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue