Skip to content

Commit

Permalink
dns/dnsmasq-devel: update to 2.87test9
Browse files Browse the repository at this point in the history
CHANGELOG difference in Git between test8 and test9

* Enhance --domain to accept, for instance,
  --domain=net2.thekelleys.org.uk,eth2 so that hosts get a domain
  which relects the interface they are attached to in a way which
  doesn't require hard-coding addresses. Thanks to Sten Spans for
  the idea.

* Fix write-after-free error in DHCPv6 server code.
  CVE-2022-0934 refers.

* Add the ability to specify destination port in
  DHCP-relay mode. This change also removes a previous bug
  where --dhcp-alternate-port would affect the port used
  to relay _to_ as well as the port being listened on.
  The new feature allows configuration to provide bug-for-bug
  compatibility, if required. Thanks to Damian Kaczkowski
  for the feature suggestion.

* Bound the value of UDP packet size in the EDNS0 header of
  forwarded queries to the configured or default value of
  edns-packet-max. There's no point letting a client set a larger
  value if we're unable to return the answer. Thanks to Bertie
  Taylor for pointing out the problem and supplying the patch.

* Fix problem with the configuration

      --server=/some.domain/# --address=/#/<ip> --server=<server_ip>

  This would return <ip> for queries in some.domain, rather than
  forwarding the query via the default server.
  • Loading branch information
mandree committed Aug 12, 2022
1 parent e252694 commit 37b050f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 180 deletions.
4 changes: 2 additions & 2 deletions dns/dnsmasq-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.87test8
DISTVERSION= 2.87test9
# Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
PORTREVISION= 1
PORTREVISION= 0
PORTEPOCH= 4 # attn - different between -devel and dnsmasq ports!
CATEGORIES= dns
#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \
Expand Down
6 changes: 3 additions & 3 deletions dns/dnsmasq-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1644432655
SHA256 (dnsmasq-2.87test8.tar.xz) = cb7245f4726d5692dd27d8c5f8ece8b88c9995fc0d649fd76d2870f80b852369
SIZE (dnsmasq-2.87test8.tar.xz) = 558724
TIMESTAMP = 1660330300
SHA256 (dnsmasq-2.87test9.tar.xz) = 325d2b953e06273cd7e0ed921b464203a4a26fae7a1afedd9b26528d25951fdf
SIZE (dnsmasq-2.87test9.tar.xz) = 560708
175 changes: 0 additions & 175 deletions dns/dnsmasq-devel/files/patch-CVE-2022-0934

This file was deleted.

0 comments on commit 37b050f

Please sign in to comment.