summaryrefslogtreecommitdiff
path: root/bind
Commit message (Collapse)AuthorAgeFilesLines
* [#231] 4.4.3 release changesWlodek Wencel2022-03-081-1/+1
|
* [(no branch, rebasing trofi/dhcp-master)] dhcp/bind: build bind1->atf->bind2 ↵Sergei Trofimovich2022-02-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | sequentially All 3 steps are interdependent: - bind1 unpacks bind source - atf builds tests in it - bind2 builds bind Without the dependencies parallel build on -j16 fails as: $ make -j16 -l16 Making all in ./bind make[1]: Entering directory '/build/dhcp-4.4.2-P1/bind' Building BIND libraries - this takes some time. bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory Building isc library in /build/dhcp-4.4.2-P1/bind bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory bash: ./configure: /bin/sh: bad interpreter: Text file busy make[2]: *** [Makefile:42: bind1] Error 126 make[2]: *** Waiting for unfinished jobs....
* [#218] Added empty install-exec targetTomek Mrugalski2022-01-201-0/+1
| | | | - as requested by Philip Prindeville for OpenWRT build fix
* [#218] Imported BIND 9.11.36Tomek Mrugalski2022-01-201-0/+0
|
* [(no branch, rebasing 218-updated-bundled-bind9)] Moved to bind 9.11.36 with ↵Francis Dupont2022-01-202-1/+1
| | | | a fixed kit script
* [master] Updated bundled Bind9 to 9.11.14Thomas Markwalder2019-12-123-4/+6
| | | | | | | | | | | | bind/Makefile.in bind/bind.tar.gz bind/version.tmp configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt util/bind.sh
* [#35,!36] Update ATF use doc and remove support for --with-atf=bindThomas Markwalder2019-11-261-4/+2
| | | | | | | | | | | | modified: RELNOTES bind/Makefile.in configure configure.ac configure.ac+lt configure.ac-base configure.ac-lt doc/devel/atf.dox
* [#64,!35] Restored workThomas Markwalder2019-11-223-0/+131
Restored cummulative work.