aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsmasq-devel
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to release candidate #7.mandree2015-05-032-3/+3
| | | | | | | | | | Git shortlog: Johnny S. Lee (1): Make get-version work when repo is a git submodule. Simon Kelley (2): Logs in DHCPv6 not suppressed by dhcp6-quiet. Fix argument-order botch which broke DNSSEC for TCP queries.
* Update to new release candidate #6.mandree2015-04-232-4/+4
| | | | | | | | | | | | | | | | | | | Git shortlog since release candidate #4: Moshe Levi (1): Check IP address command line arg in dhcp_release.c Simon Kelley (7): Fix crash in auth code with odd configuration. Auth: correct replies to NS and SOA in .arpa zones. Note CVE-2015-3294 Log domain when reporting DNSSEC validation failure. Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log inste Handle domain names with '.' or /000 within labels. Tweaks to previous, DNS label charset commit. Stefan Tomanek (1): Fix (srk induced) crash in new tftp_no_fail code.
* Upgrade to new release candidate #4.mandree2015-04-122-4/+3
| | | | | | | | | | | | | | Resolves checksum trouble. Git shortlog between rc#3 and rc#4: Simon Kelley (4): Return INSECURE, rather than BOGUS when DS proved not to exist. Fix compiler warning when not including DNSSEC. Fix crash caused by looking up servers.bind when many servers defined. Fix crash on receipt of certain malformed DNS requests. Stefan Tomanek (2): add --tftp-no-fail to ignore missing tftp root
* Mark as broken unfetchable portsbapt2015-04-061-0/+1
|
* Upgrade to new release candidate #3 (skipping rc2).mandree2015-04-012-3/+3
| | | | | | | | | | Changes since rc1 (git shortlog): + Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone. + Return SERVFAIL when validation abandoned. + Protect against broken DNSSEC upstreams. + DNSSEC fix for non-ascii characters in labels. + Allow control characters in names in the cache, handle when logging.
* Update to upstream 2.73rc1 (pending rc2 upload)mandree2015-03-312-5/+4
| | | | | | | | | | | | | | | | Changes from previous 2.73test6 (taken from CHANGELOG's Git repo): Don't reply to DHCPv6 SOLICIT messages if we're not configured to do stateful DHCPv6. Thanks to Win King Wan for the patch. Fix broken DNSSEC validation of ECDSA signatures. Add --dnssec-timestamp option, which provides an automatic way to detect when the system time becomes valid after boot on systems without an RTC, whilst allowing DNS queries before the clock is valid so that NTP can run. Thanks to Kevin Darbyshire-Bryant for developing this idea.
* Update to new 2.73test6 pre-releasemandree2015-01-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Changes since test3, from CHANGELOG file: Add --log-queries=extra option, which makes logs easier to search automatically. Add --min-cache-ttl option. I've resisted this for a long time, on the grounds that disbelieving TTLs is never a good idea, but I've been persuaded that there are sometimes reasons to do it. (Step forward, GFW). To avoid misuse, there's a hard limit on the TTL floor of one hour. Thansk to RinSatsuki for the patch. Cope with multiple interfaces with the same link-local address. (IPv6 addresses are scoped, so this is allowed.) Thanks to Cory Benfield for help with this. Add --dhcp-hostsdir. This allows addition of new host configurations to a running dnsmasq instance much more cheaply than having dnsmasq re-read all its existing configuration each time.
* Update to new test release.mandree2015-01-103-17/+4
| | | | | Changes: the two items at the end of v2.73 here: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=e8bf80f81baac3366dfecbdb6e80c4102fb21574;hb=424c4a8a53c8aa5d6ac899c95803b97410abec8f#l26>
* Package 2.73test2, with one additional patch to make it buildmandree2014-12-243-5/+19
| | | | | | | (also reported upstream). CHANGELOG at: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=fbc5205702c7f6f431d9f1043c553d7fb62ddfdb>
* Update to new upstream version 2.72, disabling dnsmasq-devel again.mandree2014-09-262-4/+1
| | | | | | | | Remove @dir* stuff from pkg-plist. @sample isn't documented properly and isn't up to handling files with non-.sample suffix, so stay away from that part of pkg-plist. ChangeLog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
* Upgrade to 2.72rc2.mandree2014-09-212-4/+3
| | | | | | | | + Fix bug when resulted in NXDOMAIN answers instead of NODATA in some circumstances. + Fix bug which caused dnsmasq to become unresponsive if it failed to send packets due to a network interface disappearing. + Fix problem with --local-service option on big-endian platforms.
* Forward port dnsmasq changes from previous versions, to update the port and ↵mandree2014-09-112-11/+25
| | | | fix 10/11 build issues.
* Update to 2.72rc1.mandree2014-09-102-6/+3
| | | | | | | Announcement with ChangeLog: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008793.html Submitted by: portscout
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-1/+1
|
* Switch to use lua 5.2bapt2014-04-221-2/+2
|
* Ignore this port while the release is newer than the candidates.mandree2014-04-111-1/+1
|
* Upgrade to new upstream release candidate #rc4.mandree2014-04-012-4/+4
| | | | | | Fixes ipset logging patch. Known issue: The executable identifies as #rc3.
* Update to new upstream release candidate #2.mandree2014-03-302-4/+4
| | | | | | | | | | | | | | | | | | | | Git shortlog between 2.69 rc1 and rc2: Simon Kelley (7): Add dnssec-check-unsigned to example config file. Reorder sanity checks on UDP packet reception, to cope with failed recvfro SERVFAIL is an expected error return, don't try all servers. Terminate DS-search when reaching the root via cache entries. Cache stats availble in CHAOS .bind domain. Ensure ->sentto is valid for DNSSEC forwards. Otherwise retries SEGV. Add --dnssec-no-timecheck Tomas Hozza (2): Memory leak in error path. Handle failure of hash_questions() Wang Jian (1): Log IPSET actions.
* Upgrade to release candidate #1.mandree2014-03-232-7/+6
|
* Upgrade to new upstream test release #11.mandree2014-03-112-4/+4
| | | | | | | | | | | | | | | | | | Git shortlog since test release #9: Speeling. Strip DNSSEC RRs when query doesn't have DO bit set. Return INSECURE when validation fails with proved non-existent DS. Negative caching for DS records. Check that unsigned replies come from unsigned zones if --dnssec-check-uns Tidy. Fix off-by-one overwrite. Don't free blockdata for negative DS cache entries. Handle replies with no answers and no NS in validate_reply. Tweak tuning params. Don't cache secure replies which we've messsed with. Mass edit of INSECURE->BOGUS returns for server failure/bad input. Can have local DS records (trust anchors).
* Update to new test9 release.mandree2014-02-282-4/+4
| | | | | | | | | | | | | | | Relevant excerpt from git shortlog between test8 and test9: Add RFC-6605 ECDSA DNSSEC verification. Don't mess with the TTL of DNSSEC RRs. No CD in forwarded queries unless dnssec-debug for TCP too. Log BOGUS validation result when upstream sends SERVFAIL. --rev-server option. Syntactic sugar for PTR queries. Omit ECC from DNSSEC if nettle library is old. Add --servers-file option. NSEC3 validation. First pass. Check signer name in RRSIGs. An NSEC record cannot attest to its own non-existance!
* Upgrade to test8 release, bringing these upstream fixes:mandree2014-02-132-4/+4
| | | | | | | | | ee41586 Use DS records as trust anchors, not DNSKEYs. 83349b8 Further tidying of AD and DO bit handling. 7fa836e Handle validation when more one key is needed. 1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. e243c07 AD bit in queries handled as RFC6840 p5.7
* Move all the way to the test7 release that has other bugfixes.mandree2014-02-074-95/+4
| | | | | Note the +AD flag may now be missing on the first response for a given domain, re-querying within the cache TTL would deliver it. Bug has been reported.
* really add the promised AD flag patch.mandree2014-02-072-1/+78
| | | | Pointy hat to: yours truly
* Add Simon's patch from Git for AD flag treatment (dig ... +ad).mandree2014-02-071-0/+1
|
* Upgrade to test6, which adds DNSSEC validation and caching support.mandree2014-02-054-6/+31
| | | | | Note that this requires configuration (see dnsmasq.conf.example for hints) and has a few rough edges with regard to caching.
* Update to new upstream 2.69test3 release, with these noteworthy changes:mandree2014-01-022-5/+6
| | | | | | | | | - Implement dynamic interface discovery on *BSD - Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. - Ignore ",," in dhcp-host, rather than treating it as ",0," Invent an additional .0 so we can later have 2.69rc... releases without touching PORTEPOCH.
* Upgrade dnsmasq to new stable 2.68 release.mandree2013-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bind-interfaces with IPv6 on FreeBSD. version 2.68 Use random addresses for DHCPv6 temporary address allocations, instead of algorithmically determined stable addresses. Fix bug which meant that the DHCPv6 DUID was not available in DHCP script runs during the lifetime of the dnsmasq process which created the DUID de-novo. Once the DUID was created and stored in the lease file and dnsmasq restarted, this bug disappeared. Fix bug introduced in 2.67 which could result in erroneous NXDOMAIN returns to CNAME queries. Fix build failures on MacOS X and openBSD. Allow subnet specifications in --auth-zone to be interface names as well as address literals. This makes it possible to configure authoritative DNS when local address ranges are dynamic and works much better than the previous work-around which exempted contructed DHCP ranges from the IP address filtering. As a consequence, that work-around is removed. Under certain circumstances, this change wil break existing configuration: if you're relying on the contructed-range exception, you need to change --auth-zone to specify the same interface as is used to construct your DHCP ranges, probably with a trailing /6 like this: --auth-zone=example.com,eth0/6 to limit the addresses to IPv6 addresses of eth0. Fix problems when advertising deleted IPv6 prefixes. If the prefix is deleted (rather than replaced), it doesn't get advertised with zero preferred time. Thanks to Tsachi for the bug report. Fix segfault with some locally configured CNAMEs. Thanks to Andrew Childs for spotting the problem. Fix memory leak on re-reading /etc/hosts and friends, introduced in 2.67. Check the arrival interface of incoming DNS and TFTP requests via IPv6, even in --bind-interfaces mode. This isn't possible for IPv4 and can generate scary warnings, but as it's always possible for IPv6 (the API always exists) then we should do it always. Tweak the rules on prefix-lengths in --dhcp-range for IPv6. The new rule is that the specified prefix length must be larger than or equal to the prefix length of the corresponding address on the local interface.
* Upgrade to upstream -rc5, fixing binding to IPv6 interfaces withmandree2013-12-042-3/+3
| | | | | | | | | | non-local addresses. Important upstream changes between -rc4 and -rc5: - Don't overwrite errno before generating message. - Garbage collect listening sockets when their address is deleted. - Only set scope_id in addresses to bind() for linklocal addresses. - Check arrival interface of IPv6 requests, even in --bind-interfaces. - Relax rules in prefix length in (IPv6) dhcp-range.
* Update to new release candidate #4.mandree2013-11-272-3/+3
| | | | | | | Upstream changes: - Add missing malloc() return-code check. - Do immediate RA when a prefix goes from old->current. - Fixes to various compiler warnings.
* Update to new upstream release candidate #3, with three changes since RC1:mandree2013-11-262-3/+3
| | | | | | 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. e142a83 Merge messages to .po files.
* Update to new release candidate #1 for 2.68.mandree2013-11-222-4/+4
| | | | Changes: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007808.html
* Upgrade dnsmasq to new upstream release 2.67.mandree2013-10-261-0/+1
| | | | | | | | Changelog: <http://www.thekelleys.org.uk/dnsmasq/CHANGELOG> Enable NLS and IPV6 options by default. Use shebangfix on files that need it. Mark dnsmasq-devel (older than release) IGNORE.
* Upgrade to rc4, changes over rc3 (-: removed, +: added)mandree2013-10-182-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | REVERT: Add --force-fast-ra option. Another thanks to Uwe Schindler. NEW: + Update Spanish transalation. Thanks to Vicente Soriano. + Add --ra-param option. Thanks to Vladislav Grishenko for + inspiration on this. + Add --add-subnet configuration, to tell upstream DNS + servers where the original client is. Thanks to DNSthingy + for sponsoring this feature. + Add --quiet-dhcp, --quiet-dhcp6 and --quiet-ra. Thanks to + Kevin Darbyshire-Bryant for the initial patch. + Allow A/AAAA records created by --interface-name to be the + target of --cname. Thanks to Hadmut Danisch for the + suggestion. + Avoid treating a --dhcp-host which has an IPv6 address + as eligable for use with DHCPv4 on the grounds that it has + no address, and vice-versa. Thanks to Yury Konovalov for + spotting the problem. + Do a better job caching dangling CNAMEs. Thanks to Yves + Dorfsman for spotting the problem. Fix shebang lines of two Perl scripts.
* Update to 2.67 release candidate #3.mandree2013-10-073-31/+22
| | | | | | | | | | While here, support staging. Changelog for RC1: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q4/007572.html> Git commit log with newer rc2/rc3 tags: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=shortlog>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | dns)
* Mark IGNORE.mandree2013-09-051-1/+1
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* Convert dns to USES=pkgconfigbapt2013-04-231-2/+2
|
* DNSMasq 2.66rc5 fixes a DHCPv6 issue where dnsmasq 2.66rc2 spoils its ownmandree2013-04-152-3/+3
| | | | | | | | | | leases file for IPv6 records. The closest evidence to a changelog is the mailing list message at http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q2/007028.html (and a few prior messages in that same thread). PR: ports/177788 Approved by: portmgr (bdrewery)
* Update to new upstream release candidate 2.66rc2.mandree2013-03-232-8/+4
|
* Update to new upstream release candidate #3 to 2.64.mandree2012-12-042-3/+3
| | | | Feature safe: yes
* Update to new release candidate v2.64rc1 (after portscout complaint).mandree2012-11-162-3/+3
| | | | Feature safe: yes (leaf port)
* Demote USE_PKGCONFIG to =build (was =yes).mandree2012-08-211-2/+2
|
* Update to rc6, which became the formal release.mandree2012-08-212-3/+3
|
* Update to rc3 to avoid nag questions.mandree2012-08-102-4/+3
| | | | Now uses .tar.xz suffix.
* Add new dnsmasq-devel version, for development/test/release candidate versions.mandree2012-08-086-0/+263
This port is based on dns/dnsmasq 2.62_1,1 and has been updated to 2.63rc2. Description (by Simon Kelley, the upstream maintainer): Dnsmasq 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/TFTP/PXE for network booting of diskless machines.