From c7188e5afa228cb46cde590128a429fc7d397b50 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 14 Feb 2024 17:19:06 +0100 Subject: [PATCH] dnsmasq: updated to version 2.90 --- dnsmasq/.signature | 8 ++++---- dnsmasq/Pkgfile | 2 +- dnsmasq/dnsmasq-config.patch | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dnsmasq/.signature b/dnsmasq/.signature index 2852349e1..a6cb2cc55 100644 --- a/dnsmasq/.signature +++ b/dnsmasq/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VloYJTu2xKK/B1v+FTpVFFFWwNW9F10Q4c7o/ZanVcpqEPw2g/KSt5Gl0pY5TQjyrM3xTlg4UinptvwFncA4QU= -SHA256 (Pkgfile) = 10484c32203e00f1dee50ef190888b527359498ccb36b63ca5ddfa342cbdc759 +RWSE3ohX2g5d/Wb2T3BMk9bjNDjfk/i/1V+hQnmhz9r/RGTdCVrjJfyjpmag5nBww0zd9Wd190Ib/PzEs073sPdDMsLWVLXymAE= +SHA256 (Pkgfile) = 51f90f5e344869664772703cd5042c31331fb6a7e947aa05a7d5469e0266318e SHA256 (.footprint) = a9b2926c49f21dee91cc4b4186a4abc2494b610a40941467c281573e2f9c76d9 -SHA256 (dnsmasq-2.89.tar.xz) = 02bd230346cf0b9d5909f5e151df168b2707103785eb616b56685855adebb609 -SHA256 (dnsmasq-config.patch) = c4dd7c241366e20ffeb199965124d037743de39be6d87b43be76b5aab2c0bb80 +SHA256 (dnsmasq-2.90.tar.xz) = 8e50309bd837bfec9649a812e066c09b6988b73d749b7d293c06c57d46a109e4 +SHA256 (dnsmasq-config.patch) = da7d99b46a2b86e405000a6f9f1412bf5264deb186364849a9986d44efb42450 SHA256 (dnsmasq) = af4d81797efb286246be33880bafdbd6691172d01179592eb95a637a86d3fa1b diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 8adcdd490..4cc63eb5c 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nettle name=dnsmasq -version=2.89 +version=2.90 release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \ $name-config.patch dnsmasq) diff --git a/dnsmasq/dnsmasq-config.patch b/dnsmasq/dnsmasq-config.patch index cc9021a97..4c22b4367 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.88.orig/dnsmasq.conf.example dnsmasq-2.88/dnsmasq.conf.example ---- dnsmasq-2.88.orig/dnsmasq.conf.example 2022-12-05 08:16:20.476784879 +0100 -+++ dnsmasq-2.88/dnsmasq.conf.example 2022-12-05 08:16:47.219423244 +0100 +diff -Nru dnsmasq-2.90.orig/dnsmasq.conf.example dnsmasq-2.90/dnsmasq.conf.example +--- dnsmasq-2.90.orig/dnsmasq.conf.example 2024-02-13 18:55:49.047945740 +0100 ++++ dnsmasq-2.90/dnsmasq.conf.example 2024-02-13 18:56:05.594774718 +0100 @@ -22,7 +22,7 @@ # Uncomment these to enable DNSSEC validation and caching: @@ -30,10 +30,10 @@ diff -Nru dnsmasq-2.88.orig/dnsmasq.conf.example dnsmasq-2.88/dnsmasq.conf.examp # Set the DHCP server to authoritative mode. In this mode it will barge in # and take over the lease for any client which broadcasts on the network, -diff -Nru dnsmasq-2.88.orig/src/config.h dnsmasq-2.88/src/config.h ---- dnsmasq-2.88.orig/src/config.h 2022-12-05 08:16:20.476784879 +0100 -+++ dnsmasq-2.88/src/config.h 2022-12-05 08:16:47.219423244 +0100 -@@ -46,7 +46,7 @@ +diff -Nru dnsmasq-2.90.orig/src/config.h dnsmasq-2.90/src/config.h +--- dnsmasq-2.90.orig/src/config.h 2024-02-13 18:55:49.044612374 +0100 ++++ dnsmasq-2.90/src/config.h 2024-02-13 18:56:05.594774718 +0100 +@@ -49,7 +49,7 @@ #define DEFLEASE 3600 /* default DHCPv4 lease time, one hour */ #define DEFLEASE6 (3600*24) /* default lease time for DHCPv6. One day. */ #define CHUSER "nobody" @@ -42,7 +42,7 @@ diff -Nru dnsmasq-2.88.orig/src/config.h dnsmasq-2.88/src/config.h #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ #define LOG_MAX 5 /* log-queue length */ #define RANDFILE "/dev/urandom" -@@ -211,7 +211,7 @@ +@@ -214,7 +214,7 @@ # elif defined(__ANDROID__) # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases" # else @@ -51,7 +51,7 @@ diff -Nru dnsmasq-2.88.orig/src/config.h dnsmasq-2.88/src/config.h # endif #endif -@@ -235,7 +235,7 @@ +@@ -238,7 +238,7 @@ # if defined(__ANDROID__) # define RUNFILE "/data/dnsmasq.pid" # else