gnu: libtirpc: Incorporate grafted changes.
* gnu/packages/onc-rpc.scm (libtirpc)[replacement]: Remove. (source)[patches]: New field. (libtirpc/fixed): Remove variable.
This commit is contained in:
parent
749d0d96a8
commit
307dec8e2d
1 changed files with 1 additions and 8 deletions
|
@ -39,12 +39,12 @@
|
||||||
(package
|
(package
|
||||||
(name "libtirpc")
|
(name "libtirpc")
|
||||||
(version "1.3.1")
|
(version "1.3.1")
|
||||||
(replacement libtirpc/fixed)
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/libtirpc/libtirpc/"
|
(uri (string-append "mirror://sourceforge/libtirpc/libtirpc/"
|
||||||
version "/libtirpc-"
|
version "/libtirpc-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
|
(patches (search-patches "libtirpc-CVE-2021-46828.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05zf16ilwwkzv4cccaac32nssrj3rg444n9pskiwbgk6y359an14"))))
|
"05zf16ilwwkzv4cccaac32nssrj3rg444n9pskiwbgk6y359an14"))))
|
||||||
|
@ -86,13 +86,6 @@ IPv4 and IPv6. ONC RPC is notably used by the network file system (NFS).")
|
||||||
(assoc-ref %build-inputs "mit-krb5")
|
(assoc-ref %build-inputs "mit-krb5")
|
||||||
"/bin/krb5-config")))))))
|
"/bin/krb5-config")))))))
|
||||||
|
|
||||||
(define libtirpc/fixed
|
|
||||||
(package
|
|
||||||
(inherit libtirpc)
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source libtirpc))
|
|
||||||
(patches (search-patches "libtirpc-CVE-2021-46828.patch"))))))
|
|
||||||
|
|
||||||
(define-public rpcbind
|
(define-public rpcbind
|
||||||
(package
|
(package
|
||||||
(name "rpcbind")
|
(name "rpcbind")
|
||||||
|
|
Reference in a new issue