aboutsummaryrefslogtreecommitdiff
path: root/dns/yadifa
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/yadifa: fix build on GCC architecturesPiotr Kubaj2021-01-121-1/+1
| | | | | | | | | | | | | | | | | In file included from /usr/include/openssl/bn.h:20, from /usr/include/openssl/engine.h:18, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/digest.h:53, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/dnskey.h:50, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/tsig.h:48, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/message.h:64, from src/acl.c:57: /usr/include/openssl/crypto.h:322: error: expected ')' before '__attribute__' /usr/include/openssl/crypto.h:322: error: expected identifier or '(' before ')' token MFH: 2021Q1 Notes: svn path=/head/; revision=561363
* dns/yadifa: update to 2.4.1Juraj Lutter2020-12-313-54/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * YADIFA 2.4.1-public: - Fixes an issue in dnscore where a DNS TCP query would not return the real DNS error code. - Fixes an issue that could happen when a network model isn't supported. - Fixes the propagation of sendmmsg/recvmmsg function availability detection. - Fixes an issue where yadifad would issue a warning when a key with algorithm > 7 is used with an NSEC zone. - Fixes an issue that will occur on a chrooted environment where a managed-path would be used incorrectly. - Fixes CNAME answers not following the aliases chain. - Fixes CNAME recursion not returning the same answer as named in NXDOMAIN cases (reported by https://github.com/SivaKesava1, see https://github.com/yadifa/yadifa/issues/11) - Adds patch for musl support - Adds stack size fix for musl support (the default size is way too small) - Now imports a custom version of stdatomic.h for systems where it is missing, located in dnscore/thirdpary/stdatomic.h. Made for CentOS 7 and any other release where that file is missing. The import is only active if strictly needed and will only be visible during the build. At the moment, it is not being installed with the other headers. * YAKEYROLLD 2.4.1: - Fixes the handling of incomplete TCP queries. - Fixes a possible race-condition when initialising the keyroll context error codes. - The keyroll now has another automatic recovery layer where it completely restarts the handling of a domain, generating a one-step update to put the zone in the expected state. Full changelog at https://github.com/yadifa/yadifa/blob/master/ChangeLog And while here, reformat Makefile according to portfmt and portclippy PR: 252107 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27808 Notes: svn path=/head/; revision=559762
* Ensure that there is only one variable definition per each object, asAlexey Dokuchaev2020-09-021-0/+5
| | | | | | | | | | the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout Notes: svn path=/head/; revision=547315
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514130
* dns/yadifa: fix installation of the sample configKurt Jaeger2019-03-101-6/+6
| | | | | | | | PR: 236322 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Notes: svn path=/head/; revision=495318
* Update to 2.3.9Jochen Neumeister2019-02-142-7/+7
| | | | | | | | | PR: 235692 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492924
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update to 2.3.8.Mathieu Arnold2018-03-227-88/+15
| | | | | | | | | | | While there, pass maintainership to submitter. PR: 226539 Submitted by: Leo Vandewoestijne Sponsored by: Absolight Notes: svn path=/head/; revision=465289
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* dns/yadifa: Fix LibreSSL build issuesBernard Spil2017-02-274-0/+71
| | | | | | | | | | - Add checks for LIBRESSL_VERSION_NUMBER PR: 217349 Obtained from: https://github.com/yadifa/yadifa/pull/2 Notes: svn path=/head/; revision=434923
* Update to 2.2.3.Mathieu Arnold2017-01-032-8/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430525
* Fix build with JOBS.Mathieu Arnold2016-12-211-0/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429100
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Update to 2.2.1.Mathieu Arnold2016-09-053-10/+38
| | | | | | | | Changes: http://cdn.yadifa.eu/sites/default/files/README_2.2.1.txt Sponsored by: Absolight Notes: svn path=/head/; revision=421367
* dns/yadifa: 2.1.3 -> 2.1.6Kurt Jaeger2016-06-304-5/+6
| | | | | | | | | PR: 210496 Changes: http://cdn.yadifa.eu/sites/default/files/README_2.1.6.txt Approved by: mat Notes: svn path=/head/; revision=417833
* Update to 2.1.3.Mathieu Arnold2015-09-153-6/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=396966
* Update to 2.1.2.Mathieu Arnold2015-08-173-7/+5
| | | | | | | | | PR: 202333 Submitted by: Leo Vandewoestijne Sponsored by: Absolight Notes: svn path=/head/; revision=394442
* Update to 2.1.0Mathieu Arnold2015-04-303-19/+40
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=385045
* Udate to 2.0.5.Mathieu Arnold2015-03-112-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381011
* Update to 2.0.4.Mathieu Arnold2015-02-173-6/+21
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=379157
* Cleanup @dirrm* from my ports.Mathieu Arnold2014-10-021-9/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=369839
* Update to 2.0.0.Mathieu Arnold2014-09-193-27/+80
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=368580
* - Convert to USES=libtoolTijl Coosemans2014-08-282-9/+5
| | | | | | | - Use @sample Notes: svn path=/head/; revision=366386
* - Fix plist to have proper 'rmdir DIR' ordering.Bryan Drewery2014-04-212-6/+6
| | | | | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr Notes: svn path=/head/; revision=351663
* Always install DOCS so that we don't parse bsd.port.mk twice, fixup stupid makeMathieu Arnold2013-11-292-5/+1
| | | | | | | makeplist. Notes: svn path=/head/; revision=335191
* Fix build.Mathieu Arnold2013-11-251-0/+2
| | | | | | | Reported by: Leo Vandewoestijne Notes: svn path=/head/; revision=334852
* Add yadifa 1.0.3, YADIFA is an authoritative Name Server with DNSSECMathieu Arnold2013-11-235-0/+250
capabilities. Notes: svn path=/head/; revision=334669