Merge pull request #241969 from mweinelt/kea-2.4.0

This commit is contained in:
Franz Pletz 2023-07-07 14:13:11 +02:00 committed by GitHub
commit a72142410d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -67,14 +67,14 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
interfaces-config.interfaces = [ "eth1" ];
subnet6 = [ {
interface = "eth1";
subnet = "2001:DB8:F::/36";
subnet = "2001:DB8::/32";
pd-pools = [ {
prefix = "2001:DB8:F::";
prefix = "2001:DB8:1000::";
prefix-len = 36;
delegated-len = 48;
} ];
pools = [ {
pool = "2001:DB8:0000:0000:FFFF::-2001:DB8:0000:0000:FFFF::FFFF";
pool = "2001:DB8:0000:0000::-2001:DB8:0FFF:FFFF::FFFF";
} ];
} ];

View File

@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "kea";
version = "2.2.0"; # only even minor versions are stable
version = "2.4.0"; # only even minor versions are stable
src = fetchurl {
url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-2n2QymKncmAtrG535QcxkDhCKJWtaO6xQvFIfWfVMdI=";
hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c=";
};
patches = [
@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";
homepage = "https://kea.isc.org/";
description = "High-performance, extensible DHCP server by ISC";
longDescription = ''