From ca633a8f55bfd379e2ca81528319c0eb51fd2e0c Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Sat, 7 Jan 2023 07:24:01 +0800 Subject: [PATCH] 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 407ae4e..d49c232 100644 --- a/ndisc6.spec +++ b/ndisc6.spec @@ -1,6 +1,6 @@ Name: ndisc6 Version: 1.0.4 -Release: 6 +Release: 7 Summary: IPv6 diagnostic tools License: GPLv2 or GPLv3 URL: http://www.remlab.net/ndisc6 @@ -10,6 +10,7 @@ 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 +Patch4: 0001-Update-NEWS.patch BuildRequires: gcc perl-generators @@ -49,6 +50,12 @@ It includes the follwing programs : %{_mandir}/man* %changelog +* Mon Jan 9 2023 caofei - 1.0.4-7 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC: Update NEWS + * Sat Jan 7 2023 caofei - 1.0.4-6 - Type:bugfix - CVE:NA -- Gitee