diff --git a/0001-Update-AUTHORS.patch b/0001-Update-AUTHORS.patch deleted file mode 100644 index 12305e2..0000000 --- a/0001-Update-AUTHORS.patch +++ /dev/null @@ -1,21 +0,0 @@ -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/0001-Update-NEWS.patch b/0001-Update-NEWS.patch deleted file mode 100644 index 4eca325..0000000 --- a/0001-Update-NEWS.patch +++ /dev/null @@ -1,29 +0,0 @@ -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/backport-rdnssd-remove-unused-parameter.patch b/backport-rdnssd-remove-unused-parameter.patch deleted file mode 100644 index d04bc79..0000000 --- a/backport-rdnssd-remove-unused-parameter.patch +++ /dev/null @@ -1,34 +0,0 @@ -From f1835bc849fad80e053d3e1e7a8b117ee6e6284d Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= -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 - diff --git a/ndisc6-1.0.4.tar.bz2 b/ndisc6-1.0.4.tar.bz2 deleted file mode 100644 index c625d0b..0000000 Binary files a/ndisc6-1.0.4.tar.bz2 and /dev/null differ diff --git a/ndisc6-1.0.7.tar.bz2 b/ndisc6-1.0.7.tar.bz2 new file mode 100644 index 0000000..96fdd40 Binary files /dev/null and b/ndisc6-1.0.7.tar.bz2 differ diff --git a/ndisc6.spec b/ndisc6.spec index be8e55e..86f5d1c 100644 --- a/ndisc6.spec +++ b/ndisc6.spec @@ -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 - 1.0.7-1 +- Type: requirement +- ID: NA +- SUG: NA +- DESC: update to version 1.0.7 + * Mon Jan 9 2023 caofei - 1.0.4-7 - Type:bugfix - CVE:NA