gnu: libpano13: Update to 2.9.20_rc3 [security fixes].
Fixes at least CVE-2021-20307. * gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.
This commit is contained in:
parent
14392c7789
commit
a7f1243324
1 changed files with 5 additions and 4 deletions
|
@ -355,15 +355,16 @@ and a wide variety of other metadata.")
|
||||||
(define-public libpano13
|
(define-public libpano13
|
||||||
(package
|
(package
|
||||||
(name "libpano13")
|
(name "libpano13")
|
||||||
(version "2.9.19")
|
(version "2.9.20_rc3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/panotools/libpano13/"
|
(uri (string-append "mirror://sourceforge/panotools/libpano13/"
|
||||||
"libpano13-" version "/"
|
"libpano13-" (first
|
||||||
"libpano13-" version ".tar.gz"))
|
(string-split version #\_))
|
||||||
|
"/libpano13-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a4m3plmfcrrplqs9zfzhc5apibn10m5sajpizm1sd3q74w5fwq3"))))
|
"12cv4886l1czfjwy7k6ipgf3zjksgwhdjzr2s9fdg33vqcv2hlrv"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libjpeg" ,libjpeg-turbo)
|
`(("libjpeg" ,libjpeg-turbo)
|
||||||
|
|
Reference in a new issue