INN commit: trunk (LICENSE MANIFEST configure.ac support/mkmanifest)

INN Commit rra at isc.org
Sun Aug 21 08:30:19 UTC 2011


    Date: Sunday, August 21, 2011 @ 01:30:19
  Author: iulius
Revision: 9361

update MANIFEST after the removal of hstrerror

Modified:
  trunk/LICENSE
  trunk/MANIFEST
  trunk/configure.ac
  trunk/support/mkmanifest

--------------------+
 LICENSE            |   10 +++++-----
 MANIFEST           |    2 --
 configure.ac       |    2 +-
 support/mkmanifest |    1 -
 4 files changed, 6 insertions(+), 9 deletions(-)

Modified: LICENSE
===================================================================
--- LICENSE	2011-08-21 01:32:47 UTC (rev 9360)
+++ LICENSE	2011-08-21 08:30:19 UTC (rev 9361)
@@ -2,7 +2,7 @@
 different licenses and/or copyrights is covered by the following copyright
 and license:
 
-   Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009
+   Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
        by Internet Systems Consortium, Inc. ("ISC")
    Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
        2002, 2003 by The Internet Software Consortium and Rich Salz
@@ -30,10 +30,10 @@
    General Public License version 2 or later.  See doc/GPL for a copy of
    the GPL v2.
 
-   backends/shrinkfile.c, frontends/scanspool.in, lib/alloca.c,
-   lib/concat.c, lib/hstrerror.c, lib/inet_aton.c, lib/inet_ntoa.c,
-   lib/memcmp.c, lib/pread.c, lib/pwrite.c, lib/setenv.c, lib/seteuid.c,
-   lib/strlcat.c and lib/strlcpy.c are in the public domain.
+   backends/shrinkfile.c, frontends/scanspool.in, lib/alloca.c, lib/concat.c,
+   lib/inet_aton.c, lib/inet_ntoa.c, lib/memcmp.c, lib/pread.c, lib/pwrite.c,
+   lib/setenv.c, lib/seteuid.c, lib/strlcat.c and lib/strlcpy.c are in
+   the public domain.
 
    lib/snprintf.c may be used for any purpose as long as the author's
    notice remains intact in all source code distributions.

Modified: MANIFEST
===================================================================
--- MANIFEST	2011-08-21 01:32:47 UTC (rev 9360)
+++ MANIFEST	2011-08-21 08:30:19 UTC (rev 9361)
@@ -498,7 +498,6 @@
 lib/hashtab.c                         Generic hash table
 lib/headers.c                         Functions for headers
 lib/hex.c                             Convert to and from hex strings
-lib/hstrerror.c                       Error reporting for resolver
 lib/inet_aton.c                       inet_aton replacement
 lib/inet_ntoa.c                       inet_ntoa replacement
 lib/inet_ntop.c                       inet_ntop replacement
@@ -864,7 +863,6 @@
 tests/lib/hash-t.c                    Tests for lib/hash.c
 tests/lib/hashtab-t.c                 Tests for lib/hashtab.c
 tests/lib/hex-t.c                     Tests for lib/hex.c
-tests/lib/hstrerror-t.c               Tests for lib/hstrerror.c
 tests/lib/inet_aton-t.c               Tests for lib/inet_aton.c
 tests/lib/inet_ntoa-t.c               Tests for lib/inet_ntoa.c
 tests/lib/inet_ntop-t.c               Tests for lib/inet_ntop.c

Modified: configure.ac
===================================================================
--- configure.ac	2011-08-21 01:32:47 UTC (rev 9360)
+++ configure.ac	2011-08-21 08:30:19 UTC (rev 9361)
@@ -480,7 +480,7 @@
     ])
 
 dnl If we can't find any of the following, we have replacements for them.
-AC_REPLACE_FUNCS(asprintf getaddrinfo getnameinfo getpagesize hstrerror \
+AC_REPLACE_FUNCS(asprintf getaddrinfo getnameinfo getpagesize \
                  inet_aton inet_ntop mkstemp pread pwrite seteuid strcasecmp \
                  strlcat strlcpy strspn setenv symlink)
 

Modified: support/mkmanifest
===================================================================
--- support/mkmanifest	2011-08-21 01:32:47 UTC (rev 9360)
+++ support/mkmanifest	2011-08-21 08:30:19 UTC (rev 9361)
@@ -271,7 +271,6 @@
 tests/lib/hash.t
 tests/lib/hashtab.t
 tests/lib/hex.t
-tests/lib/hstrerror.t
 tests/lib/inet_aton.t
 tests/lib/inet_ntoa.t
 tests/lib/inet_ntop.t




More information about the inn-committers mailing list