DLZ: dlz/modules, dlz/drivers ?

2020-05-25 Thread Andreas Hasenack
Hi, contrib/README says that dlz/drivers are the old style dlz support, and one should use dlz/modules. ./configure dlz options, however, seem to enable exactly dlz/drivers, i.e., the "deprecated" one, instead of dlz/modules. What is the status of contrib/dlz/modules? Their build doesn't look to

Re: New releases of BIND are available: 9.11.17, 9.16.1, and 9.17.0

2020-03-20 Thread Andreas Hasenack
Hello, On Wed, Mar 18, 2020 at 8:25 PM Michael McNally wrote: > > New releases of BIND are available which contain bug fixes and feature > improvements. > You can download them from the ISC website: > >https://www.isc.org/downloads > > Release notes can be found via these links: > > Stable r

Re: Security sssues with Ubuntu bind9 11.9.3 ?

2020-02-23 Thread Andreas Hasenack
Hello On Sun, Feb 23, 2020 at 1:28 PM Brett Delmage wrote: > But 1:9.11.3+dfsg-1ubuntu1.1 is the version that Ubuntu 18.04 LTS supports, > and > will continue to for 2 more years. Bionic has 1:9.11.3+dfsg-1ubuntu1.11 in the bionic-security pocket. Please check /usr/share/doc/bind9/changelog.Deb

Re: 9.15.8: task.h includes uninstalled netmgr.h

2020-02-20 Thread Andreas Hasenack
On Wed, Feb 19, 2020 at 11:26 PM Dennis Clarke via bind-users wrote: > > On 2020-02-19 16:01, Andreas Hasenack wrote: > > Hi, > > > > I didn't find a bind-devel mailing list, so I'm sending this here. > > > > After a plain ./configure && make

Re: 9.15.8: task.h includes uninstalled netmgr.h

2020-02-19 Thread Andreas Hasenack
Hi, On Wed, Feb 19, 2020 at 6:44 PM Mark Andrews wrote: > > Thanks of the report. For the record, you can submit issues at > https://gitlab.isc.org/isc-projects/bind9/issues. Thanks, I first wanted to be sure it was an actual issue, and not me by mistake installing a header file I shouldn't :)

9.15.8: task.h includes uninstalled netmgr.h

2020-02-19 Thread Andreas Hasenack
Hi, I didn't find a bind-devel mailing list, so I'm sending this here. After a plain ./configure && make install, I see in the installed task.h header file that it includes netmgr.h, but netmgr.h is not installed. It's not listed in HEADERS in lib/isc/include/isc/Makefile.in. Is this expected? __