3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283442 from vcunat/p/knot-bump

knot-dns: 3.3.3 -> 3.3.4
This commit is contained in:
Nick Cao 2024-01-24 08:49:03 -05:00 committed by GitHub
commit a67a25af2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -44,6 +44,7 @@ let
++ [ (sec_list_fa "id" nix_def "template") ]
++ [ (sec_list_fa "domain" nix_def "zone") ]
++ [ (sec_plain nix_def "include") ]
++ [ (sec_plain nix_def "clear") ]
);
# A plain section contains directly attributes (we don't really check that ATM).

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.3.3";
version = "3.3.4";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "aab40aab2acd735c500f296bacaa5c84ff0488221a4068ce9946e973beacc5ae";
sha256 = "2a771b43ce96b6b48d53b29f2086528732e6ac067bc71a3be934f859d1302fc0";
};
outputs = [ "bin" "out" "dev" ];
@ -46,9 +46,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
CFLAGS = [ "-O2" "-DNDEBUG" ]
# https://gitlab.nic.cz/knot/knot-dns/-/issues/909
++ lib.optional stdenv.isDarwin "-D__APPLE_USE_RFC_3542";
CFLAGS = [ "-O2" "-DNDEBUG" ];
doCheck = true;
checkFlags = [ "V=1" ]; # verbose output in case some test fails