From ae9f933f17b6dcc10a2430029c3c77f411d89359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 3 Oct 2017 10:19:14 +0200 Subject: [PATCH] - up to 2.78; fixes CVE-2017-13704, CVE-2017-14491, CVE-2017-14492, CVE-2017-14493, CVE-2017-14494, CVE-2017-14495, CVE-2017-14496 --- dnsmasq.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 379f98b..7ef1865 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -4,13 +4,13 @@ Summary: A lightweight caching server (DNS, DHCP) Summary(pl.UTF-8): Lekki buforujący serwer nazw (DNS) i DHCP Name: dnsmasq -Version: 2.77 +Version: 2.78 Release: 1 License: GPL v2 Group: Networking/Daemons #Source0: http://thekelleys.org.uk/dnsmasq/test-releases/%{name}-%{version}%{_rc}.tar.gz Source0: http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz -# Source0-md5: dd90c5ecab6d06c9e749115326348341 +# Source0-md5: 3bb97f264c73853f802bf70610150788 Source1: %{name}.init Source2: %{name}.sysconfig Source3: %{name}.service @@ -63,7 +63,7 @@ małe wykorzystanie zasobów i łatwa konfiguracja. %build %{__make} all-i18n \ CC="%{__cc}" \ - CFLAGS="%{rpmcflags} -DHAVE_ISC_READER -D_GNU_SOURCE" \ + CFLAGS="%{rpmcppflags} %{rpmcflags} -DHAVE_ISC_READER -D_GNU_SOURCE" \ PREFIX=%{_prefix} %install -- 2.43.0