commit adns for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package adns for openSUSE:Factory checked in at 2024-06-03 17:40:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adns (Old) and /work/SRC/openSUSE:Factory/.adns.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "adns" Mon Jun 3 17:40:57 2024 rev:32 rq:1177863 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adns/adns.changes 2024-02-21 17:59:21.713693951 +0100 +++ /work/SRC/openSUSE:Factory/.adns.new.24587/adns.changes 2024-06-03 17:41:03.201679775 +0200 @@ -1,0 +2,20 @@ +Sat May 25 07:58:19 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de> + +- fix Factory submission and spec file tweaks + +------------------------------------------------------------------- +Tue May 14 14:00:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> + +- Update to version 1.6.1: + + Minor bugfix: + * Suppress warning about `trust-ad` in resolv.conf. + + Build system: + * Honour DESTDIR, avoiding need for prefix= workaround. + (Drop adns-1.4-destdir.patch) + * regression tests: Add missing dependency on hsyscalls.i. + GNU #51329. [Report from Sergei Trofimovich] + * regression tests: build with 64-bit time_t on 32-bit systems. + + Documentation: + * Fix all http: URLs in docs to be https: instead. + +------------------------------------------------------------------- Old: ---- adns-1.4-destdir.patch adns-1.6.0.tar.gz adns-1.6.0.tar.gz.sig New: ---- adns-1.6.1.tar.gz adns-1.6.1.tar.gz.sig BETA DEBUG BEGIN: Old: * Honour DESTDIR, avoiding need for prefix= workaround. (Drop adns-1.4-destdir.patch) * regression tests: Add missing dependency on hsyscalls.i. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adns.spec ++++++ --- /var/tmp/diff_new_pack.jP0rRq/_old 2024-06-03 17:41:04.013709569 +0200 +++ /var/tmp/diff_new_pack.jP0rRq/_new 2024-06-03 17:41:04.013709569 +0200 @@ -2,6 +2,7 @@ # spec file for package adns # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +19,7 @@ %define lname libadns1 Name: adns -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities License: GPL-2.0-or-later @@ -29,7 +30,6 @@ Source2: %{name}.keyring Source3: README.SUSE Source4: baselibs.conf -Patch0: adns-1.4-destdir.patch Patch1: adns-1.4-configure.patch Patch2: adns-visibility.patch BuildRequires: autoconf @@ -65,7 +65,7 @@ %build autoreconf -fiv %configure -%make_build all +%make_build %install make install \ @@ -77,18 +77,23 @@ # FIXME: --disable-static not available rm %{buildroot}%{_libdir}/*.a +%ldconfig_scriptlets -n %{lname} + +%check +## Fails without network +#%%make_build check + %files %license COPYING %doc GPL-vs-LGPL README* TODO changelog %{_bindir}/adns* %files -n %{lname} +%license COPYING %{_libdir}/libadns.so.1* %files -n libadns-devel +%license COPYING %{_includedir}/adns.h %{_libdir}/libadns.so -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig - ++++++ adns-1.6.0.tar.gz -> adns-1.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/INSTALL new/adns-1.6.1/INSTALL --- old/adns-1.6.0/INSTALL 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/INSTALL 2024-05-05 23:32:29.000000000 +0200 @@ -101,7 +101,8 @@ details for adns. adns is - Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson + Copyright (C) 1997-2000,2003,2006,2014-2016,2020,2024 Ian Jackson + Copyright (C) 2024 Sergey Poznyakoff Copyright (C) 2014 Mark Wooding Copyright (C) 1999-2000,2003,2006 Tony Finch <dot@dotat.at> [1] Copyright (C) 1991 Massachusetts Institute of Technology [2] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/Makefile.in new/adns-1.6.1/Makefile.in --- old/adns-1.6.0/Makefile.in 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/Makefile.in 2024-05-05 23:39:08.000000000 +0200 @@ -1,11 +1,7 @@ # Makefile[.in] - top-level Makefile # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +20,7 @@ # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in common.make.in). -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.1 srcdir= @srcdir@ VPATH= @srcdir@ @@ -75,10 +71,10 @@ web-install: adnshost.txt test -e $(WEBDIR) || mkdir $(WEBDIR) - $(INSTALL_DATA) $(srcdir)/README.html $(WEBDIR)/ - $(INSTALL_DATA) $(srcdir)/src/adns.h $(WEBDIR)/adns.h.txt - $(INSTALL_DATA) COPYING $(WEBDIR)/COPYING.txt - $(INSTALL_DATA) adnshost.txt $(WEBDIR)/ + $(INSTALL_DATA) $(srcdir)/README.html $(DESTDIR)$(WEBDIR)/ + $(INSTALL_DATA) $(srcdir)/src/adns.h $(DESTDIR)$(WEBDIR)/adns.h.txt + $(INSTALL_DATA) COPYING $(DESTDIR)$(WEBDIR)/COPYING.txt + $(INSTALL_DATA) adnshost.txt $(DESTDIR)$(WEBDIR)/ check: all $(MAKE) -C regress check diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/README new/adns-1.6.1/README --- old/adns-1.6.0/README 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/README 2024-05-05 23:29:46.000000000 +0200 @@ -120,9 +120,8 @@ Copyright and licensing - adns is Copyright 1997-2000,2003,2006,2014-2016,2020 Ian Jackson, - Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 Tony Finch, - and Copyright 1991 Massachusetts Institute of Technology. + adns is Copyright Ian Jackson and contributors. (See the file INSTALL + for a full list.) adns is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -148,23 +147,23 @@ References - 1. http://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt - 2. http://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt - 3. http://debbugs.gnu.org/ - 4. http://www.chiark.greenend.org.uk/mailman/listinfo - 5. http://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt - 6. http://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt - 7. http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz - 8. http://www.chiark.greenend.org.uk/~ian/adns/ftp/ - 9. http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/adns.git/ - 10. http://www.gnu.org/ - 11. http://www.gnu.org/order/ftp.html - 12. http://code.google.com/p/adns-python - 13. http://www.lysator.liu.se/liboop/ - 14. http://adns.jgaa.com/ - 15. http://www.chiark.greenend.org.uk/~ian/adns/docs/COPYING.txt - 16. http://www.fsf.org/ - 17. http://www.gnu.org/ - 18. http://www.chiark.greenend.org.uk/ + 1. https://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt + 2. https://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt + 3. https://debbugs.gnu.org/ + 4. https://www.chiark.greenend.org.uk/mailman/listinfo + 5. https://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt + 6. https://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt + 7. https://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz + 8. https://www.chiark.greenend.org.uk/~ian/adns/ftp/ + 9. https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/adns.git/ + 10. https://www.gnu.org/ + 11. https://www.gnu.org/order/ftp.html + 12. https://code.google.com/p/adns-python + 13. https://www.lysator.liu.se/liboop/ + 14. https://adns.jgaa.com/ + 15. https://www.chiark.greenend.org.uk/~ian/adns/docs/COPYING.txt + 16. https://www.fsf.org/ + 17. https://www.gnu.org/ + 18. https://www.chiark.greenend.org.uk/ 19. file:/// - 20. http://www.chiark.greenend.org.uk/~ian/sw-www-copy.html + 20. https://www.chiark.greenend.org.uk/~ian/sw-www-copy.html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/README.html new/adns-1.6.1/README.html --- old/adns-1.6.0/README.html 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/README.html 2024-05-05 23:17:43.000000000 +0200 @@ -11,7 +11,7 @@ <!-- Note: this file must contain portable HTML ! --> <!-- --> <!-- It is served on the GNU site and also from my own system, --> -<!-- under the URL http://www.chiark.greenend.org.uk/adns/ --> +<!-- under the URL https://www.chiark.greenend.org.uk/adns/ --> <!-- Please ensure that all links continine to be correct --> <!-- both for www.gnu.org and chiark. --> <!-- --> @@ -87,7 +87,7 @@ scripts to do simple lookups. In a more advanced mode it can be used as a general-purpose DNS helper program for scripting languages which can invoke and communicate with subprocesses. See the -<A href="http://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt">adnshost +<A href="https://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt">adnshost usage message</A> for a summary of its capabilities. </ul> @@ -96,7 +96,7 @@ I'm afraid there is no manual yet. However, competent C programmers should be able to use the library based on the -<A href="http://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt">commented +<A href="https://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt">commented adns.h header file</A>, and the usage messages for the programs should be sufficient. @@ -108,7 +108,7 @@ <p> Bug reports should be reported to the -<a href="http://debbugs.gnu.org/">GNU Debbugs</a>. Send an email +<a href="https://debbugs.gnu.org/">GNU Debbugs</a>. Send an email to <code>submit@debbugs.gnu.org</code> and at the top of your email, in a paragraph of its own, write the single line <pre> @@ -131,7 +131,7 @@ <p> There are -<A href="http://www.chiark.greenend.org.uk/mailman/listinfo">archives +<A href="https://www.chiark.greenend.org.uk/mailman/listinfo">archives and subscription web pages</A>, or you can subscribe by sending mail containing the word `subscribe' to <code>adns-announce-REQUEST@chiark.greenend.org.uk</code> or @@ -140,26 +140,26 @@ <h2>Documentation</h2> <ul> -<li><A href="http://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt">adns.h +<li><A href="https://www.chiark.greenend.org.uk/~ian/adns/docs/adns.h.txt">adns.h API header file with documentation comments</A> -<li><A href="http://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt">usage +<li><A href="https://www.chiark.greenend.org.uk/~ian/adns/docs/adnshost.txt">usage message for adnshost</A> </ul> <h2>Download and source code</h2> <ul> -<li>The <A href="http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz">current +<li>The <A href="https://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz">current release</A> as a gzipped tarfile. -<li><A href="http://www.chiark.greenend.org.uk/~ian/adns/ftp/">Previous +<li><A href="https://www.chiark.greenend.org.uk/~ian/adns/ftp/">Previous versions</A> and other files (including OpenPGP signatures). -<li><A href="http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/adns.git/">master +<li><A href="https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/adns.git/">master git (version control) repository browser</a>. </ul> adns is also available from the -<A href="http://www.gnu.org/">GNU Project</A> FTP servers and their -<A href="http://www.gnu.org/order/ftp.html">mirrors</A>. +<A href="https://www.gnu.org/">GNU Project</A> FTP servers and their +<A href="https://www.gnu.org/order/ftp.html">mirrors</A>. <h2>Installation note</h2> @@ -175,21 +175,21 @@ <h2>References and related projects</h2> <ul> -<li><a href="http://code.google.com/p/adns-python">Python bindings</a> +<li><a href="https://code.google.com/p/adns-python">Python bindings</a> by Andy Dustman. -<!-- <li><a href="http://cryp.to/hsdns/">Haskell bindings</a> +<!-- <li><a href="https://cryp.to/hsdns/">Haskell bindings</a> by Peter Simons. --> -<li><a href="http://www.lysator.liu.se/liboop/">liboop event loop library</a> +<li><a href="https://www.lysator.liu.se/liboop/">liboop event loop library</a> has a built-in binding for adns. -<li><a href="http://adns.jgaa.com/">port to MS Visual Studio 6 C++</a> +<li><a href="https://adns.jgaa.com/">port to MS Visual Studio 6 C++</a> by Jarle Aase. </ul> <h2>Copyright and licensing</h2> -<kbd>adns</kbd> is Copyright 1997-2000,2003,2006,2014-2016,2020 Ian -Jackson, Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 -Tony Finch, and Copyright 1991 Massachusetts Institute of Technology. +<kbd>adns</kbd> is +Copyright Ian Jackson and contributors. +(See the file INSTALL for a full list.) <p> @@ -204,14 +204,14 @@ be useful, but <em>without any warranty</em>; without even the implied warranty of <em>merchantability</em> or <em>fitness for a particular purpose</em>. See the -<A href="http://www.chiark.greenend.org.uk/~ian/adns/docs/COPYING.txt">GNU +<A href="https://www.chiark.greenend.org.uk/~ian/adns/docs/COPYING.txt">GNU General Public License</A> for more details. <p> You should have received a copy of the GNU General Public License along with <kbd>adns</kbd>, or one should be available above; if not, -write to the <A href="http://www.fsf.org/">Free Software Foundation</A> +write to the <A href="https://www.fsf.org/">Free Software Foundation</A> or email <code>ijackson@chiark.greenend.org.uk</code>. <p> @@ -220,13 +220,13 @@ Ian Jackson / <tt>ijackson@chiark.greenend.org.uk</tt>. <p> -<A href="http://www.gnu.org/">GNU home page</A>; -<A href="http://www.chiark.greenend.org.uk/">chiark home page</A>; +<A href="https://www.gnu.org/">GNU home page</A>; +<A href="https://www.chiark.greenend.org.uk/">chiark home page</A>; <A href="/">site or mirror home page</A> <p> This web page is Copyright (C)1996-2005,2014-2016 Ian Jackson. See the -<A href="http://www.chiark.greenend.org.uk/~ian/sw-www-copy.html">Copyright/acknowledgements</A>. +<A href="https://www.chiark.greenend.org.uk/~ian/sw-www-copy.html">Copyright/acknowledgements</A>. </body> </html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/acconfig.h new/adns-1.6.1/acconfig.h --- old/adns-1.6.0/acconfig.h 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/acconfig.h 2024-05-05 23:22:44.000000000 +0200 @@ -3,12 +3,8 @@ * input file for autoheader/autoconf/configure: extra stuff for config.h */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/aclocal.m4 new/adns-1.6.1/aclocal.m4 --- old/adns-1.6.0/aclocal.m4 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/aclocal.m4 2024-05-05 23:26:58.000000000 +0200 @@ -1,11 +1,7 @@ # aclocal.m4 - package-specific macros for autoconf # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/changelog new/adns-1.6.1/changelog --- old/adns-1.6.0/changelog 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/changelog 2024-05-05 23:39:28.000000000 +0200 @@ -1,3 +1,22 @@ +adns (1.6.1) UPSTREAM; urgency=low + + Minor bugfix: + * Suppress warning about `trust-ad` in resolv.conf. Debian #1028112. + + Build system: + * Honour DESTDIR, avoiding need for prefix= workaround. + [Contribution from Sergey Poznyakoff] + * regression tests: Add missing dependency on hsyscalls.i. + GNU #51329. [Report from Sergei Trofimovich] + * regression tests: build with 64-bit time_t on 32-bit systems. + Debian #1065725, Ubuntu Launchpad #2057735. + [Report from Sebastian Ramacher] + + Documentation: + * Fix all http: URLs in docs to be https: instead. + + -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 05 May 2024 22:39:28 +0100 + adns (1.6.0) UPSTREAM; urgency=medium Bugfixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/Makefile.in new/adns-1.6.1/client/Makefile.in --- old/adns-1.6.0/client/Makefile.in 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/client/Makefile.in 2024-05-05 23:27:40.000000000 +0200 @@ -1,11 +1,7 @@ # client/Makefile - client program(s) Makefile # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -58,9 +54,9 @@ all: $(TARGETS) install: $(TARG_INSTALL) - mkdir -p $(bindir) + $(INSTALL_DIR) $(DESTDIR)$(bindir) set -xe; for f in $(TARG_INSTALL); \ - do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done + do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done uninstall: for f in $(TARGETS); do rm -f $(bindir)/$$f; done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/addrtext.c new/adns-1.6.1/client/addrtext.c --- old/adns-1.6.0/client/addrtext.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/client/addrtext.c 2024-05-05 23:20:28.000000000 +0200 @@ -21,12 +21,8 @@ * - test program for address<->string conversion, not part of the library */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adh-main.c new/adns-1.6.1/client/adh-main.c --- old/adns-1.6.0/client/adh-main.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adh-main.c 2024-05-05 23:20:28.000000000 +0200 @@ -4,12 +4,8 @@ * main program and useful subroutines */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adh-opts.c new/adns-1.6.1/client/adh-opts.c --- old/adns-1.6.0/client/adh-opts.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adh-opts.c 2024-05-05 23:20:28.000000000 +0200 @@ -4,12 +4,8 @@ * option handling tables etc. */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adh-query.c new/adns-1.6.1/client/adh-query.c --- old/adns-1.6.0/client/adh-query.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adh-query.c 2024-05-05 23:20:27.000000000 +0200 @@ -4,12 +4,8 @@ * make queries and print answers */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adnsheloex.c new/adns-1.6.1/client/adnsheloex.c --- old/adns-1.6.0/client/adnsheloex.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/client/adnsheloex.c 2024-05-05 23:20:55.000000000 +0200 @@ -3,15 +3,8 @@ * - look up the A record of hosts in an Exim log that failed HELO verification */ /* - * This file is - * Copyright (C) 2004 Tony Finch <dot@dotat.at> - * - * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adnshost.h new/adns-1.6.1/client/adnshost.h --- old/adns-1.6.0/client/adnshost.h 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adnshost.h 2024-05-05 23:21:27.000000000 +0200 @@ -3,12 +3,8 @@ * - useful general-purpose resolver client program, header file */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adnslogres.c new/adns-1.6.1/client/adnslogres.c --- old/adns-1.6.0/client/adnslogres.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adnslogres.c 2024-05-05 23:21:27.000000000 +0200 @@ -3,16 +3,8 @@ * - a replacement for the Apache logresolve program using adns */ /* - * This file is - * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at> - * Copyright (C) 1999-2000,2020 Ian Jackson <ian@davenant.greenend.org.uk> - * - * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adnsresfilter.c new/adns-1.6.1/client/adnsresfilter.c --- old/adns-1.6.0/client/adnsresfilter.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/adnsresfilter.c 2024-05-05 23:21:27.000000000 +0200 @@ -3,12 +3,8 @@ * - filter which does resolving, not part of the library */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/adnstest.c new/adns-1.6.1/client/adnstest.c --- old/adns-1.6.0/client/adnstest.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/client/adnstest.c 2024-05-05 23:22:44.000000000 +0200 @@ -3,12 +3,8 @@ * - simple test program, not part of the library */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/client.h new/adns-1.6.1/client/client.h --- old/adns-1.6.0/client/client.h 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/client/client.h 2024-05-05 23:39:08.000000000 +0200 @@ -3,12 +3,8 @@ * - useful declarations and definitions for adns client programs */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,13 +23,10 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.6.0" +#define ADNS_VERSION_STRING "1.6.1" #define COPYRIGHT_MESSAGE \ - "Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson\n" \ - "Copyright (C) 2014 Mark Wooding\n" \ - "Copyright (C) 1999-2000,2003,2006 Tony Finch\n" \ - "Copyright (C) 1991 Massachusetts Institute of Technology\n" \ + "Copyright Ian Jackson and contributors\n" \ "This is free software; see the source for copying conditions. There is NO\n" \ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/client/fanftest.c new/adns-1.6.1/client/fanftest.c --- old/adns-1.6.0/client/fanftest.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/client/fanftest.c 2024-05-05 23:22:43.000000000 +0200 @@ -3,16 +3,8 @@ * - a small test program from Tony Finch */ /* - * This file is - * Copyright (C) 1999 Tony Finch <dot@dotat.at> - * Copyright (C) 1999-2000 Ian Jackson <ian@davenant.greenend.org.uk> - * - * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/common.make.in new/adns-1.6.1/common.make.in --- old/adns-1.6.0/common.make.in 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/common.make.in 2024-05-05 23:28:40.000000000 +0200 @@ -1,12 +1,8 @@ # common.make[.in] - common configuration settings for Makefiles, # used by autoconf/configure to generate settings.make # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -71,4 +67,4 @@ INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS) INSTALL_DATA= $(INSTALL) -m 644 - +INSTALL_DIR= $(INSTALL) -d 755 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/configure.in new/adns-1.6.1/configure.in --- old/adns-1.6.0/configure.in 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/configure.in 2024-05-05 23:28:40.000000000 +0200 @@ -1,11 +1,7 @@ # configure.in - input to autoconf # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/dynamic/Makefile.in new/adns-1.6.1/dynamic/Makefile.in --- old/adns-1.6.0/dynamic/Makefile.in 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/dynamic/Makefile.in 2024-05-05 23:27:40.000000000 +0200 @@ -1,11 +1,7 @@ # dynamic/Makefile - dynamic library Makefile # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,9 +27,9 @@ install: mkdir -p $(libdir) - $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE) - ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME) - ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK) + $(INSTALL_PROGRAM) $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBFILE) + ln -sf $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBSONAME) + ln -sf $(SHLIBSONAME) $(DESTDIR)$(libdir)/$(SHLIBFORLINK) uninstall: rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/Makefile.in new/adns-1.6.1/regress/Makefile.in --- old/adns-1.6.0/regress/Makefile.in 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/Makefile.in 2024-05-05 23:27:40.000000000 +0200 @@ -1,11 +1,7 @@ # regress/Makefile[.in] - regression test Makefile # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -123,10 +119,10 @@ adnshost_fuzzraw: $(ADH_OBJS) hfuzzraw.o hfuzz.o $(HARNLOBJS) $(LINK_CMD) -%_d.o: $(srcdir)/../src/%.c hredirect.h +%_d.o: $(srcdir)/../src/%.c hredirect.h hsyscalls.h $(CC) $(CFLAGS) $(HCPPFLAGS) -c -g -o $@ $< -%_c.o: $(srcdir)/../client/%.c hredirect.h +%_c.o: $(srcdir)/../client/%.c hredirect.h hsyscalls.h $(CC) $(CFLAGS) $(HCPPFLAGS) -I $(srcdir)/../src -c -g -o $@ $< $(ALL_OBJS): $(srcdir)/../src/adns.h $(srcdir)/../src/internal.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/addcases new/adns-1.6.1/regress/addcases --- old/adns-1.6.0/regress/addcases 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/regress/addcases 2024-05-05 23:27:39.000000000 +0200 @@ -1,12 +1,8 @@ #!/bin/sh # usage: ./addcases <casename> ... # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/checkall new/adns-1.6.1/regress/checkall --- old/adns-1.6.0/regress/checkall 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/regress/checkall 2024-05-05 23:28:39.000000000 +0200 @@ -2,12 +2,8 @@ # usage: checkall # runs all test cases # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/harness.h.m4 new/adns-1.6.1/regress/harness.h.m4 --- old/adns-1.6.0/regress/harness.h.m4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/harness.h.m4 2024-05-05 23:30:25.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - function and other declarations -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hcommon.c.m4 new/adns-1.6.1/regress/hcommon.c.m4 --- old/adns-1.6.0/regress/hcommon.c.m4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hcommon.c.m4 2024-05-05 23:31:14.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - routines used for both record and playback -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hmacros.i4 new/adns-1.6.1/regress/hmacros.i4 --- old/adns-1.6.0/regress/hmacros.i4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hmacros.i4 2024-05-05 23:31:14.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - common macros -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hplayback.c.m4 new/adns-1.6.1/regress/hplayback.c.m4 --- old/adns-1.6.0/regress/hplayback.c.m4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hplayback.c.m4 2024-05-05 23:31:13.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - playback routines -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by @@ -170,19 +166,25 @@ static void P_updatetime(void) { int chars; - unsigned long sec, usec; + unsigned long sec; + long usec; if (!adns__vbuf_ensure(&vb2,1000)) Tnomem(); fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); chars= -1; - sscanf(vb2.buf," +%lu.%lu%n",&sec,&usec,&chars); + sscanf(vb2.buf," +%lu.%ld%n",&sec,&usec,&chars); if (chars==-1) Psyntax("update time invalid"); currenttime.tv_sec+= sec; - currenttime.tv_usec+= usec; - if (currenttime.tv_usec > 1000000) { + usec = (long)currenttime.tv_usec + usec; + while (usec < 0) { + currenttime.tv_sec--; + usec += 1000000; + } + while (usec > 1000000) { currenttime.tv_sec++; - currenttime.tv_usec -= 1000000; + usec -= 1000000; } + currenttime.tv_usec = usec; if (vb2.buf[chars] != hm_squote\nhm_squote) Psyntax("not newline after update time"); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hrecord.c.m4 new/adns-1.6.1/regress/hrecord.c.m4 --- old/adns-1.6.0/regress/hrecord.c.m4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hrecord.c.m4 2024-05-05 23:31:34.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - recording routines -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hredirect.h.m4 new/adns-1.6.1/regress/hredirect.h.m4 --- old/adns-1.6.0/regress/hredirect.h.m4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hredirect.h.m4 2024-05-05 23:31:34.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - redefinitions of system calls -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hsyscalls.h.m4 new/adns-1.6.1/regress/hsyscalls.h.m4 --- old/adns-1.6.0/regress/hsyscalls.h.m4 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/regress/hsyscalls.h.m4 2024-05-05 23:31:33.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - prototypes of redefinitions of system calls -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/hsyscalls.i4 new/adns-1.6.1/regress/hsyscalls.i4 --- old/adns-1.6.0/regress/hsyscalls.i4 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/hsyscalls.i4 2024-05-05 23:31:45.000000000 +0200 @@ -2,12 +2,8 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - list of syscalls to override/log and their args -m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -m4_dnl Copyright (C) 2014 Mark Wooding -m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch -m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/m1test new/adns-1.6.1/regress/m1test --- old/adns-1.6.0/regress/m1test 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/m1test 2024-05-05 23:29:06.000000000 +0200 @@ -2,12 +2,8 @@ # usage: m1test <name> <initfile> [<initflags>] <queryargs>' # test recording script # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/regress/r1test new/adns-1.6.1/regress/r1test --- old/adns-1.6.0/regress/r1test 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/regress/r1test 2024-05-05 23:29:06.000000000 +0200 @@ -2,12 +2,8 @@ # usage: r1test <testcasename> # test execution script, for running one test # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/settings.make.in new/adns-1.6.1/settings.make.in --- old/adns-1.6.0/settings.make.in 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/settings.make.in 2024-05-05 23:29:17.000000000 +0200 @@ -1,12 +1,8 @@ # settings.make[.in] - main configuration settings for Makefiles, # used by autoconf/configure to generate settings.make # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/Makefile.in new/adns-1.6.1/src/Makefile.in --- old/adns-1.6.0/src/Makefile.in 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/Makefile.in 2024-05-05 23:29:06.000000000 +0200 @@ -1,11 +1,7 @@ # src/Makefile[.in] - library main Makefile # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,8 +28,10 @@ install: mkdir -p $(libdir) $(includedir) set -xe; for f in $(TARGETS); \ - do $(INSTALL_DATA) $$f $(libdir)/$$f; done - $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h + do $(INSTALL_DIR) $(DESTDIR)$(libdir); \ + $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/$$f; done + $(INSTALL_DIR) $(DESTDIR)$(includedir) + $(INSTALL_DATA) $(srcdir)/../src/adns.h $(DESTDIR)$(includedir)/adns.h uninstall: for f in $(TARGETS); do rm -f $(libdir)/$$f; done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/addrfam.c new/adns-1.6.1/src/addrfam.c --- old/adns-1.6.0/src/addrfam.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/addrfam.c 2024-05-05 23:24:45.000000000 +0200 @@ -3,12 +3,8 @@ * - address-family specific code */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/adns.make new/adns-1.6.1/src/adns.make --- old/adns-1.6.0/src/adns.make 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/adns.make 2024-05-05 23:29:05.000000000 +0200 @@ -1,11 +1,7 @@ # src/adns.make - library definitions, including list of object files # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/check.c new/adns-1.6.1/src/check.c --- old/adns-1.6.0/src/check.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/check.c 2024-05-05 23:24:45.000000000 +0200 @@ -3,12 +3,8 @@ * - consistency checks */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/config.h.in new/adns-1.6.1/src/config.h.in --- old/adns-1.6.0/src/config.h.in 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/config.h.in 2024-05-05 23:24:45.000000000 +0200 @@ -4,12 +4,8 @@ * input file for autoheader/autoconf/configure: extra stuff for config.h */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/dlist.h new/adns-1.6.1/src/dlist.h --- old/adns-1.6.0/src/dlist.h 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/dlist.h 2024-05-05 23:24:45.000000000 +0200 @@ -3,12 +3,8 @@ * - macros for handling doubly linked lists */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/event.c new/adns-1.6.1/src/event.c --- old/adns-1.6.0/src/event.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/event.c 2024-05-05 23:24:45.000000000 +0200 @@ -5,12 +5,8 @@ * - user-visible check/wait and event-loop-related functions */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/general.c new/adns-1.6.1/src/general.c --- old/adns-1.6.0/src/general.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/general.c 2024-05-05 23:24:45.000000000 +0200 @@ -4,12 +4,8 @@ * - vbuf handling */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/internal.h new/adns-1.6.1/src/internal.h --- old/adns-1.6.0/src/internal.h 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/internal.h 2024-05-05 23:24:45.000000000 +0200 @@ -5,12 +5,8 @@ * - comments regarding library data structures */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/parse.c new/adns-1.6.1/src/parse.c --- old/adns-1.6.0/src/parse.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/parse.c 2024-05-05 23:24:44.000000000 +0200 @@ -3,12 +3,8 @@ * - parsing assistance functions (mainly for domains inside datagrams) */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/poll.c new/adns-1.6.1/src/poll.c --- old/adns-1.6.0/src/poll.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/poll.c 2024-05-05 23:24:44.000000000 +0200 @@ -3,12 +3,8 @@ * - wrappers for poll(2) */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/query.c new/adns-1.6.1/src/query.c --- old/adns-1.6.0/src/query.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/query.c 2024-05-05 23:24:44.000000000 +0200 @@ -5,12 +5,8 @@ * - query submission and cancellation (user-visible and internal) */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/reply.c new/adns-1.6.1/src/reply.c --- old/adns-1.6.0/src/reply.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/reply.c 2024-05-05 23:24:44.000000000 +0200 @@ -3,12 +3,8 @@ * - main handling and parsing routine for received datagrams */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/setup.c new/adns-1.6.1/src/setup.c --- old/adns-1.6.0/src/setup.c 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/setup.c 2024-05-05 23:24:44.000000000 +0200 @@ -4,12 +4,8 @@ * - management of global state */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -348,6 +344,8 @@ /* adns normally does IPv6 if the application wants it; control * this with the adns_af: option if you like */ WORD_IS("inet6") || + /* adns trusts the resolver anyway */ + WORD_IS("trust-ad") || /* adns does not do edns0 and this is not a problem */ WORD_IS("edns0")) continue; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/transmit.c new/adns-1.6.1/src/transmit.c --- old/adns-1.6.0/src/transmit.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/transmit.c 2024-05-05 23:24:44.000000000 +0200 @@ -4,12 +4,8 @@ * - send queries */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/tvarith.h new/adns-1.6.1/src/tvarith.h --- old/adns-1.6.0/src/tvarith.h 2020-06-11 17:07:10.000000000 +0200 +++ new/adns-1.6.1/src/tvarith.h 2024-05-05 23:24:44.000000000 +0200 @@ -3,12 +3,8 @@ * - static inline functions for doing arithmetic on timevals */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adns-1.6.0/src/types.c new/adns-1.6.1/src/types.c --- old/adns-1.6.0/src/types.c 2020-06-11 17:43:40.000000000 +0200 +++ new/adns-1.6.1/src/types.c 2024-05-05 23:24:43.000000000 +0200 @@ -3,12 +3,8 @@ * - RR-type-specific code, and the machinery to call it */ /* - * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson - * Copyright (C) 2014 Mark Wooding - * Copyright (C) 1999-2000,2003,2006 Tony Finch - * Copyright (C) 1991 Massachusetts Institute of Technology - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
participants (1)
-
Source-Sync