diff options
| author | nl6720 <nl6720@gmail.com> | 2025-03-21 14:35:52 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2025-03-21 14:35:52 +0200 |
| commit | d4bfaffdadb3c50045e9bf292667c973919792a2 (patch) | |
| tree | d0a2648b50074b3e7f3be4edebb138bea34df9fb | |
| parent | ef7f7d2caba88a4edc67db56c9988994a37005d7 (diff) | |
| download | archiso-d4bfaffdadb3c50045e9bf292667c973919792a2.tar.gz archiso-d4bfaffdadb3c50045e9bf292667c973919792a2.tar.bz2 | |
configs/releng/packages.x86_64: remove deprecated dhclient
ISC stopped maintaining dhclient since early 2022 and advises against its
use in production.
Since the cloud-init package no longer hard-depends on it, it can finally
be removed from the ISO.
| -rw-r--r-- | CHANGELOG.rst | 2 | ||||
| -rw-r--r-- | configs/releng/packages.x86_64 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c95080..007e761 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,8 @@ Fixed Removed ------- +- Removed deprecated dhclient from packages. + [82] - 2024-11-27 ================= diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 1e9a752..9333126 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -15,7 +15,6 @@ cloud-init cryptsetup darkhttpd ddrescue -dhclient dhcpcd diffutils dmidecode |
