chiark / gitweb /
regress: hfuzzraw: Fix a wrong pointer passed to fread
[adns.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3b6fac5b916acaf3cc64e148e121a95d6be883ad..c360d8908778332ec75b26d9c2b106a0d5052a29 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -61,13 +61,14 @@ free to send me patches to improve the situation.  However, the
 Makefiles only know how to use GCC to make dynamic libraries.
 
 The adnsresfilter utility uses `tsearch' from the C library (a la SVID
 Makefiles only know how to use GCC to make dynamic libraries.
 
 The adnsresfilter utility uses `tsearch' from the C library (a la SVID
-and X/Open).  If you don't have tsearch configure will arranges for
+and X/Open).  If you don't have tsearch configure will arrange for
 adnsresfilter not to be built.  To fix this, install a C library
 containing tsearch, such as the GNU C library.  It is best if tsearch
 uses an automatically-balancing tree algorithm, like the glibc version
 does.  Simple binary trees may perform badly.
 
 adnsresfilter not to be built.  To fix this, install a C library
 containing tsearch, such as the GNU C library.  It is best if tsearch
 uses an automatically-balancing tree algorithm, like the glibc version
 does.  Simple binary trees may perform badly.
 
-If you change the m4 input files in regress/ you may need GNU m4.
+You will need an m4 that supports: -P, -I, patsubst, ifelse, include,
+translit, and len.
 
 You will probably find that GNU Make is required.
 Please do not report this as a bug; install GNU Make instead.
 
 You will probably find that GNU Make is required.
 Please do not report this as a bug; install GNU Make instead.
@@ -97,17 +98,17 @@ DNSSEC cryptographic signature checking.
 COPYRIGHT
 
 This file, INSTALL, contains installation instructions and other
 COPYRIGHT
 
 This file, INSTALL, contains installation instructions and other
-details for adns.  It is
- Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
+details for adns.
 
 adns is
 
 adns is
- Copyright (C) 1997-2000,2003,2006 Ian Jackson <ian@davenant.greenend.org.uk>
+ Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson
+ 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]
 
 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
  Copyright (C) 1999-2000,2003,2006 Tony Finch <dot@dotat.at>         [1]
  Copyright (C) 1991 Massachusetts Institute of Technology            [2]
 
 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
-Software Foundation; either version 2 of the License, or (at your
+Software Foundation; either version 3 of the License, or (at your
 option) any later version.
 
 This program is distributed in the hope that it will be useful, but
 option) any later version.
 
 This program is distributed in the hope that it will be useful, but
@@ -117,8 +118,7 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with adns as the file COPYING; if not, email me at the address
 
 You should have received a copy of the GNU General Public License
 along with adns as the file COPYING; if not, email me at the address
-above or write to the Free Software Foundation, 59 Temple Place -
-Suite 330, Boston, MA 02111-1307, USA.
+above or write to the Free Software Foundation.
 
 [1] Tony Finch holds the original copyright on client/adnslogres.c,
     client/adnsheloex.c and client/fanftest.c, and some modifications
 
 [1] Tony Finch holds the original copyright on client/adnslogres.c,
     client/adnsheloex.c and client/fanftest.c, and some modifications