hiawatha 10.11 -> 11.5 https://repology.org/project/hiawatha/versions attrpath: hiawatha Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/http/hiawatha/default.nix b/pkgs/servers/http/hiawatha/default.nix index d92d5d51a4f8..6fdfd92d00ea 100644 --- a/pkgs/servers/http/hiawatha/default.nix +++ b/pkgs/servers/http/hiawatha/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "hiawatha"; - version = "10.11"; + version = "11.5"; src = fetchFromGitLab { owner = "hsleisink"; repo = "hiawatha"; rev = "v${version}"; - sha256 = "10a7dqj37zrbmgnhwsw0mqm5x25kasl8p95g01rzakviwxkdrkid"; + sha256 = "sha256-kswVBVL/QUQmCwH74qWwSwLz4uwDymuHIr8NokrrgEM="; }; nativeBuildInputs = [ cmake ninja ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hiawatha nix build failed. In file included from /nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include/stdio.h:964, from /nix/store/1chdl5qw9mfjyif40dwa97p4ib8z1y90-mbedtls-2.28.5/include/mbedtls/platform.h:78, from /build/source/src/rproxy.h:22, from /build/source/src/rproxy.c:29: In function 'sprintf', inlined from 'init_rproxy_module' at /build/source/src/rproxy.c:82:2: /nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 25 and 57 bytes into a destination of size 35 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [26/55] Building C object CMakeFiles/hiawatha.dir/src/cache.c.o /build/source/src/cache.c: In function 'make_url.isra': /build/source/src/cache.c:144:9: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-truncation] 144 | strncpy(url + len, request_uri, len_ru + 1); | ^ /build/source/src/cache.c:138:18: note: length computed here 138 | len_ru = strlen(request_uri); | ^~~~~~~~~~~~~~~~~~~ [27/55] Building C object CMakeFiles/hiawatha.dir/src/http.c.o [28/55] Building C object CMakeFiles/hiawatha.dir/src/log.c.o [29/55] Building C object CMakeFiles/hiawatha.dir/src/send.c.o [30/55] Building C object CMakeFiles/hiawatha.dir/src/toolkit.c.o [31/55] Building C object CMakeFiles/hiawatha.dir/src/session.c.o [32/55] Building C object CMakeFiles/hiawatha.dir/src/workers.c.o [33/55] Building C object CMakeFiles/hiawatha.dir/src/target.c.o [34/55] Building C object CMakeFiles/hiawatha.dir/src/serverconfig.c.o ninja: build stopped: subcommand failed.