gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217].
* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.2-P1.
This commit is contained in:
parent
947398c70a
commit
9e632a5554
1 changed files with 2 additions and 2 deletions
|
@ -1147,14 +1147,14 @@ (define-public isc-dhcp
|
|||
bind-release-version)))
|
||||
(package
|
||||
(name "isc-dhcp")
|
||||
(version "4.4.2")
|
||||
(version "4.4.2-P1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.isc.org/isc/dhcp/"
|
||||
version "/dhcp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08a5003zdxgl41b29zjkxa92h2i40zyjgxg0npvnhpkfl5jcsz0s"))))
|
||||
"06jsr0cg5rsmyibshrpcb9za0qgwvqccashdma7mlm1rflrh8pmh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-build? #f
|
||||
|
|
Loading…
Reference in a new issue