Codebase list unbound / 67cf625
Merge branch 'master' of github.com:NLnetLabs/unbound George Thessalonikefs 1 year, 5 months ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
615615 $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5
616616 $(INSTALL) -c -m 644 doc/unbound-host.1 $(DESTDIR)$(mandir)/man1
617617 $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup
618 if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
618 if test ! -e "$(DESTDIR)$(configfile)"; then $(INSTALL) -d `dirname "$(DESTDIR)$(configfile)"`; $(INSTALL) -c -m 644 doc/example.conf "$(DESTDIR)$(configfile)"; fi
619619
620620 pythonmod-uninstall:
621621 rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py
644644 rm -f -- $(DESTDIR)$(includedir)/unbound.h
645645 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libunbound.la
646646 @echo
647 @echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand"
647 @echo "You still need to remove "`dirname "$(DESTDIR)$(configfile)"`" , $(DESTDIR)$(configfile) by hand"
648648
649649 iana_update:
650650 curl -o port-numbers.tmp https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml --compressed
22 default value retains Unbound's behavior.
33 - Expose 'max-sent-count' as a configuration option; the
44 default value retains Unbound's behavior.
5
6 13 December 2022: Wouter
7 - Merge #808: Wrap Makefile script's directory variables in quotes.
8 - Fix to wrap Makefile scripts directory in quotes for uninstall.
59
610 1 December 2022: Wouter
711 - Fix #773: When used with systemd-networkd, unbound does not start