kea: 1.3.0 -> 1.4.0

+10 -12
+4 -4
pkgs/tools/networking/kea/default.nix
··· 4 4 stdenv.mkDerivation rec { 5 5 name = "${pname}-${version}"; 6 6 pname = "kea"; 7 - version = "1.3.0"; 7 + version = "1.4.0"; 8 8 9 9 src = fetchurl { 10 10 url = "https://ftp.isc.org/isc/${pname}/${version}/${name}.tar.gz"; 11 - sha256 = "14f32lsdd1824cx9a4l4pfbhq1d4jik6l6hxd911ihi64nzwvpvf"; 11 + sha256 = "0a0inchisrjry59z14w4ha210q2ffl31gjbhp5dgrbap6swyry60"; 12 12 }; 13 13 14 14 patches = [ ./dont-create-var.patch ]; ··· 20 20 21 21 configureFlags = [ 22 22 "--localstatedir=/var" 23 - "--with-dhcp-pgsql=${postgresql}/bin/pg_config" 24 - "--with-dhcp-mysql=${mysql.connector-c}/bin/mysql_config" 23 + "--with-pgsql=${postgresql}/bin/pg_config" 24 + "--with-mysql=${mysql.connector-c}/bin/mysql_config" 25 25 ]; 26 26 27 27 nativeBuildInputs = [ autoreconfHook pkgconfig ];
+6 -8
pkgs/tools/networking/kea/dont-create-var.patch
··· 1 1 diff --git a/Makefile.am b/Makefile.am 2 - index 897be34..b146729 100644 2 + index 2c0733c..974bb5e 100644 3 3 --- a/Makefile.am 4 4 +++ b/Makefile.am 5 - @@ -103,11 +103,6 @@ cppcheck: 5 + @@ -135,11 +135,6 @@ cppcheck: 6 6 --template '{file}:{line}: check_fail: {message} ({severity},{id})' \ 7 7 src 8 8 ··· 15 15 EXTRA_DIST += tools/mk_cfgrpt.sh 16 16 17 17 diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am 18 - index 066b410..16d3135 100755 18 + index 564f623..7cea9f2 100644 19 19 --- a/src/lib/dhcpsrv/Makefile.am 20 20 +++ b/src/lib/dhcpsrv/Makefile.am 21 - @@ -210,7 +210,3 @@ EXTRA_DIST += database_backends.dox libdhcpsrv.dox 22 - # Specification file 23 - EXTRA_DIST += logging.spec 21 + @@ -352,5 +352,3 @@ libkea_dhcpsrv_parsers_include_HEADERS = \ 22 + parsers/simple_parser6.h 23 + 24 24 25 25 -install-data-local: 26 26 - $(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir) 27 - - 28 - -