aboutsummaryrefslogtreecommitdiff
path: root/dns/knot
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371244
* Update to 1.5.3:Erwin Lansing2014-10-072-4/+3
| | | | | | | | | | | | | | | | | | | | | Bugfixes: Some specific incoming IXFRs were causing server to crash Rare sychronization error during reload caused read-after-free Response synthetization module did not work properly with DNSSEC-enabled zones If Knot sent AXFR when IXFR was requested, message ID and opcode were wrong Knot failed to send large messages to remote control (present since 1.5.1) Version: 1.5.2 Bugfixes: Some RR parsing corner cases were not handled properly AXFR-style IXFR was refused and had to be retransfered Hash character (#) was not properly escaped when storing text zone file PR: 193969 Submitted by: erwin Approved by: freebsd@dns-lab.com (maintainer) Notes: svn path=/head/; revision=370316
* dns/libidn:Tijl Coosemans2014-08-301-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 Notes: svn path=/head/; revision=366659
* - Update from 1.5.0 to 1.5.1 [1]Danilo Egea Gondolfo2014-08-202-3/+5
| | | | | | | | | | - Use install-strip as INSTALL_TARGET PR: 192850 Submitted by: freebsd@dns-lab.com [1] Notes: svn path=/head/; revision=365466
* - Use PORTVERSION instead of DISTVERSIONDanilo Egea Gondolfo2014-07-211-11/+11
| | | | | | | - Convert spaces to tabs Notes: svn path=/head/; revision=362450
* - Update from 1.4.7 to 1.5.0Danilo Egea Gondolfo2014-07-213-6/+10
| | | | | | | | PR: ports/191977 Submitted by: freebsd@dns-lab.com Notes: svn path=/head/; revision=362448
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359329
* - Update from 1.4.6 to 1.4.7Danilo Egea Gondolfo2014-06-202-3/+3
| | | | | | | | PR: ports/191201 Submitted by: freebsd@dns-lab.com Notes: svn path=/head/; revision=358481
* - Update from 1.4.3 to 1.4.6 [1]Danilo Egea Gondolfo2014-06-012-8/+18
| | | | | | | | | | | | | | | - Add new options [2] while here - Add libtool to USES - Silence mkdir and post-patch commands Patch improved by Daniel Salzman <daniel.salzman@nic.cz> [2] PR: ports/190370 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1] Notes: svn path=/head/; revision=356032
* Update to version 1.4.3Pawel Pekala2014-02-242-4/+3
| | | | | | | | PR: ports/186968 Submitted by: maintainer Notes: svn path=/head/; revision=345894
* Previous commit to knot.in was truncated causing the rc script to beMark Felder2014-02-182-4/+10
| | | | | | | | | | broken. Submitted by: erwin Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=344879
* info/dir was not supposed to be in plistMark Felder2014-02-132-1/+1
| | | | Notes: svn path=/head/; revision=344114
* Update Knot to 1.4.2Mark Felder2014-02-136-72/+82
| | | | | | | | | | Major improvements to the rc script PR: ports/181716 PR: ports/185163 Notes: svn path=/head/; revision=344100
* Make knotd startup script work again.Raphael Kubo da Costa2013-12-263-31/+16
| | | | | | | | | | | | | | | | | From the PR: When submitting PR 183682 I was unaware the patch as in PR 182792 wasn't committed yet. So to my amazing I just noticed the startup problem still exists. Enclosed patch is basicly the same as the uncommited one, but besides the removal of the -w option, knotd now starts by default as a daemon (-d) in stead of interactive (-i). So I could simplify the startup script a lot. PR: ports/183891 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=337542
* dns/knot: update to 1.3.3William Grzybowski2013-11-063-5/+6
| | | | | | | | | | | - Update to 1.3.3 - Fix pkg-plist PR: ports/183682 Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) Notes: svn path=/head/; revision=332990
* dns/knot: update to 1.3.2William Grzybowski2013-10-013-22/+22
| | | | | | | | | | | | - Update to 1.3.2 [1] - Convert lib depends to new syntax - Allow staging PR: ports/182524 [1] Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1] Notes: svn path=/head/; revision=328959
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* dns/knot: update to 1.3.0r1William Grzybowski2013-06-136-38/+33
| | | | | | | | | | | | | | | | - Update to 1.3.0r1 [1] - Drop port.pre.mk in favor of port.options.mk - Unmute install commands Changes: https://gitweb.labs.nic.cz/?p=knot.git;a=blob_plain;f=NEWS;hb=b83f1e9f PR: ports/179428 [1] Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320814
* sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6Kubilay Kocak2013-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename to sysutils/liburcu (according to upstream) - Update MOVED - Remove userspace-rcu from sysutils/Makefile - Add liburcu to sysutils/Makefile - Update dns/knot LIB_DEPENDS dependency While I'm here: - Update to 0.7.6 - Add CONFIGURE_ARGS for correct --docdir - Add regression-test: target - Update COMMENT - Re-order USE_* section - pkg-descr: Tab->space in WWW: - Update WWW: URL Changes: 2013-01-09 Userspace RCU 0.7.6 * Discourage use of pthread_atfork() for call_rcu handlers * Fix call_rcu fork handling * test: fork handling * Fix TLS detection: test with linker, add --disable-compiler-tls * Cleanup: cast pthread_self() return value to unsigned long * Fallback mechanism not working on platform where TLS is unsupported PR: ports/179358 Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=320197
* Update to 1.2.0.Raphael Kubo da Costa2013-04-282-3/+3
| | | | | | | | PR: ports/178192 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=316715
* - Update to 1.1.3Alex Kozlov2012-12-242-3/+3
| | | | | | | | PR: ports/174619 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=309458
* - Fix build with clang. Patch was not updated in r309135Jason E. Hale2012-12-184-53/+4
| | | | | | | | | | | | and no longer seems neccessary. - Remove superfluous PORTVERSION and space - Remove COPYING from PORTDOCS since LICENSE is defined - Drop ABI version from LIB_DEPENDS - Tab -> space in pkg-descr WWW line - Remove FreeBSD keyword from pkg-plist Notes: svn path=/head/; revision=309174
* - Update to 1.1.3RC2.Beech Rintoul2012-12-182-4/+6
| | | | | | | | | | - Several fixes: http://www.knot-dns.cz/ PR: ports/174515 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=309135
* Update to 1.1.2Erwin Lansing2012-11-264-29/+5
| | | | | | | | | | | | | | Bugfixes: * Fixed crash on reload when config contained duplicate zones. * Fixed scheduling of transfers. * Fixed debug message. PR: 173422 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307785
* - adjust header, per standardsJason Helfman2012-10-031-5/+1
| | | | | | | Approved by: maintainer, freebsd@dns-lab.com Notes: svn path=/head/; revision=305223
* - update to 1.1.0Jason Helfman2012-10-032-4/+3
| | | | | | | | PR: 172303 Submitted by: maintainer, freebsd@dns-lab.com Notes: svn path=/head/; revision=305222
* Update to 1.1.0rc2.Raphael Kubo da Costa2012-08-272-4/+7
| | | | | | | | PR: ports/171024 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=303214
* - update to 1.0.6Jason Helfman2012-06-172-5/+7
| | | | | | | | | | - while here pet portlint, and use optionsng for docs PR: ports/169170 Submitted by: maintainer, freebsd@dns-lab.com Notes: svn path=/head/; revision=299531
* - update to 1.0.5Ruslan Makhmatkhanov2012-05-215-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) Notes: svn path=/head/; revision=297144
* - Update to 1.0.3Dennis Herrmann2012-04-244-27/+8
| | | | | | | | PR: ports/167241 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=295407
* - Final patchMichael Scheidell2012-03-173-8/+8
| | | | | | | | | | | | | | - Add back cat pkg-message - Add knot.full.conf to ETCDIR and pkg-plist - Bump PORTREVISON PR: ports/165798 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293455
* - Unbreak for non i86 archsMichael Scheidell2012-03-162-2/+15
| | | | | | | | | | | | - No PORTREVISION bump PR: ports/165798 Submitted by: mexas@bristol.ac.uk Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer, implicit) Feature safe: yes Notes: svn path=/head/; revision=293406
* - Add ONLY_FOR_ARCHS= i386 amd64Michael Scheidell2012-03-151-0/+2
| | | | | | | | | | | | - No PORTREVISION bump PR: ports/165787 Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer, implicit) Feature safe: yes Notes: svn path=/head/; revision=293354
* New port: dns/knot high-performance auth-only DNS server by NIC-CZMichael Scheidell2012-03-146-0/+172
PR: ports/165798 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293325