mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: cgal: Update to 5.2 [security fixes].
* gnu/packages/patches/cgal-security-pr-5371.patch: New patch. Downloaded from <https://patch-diff.githubusercontent.com/raw/CGAL/cgal/pull/5371.patch>, with hunks on files matching pattern "*Convex_decomposition_3*" removed because they don't exist in cgal's released sources. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/graphics.scm (cgal): Update to 5.2. [source]: Apply patch.
This commit is contained in:
parent
a714af38d5
commit
fc193b6518
3 changed files with 1618 additions and 4 deletions
|
@ -879,6 +879,7 @@ dist_patch_DATA = \
|
|||
%D%/packages/patches/cdparanoia-fpic.patch \
|
||||
%D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \
|
||||
%D%/packages/patches/ceph-disable-cpu-optimizations.patch \
|
||||
%D%/packages/patches/cgal-security-pr-5371.patch \
|
||||
%D%/packages/patches/chmlib-inttypes.patch \
|
||||
%D%/packages/patches/cl-asdf-config-directories.patch \
|
||||
%D%/packages/patches/clamav-config-llvm-libs.patch \
|
||||
|
|
|
@ -718,15 +718,17 @@ (define-public assimp
|
|||
(define-public cgal
|
||||
(package
|
||||
(name "cgal")
|
||||
(version "4.14.2")
|
||||
(version "5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/CGAL/cgal/releases/download/releases/"
|
||||
"CGAL-" version "/CGAL-" version ".tar.xz"))
|
||||
"https://github.com/CGAL/cgal/releases/download/v" version
|
||||
"/CGAL-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08lrp3hfwdypggz4138bnkh6bjxn441zg2y9xnq5mrjfc5ini6w1"))))
|
||||
"08sr2k2dm4zasfbvisqpvs6djqw3rywzwpzr701an870nvnqck3l"))
|
||||
(patches (search-patches "cgal-security-pr-5371.patch"))
|
||||
(patch-flags '("-p2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no test target
|
||||
|
|
1611
gnu/packages/patches/cgal-security-pr-5371.patch
Normal file
1611
gnu/packages/patches/cgal-security-pr-5371.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue