import libslirp-4.3.1-1.module+el8.4.0+10614+dd38312c
This commit is contained in:
commit
7a6246fed3
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/libslirp-4.3.1.tar.xz
|
1
.libslirp.metadata
Normal file
1
.libslirp.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
f69c50c264a465bde6fe0cd6b577e2f1c0b20ece SOURCES/libslirp-4.3.1.tar.xz
|
97
SPECS/libslirp.spec
Normal file
97
SPECS/libslirp.spec
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
Name: libslirp
|
||||||
|
Version: 4.3.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: A general purpose TCP-IP emulator
|
||||||
|
|
||||||
|
# check the SPDX tags in source files for details
|
||||||
|
License: BSD and MIT
|
||||||
|
URL: https://gitlab.freedesktop.org/slirp/%{name}
|
||||||
|
Source0: https://elmarco.fedorapeople.org/libslirp-%{version}.tar.xz
|
||||||
|
BuildRequires: git-core
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
A general purpose TCP-IP emulator used by virtual machine hypervisors
|
||||||
|
to provide virtual networking services.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -S git_am
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYRIGHT
|
||||||
|
%doc README.md CHANGELOG.md
|
||||||
|
%{_libdir}/%{name}.so.0*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%dir %{_includedir}/slirp/
|
||||||
|
%{_includedir}/slirp/*
|
||||||
|
%{_libdir}/%{name}.so
|
||||||
|
%{_libdir}/pkgconfig/slirp.pc
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jul 30 2020 Jindrich Novy <jnovy@redhat.com> - 4.3.1-1
|
||||||
|
- update to https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.3.1
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 4.3.0-5
|
||||||
|
- replace patch for CVE-2020-10756 with dedicated upstream one
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Fri Jul 03 2020 Jindrich Novy <jnovy@redhat.com> - 4.3.0-4
|
||||||
|
- fix "CVE-2020-10756 QEMU: slirp: networking out-of-bounds read information disclosure vulnerability"
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Thu May 28 2020 Jindrich Novy <jnovy@redhat.com> - 4.3.0-3
|
||||||
|
- fix static analysis issues merged upstream
|
||||||
|
(https://gitlab.freedesktop.org/slirp/libslirp/-/merge_requests/41)
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Mon May 11 2020 Jindrich Novy <jnovy@redhat.com> - 4.3.0-2
|
||||||
|
- initial libslirp build for container-tools 8.3.0 module
|
||||||
|
- Resolves: #1821193
|
||||||
|
|
||||||
|
* Thu Apr 23 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.3.0-1
|
||||||
|
- New v4.3.0 release
|
||||||
|
|
||||||
|
* Mon Apr 20 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.2.0-2
|
||||||
|
- CVE-2020-1983 fix
|
||||||
|
|
||||||
|
* Tue Mar 17 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.2.0-1
|
||||||
|
- New v4.2.0 release
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 03 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.1.0-1
|
||||||
|
- New v4.1.0 release
|
||||||
|
|
||||||
|
* Fri Aug 2 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.0.0-3
|
||||||
|
- Fix CVE-2019-14378, rhbz#1735654
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 22 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 4.0.0-1
|
||||||
|
- Initial package, rhbz#1712980
|
Loading…
Reference in New Issue
Block a user