Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dnsmasq dnsmasq: updated to 2.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ec0e1023579
branches:  trunk
changeset: 436132:3ec0e1023579
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 27 16:41:11 2020 +0000

description:
dnsmasq: updated to 2.82

version 2.82

Improve behaviour in the face of network interfaces which come
and go and change index. Thanks to Petr Mensik for the patch.

Convert hard startup failure on NETLINK_NO_ENOBUFS under qemu-user
to a warning.

Allow IPv6 addresses ofthe form [::ffff:1.2.3.4] in --dhcp-option.

Fix crash under heavy TCP connection load introduced in 2.81.
Thanks to Frank for good work chasing this down.

Change default lease time for DHCPv6 to one day.

Alter calculation of preferred and valid times in router
advertisements, so that these do not have a floor applied
of the lease time in the dhcp-range if this is not explicitly
specified and is merely the default.

diffstat:

 net/dnsmasq/Makefile |   5 ++---
 net/dnsmasq/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 2ee1a2c7e83f -r 3ec0e1023579 net/dnsmasq/Makefile
--- a/net/dnsmasq/Makefile      Mon Jul 27 16:38:51 2020 +0000
+++ b/net/dnsmasq/Makefile      Mon Jul 27 16:41:11 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2020/05/22 10:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/07/27 16:41:11 adam Exp $
 
-DISTNAME=      dnsmasq-2.81
-PKGREVISION=   1
+DISTNAME=      dnsmasq-2.82
 CATEGORIES=    net
 MASTER_SITES=  http://www.thekelleys.org.uk/dnsmasq/
 EXTRACT_SUFX=  .tar.xz
diff -r 2ee1a2c7e83f -r 3ec0e1023579 net/dnsmasq/distinfo
--- a/net/dnsmasq/distinfo      Mon Jul 27 16:38:51 2020 +0000
+++ b/net/dnsmasq/distinfo      Mon Jul 27 16:41:11 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2020/04/29 12:38:52 adam Exp $
+$NetBSD: distinfo,v 1.39 2020/07/27 16:41:11 adam Exp $
 
-SHA1 (dnsmasq-2.81.tar.xz) = 7724b5f4a2249e42902e2d1a3c2d4a1a12a02b53
-RMD160 (dnsmasq-2.81.tar.xz) = 0a731a8746a34df1d0e1411fbc07b45f94458c22
-SHA512 (dnsmasq-2.81.tar.xz) = 85550c9782fef9b0710d0e233523ed1fe26e877a8bc53fcea3f7cf1fb17c3a79c46f284a99dab2bdaf6a107ea3f1a71cec476ab6d4e1b936da6591aaef42c88e
-Size (dnsmasq-2.81.tar.xz) = 510648 bytes
+SHA1 (dnsmasq-2.82.tar.xz) = 4eb84825d5a3b7e4d7de1fc58c56dd4eb8cace71
+RMD160 (dnsmasq-2.82.tar.xz) = 7583a0a0fa85aa400069e74899ec9e2aaa40c9d1
+SHA512 (dnsmasq-2.82.tar.xz) = faf36efdaa3abe84994e46aea018b0a324218d42814baac056ca635f6d03f1301e7b4d958f92b272a8e3a7ac358f3a4e2606129a217587b471aedb3ce23e903b
+Size (dnsmasq-2.82.tar.xz) = 509904 bytes
 SHA1 (patch-src_bpf.c) = 4115a5391f57564663bbfc448fbb865c370318a6
 SHA1 (patch-src_dump.c) = 3e7553e8ed2444536ba94187f7a100a9abdbb353



Home | Main Index | Thread Index | Old Index