···11{ pkgconfig, dbus_libs, nettle, stdenv, fetchurl }:
2233stdenv.mkDerivation rec {
44- name = "dnsmasq-2.72";
44+ name = "dnsmasq-2.73";
5566 src = fetchurl {
77 url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
88- sha256 = "1c80hq09hfm8cp5pirfb8wdlc7dqkp7zzmbmdaradcvlblzx42vx";
88+ sha256 = "1xnqfaw2l78f4zw4z9sgr9nl9yc233gxc3sd7hxapz2k7q883zqb";
99 };
10101111 # Can't rely on make flags because of space in one of the parameters
···11---- a/lib/stdio.in.h
22-+++ b/lib/stdio.in.h
33-@@ -702,10 +702,12 @@
44- /* It is very rare that the developer ever has full control of stdin,
55- so any use of gets warrants an unconditional warning; besides, C11
66- removed it. */
77-+#ifdef gets
88- #undef gets
99- #if HAVE_RAW_DECL_GETS
1010- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
1111- #endif
1212-+#endif
1313-1414-1515- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@