[main] Update libndp to v1.8, libnetfilter_conntrack to v1.0.8, libnetfilter_queue to v1.0.5, libnftnl to v1.2.1 (#1886)
* update packages * fix changelog * fix linting * update libnftnl * remove sha1 macros Co-authored-by: Henry Li <lihl@microsoft.com>
This commit is contained in:
Родитель
b71ca74464
Коммит
b213f09c93
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"libndp-1.7.tar.gz": "44be73630ee785ed9f571f9aaaeba0e1d375fa337fd841270034c813b5b0e6fd"
|
||||
"libndp-1.8.tar.gz": "88ffb66ee2eb527f146f5c02f5ccbc38ba97d2b0d57eb46bfba488821ab0c02b"
|
||||
}
|
||||
}
|
|
@ -1,14 +1,13 @@
|
|||
Summary: Library for Neighbor Discovery Protocol
|
||||
Name: libndp
|
||||
Version: 1.7
|
||||
Release: 3%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.libndp.org/
|
||||
Source: http://www.libndp.org/files/%{name}-%{version}.tar.gz
|
||||
%define sha1 libndp=1458d2a70c6bc4cdcbf525e02582060e799778bc
|
||||
Group: System Environment/Libraries
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.libndp.org/
|
||||
Source: http://www.libndp.org/files/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
This package contains a library which provides a wrapper
|
||||
|
@ -16,8 +15,8 @@ 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
|
||||
Requires: libndp
|
||||
Summary: Libraries and header files for libndp
|
||||
Requires: libndp
|
||||
|
||||
%description devel
|
||||
Headers and libraries for the libndp.
|
||||
|
@ -26,7 +25,6 @@ Headers and libraries for the libndp.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -50,17 +48,27 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 Henry Li <lihl@microsoft.com> - 1.8-1
|
||||
- Upgrade to version 1.8
|
||||
- Remove calling autogen, which does not exist in latest version
|
||||
- Verified License
|
||||
- Remove sha1 macro
|
||||
|
||||
* Fri Sep 10 2021 Thomas Crain <thcrain@microsoft.com> - 1.7-3
|
||||
- Remove libtool archive files from final packaging
|
||||
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> 1.7-2
|
||||
- Added %%license line automatically
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Thu Sep 13 2018 Bo Gan <ganb@vmware.com> 1.7-1
|
||||
- Update to 1.7
|
||||
|
||||
* Mon Nov 28 2016 Alexey Makhalov <amakhalov@vmware.com> 1.6-1
|
||||
- Update to 1.6 to fix CVE-2016-3698
|
||||
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.5-2
|
||||
- GA - Bump release of all rpms
|
||||
|
||||
* Tue Jun 23 2015 Divya Thaluru <dthaluru@vmware.com> 1.5-1
|
||||
- Initial build.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"libnetfilter_conntrack-1.0.7.tar.bz2": "33685351e29dff93cc21f5344b6e628e41e32b9f9e567f4bec0478eb41f989b6"
|
||||
"libnetfilter_conntrack-1.0.8.tar.bz2": "0cd13be008923528687af6c6b860f35392d49251c04ee0648282d36b1faec1cf"
|
||||
}
|
||||
}
|
|
@ -1,18 +1,16 @@
|
|||
Summary: Netfilter conntrack userspace library
|
||||
Name: libnetfilter_conntrack
|
||||
Version: 1.0.7
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.netfilter.org/projects/libnetfilter_conntrack/index.html
|
||||
Group: System Environment/Libraries
|
||||
Summary: Netfilter conntrack userspace library
|
||||
Name: libnetfilter_conntrack
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Source0: http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
%define sha1 libnetfilter_conntrack=5ea797b62b5add69ad2c769734f7a6f597c71ebd
|
||||
|
||||
Group: System Environment/Libraries
|
||||
URL: https://www.netfilter.org/projects/libnetfilter_conntrack/index.html
|
||||
Source0: http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: libnfnetlink-devel
|
||||
BuildRequires: kernel-headers
|
||||
|
||||
%description
|
||||
libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. The library libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlink.
|
||||
|
@ -21,8 +19,8 @@ libnetfilter_conntrack is a userspace library providing a programming interface
|
|||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libnfnetlink-devel
|
||||
Requires: kernel-headers
|
||||
Requires: libnfnetlink-devel
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
|
@ -53,6 +51,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 Henry Li <lihl@microsoft.com> - 1.0.8-1
|
||||
- Upgrade to version 1.0.8
|
||||
- Verified License
|
||||
- Remove sha1 macro
|
||||
|
||||
* Fri Sep 10 2021 Thomas Crain <thcrain@microsoft.com> - 1.0.7-5
|
||||
- Remove libtool archive files from final packaging
|
||||
|
||||
|
@ -61,9 +64,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
|
||||
* Thu Apr 30 2020 Emre Girgin <mrgirgin@microsoft.com> 1.0.7-3
|
||||
- Renaming linux-api-headers to kernel-headers
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.0.7-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Mon Sep 17 2018 Bo Gan <ganb@vmware.com> 1.0.7-1
|
||||
- Update to 1.0.7
|
||||
|
||||
* Wed Apr 05 2017 Anish Swaminathan <anishs@vmware.com> 1.0.6-1
|
||||
- Initial packaging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"libnetfilter_queue-1.0.3.tar.bz2": "9859266b349d74c5b1fdd59177d3427b3724cd72a97c49cc2fffe3b55da8e774"
|
||||
"libnetfilter_queue-1.0.5.tar.bz2": "f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5"
|
||||
}
|
||||
}
|
|
@ -1,18 +1,16 @@
|
|||
Summary: Provides API to packets queued by kernel packet filter
|
||||
Name: libnetfilter_queue
|
||||
Version: 1.0.3
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://www.netfilter.org/projects/libnetfilter_queue/index.html
|
||||
Group: System Environment/Libraries
|
||||
Summary: Provides API to packets queued by kernel packet filter
|
||||
Name: libnetfilter_queue
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Source0: http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
%define sha1 libnetfilter_queue=3d182e3211b633d0a0f8a2b12ef80dc2621f53cb
|
||||
|
||||
Group: System Environment/Libraries
|
||||
URL: https://www.netfilter.org/projects/libnetfilter_queue/index.html
|
||||
Source0: http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: libnfnetlink-devel
|
||||
BuildRequires: kernel-headers
|
||||
|
||||
%description
|
||||
libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism.
|
||||
|
@ -22,8 +20,8 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
|||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libnfnetlink-devel
|
||||
Requires: kernel-headers
|
||||
Requires: libnfnetlink-devel
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
|
@ -54,6 +52,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 Henry Li <lihl@microsoft.com> - 1.0.5-1
|
||||
- Upgrade to version 1.0.5
|
||||
- Verified License
|
||||
- Remove sha1 macro
|
||||
|
||||
* Fri Sep 10 2021 Thomas Crain <thcrain@microsoft.com> - 1.0.3-5
|
||||
- Remove libtool archive files from final packaging
|
||||
|
||||
|
@ -62,9 +65,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
|
||||
* Thu Apr 30 2020 Emre Girgin <mrgirgin@microsoft.com> 1.0.3-3
|
||||
- Renaming linux-api-headers to kernel-headers
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.0.3-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Mon Sep 17 2018 Bo Gan <ganb@vmware.com> 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
|
||||
* Wed Apr 05 2017 Anish Swaminathan <anishs@vmware.com> 1.0.2-1
|
||||
- Initial packaging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"libnftnl-1.1.9.tar.bz2": "e9b21a6f9a41f9e72aff696cc842e4a9a78ec8d281aec188f3e2b7a21db94b9a"
|
||||
"libnftnl-1.2.1.tar.bz2": "7508a5c414fab13e3cb3ce8262d0ce4f02c1590a8e4f8628ab497b5b4585937c"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Library for low-level netlink programming interface to the in-kernel nf_tables subsystem
|
||||
Name: libnftnl
|
||||
Version: 1.1.9
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -56,6 +56,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||
%{_includedir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 Henry Li <lihl@microsoft.com> - 1.2.1-1
|
||||
- Upgrade to version 1.2.1
|
||||
- Verified License
|
||||
|
||||
* Wed Mar 03 2021 Henry Li <lihl@microsoft.com> - 1.1.9-1
|
||||
- Update to version 1.1.9
|
||||
- Remove sha1 macro
|
||||
|
|
|
@ -10511,8 +10511,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "libndp",
|
||||
"version": "1.7",
|
||||
"downloadUrl": "http://www.libndp.org/files/libndp-1.7.tar.gz"
|
||||
"version": "1.8",
|
||||
"downloadUrl": "http://www.libndp.org/files/libndp-1.8.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -10531,8 +10531,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "libnetfilter_conntrack",
|
||||
"version": "1.0.7",
|
||||
"downloadUrl": "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-1.0.7.tar.bz2"
|
||||
"version": "1.0.8",
|
||||
"downloadUrl": "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-1.0.8.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -10561,8 +10561,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "libnetfilter_queue",
|
||||
"version": "1.0.3",
|
||||
"downloadUrl": "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-1.0.3.tar.bz2"
|
||||
"version": "1.0.5",
|
||||
"downloadUrl": "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-1.0.5.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -10591,8 +10591,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "libnftnl",
|
||||
"version": "1.1.9",
|
||||
"downloadUrl": "https://netfilter.org/projects/libnftnl/files/libnftnl-1.1.9.tar.bz2"
|
||||
"version": "1.2.1",
|
||||
"downloadUrl": "https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.1.tar.bz2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче