From a382f499932e3bb586db0c253b94b19d3e081824 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 28 Jul 2023 00:58:12 -0400 Subject: [PATCH] Remove some irrelevant entries from iputils ChangLog. Delete a handful of entries from the ChangeLog imported from iputils; these changes only modified "common" code that was never used by rarpd whatsoever. --- ChangeLog.iputils | 80 ----------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/ChangeLog.iputils b/ChangeLog.iputils index e2db6c3..a20a626 100644 --- a/ChangeLog.iputils +++ b/ChangeLog.iputils @@ -1,9 +1,3 @@ -2020-08-29 Nuno Silva - - common: fix infinite loop when getrandom fails - - Fixes: https://github.com/iputils/iputils/issues/291 - 2020-01-06 Sami Kerola common: flush streams before closing them @@ -13,62 +7,12 @@ Reference: https://github.com/iputils/iputils/commit/4655ecc5105c383669ef529f21f3344f99e7372f#commitcomment-36628770 -2019-11-24 Sami Kerola - - rdisc / ninfod: fix format string warning - - warning: format string is not a string literal [-Wformat-nonliteral] - - The above was reported for rdisc.c lines 210 and 212, and ninfod/ninfod.c - lines 162 and 165. - - Reviewed-by: Petr Vorel - 2019-10-31 Philipp Kammerer doc: Proofreading rarpd.xml A few suggestions to make the manpage more easy to read -2019-10-17 Maciej Żenczykowski - - iputils_common.h: fix missing #include - - This fixes: - In file included from ping/ping6_common.c:61: - iputils_common.h:63:32: error: declaration of 'struct timespec' will not be visible outside of this function [-Werror,-Wvisibility] - extern void timespecsub(struct timespec *a, struct timespec *b, - ^ - - Change-Id: Icc30a25c30fc606f46def07704cdc6997018d58f - -2019-09-10 Sami Kerola - - ninfod: retire gettimeofday() in favor of clock_gettime() - - Apply to ninfod similar fix as da9a6105b2cab2f92135a282d00cc939760e64c0. - - Discussion about this and the next change spanned over several pull - requests that are mentioned below. - - Reference: https://github.com/iputils/iputils/pull/213 - Reference: https://github.com/iputils/iputils/pull/214 - Reference; https://github.com/iputils/iputils/pull/215 - Acked-by: Petr Vorel - -2019-09-10 Sami Kerola - - common: make seeding pseudo-random number generator easy - - Unify how srand() calls are done, with some care to try avoiding bad - seeding with hope pseudo-random numbers are unpredictable. - - Acked-by: Petr Vorel - -2019-06-10 Petr Vorel - - common: move various fallback definitions into iputils_common.h - 2019-03-25 Jan Tojnar doc: Use namespace correctly @@ -81,17 +25,6 @@ I fixed the namespaces of the documents and switched to the correct Docbook 5 stylesheets. -2019-03-23 Sami Kerola - - common: use single ARRAY_SIZE definition across files - - The ARRAY_SIZE is Rusty Russell’s version, that looks a bit more complicated - than the original, but there is a reason to that. This macro will ensure - macro is used properly, and fail compilation if it is not. See reference - link for further explanation. - - Reference: http://zubplot.blogspot.com/2015/01/gcc-is-wonderful-better-arraysize-macro.html - 2019-03-09 Sami Kerola documentation: fix various spelling typos @@ -100,13 +33,6 @@ Reference: https://github.com/codespell-project/codespell -2019-02-03 Sami Kerola - - libcommon: add string to a number conversion function - - Based on standard libc strtol(), but has convenience wrapping to catch - errors so that one can convert numbers with just a single function call. - 2019-02-02 Sami Kerola clang scan-build: fix various build warning @@ -181,12 +107,6 @@ While going through this manual page I noticed --help output being incomplete, so lets sort that out in same go. -2018-12-18 Sami Kerola - - localization: move nls headers to iputils_common.h - - Aboid boilerplating. - 2018-10-03 Sami Kerola warnings: fix multiple errno printing format specifier issues -- 2.43.2