From 1e167e05a6368e437d9fa73c711e254a6bd9b2ac Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Fri, 6 Jan 2023 23:07:50 +0800 Subject: [PATCH] Update AUTHORS Signed-off-by: cao-fei8 --- 0001-Update-AUTHORS.patch | 21 +++++++++++++++++++++ ndisc6.spec | 9 ++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 0001-Update-AUTHORS.patch diff --git a/0001-Update-AUTHORS.patch b/0001-Update-AUTHORS.patch new file mode 100644 index 0000000..12305e2 --- /dev/null +++ b/0001-Update-AUTHORS.patch @@ -0,0 +1,21 @@ +From 294417194dcbd67cad483e0239a7a4ee0033b316 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= +Date: Tue, 14 Sep 2021 21:48:16 +0300 +Subject: [PATCH] Update AUTHORS + +--- + AUTHORS | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/AUTHORS b/AUTHORS +index b95c198..5a0ae6d 100644 +--- a/AUTHORS ++++ b/AUTHORS +@@ -2,3 +2,4 @@ Rémi Denis-Courmont + Pierre Ynard + Yin, Kwong-Sang + Fred L. Templim ++William A. Kennington III +-- +2.33.0 + diff --git a/ndisc6.spec b/ndisc6.spec index ccb997d..da8be84 100644 --- a/ndisc6.spec +++ b/ndisc6.spec @@ -1,6 +1,6 @@ Name: ndisc6 Version: 1.0.4 -Release: 5 +Release: 6 Summary: IPv6 diagnostic tools License: GPLv2 or GPLv3 URL: http://www.remlab.net/ndisc6 @@ -9,6 +9,7 @@ Source0: http://www.remlab.net/files/ndisc6/%{name}-%{version}.tar.bz2 Patch0: bugfix-add-self-mac-check.patch Patch1: bugfix-add-SO_BINDTODEVICE.patch Patch2: backport-rdnssd-remove-unused-parameter.patch +Patch3: 0001-Update-AUTHORS.patch BuildRequires: gcc perl-generators @@ -48,6 +49,12 @@ It includes the follwing programs : %{_mandir}/man* %changelog +* Sat Jan 7 2023 caofei - 1.0.4-6 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC: Update AUTHORS + * Fri Nov 11 2022 gaoxingwang - 1.0.4-5 - Type:bugfix - CVE:NA -- Gitee