From a1caffbf79a1bb31fece49f73b2cd48583bf98f4 Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Fri, 6 Jan 2023 23:12:11 +0800 Subject: [PATCH 1/2] 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 706efcc..eaf32cb 100644 --- a/ndisc6.spec +++ b/ndisc6.spec @@ -1,6 +1,6 @@ Name: ndisc6 Version: 1.0.4 -Release: 4 +Release: 5 Summary: IPv6 diagnostic tools License: GPLv2 or GPLv3 URL: http://www.remlab.net/ndisc6 @@ -8,6 +8,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: 0001-Update-AUTHORS.patch BuildRequires: gcc perl-generators @@ -47,6 +48,12 @@ It includes the follwing programs : %{_mandir}/man* %changelog +* Sat Jan 7 2023 caofei - 1.0.4-5 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC: Update AUTHORS + * Fri Apr 29 2022 gaoxingwang - 1.0.4-4 - Type:bugfix - CVE:NA -- Gitee From 273b069bfb31f6b29677a7c4dc66ef159c6148dd Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Sat, 7 Jan 2023 07:30:07 +0800 Subject: [PATCH 2/2] Update NEWS Signed-off-by: cao-fei8 --- 0001-Update-NEWS.patch | 29 +++++++++++++++++++++++++++++ ndisc6.spec | 9 ++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 0001-Update-NEWS.patch diff --git a/0001-Update-NEWS.patch b/0001-Update-NEWS.patch new file mode 100644 index 0000000..4eca325 --- /dev/null +++ b/0001-Update-NEWS.patch @@ -0,0 +1,29 @@ +From eb9d7587d5e03535eccae43525b5754d9e029ec1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= +Date: Tue, 14 Sep 2021 21:48:21 +0300 +Subject: [PATCH] Update NEWS + +--- + NEWS | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/NEWS b/NEWS +index 0e500f5..e0281e4 100644 +--- a/NEWS ++++ b/NEWS +@@ -11,6 +11,12 @@ Thanks for your help. + informations on this program, see README. For syntax details, read the + provided manual pages. + ++============================================================================ ++STABLE RELEASE 1.0.5 : ++ ++# Add --no-solicit option to skip sending the discovery packet. ++# Ignore multicast advertisements when discovery was sent as unicast. ++ + ============================================================================ + STABLE RELEASE 1.0.4 : + +-- +2.33.0 + diff --git a/ndisc6.spec b/ndisc6.spec index eaf32cb..9dfce68 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: 0001-Update-AUTHORS.patch +Patch3: 0001-Update-NEWS.patch BuildRequires: gcc perl-generators @@ -48,6 +49,12 @@ It includes the follwing programs : %{_mandir}/man* %changelog +* Mon Jan 9 2023 caofei - 1.0.4-6 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC: Update NEWS + * Sat Jan 7 2023 caofei - 1.0.4-5 - Type:bugfix - CVE:NA -- Gitee