CVS commit: src/external/bsd/nsd

2021-03-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar 15 19:48:52 UTC 2021

Modified Files:
src/external/bsd/nsd: Makefile.inc
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
configure.ac options.c server.c util.h zlexer.c zparser.c zparser.h
src/external/bsd/nsd/include: config.h
src/external/bsd/nsd/lib/libnsd: Makefile
Removed Files:
src/external/bsd/nsd/dist: .travis.yml
src/external/bsd/nsd/dist/.buildkite: pipeline.yml
src/external/bsd/nsd/dist/contrib: nsd.service

Log Message:
merge conflicts between our changes for nsd between 4.2.4 and 4.3.5


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nsd/Makefile.inc
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/nsd/dist/.travis.yml
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nsd/dist/configlexer.c \
src/external/bsd/nsd/dist/configparser.c \
src/external/bsd/nsd/dist/configparser.h \
src/external/bsd/nsd/dist/zparser.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/dist/configure.ac
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/dist/options.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nsd/dist/server.c \
src/external/bsd/nsd/dist/util.h src/external/bsd/nsd/dist/zlexer.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nsd/dist/zparser.h
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/nsd/dist/.buildkite/pipeline.yml
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/nsd/dist/contrib/nsd.service
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/nsd/include/config.h
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/lib/libnsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/dist

2020-09-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep  7 19:37:21 UTC 2020

Modified Files:
src/external/bsd/nsd/dist: options.c

Log Message:
Simplify to avoid packed struct alignment issue.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/nsd/dist/options.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/include

2020-07-17 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Fri Jul 17 15:44:04 UTC 2020

Modified Files:
src/external/bsd/nsd/include: config.h

Log Message:
Enable support for ppoll()


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2019-12-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 15 16:26:04 UTC 2019

Modified Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
configure.ac server.c util.h zlexer.c zparser.c
src/external/bsd/nsd/include: config.h

Log Message:
merge conflicts


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nsd/dist/configlexer.c \
src/external/bsd/nsd/dist/configparser.c \
src/external/bsd/nsd/dist/configparser.h \
src/external/bsd/nsd/dist/zparser.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/dist/configure.ac
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nsd/dist/server.c \
src/external/bsd/nsd/dist/util.h src/external/bsd/nsd/dist/zlexer.c
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/sbin

2019-03-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 29 14:38:31 UTC 2019

Modified Files:
src/external/bsd/nsd/sbin: Makefile.inc

Log Message:
Append DPLIBS to PROGDPLIBS so that we can resolve dependencies for static
linking where order is important.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/sbin/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2019-02-14 Thread Patrick Welche
Module Name:src
Committed By:   prlw1
Date:   Thu Feb 14 14:40:08 UTC 2019

Modified Files:
src/external/bsd/nsd: Makefile.inc

Log Message:
libpthread isn't used


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nsd/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2019-02-12 Thread Patrick Welche
Module Name:src
Committed By:   prlw1
Date:   Tue Feb 12 16:11:11 UTC 2019

Modified Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
server.c util.h zparser.c
src/external/bsd/nsd/include: config.h

Log Message:
merge conflicts


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/dist/configlexer.c \
src/external/bsd/nsd/dist/configparser.c \
src/external/bsd/nsd/dist/configparser.h src/external/bsd/nsd/dist/util.h \
src/external/bsd/nsd/dist/zparser.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/dist/server.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/dist

2018-11-20 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Tue Nov 20 10:03:39 UTC 2018

Modified Files:
src/external/bsd/nsd/dist: server.c

Log Message:
Fix NSD when built with --enable-recvmmsg:

When resetting a query with query_reset(queries[i], ...) always restore the
corresponding msgs[i].msg_hdr.msg_namelen from queries[i]->addrlen.

After receiving a message set queries[i]->addrlen to the received msg_namelen.

Reported upstream, will be fixed for 4.1.26


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/nsd/dist/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/include

2018-11-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Nov 12 09:21:45 UTC 2018

Modified Files:
src/external/bsd/nsd/include: config.h

Log Message:
Re-enable {send,recv}mmsg now they are working.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/include

2018-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov  1 19:11:31 UTC 2018

Modified Files:
src/external/bsd/nsd/include: config.h

