mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: cyrus-sasl: Absorb grafted replacement.
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use cyrus-sasl-CVE-2019-19906.patch. [replacement]: Remove field. (cyrus-sasl/fixed): Remove variable.
This commit is contained in:
parent
92434734c5
commit
0f7e1eed16
1 changed files with 2 additions and 19 deletions
|
@ -44,8 +44,8 @@ (define-public cyrus-sasl
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1m85zcpgfdhm43cavpdkhb1s2zq1b31472hq1w1gs3xh94anp1i6"))
|
"1m85zcpgfdhm43cavpdkhb1s2zq1b31472hq1w1gs3xh94anp1i6"))
|
||||||
(patches (search-patches "cyrus-sasl-ac-try-run-fix.patch"))))
|
(patches (search-patches "cyrus-sasl-ac-try-run-fix.patch"
|
||||||
(replacement cyrus-sasl/fixed)
|
"cyrus-sasl-CVE-2019-19906.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
@ -81,20 +81,3 @@ (define-public cyrus-sasl
|
||||||
(license (license:non-copyleft "file://COPYING"
|
(license (license:non-copyleft "file://COPYING"
|
||||||
"See COPYING in the distribution."))
|
"See COPYING in the distribution."))
|
||||||
(home-page "https://cyrusimap.org/sasl/")))
|
(home-page "https://cyrusimap.org/sasl/")))
|
||||||
|
|
||||||
(define cyrus-sasl/fixed
|
|
||||||
(package
|
|
||||||
(inherit cyrus-sasl)
|
|
||||||
(version "2.1.27")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (list (string-append
|
|
||||||
"https://cyrusimap.org/releases/cyrus-sasl-"
|
|
||||||
version ".tar.gz")
|
|
||||||
(string-append
|
|
||||||
"ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-"
|
|
||||||
version ".tar.gz")))
|
|
||||||
(sha256 (base32
|
|
||||||
"1m85zcpgfdhm43cavpdkhb1s2zq1b31472hq1w1gs3xh94anp1i6"))
|
|
||||||
(patches (search-patches "cyrus-sasl-ac-try-run-fix.patch"
|
|
||||||
"cyrus-sasl-CVE-2019-19906.patch"))))))
|
|
||||||
|
|
Loading…
Reference in a new issue