update to 1.0.7

This commit is contained in:
tmacbb 2024-02-01 20:14:49 +08:00
parent b2544234d3
commit a435f626eb
6 changed files with 8 additions and 89 deletions

View File

@ -1,21 +0,0 @@
From 294417194dcbd67cad483e0239a7a4ee0033b316 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
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 <remi (at) remlab (dot) net>
Pierre Ynard <linkfanel (at) yahoo (dot) fr>
Yin, Kwong-Sang
Fred L. Templim
+William A. Kennington III
--
2.33.0

View File

@ -1,29 +0,0 @@
From eb9d7587d5e03535eccae43525b5754d9e029ec1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
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

View File

@ -1,34 +0,0 @@
From f1835bc849fad80e053d3e1e7a8b117ee6e6284d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Wed, 11 May 2022 21:30:54 +0300
Subject: [PATCH] rdnssd: remove unused parameter
---
rdnss/rdnssd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rdnss/rdnssd.c b/rdnss/rdnssd.c
index 57942d3..b87edb2 100644
--- a/rdnss/rdnssd.c
+++ b/rdnss/rdnssd.c
@@ -291,7 +291,7 @@ void parse_rdnss (const struct nd_opt_hdr *opt, unsigned int ifindex)
rdnss_update(addr, ifindex, lifetime);
}
-void parse_dnssl (const struct nd_opt_hdr *opt, unsigned int ifindex)
+void parse_dnssl (const struct nd_opt_hdr *opt)
{
struct nd_opt_dnssl *dnssl_opt;
size_t nd_opt_len = opt->nd_opt_len;
@@ -396,7 +396,7 @@ int parse_nd_opts (const struct nd_opt_hdr *opt, size_t opts_len, unsigned int i
break;
case ND_OPT_DNSSL:
- parse_dnssl(opt, ifindex);
+ parse_dnssl(opt);
break;
default:
--
2.27.0

Binary file not shown.

BIN
ndisc6-1.0.7.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: ndisc6
Version: 1.0.4
Release: 7
Version: 1.0.7
Release: 1
Summary: IPv6 diagnostic tools
License: GPLv2 or GPLv3
URL: http://www.remlab.net/ndisc6
@ -8,9 +8,6 @@ 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
Patch4: 0001-Update-NEWS.patch
BuildRequires: gcc perl-generators
@ -50,6 +47,12 @@ It includes the follwing programs :
%{_mandir}/man*
%changelog
* Thu Feb 1 2024 liubo <liubo335@huawei.com> - 1.0.7-1
- Type: requirement
- ID: NA
- SUG: NA
- DESC: update to version 1.0.7
* Mon Jan 9 2023 caofei <caofei@xfusion.com> - 1.0.4-7
- Type:bugfix
- CVE:NA