Log Message:
Disable {send,recv}mmsg until we make our syscalls not have "sticky" errors.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/dist

2018-10-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 12 18:02:59 UTC 2018

Removed Files:
src/external/bsd/nsd/dist: o

Log Message:
remove accidental commit debris.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/nsd/dist/o

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2018-10-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Oct 12 09:43:59 UTC 2018

Modified Files:
src/external/bsd/nsd: Makefile.inc

Log Message:
Fix obvious typo: add missing equal sign.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nsd/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/etc/rc.d

2018-09-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Sep  7 16:51:13 UTC 2018

Modified Files:
src/external/bsd/nsd/etc/rc.d: nsd

Log Message:
make a link to the pid file so the rc scripts can find it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/etc/rc.d/nsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/dist

2018-09-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep  4 22:38:55 UTC 2018

Added Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
zlexer.c zparser.c zparser.h

Log Message:
add back the yacc and lex generated files


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 src/external/bsd/nsd/dist/configlexer.c \
src/external/bsd/nsd/dist/configparser.c \
src/external/bsd/nsd/dist/configparser.h \
src/external/bsd/nsd/dist/zlexer.c src/external/bsd/nsd/dist/zparser.c \
src/external/bsd/nsd/dist/zparser.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2018-09-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep  3 11:40:09 UTC 2018

Modified Files:
src/external/bsd/nsd/include: config.h
Removed Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
zlexer.c zparser.c zparser.h

Log Message:
merge conflicts


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r0 src/external/bsd/nsd/dist/configlexer.c \
src/external/bsd/nsd/dist/configparser.c \
src/external/bsd/nsd/dist/configparser.h \
src/external/bsd/nsd/dist/zlexer.c src/external/bsd/nsd/dist/zparser.c \
src/external/bsd/nsd/dist/zparser.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2018-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb  9 17:13:27 UTC 2018

Modified Files:
src/external/bsd/nsd: Makefile.inc
src/external/bsd/nsd/dist: util.h
src/external/bsd/nsd/include: config.h

Log Message:
fix for OpenSSL 1.0 and 1.1 co-existance, merge conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nsd/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/dist/util.h
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2017-07-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 12 12:55:41 UTC 2017

Modified Files:
src/external/bsd/nsd: Makefile.inc

Log Message:
Oops, support IPv6 if not disabled.
XXX: pullup-8


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/etc

2017-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  8 16:21:24 UTC 2017

Modified Files:
src/external/bsd/nsd/etc: Makefile

Log Message:
need FILESBUILD_


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nsd/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd/dist

2017-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan  7 19:53:21 UTC 2017

Modified Files:
src/external/bsd/nsd/dist: util.h

Log Message:
undef debug


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/nsd/dist/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nsd

2017-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan  7 19:51:22 UTC 2017

Added Files:
src/external/bsd/nsd: Makefile Makefile.inc
src/external/bsd/nsd/etc: Makefile
src/external/bsd/nsd/etc/rc.d: Makefile nsd
src/external/bsd/nsd/include: config.h
src/external/bsd/nsd/lib: Makefile Makefile.inc
src/external/bsd/nsd/lib/libnsd: Makefile
src/external/bsd/nsd/lib/libxfrd: Makefile
src/external/bsd/nsd/sbin: Makefile Makefile.inc
src/external/bsd/nsd/sbin/nsd: Makefile
src/external/bsd/nsd/sbin/nsd-checkconf: Makefile
src/external/bsd/nsd/sbin/nsd-checkzone: Makefile
src/external/bsd/nsd/sbin/nsd-control: Makefile
src/external/bsd/nsd/sbin/nsd-control-setup: Makefile

Log Message:
Add nsd build glue


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/Makefile \
src/external/bsd/nsd/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/etc/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/etc/rc.d/Makefile \
src/external/bsd/nsd/etc/rc.d/nsd
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/include/config.h
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/lib/Makefile \
src/external/bsd/nsd/lib/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/lib/libnsd/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/lib/libxfrd/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/Makefile \
src/external/bsd/nsd/sbin/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/nsd/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/nsd-checkconf/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/nsd-checkzone/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/nsd-control/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/nsd/sbin/nsd-control-setup/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.