aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20165-220/+209
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Update to 9.9.4Erwin Lansing2013-09-203-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the Rate Limiting option has been renamed. Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] New Features Added Response Rate Limiting (RRL) functionality to reduce the effectiveness of DNS as an amplifier for reflected denial-of-service attacks by rate-limiting substantially-identical responses. [RT #28130] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540] Notes: svn path=/head/; revision=327668
* Update to 9.6-ESV-R10Erwin Lansing2013-09-203-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Notes: svn path=/head/; revision=327667
* - Update to 1.10.0Thomas Abthorpe2013-09-204-22/+27
| | | | | | | | PR: ports/182179 Submitted by: Allan Jude <ports@scaleengine.com> (maintainer) Notes: svn path=/head/; revision=327654
* dns/ddns: fix build without gccWilliam Grzybowski2013-09-191-0/+30
| | | | | | | | | | - Fix build without gcc PR: ports/182226 Submitted by: Natacha Porté <natbsd instinctive.eu> (maintainer) Notes: svn path=/head/; revision=327643
* Make GSSAPI support optionalErwin Lansing2013-09-172-2/+14
| | | | | | | | PR: 182122 Submitted by: Uwe Doering <gemini@geminix.org> Notes: svn path=/head/; revision=327469
* Convert to new perl frameworkBaptiste Daroussin2013-09-176-18/+13
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* Update to 1.4.2Mathieu Arnold2013-09-162-3/+3
| | | | | | | | | PR: 182012 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=327383
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* - convert to the new perl5 frameworkAndrej Zverev2013-09-112-12/+6
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326956
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1116-92/+37
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326955
* Update to 1.70.Anton Berezin2013-09-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Domain-TLD/Changes Notes: svn path=/head/; revision=326881
* - Update to 1.2.8Sunpoet Po-Chuan Hsieh2013-09-082-11/+11
| | | | | | | | | | | | | | | - While I'm here: - Use GNU macro - Add OPTIONS_DEFINE - Convert to new perl5 framework - Simplify regex Changes: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS PR: ports/181942 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=326767
* - Update to 13.1.0Sunpoet Po-Chuan Hsieh2013-09-073-13/+12
| | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS Notes: svn path=/head/; revision=326649
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-055-13/+9
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* - Do not depend on security/openssl if openssl in base is sufficient.Sergey Matveychuk2013-09-052-12/+11
| | | | | | | | | PR: ports/178262 Submitted by: Jan Beich <jbeich@tormail.org> Reviewed by: ldns' port maintainer Notes: svn path=/head/; revision=326404
* Fix typoBaptiste Daroussin2013-09-051-1/+1
| | | | Notes: svn path=/head/; revision=326374
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-051-0/+1
| | | | Notes: svn path=/head/; revision=326373
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-2/+13
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Mark IGNORE.Matthias Andree2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326305
* - Unbroken removing leftover patch.Felippe de Meirelles Motta2013-09-031-19/+0
| | | | | | | | Reported by: ohauer@ (mail) Approved by: maintainer implicit Notes: svn path=/head/; revision=326228
* Further cleanupMark Felder2013-09-032-25/+24
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=326153
* - Update to 1.9.0Felippe de Meirelles Motta2013-09-024-74/+68
| | | | | | | | | | | | - Update WWW - Restore UIDs and GIDs PR: ports/179987 Submitted by: Allan Jude <ports@scaleengine.com>, Alexandre Biancalana <ale@biancalanas.net> Approved by: Allan Jude <ports@scaleengine.com> (maintainer) Notes: svn path=/head/; revision=326016
* - Resolve of using PERL_MODBUILD and PERL_CONFIGURE togetherAndrej Zverev2013-09-011-7/+3
| | | | | | | | | | - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Notes: svn path=/head/; revision=325899
* - Update to 0.997aMark Felder2013-09-015-41/+21
| | | | | | | | | | | - Port cleanup to pass rclint/portlint PR: ports/181288 Submitted by: alexey@renatasystems.org Approved by: crees (mentor) Notes: svn path=/head/; revision=325891
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-292-2/+1
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Add RG link to pkg-descrSunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325564
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325563
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-296-6/+6
| | | | Notes: svn path=/head/; revision=325559
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-212-10/+2
| | | | Notes: svn path=/head/; revision=325163
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-2/+1
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-212-2/+4
| | | | Notes: svn path=/head/; revision=325134
* dns/dnscrypt-proxy: update to 1.3.2William Grzybowski2013-08-212-9/+11
| | | | | | | | | | | | | | | - Update to 1.3.2 [1] - USES gmake - Unmute install commands - Add DOCS to options - Convert to new LIB_DEPENDS format PR: ports/180898 [1] Submitted by: csosstudy <csosstudy gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=325123
* dns/zkt: update to 1.1.2William Grzybowski2013-08-192-11/+5
| | | | | | | | | | | | - Update to 1.1.2 [1] - Trim Makefile header [1] - Remove MAKE_JOBS_SAFE and useless port.{pre,post}.mk PR: ports/181379 Submitted by: Frank Behrens <frank harz2014.behrens.de> (maintainer) Notes: svn path=/head/; revision=324996
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1412-12/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert to new perl frameworkAndrej Zverev2013-08-054-19/+11
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* - Convert to new perl frameworkAndrej Zverev2013-08-032-8/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-0219-59/+44
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert to new perl frameworkAndrej Zverev2013-08-025-5/+10
| | | | Notes: svn path=/head/; revision=324171
* - Add MAN8 pages forgotten in previous commitGuido Falsi2013-08-011-2/+2
| | | | | | | Reported by: Ports-QAT Notes: svn path=/head/; revision=324094
* - Update to 3.3Guido Falsi2013-08-017-62/+85
| | | | | | | | | | | | | | | | | - Depend on Botan 1.10 and make it new default - Both Botan and Crypto++ can be compiled in now - Support MySQL forks like MariaDB - Ability to choose embedded or system-installed PolarSSL - Convert USE_GMAKE to USES - Use EXAMPLES OPTION in plce of NOPORTEXAMPLES Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-3 PR: ports/180875 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=324088
* Fix build with clangBaptiste Daroussin2013-08-011-5/+2
| | | | Notes: svn path=/head/; revision=324086
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-312-12/+6
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* Update the RPZ+RL patches for both versions.Ollivier Robert2013-07-274-6/+6
| | | | | | | Approved by: erwin Notes: svn path=/head/; revision=323808
* Put back the two patches for RPZ-RL that were removed during the previousOllivier Robert2013-07-262-0/+4
| | | | | | | update. Notes: svn path=/head/; revision=323758
* Security update to fix CVE-2013-4854 as reported atOllivier Robert2013-07-264-12/+8
| | | | | | | | | | | | | | https://kb.isc.org/article/AA-01015/0 9.9.3-p1 -> 9.9.3-P2 9.8.5-p1 -> 9.8.5-P2 9.6.x is not affected, neither is 10.x. Security: CVE-2013-4854 Remote DOS Notes: svn path=/head/; revision=323757
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-7/+5
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323655
* Update my email address throughout the treeMark Felder2013-07-251-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636