Path to this page:
./
net/dnsmasq,
Lightweight, easy to configure DNS forwarder
Branch: pkgsrc-2008Q2,
Version: 2.45,
Package name: dnsmasq-2.45,
Maintainer: pancakeDnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
server. It is designed to provide DNS and, optionally, DHCP, to a
small network. It can serve the names of local machines which are not
in the global DNS. The DHCP server integrates with the DNS server and
allows machines with DHCP-allocated addresses to appear in the DNS
with names configured either in each host or in a central
configuration file. Dnsmasq supports static and dynamic DHCP leases
and BOOTP for network booting of diskless machines.
Master sites:
SHA1: 12f8cffd657f674fbf4bf4f670a0dcb65ea4a5ae
RMD160: b8ebf9dfeff26c18664a917cd32cb9b6a53852cb
Filesize: 371.95 KB
Version history: (Expand)
- (2008-07-24) Updated to version: dnsmasq-2.45
- (2008-07-14) Package added to pkgsrc.se, version dnsmasq-2.38 (created)
CVS history: (Expand)
2008-07-24 12:28:03 by Tyler R. Retzlaff | Files touched by this commit (3) | |
Log message:
pullup ticket #2456 requested by tonnerre
dnsmasq: update package for fixes and CVE
revisions pulled up:
pkgsrc/net/dnsmasq/Makefile 1.5
pkgsrc/net/dnsmasq/distinfo 1.4
pkgsrc/net/dnsmasq/patches/patch-aa 1.3
Module Name: pkgsrc
Committed By: tonnerre
Date: Wed Jul 23 23:46:08 UTC 2008
Modified Files:
pkgsrc/net/dnsmasq: Makefile distinfo
pkgsrc/net/dnsmasq/patches: patch-aa
Log message:
Update dnsmasq to version 2.45 in order to fix CVE-2008-1447.
Changes since version 2.38:
- Names ending in a dot now work.
- Whitespaces arround commata in config files are now ignored.
- Asynchronous logging.
- New --log-dhcp flag was added.
- RFC3046 relay agent data matching.
- RFC3993 subscriber ID relay agent data matching.
- RFC 5107 server-id-override DHCP relay agent option.
- Option for interface names added.
- SIGUSR2 now closes and reopens the log files.
- DNS LOC record support.
- Allow disabling the DNS functionality by setting the port to 0.
- DNSMASQ_INTERFACE is now part of the environment of the lease change
script.
- PMTUd disabled on DHCP and TFTP sockets.
- --dhcp-bridge now works on all BSD variants.
- Now including a Solaris 10 SMF.
- Random source ports for DNS queries (CVE-2008-1447).
|