libndp/libndp.spec

85 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:57:08 -04:00
Name: libndp
2022-03-19 09:31:36 +08:00
Version: 1.8
2024-06-11 06:17:14 +00:00
Release: 3
2019-09-30 10:57:08 -04:00
Summary: Library for Neighbor Discovery Protocol
License: LGPLv2+
URL: http://www.libndp.org/
Source: http://www.libndp.org/files/libndp-%{version}.tar.gz
2024-06-11 06:17:14 +00:00
Patch0: backport-CVE-2024-5564.patch
2021-05-27 10:51:56 +08:00
BuildRequires: gcc
BuildRequires: make
2021-05-27 10:51:56 +08:00
2019-09-30 10:57:08 -04:00
%description
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol. It also provides a tool
named ndptool for sending and receiving NDP messages.
%package devel
Summary: Libraries and header files for libndp development
Requires: libndp = %{version}-%{release}
%description devel
This package contains files and libraries for libndp.
%package help
Summary: Document files for libndp
%description help
Document files for libndp.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%delete_la_and_a
2022-03-19 09:31:36 +08:00
%ldconfig_scriptlets
2019-09-30 10:57:08 -04:00
%files
%doc COPYING
%{_libdir}/*so.*
%{_bindir}/ndptool
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%{_mandir}/man8/ndptool.8*
%changelog
2024-06-11 06:17:14 +00:00
* Tue Jun 11 2024 xingwei <xingwei14@h-partners.com> - 1.8-3
- Type:CVE
- ID:CVE-2024-5564
- SUG:NA
- DESC:fix CVE-2024-5564
* Fri Oct 21 2022 gaihuiying <eaglegai@163.com> - 1.8-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add make as BuildRequires for local rpmbuild
2022-03-19 09:31:36 +08:00
* Sat Mar 19 2022 xihaochen<xihaochen@h-partners.com> - 1.8-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:update libndp version to 1.8
2021-05-27 10:51:56 +08:00
* Thu May 27 2021 lijingyuan<lijingyuan3@huawei.com> - 1.7-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add the compilation dependency of gcc.
2019-09-30 10:57:08 -04:00
* Mon Sep 16 2019 liyongqiang<liyongqiang10@huawei.com> - 1.7-3
- Package init