[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217].
From: |
guix-commits |
Subject: |
05/08: gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217]. |
Date: |
Sat, 29 May 2021 10:09:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9e632a55546e9b6bb8098e5743678daf86a2c855
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 16:05:00 2021 +0200
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.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 001c6db..a3d2608 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1147,14 +1147,14 @@ connection alive.")
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
- branch master updated (6e1cf43 -> 1374347), guix-commits, 2021/05/29
- 01/08: gnu: mc: Support mice., guix-commits, 2021/05/29
- 05/08: gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217].,
guix-commits <=
- 06/08: gnu: isc-dhcp: Update home page., guix-commits, 2021/05/29
- 02/08: Sort module imports in (gnu packages mc)., guix-commits, 2021/05/29
- 03/08: gnu: mc: Order inputs alphabetically., guix-commits, 2021/05/29
- 04/08: gnu: emacs: Support console mice., guix-commits, 2021/05/29
- 07/08: gnu: libjcat: Update to 0.1.8., guix-commits, 2021/05/29
- 08/08: gnu: libolm: Update to 3.2.3., guix-commits, 2021/05/29