ports/opt (3.6): dnsmasq: update to 2.87
commit 804880e36e966c426187f34e31a1522b1c674066 Author: Juergen Daubert <jue@jue.li> Date: Mon Sep 26 16:28:25 2022 +0200 dnsmasq: update to 2.87 diff --git a/dnsmasq/.signature b/dnsmasq/.signature index c84392a38..9ec0cd705 100644 --- a/dnsmasq/.signature +++ b/dnsmasq/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/cPXK/DMB9lNx2o4hyoyJUwlv9zp3VUEg0ZErNCeIeGug3Ig+x+ZPTjBY4/DeEKijApThc2O8DXjlkmN2bH3Lgg= -SHA256 (Pkgfile) = 0e58f340624796795665723978e21536d324e66d5500720fffc18e0860ed1331 +RWSE3ohX2g5d/XxzRwqiZwA7kuDDpkocl5iSkoNnDd/4DiRaLNq139A+kJhtB2vu9XJ8zH5k4FBRgpY6F4pxcXpnCEkDwxExuwE= +SHA256 (Pkgfile) = fdbb616dd1a3bc97ab42b0e3faf8cc04a6aafbdc06e6f2d4d13a3b880b7309e7 SHA256 (.footprint) = a9b2926c49f21dee91cc4b4186a4abc2494b610a40941467c281573e2f9c76d9 -SHA256 (dnsmasq-2.86.tar.xz) = 28d52cfc9e2004ac4f85274f52b32e1647b4dbc9761b82e7de1e41c49907eb08 -SHA256 (dnsmasq-config.patch) = bf7b680b43e8711e10762be6ca9c5c42e03c6c538392fd32beb2bbcc219f568d +SHA256 (dnsmasq-2.87.tar.xz) = 0228c0364a7f2356fd7e7f1549937cbf3099a78d3b2eb1ba5bb0c31e2b89de7a +SHA256 (dnsmasq-config.patch) = 791d9308054cde26a0e8fded7ff44f551cac03983b542326c703cf5451ca6c96 SHA256 (dnsmasq) = 3c5425d2662177614a9f79a89027e03d2622687c1b387f62d6bf73326fbd59b1 diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 42bb746be..37476bc41 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -4,7 +4,7 @@ # Depends on: nettle name=dnsmasq -version=2.86 +version=2.87 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 1bd9b51b6..2e2419de4 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.84.orig/dnsmasq.conf.example dnsmasq-2.84/dnsmasq.conf.example ---- dnsmasq-2.84.orig/dnsmasq.conf.example 2021-01-27 10:45:11.611244801 +0100 -+++ dnsmasq-2.84/dnsmasq.conf.example 2021-01-27 10:45:32.883980677 +0100 +diff -Nru dnsmasq-2.87.orig/dnsmasq.conf.example dnsmasq-2.87/dnsmasq.conf.example +--- dnsmasq-2.87.orig/dnsmasq.conf.example 2022-09-26 13:02:40.145014750 +0200 ++++ dnsmasq-2.87/dnsmasq.conf.example 2022-09-26 13:02:54.071352953 +0200 @@ -22,7 +22,7 @@ # Uncomment these to enable DNSSEC validation and caching: @@ -10,7 +10,7 @@ diff -Nru dnsmasq-2.84.orig/dnsmasq.conf.example dnsmasq-2.84/dnsmasq.conf.examp #dnssec # Replies which are not DNSSEC signed may be legitimate, because the domain -@@ -96,8 +96,8 @@ +@@ -106,8 +106,8 @@ # If you want dnsmasq to change uid and gid to something other # than the default, edit the following lines. @@ -21,7 +21,7 @@ diff -Nru dnsmasq-2.84.orig/dnsmasq.conf.example dnsmasq-2.84/dnsmasq.conf.examp # If you want dnsmasq to listen for DHCP and DNS requests only on # specified interfaces (and the loopback) give the name of the -@@ -535,7 +535,7 @@ +@@ -545,7 +545,7 @@ # The DHCP server needs somewhere on disk to keep its lease database. # This defaults to a sane location, but if you want to change it, use # the line below. @@ -30,10 +30,10 @@ diff -Nru dnsmasq-2.84.orig/dnsmasq.conf.example dnsmasq-2.84/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.84.orig/src/config.h dnsmasq-2.84/src/config.h ---- dnsmasq-2.84.orig/src/config.h 2021-01-27 10:45:11.614578042 +0100 -+++ dnsmasq-2.84/src/config.h 2021-01-27 10:45:32.883980677 +0100 -@@ -46,7 +46,7 @@ +diff -Nru dnsmasq-2.87.orig/src/config.h dnsmasq-2.87/src/config.h +--- dnsmasq-2.87.orig/src/config.h 2022-09-26 13:02:40.145014750 +0200 ++++ dnsmasq-2.87/src/config.h 2022-09-26 13:02:54.071352953 +0200 +@@ -45,7 +45,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.84.orig/src/config.h dnsmasq-2.84/src/config.h #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ #define LOG_MAX 5 /* log-queue length */ #define RANDFILE "/dev/urandom" -@@ -204,7 +204,7 @@ +@@ -208,7 +208,7 @@ # elif defined(__ANDROID__) # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases" # else
participants (1)
-
crux@crux.nu