diff --git a/0001-Update-NEWS.patch b/0001-Update-NEWS.patch new file mode 100644 index 0000000000000000000000000000000000000000..4eca325aa466c96c02f0c32d67d638c94ed8b556 --- /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 407ae4ed6e844ae71204fb9b8b74146f94674b7e..d49c232c5ec115695de7cb0b1d6a2a73805530e0 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