Re: nsd 4.1.6rc1

2015-10-27 Thread Stuart Henderson
On 2015/10/20 11:11, Stuart Henderson wrote: > On 2015/10/15 17:03, Todd C. Miller wrote: > > On Thu, 15 Oct 2015 22:50:44 +0100, Stuart Henderson wrote: > > > > > It does not build as-is, there's an issue with "c_get_text" (a renamed > > > yyget_text) with our version of flex. I have two possible

Re: nsd 4.1.6rc1

2015-10-20 Thread Stuart Henderson
On 2015/10/15 17:03, Todd C. Miller wrote: > On Thu, 15 Oct 2015 22:50:44 +0100, Stuart Henderson wrote: > > > It does not build as-is, there's an issue with "c_get_text" (a renamed > > yyget_text) with our version of flex. I have two possible workarounds > > so far but neither is particularly nic

Re: nsd 4.1.6rc1

2015-10-16 Thread Stuart Henderson
On 2015/10/15 20:50, Todd C. Miller wrote: > On Thu, 15 Oct 2015 22:22:17 -0400, "Ted Unangst" wrote: > > > Secondary question: what's involved in updating lex? I didn't realize we had > > fallen behind as it were, but should we switch too? > > At one point it required GNU m4'isms we didn't suppo

Re: nsd 4.1.6rc1

2015-10-15 Thread Todd C. Miller
On Thu, 15 Oct 2015 22:22:17 -0400, "Ted Unangst" wrote: > Secondary question: what's involved in updating lex? I didn't realize we had > fallen behind as it were, but should we switch too? At one point it required GNU m4'isms we didn't support (the -P flag). We've had that for some time so I co

Re: nsd 4.1.6rc1

2015-10-15 Thread Ted Unangst
Stuart Henderson wrote: > It does not build as-is, there's an issue with "c_get_text" (a renamed > yyget_text) with our version of flex. I have two possible workarounds > so far but neither is particularly nice; > > - add a configlexer.c file generated with newer flex to the tree (e.g. > the one i

Re: nsd 4.1.6rc1

2015-10-15 Thread Todd C. Miller
On Thu, 15 Oct 2015 22:50:44 +0100, Stuart Henderson wrote: > It does not build as-is, there's an issue with "c_get_text" (a renamed > yyget_text) with our version of flex. I have two possible workarounds > so far but neither is particularly nice; Third option, add c_get_text to configlexer.lex a

nsd 4.1.6rc1

2015-10-15 Thread Stuart Henderson
EXT }, Index: dns.h === RCS file: /cvs/src/usr.sbin/nsd/dns.h,v retrieving revision 1.11 diff -u -p -r1.11 dns.h --- dns.h 18 Dec 2014 23:26:13 - 1.11 +++ dns.h 15 Oct 2015 20:47