Explorar o código

dnsmasq: bump to dnsmasq 2.80test6

Refresh patches

Changes since latest bump:

af3bd07 Man page typo.
d682099 Picky changes to 47b45b2967c931fed3c89a2e6a8df9f9183a5789
47b45b2 Fix lengths of interface names
2b38e38 Minor improvements in lease-tools
282eab7 Mark die function as never returning
c346f61 Handle ANY queries in context of da8b6517decdac593e7ce24bde2824dd841725c8
03212e5 Manpage typo.

Signed-off-by: Hans Dedecker <[email protected]>
Hans Dedecker %!s(int64=7) %!d(string=hai) anos
pai
achega
43d4b8e89e

+ 3 - 3
package/network/services/dnsmasq/Makefile

@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=dnsmasq
 PKG_NAME:=dnsmasq
-PKG_VERSION:=2.80test5
-PKG_RELEASE:=2
+PKG_VERSION:=2.80test6
+PKG_RELEASE:=1
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases
 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases
-PKG_HASH:=e17a4430ead6ec3f5710a55888ed261d9c19281954be5356e9f3a1171990f0d6
+PKG_HASH:=aa74384f4ee6941d7785db79cf50fd6399cb992d219fc07ea6affeabe63b0190
 
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
 PKG_LICENSE_FILES:=COPYING

+ 1 - 1
package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch

@@ -7,7 +7,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
 
 
 --- a/src/dnsmasq.h
 --- a/src/dnsmasq.h
 +++ b/src/dnsmasq.h
 +++ b/src/dnsmasq.h
-@@ -89,7 +89,7 @@ typedef unsigned long long u64;
+@@ -95,7 +95,7 @@ typedef unsigned long long u64;
  #if defined(HAVE_SOLARIS_NETWORK)
  #if defined(HAVE_SOLARIS_NETWORK)
  #  include <sys/sockio.h>
  #  include <sys/sockio.h>
  #endif
  #endif