/textproc/mifluz/

eebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* - take maintainershiprm2012-09-231-1/+1
|
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-222-12/+4
|
* Deprecated a bunch a ports with no more public distfiles (thanks ehaupt'sbapt2012-09-211-0/+3
| | | | distilator
* Upgrade to the latest BIND patch level:dougb2012-09-198-48/+36
| | | | | | | | | | | | | | | | | | | Prevents a crash when queried for a record whose RDATA exceeds 65535 bytes. Prevents a crash when validating caused by using "Bad cache" data before it has been initialized. ISC_QUEUE handling for recursive clients was updated to address a race condition that could cause a memory leak. This rarely occurred with UDP clients, but could be a significant problem for a server handling a steady rate of TCP queries. A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. For more information: https://kb.isc.org/article/AA-00788
* - Update to 1.6.8 [1]bdrewery2012-09-134-10/+8
| | | | | | | | | | - Update WWW to new location [1] - Switch to GNU_CONFIGURE so that PREFIX is properly respected on install, when not set to LOCALBASE PR: ports/170817 [1] Submitted by: Stefan Caunter <stef@scaleengine.com> (maintainer)
* - Fix permissions on munin scriptsem2012-09-111-2/+2
| | | | | PR: ports/171526 Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl>
* - Run unbound-checkconf on startupsem2012-09-092-0/+4
| | | | Submitted by: Anton Yuzhaninov <citrin at citrin.ru>
* - Update to 0.1.8sunpoet2012-09-082-3/+3
| | | | Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
* - Update to 0.122310swills2012-09-043-3/+6
| | | | | PR: ports/170964 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
* Update to 1.1.0rc2.rakuco2012-08-272-4/+7
| | | | | PR: ports/171024 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* Fix typo in options handling.tj2012-08-231-1/+1
| | | | | | | PR: ports/170794 Submitted by: Artis Caune <Artis.Caune@gmail.com> Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: eadler (mentor)
* Demote USE_PKGCONFIG to =build (was =yes).mandree2012-08-212-4/+4
|
* Update to 2.63.mandree2012-08-212-5/+6
| | | | Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
* Update to rc6, which became the formal release.mandree2012-08-212-3/+3
|
* Update to 1.0.1brian2012-08-212-3/+3
| | | | Maintainer timeout: 10 days
* - Update to 1.2.3wen2012-08-182-3/+3
|
* - Update to 0.921jase2012-08-162-3/+3
| | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES Approved by: flo (mentor)
* Fix problem introduced in r302141. The directory for the unpacked sourcedougb2012-08-151-1/+3
| | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied.
* danfe was kind enough to remind me that:dougb2012-08-151-2/+1
| | | | | | | | | | WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} is already the default, so for those ports where we are doing: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} to avoid the problem of conflicts with the rc.d script of the same name it is not necessary to define WRKSRC separately. Clean up this mistake of mine, and standardize for the others.
* Credns is a software program aimed at fortifying DNSSEC by performingscheidell2012-08-139-0/+206
| | | | | | | | | validation in the DNS notify/transfer-chain. WWW: http://www.nlnetlabs.nl/projects/credns/ PR: ports/169732 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
* - Update to 1.3.10scheidell2012-08-122-3/+3
| | | | | PR: ports/170544 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Update to 1.2.2wen2012-08-112-3/+3
|
* Update to rc3 to avoid nag questions.mandree2012-08-102-4/+3
| | | | Now uses .tar.xz suffix.
* Update to 1.25bdrewery2012-08-083-3/+4
| | | | | | | | | | | | | | | ChangeLog: 1.23 https://lists.gnu.org/archive/html/info-gnu/2011-11/msg00014.html 1.24 https://lists.gnu.org/archive/html/info-gnu/2012-01/msg00008.html 1.25 https://lists.gnu.org/archive/html/info-gnu/2012-05/msg00010.html Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) PR: ports/170428 Approved by: eadler (mentor)
* Add new dnsmasq-devel version, for development/test/release candidate versions.mandree2012-08-088-0/+266
| | | | | | | | | | | | | | 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.
* Fix what looks like a copy-paste-o that originated in the same script:dougb2012-08-061-1/+2
| | | | | | | | | | | | | | | command=foo >/dev/null 2>&1 | v command=foo command_args='>/dev/null 2>&1' This is clearly what should have been done, for several reasons. No PORTREVISION bump because the old version simply ignored everything after the space, and does not seem to have done any harm. However it's good to clean these up so that similar errors aren't pasted into a new script where they might actually matter.
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0612-12/+14
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - Update to 1.4.12decke2012-08-044-10/+25
| | | | | | | | | - Whitespace fixes in pkg-descr - Remove SF from MASTER_SITES - Fix CC definition (fixes CLANG builds) PR: ports/170322 Submitted by: Takefu <takefu@airport.fm>
* Update to 1.0brian2012-08-044-7/+15
| | | | | | | I've also updated MASTER_SITES as the maintainer's site doesn't have version 1.0. This can be changed back if/when the maintainer comes back. Maintainer timeout after: 5 days
* - Update to 1.4.18sem2012-08-032-3/+3
|
* - Fix typos in COMMENTcs2012-08-021-1/+1
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* Make the MASTER_SITES URL variable toodougb2012-07-311-1/+1
| | | | Reminded by: bsam
* Use the same method for github downloads as portupgrade-develdougb2012-07-302-5/+7
| | | | Thanks for the pointer: bryan@shatow.net
* Remove my personal web site from MASTER_SITESdougb2012-07-291-2/+1
|
* - Fix CONFLICTS and readd PKGNAMESUFFIX so we don't get in trouble with ↵scheidell2012-07-281-34/+45
| | | | | | | | | | | dns/powerdns - Convert to new OptionsNG - Add DNSSEC knob by popular demand. Disabling this will disable DNSSEC algorithms 13 and 14 and remove dependency on libcryptopp. - Disabled botan support since it's broken with 1.8. When 1.10 becomes part of the ports tree it can be enabled again. PR: ports/170196 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Fix CONFLICTS.scheidell2012-07-281-35/+45
| | | | | | | | | | - Convert to new OptionsNG - Add DNSSEC knob by popular demand. Disabling this will disable DNSSEC algorithms 13 and 14 and remove dependency on libcryptopp. - Also disabled botan support since it's broken with 1.8. When 1.10 becomes part of the ports tree it can be enabled again. PR: ports/170195 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update to 3.2.13zi2012-07-272-4/+4
| | | | | | | | | - Cleanup whitespace - Document vulnerability in dns/nsd (CVE-2012-29789) PR: ports/170208 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Security: 17f369dc-d7e7-11e1-90a2-000c299b62e1
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Update master site.ume2012-07-261-1/+1
|
* Fix typos in COMMENTcs2012-07-252-2/+2
|
* Fix typos in COMMENTcs2012-07-254-4/+4
|
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failuredougb2012-07-258-32/+28
| | | | | | | | | | | in BIND9 High numbers of queries with DNSSEC validation enabled can cause an assertion failure in named, caused by using a "bad cache" data structure before it has been initialized. CVE: CVE-2012-3817 Posting date: 24 July, 2012
* - Fix option handling of THREADSsunpoet2012-07-221-1/+1
| | | | | | | PR: ports/170007 Reported by: Alexey Kouznetsov <alexey@kouznetsov.com> Submitted by: crees Approved by: sem (maintainer)
* Update to 3.2.12crees2012-07-202-4/+3
| | | | | | | | | | | BUG FIXES: - Fix for VU#624931 CVE-2012-2978: NSD denial of service vulnerability from non-standard DNS packet from any host on the internet. PR: ports/170001 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Security: CVE-2012-2978
* Update to the latest version from the new git repository.dougb2012-07-194-24/+8
| | | | I'll host the (contrived) distfile for now.
* - Update to 1.1.0cs2012-07-192-14/+21
| | | | | | | | - Update maintainer e-mail PR: ports/169899 Submitted by: Hrant Dadivanyan <ran@styx.aic.net> Approved by: maintainer
* - Fix LARGEFILE option typo that resulted in largefile support beingjase2012-07-181-1/+2
| | | | | | | | constantly disabled. PR: ports/169952 Spotted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: flo (mentor)
* - Update to 3.2.11 [1]jase2012-07-173-39/+38
| | | | | | | | | | | | - Convert to optionsNG, add DOCS option - Replace bsd.port.{pre,post}.mk includes - Remove non-existent DNSSEC, TSIG, NSID options - Fix typo in NSEC3PREHASH option CONFIGURE_ARGS - Replace hardcoded ETCDIR in pkg-plist PR: ports/169731 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: flo (mentor)
* - Update to 1.3.9scheidell2012-07-085-29/+22
| | | | | | | - Add GIDs/UIDs 215 PR: ports/169646 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-309-19/+19
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDS [1]culot2012-06-301-2/+3
| | | | | | | - Add BUILD_DEPENDS to silence build warnings PR: ports/169554 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2
| | | | Approved by: portmgr@ (bapt@)
* Remove SITE_PERL from RUN_DEPENDSjohans2012-06-291-2/+2
| | | | Submitted by: az
* - Update to 0.1.7sunpoet2012-06-292-8/+7
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Mozilla-PublicSuffix/Changes
* - Remove SITE_PERL from *_DEPENDSaz2012-06-293-6/+6
|
* add new port: dns/py-publicsuffixjgh2012-06-284-0/+40
| | | | | | | | | | | | | | | | This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org A public suffix is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately knowing the public suffix of a domain is useful when handling web browser cookies, highlighting the most important part of a domain name in a user interface or sorting URLs by web site WWW: http://pypi.python.org/pypi/publicsuffix/ PR: ports/169326 Submitted by: d.pryadko@rambler-co.ru
* - Fix the port after the last commitsem2012-06-271-2/+2
| | | | | PR: ports/169474 Submitted by: Takefu <takefu at airport.fm>
* - Add Munin Support [1]zi2012-06-276-68/+78
| | | | | | | | | | | | | - Add LICENSE - Fix ECDSA Support - Convert to OptionsNG - Pacify portlint(1) - Stylistic changes - Remove pkg-install/pkg-deinstall files PR: ports/156015 Submitted by: Takefu <takefu@airport.fm> [1] Approved by: sem@ (maintainer)
* - adopt optionsNGjgh2012-06-261-2/+4
|
* - Update to 0.09sunpoet2012-06-222-5/+12
| | | | Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
* - Update to 1.9.1zi2012-06-192-4/+4
|
* - update to 1.0.6jgh2012-06-182-5/+7
| | | | | | | - while here pet portlint, and use optionsng for docs PR: ports/169170 Submitted by: maintainer, freebsd@dns-lab.com
* - Update to 20120611sunpoet2012-06-152-8/+10
| | | | | | | | | | | | - While I'm here: - Add LICENSE - Remove unnecessary WRKSRC - Pet portlint Changes: http://dns.measurement-factory.com/tools/dnstop/src/CHANGES PR: ports/169091 Submitted by: John Marshall <john.marshall@riverwillow.com.au> Approved by: Mark Foster <mark@foster.cc> (maintainer)
* Convert to new options frameworkbapt2012-06-121-5/+5
|
* Fix inverted PORT_OPTIONS:MDOCS logic, regression from optionsNG migration.mandree2012-06-121-1/+2
| | | | | Reported by: Spil Oss Reported by: pointyhat (by way of pav@)
* - Update to 12.1.0sunpoet2012-06-123-5/+8
| | | | | | - Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/names/topfiles/NEWS
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-113-3/+3
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Convert to OptionsNGzi2012-06-111-9/+14
|
* - Add CONFLICTSzi2012-06-102-4/+5
| | | | | | - Use PLIST_FILES instead of pkg-plist - Fix MASTER_SITES - Bump PORTREVISION
* gdnsd is an Authoritative-only DNS server.miwi2012-06-097-0/+210
| | | | | | | | | | | | | | | | The initial g stands for Geographic, as gdnsd offers a plugin system for geographic (or other sorts of) balancing, redirection, and service-state-conscious failover. If you don't care about that feature, it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. gdnsd is written in C using libev and pthreads with a focus on highi performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: http://code.google.com/p/gdnsd/ PR: ports/167946 Submitted by: Stefan Caunter <stef@scaleengine.com>
* - Update to 0.5miwi2012-06-092-3/+3
| | | | | PR: 168858 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* Update to bug-fix release 2.62.mandree2012-06-082-18/+18
| | | | | | Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG Convert to OptionsNG.
* - Update to 0.7.1swills2012-06-052-3/+3
|
* - Update to 0.920jase2012-06-052-13/+7
| | | | | | | - Update maintainer address Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES Approved by: flo, culot (mentors)
* - Remove SITE_PERL from *_DEPENDSzi2012-06-051-1/+1
|
* Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latestdougb2012-06-058-24/+24
| | | | | | | | | | | | | | | | from ISC. These patched versions contain a critical bugfix: Processing of DNS resource records where the rdata field is zero length may cause various issues for the servers handling them. Processing of these records may lead to unexpected outcomes. Recursive servers may crash or disclose some portion of memory to the client. Secondary servers may crash on restart after transferring a zone containing these records. Master servers may corrupt zone data if the zone option "auto-dnssec" is set to "maintain". Other unexpected problems that are not listed here may also be encountered. All BIND users are strongly encouraged to upgrade.
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-3/+3
| | | | - Reassign maintainership from ports@ to perl@
* - Remove SITE_PERL from *_DEPENDSaz2012-06-044-7/+7
|
* Fix Perl package name dependenciesdougb2012-06-042-6/+6
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-033-4/+4
| | | | Approved by: maintainer (tobez@ via IM)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Convert to specifying the port name in _DEPENDS instead ofdougb2012-06-012-6/+6
| | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
* - Remove dns/drill, the tool was folded into dns/ldns packagepav2012-05-316-64/+0
| | | | Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* - Disable ECDSA supportmiwi2012-05-281-5/+1
| | | | | PR: 168394 Submitted by: maintainer
* - Update to 1.4.17sem2012-05-243-9/+19
| | | | | | | * Use ECDSA by default * Add a hack to build ldns with ECDSA support if it's not installed Feature safe: Yes
* - Update to 1.6.13ak2012-05-243-8/+9
| | | | | | | | | | | | This is mostly a bugfix release. Most notable new features are ECDSA support (RFC 6605) and command-line options for ldns-verify-zone for validating against given keys and for safety margins on signatures inception and expiration times. - The examples and drill programs will now built by default. PR: ports/168296 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: itetcu (mentor)
* Upgrade to BIND versions 9.9.1, 9.8.3, 9.7.6, and 9.6-ESV-R7,dougb2012-05-239-25/+25
| | | | | | | | | | | | | | | | | | | | the latest from ISC. These versions all contain the following: Feature Change * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) [RT #28989] Bug Fix * The locking strategy around the handling of iterative queries has been tuned to reduce unnecessary contention in a multi- threaded environment. Each version also contains other critical bug fixes. All BIND users are encouraged to upgrade to these latest versions.
* Remove patch that is incorporated into version 9.9.1dougb2012-05-231-11/+0
|
* - update 3.1.r3,1rm2012-05-233-6/+8
| | | | | | | | - set NO_LATEST_LINK - while I'm here, add LICENSE (GPL2) and remove mention of it from pkg-descr PR: 168192 Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer)
* - update to 3.1rm2012-05-238-170/+22
| | | | | | | | | - while I'm here, add LICENSE (GPL2) and remove mention of it from pkg-descr changelog: http://doc.powerdns.com/changelog.html#changelog-auth-3-1 PR: 168198 Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer)
* - update to 1.0.5rm2012-05-225-4/+75
| | | | | | | | | - fix build fix clang - mark MAKE_JOBS_SAFE PR: 168014 Submitted by: Hirohisa Yamaguchi <umq at ueo.co dot jp> Approved by: freebsd at dns-lab dot com (maintainer)
* - Add p5-Net-DNS-Zone-Parser 0.02sunpoet2012-05-195-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | The Net::DNS::Zone::Parser should be considered a preprocessor that "normalizes" a zonefile. It will read a zonefile in a format conforming to the relevant RFCs with the addition of BIND's GENERATE directive from disk and will write fully specified resource records (RRs) to a filehandle. Whereby: - All comments are stripped - There is one RR per line - Each RR is fully expanded i.e. all domain names are fully qualified (canonicalised) and the CLASS and TTLs are specified. - Some RRs may be 'stripped' from the source or otherwise processed. For details see the 'read' method. Note that this module does not have a notion of what constitutes a valid zone, it only parses. For example, the parser will happilly parse RRs with ownernames that are below in another zone because a NS RR elsewhere in the zone. WWW: http://search.cpan.org/dist/Net-DNS-Zone-Parser/ PR: ports/167708 Submitted by: Jimmy Bergman <jimmy@sigint.se>
* - Update to version 2.1.5 [1]pawel2012-05-199-104/+177
| | | | | | | | - Add option for PGSQL support [1] - Switch to bsd.port.options PR: ports/167841 [1] Submitted by: Edmondas Girkantas <eg@fbsd.lt> (maintainer) [1]
* - Resolve rc script issueszi2012-05-181-4/+3
|
* - Update to 1.20zi2012-05-184-10/+37
|
* DNSCrypt is a piece of lightweight software that everyonepawel2012-05-167-0/+105
| | | | | | | | | | | should use to boost online privacy and security. It works by encrypting all DNS traffic between the user and OpenDNS, preventing any spying, spoofing or man-in-the-middle attacks. WWW: https://www.opendns.com/technology/dnscrypt/ PR: ports/167833 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
* - Update to 0.918culot2012-05-162-5/+8
| | | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES PR: ports/167929 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
* - Update to development release 3.1 RC2scheidell2012-05-106-40/+153
| | | | | | PR: ports/167045 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Obtained from: http://doc.powerdns.com/changelog.html#changelog-auth-3-1
* - Chase rrdtool shlib version bump.sylvio2012-05-081-1/+1
|
* Stop installing catpagesbapt2012-05-082-0/+28
| | | | | | PR: ports/167255 Submitted by: bapt Approved by: maintainer timeout (14d)
* - Assign clsung's p5- ports to perl@swills2012-05-013-3/+3
| | | | Approved by: clsung via IRC
* Update to new upstream release 2.61. Changes are, per Simon Kelley:mandree2012-05-013-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-write interface discovery code on *BSD to use getifaddrs. This is more portable, more straightforward, and allows us to find the prefix length for IPv6 addresses. Add ra-names, ra-stateless and slaac keywords for DHCPv6. Dnsmasq can now synthesise AAAA records for dual-stack hosts which get IPv6 addresses via SLAAC. It is also now possible to use SLAAC and stateless DHCPv6, and to tell clients to use SLAAC addresses as well as DHCP ones. Thanks to Dave Taht for help with this. Add --dhcp-duid to allow DUID-EN uids to be used. Explicity send DHCPv6 replies to the correct port, instead of relying on clients to send requests with the correct source address, since at least one client in the wild gets this wrong. Thanks to Conrda Kostecki for help tracking this down. Send a preference value of 255 in DHCPv6 replies when --dhcp-authoritative is in effect. This tells clients not to wait around for other DHCP servers. Better logging of DHCPv6 options. Add --host-record. Thanks to Rob Zwissler for the suggestion. Invoke the DHCP script with action "tftp" when a TFTP file transfer completes. The size of the file, address to which it was sent and complete pathname are supplied. Note that version 2.60 introduced some script incompatibilties associated with DHCPv6, and this is a further change. To be safe, scripts should ignore unknown actions, and if not IPv6-aware, should exit if the environment variable DNSMASQ_IAID is set. The use-case for this is to track netboot/install. Suggestion from Shantanu Gadgil. Update contrib/port-forward/dnsmasq-portforward to reflect the above. Set the environment variable DNSMASQ_LOG_DHCP when running the script id --log-dhcp is in effect, so that script can taylor their logging verbosity. Suggestion from Malte Forkel. Arrange that addresses specified with --listen-address work even if there is no interface carrying the address. This is chiefly useful for IPv4 loopback addresses, where any address in 127.0.0.0/8 is a valid loopback address, but normally only 127.0.0.1 appears on the lo interface. Thanks to Mathieu Trudel-Lapierre for the idea and initial patch. Fix crash, introduced in 2.60, when a DHCPINFORM is received from a network which has no valid dhcp-range. Thanks to Stephane Glondu for the bug report. Add a new DHCP lease time keyword, "deprecated" for --dhcp-range. This is only valid for IPv6, and sets the preffered lease time for both DHCP and RA to zero. The effect is that clients can continue to use the address for existing connections, but new connections will use other addresses, if they exist. This makes hitless renumbering at least possible. Fix bug in address6_available() which caused DHCPv6 lease aquisition to fail if more than one dhcp-range in use. Provide RDNSS and DNSSL data in router advertisements, using the settings provided for DHCP options option6:domain-search and option6:dns-server. Tweak logo/favicon.ico to add some transparency. Thanks to SamLT for work on this. Don't cache data from non-recursive nameservers, since it may erroneously look like a valid CNAME to a non-exitant name. Thanks to Ben Winslow for finding this. Call SO_BINDTODEVICE on the DHCP socket(s) when doing DHCP on exactly one interface and --bind-interfaces is set. This makes the OpenStack use-case of one dnsmasq per virtual interface work. This is only available on Linux; it's not supported on other platforms. Thanks to Vishvananda Ishaya and the OpenStack team for the suggestion. Updated French translation. Thanks to Gildas Le Nadan. Give correct from-cache answers to explict CNAME queries. Thanks to Rob Zwissler for spotting this. Add --tftp-lowercase option. Thanks to Oliver Rath for the patch. Ensure that the DBus DhcpLeaseUpdated events are generated when a lease goes through INIT_REBOOT state, even if the dhcp-script is not in use. thanks to Antoaneta-Ecaterina Ene for the patch. Fix failure of TFTP over IPv4 on OpenBSD platform. Thanks to Brad Smith for spotting this.
* - Update to 1.8.0zi2012-04-303-13/+14
|
* Add dns/validns 0.4, a high performance DNS/DNSSEC zone validator.tobez2012-04-264-0/+45
| | | | | PR: 167299 Submitted by: Hirohisa Yamaguchi <umq at-symbol ueo.co.jp>
* - Update to 1.0.3dhn2012-04-244-27/+8
| | | | | PR: ports/167241 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* - Fix BUILD_DEPENDS: p5-HTTP-Tiny is in core since Perl 5.13.9 (check ↵sunpoet2012-04-211-3/+8
| | | | PERL_LEVEL against 501400)
* BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes. This changedougb2012-04-121-4/+4
| | | | | | | | | | | was noticed by ISC at: https://lists.isc.org/pipermail/bind-users/2012-April/087345.html and verified by me both by comparing the contents of the old and new distfiles and by verifying the PGP signature on the new distfile. No PORTREVISION bump because these files were not installed.
* - Update to 1.2.9aashish2012-04-114-28/+8
| | | | | | - Update MASTER_SITES - Add LICENSE information - Remove obsolete patches
* - Update to 1.2.1wen2012-04-102-3/+3
|
* Switch to using the PORTDOCS macrodougb2012-04-052-51/+1
| | | | Feature safe: yes
* Update to version 9.6-ESV-R6, the latest from ISC, which contains numerous ↵dougb2012-04-054-78/+10
| | | | | | | | | | bug fixes. For the port, switch to using the PORTDOCS macro. Also, switch to the (identical) pkg-message in ../bind97 which was apparently missed when the other ports were converted. Feature safe: yes
* Update to version 9.7.5, the latest from ISC, which contains numerous bug fixes.dougb2012-04-053-64/+10
| | | | | | For the port, switch to using the PORTDOCS macro. Feature safe: yes
* Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.dougb2012-04-053-57/+8
| | | | | | For the port, switch to using the PORTDOCS macro. Feature safe: yes
* - Add p5-Mozilla-PublicSuffix 0.1.6sunpoet2012-04-035-0/+51
| | | | | | | | | | | | | | | | | | | | Mozilla::PublicSuffix provides a single function that returns the public suffix of a domain name by referencing a parsed copy of Mozilla's Public Suffix List. From the official website at http://publicsuffix.org: A "public suffix" is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. The Public Suffix List is a list of all known public suffixes. A copy of the official list is bundled with the distribution. As the official list continues to be updated, the bundled copy will inevitably fall out of date. Therefore, if the bundled copy of found to be over thirty days old, this distribution's installer provides the option to check for a new version of the list and download/use it if one is found. WWW: http://search.cpan.org/dist/Mozilla-PublicSuffix/ Feature safe: yes
* Fix a rare configuration-dependent crash. Simon Kelley, upstreammandree2012-04-012-0/+13
| | | | | | | | | | | | | | maintainer, wrote in message <4F70361B.7080306@thekelleys.org.uk>: A bug has been found in dnsmasq 2.60 that can cause crashes. This is configuration dependent: it either crashes frequently or not at all. The configuration required is one which allows dnsmasq to receive DHCPINFORM requests for which there is no valid dhcp-range. This is rare. Adding the patch he offers for download. Feature safe: yes