From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dnsmasq: Update to 2.76test10 Date: Fri, 19 Feb 2016 21:28:32 +0100 Message-ID: <1455913712-1311-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7053402807617130194==" List-Id: --===============7053402807617130194== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is the latest official test verson, including all previous patches. Signed-off-by: Matthias Fischer --- lfs/dnsmasq | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lfs/dnsmasq b/lfs/dnsmasq index 6417a75..21b7d5c 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.76test8 +VER =3D 2.76test10 =20 THISAPP =3D dnsmasq-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D fecf1d0be1266e033872e5ed4cb7fc72 +$(DL_FILE)_MD5 =3D 4b51474ed6081b18c61407077f254cf7 =20 install : $(TARGET) =20 @@ -73,11 +73,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/001-Fix_FTBFS= _on_illumos.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/002-Make_name= s_of_ARP_script_actions_consistent.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/003-Fix_break= age_in_ARP_code_when_IPV6_support_not_compiled_in.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/004-Avoid_los= ing_timer_when_deleting_a_RA_context.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq/005-Avoid_div= ide-by-zero_when_dhcp-range_is_a_whole_slash_64.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dnsmasq-Add-support-t= o-read-ISC-DHCP-lease-file.patch =20 cd $(DIR_APP) && sed -i src/config.h \ --=20 2.7.1 --===============7053402807617130194==--