INN commit: branches/2.6 (5 files)

INN Commit rra at isc.org
Fri Nov 4 22:19:41 UTC 2016


    Date: Friday, November 4, 2016 @ 15:19:40
  Author: iulius
Revision: 10098

Mark these files as now unmaintained in rra-c-util

Modified:
  branches/2.6/lib/strlcat.c
  branches/2.6/lib/strlcpy.c
  branches/2.6/tests/lib/concat-t.c
  branches/2.6/tests/lib/strlcat-t.c
  branches/2.6/tests/lib/strlcpy-t.c

-----------------------+
 lib/strlcat.c         |    5 +++--
 lib/strlcpy.c         |    5 +++--
 tests/lib/concat-t.c  |    5 +++--
 tests/lib/strlcat-t.c |    5 +++--
 tests/lib/strlcpy-t.c |    5 +++--
 5 files changed, 15 insertions(+), 10 deletions(-)

Modified: lib/strlcat.c
===================================================================
--- lib/strlcat.c	2016-11-04 22:19:07 UTC (rev 10097)
+++ lib/strlcat.c	2016-11-04 22:19:40 UTC (rev 10098)
@@ -10,8 +10,9 @@
  * space available in the destination buffer, not just the amount of space
  * remaining.
  *
- * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: lib/strlcpy.c
===================================================================
--- lib/strlcpy.c	2016-11-04 22:19:07 UTC (rev 10097)
+++ lib/strlcpy.c	2016-11-04 22:19:40 UTC (rev 10098)
@@ -9,8 +9,9 @@
  * total space required is returned.  The destination string is not nul-filled
  * like strncpy does, just nul-terminated.
  *
- * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/concat-t.c
===================================================================
--- tests/lib/concat-t.c	2016-11-04 22:19:07 UTC (rev 10097)
+++ tests/lib/concat-t.c	2016-11-04 22:19:40 UTC (rev 10098)
@@ -3,8 +3,9 @@
  *
  * $Id$
  *
- * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/strlcat-t.c
===================================================================
--- tests/lib/strlcat-t.c	2016-11-04 22:19:07 UTC (rev 10097)
+++ tests/lib/strlcat-t.c	2016-11-04 22:19:40 UTC (rev 10098)
@@ -2,8 +2,9 @@
  *
  * strlcat test suite.
  *
- * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *

Modified: tests/lib/strlcpy-t.c
===================================================================
--- tests/lib/strlcpy-t.c	2016-11-04 22:19:07 UTC (rev 10097)
+++ tests/lib/strlcpy-t.c	2016-11-04 22:19:40 UTC (rev 10098)
@@ -2,8 +2,9 @@
  *
  * strlcpy test suite.
  *
- * The canonical version of this file is maintained in the rra-c-util package,
- * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
+ * The canonical version of this file *used to be* maintained in the
+ * rra-c-util package, which can be found at
+ * <https://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
  * Written by Russ Allbery <eagle at eyrie.org>
  *



More information about the inn-committers mailing list