|
|
259ece |
Name: usbredir
|
|
|
259ece |
Version: 0.8.0
|
|
|
46816c |
Release: 9%{?dist}
|
|
|
259ece |
Summary: USB network redirection protocol libraries
|
|
|
259ece |
License: LGPLv2+
|
|
|
259ece |
URL: http://spice-space.org/page/UsbRedir
|
|
|
259ece |
Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.bz2
|
|
|
46816c |
Patch0001: 0001-Avoid-use-after-free-in-serialization.patch
|
|
|
46816c |
BuildRequires: make
|
|
|
259ece |
BuildRequires: gcc
|
|
|
46816c |
BuildRequires: git-core
|
|
|
259ece |
BuildRequires: libusb1-devel >= 1.0.9
|
|
|
259ece |
|
|
|
259ece |
%description
|
|
|
259ece |
The usbredir libraries allow USB devices to be used on remote and/or virtual
|
|
|
259ece |
hosts over TCP. The following libraries are provided:
|
|
|
259ece |
|
|
|
259ece |
usbredirparser:
|
|
|
259ece |
A library containing the parser for the usbredir protocol
|
|
|
259ece |
|
|
|
259ece |
usbredirhost:
|
|
|
259ece |
A library implementing the USB host side of a usbredir connection.
|
|
|
259ece |
All that an application wishing to implement a USB host needs to do is:
|
|
|
259ece |
* Provide a libusb device handle for the device
|
|
|
259ece |
* Provide write and read callbacks for the actual transport of usbredir data
|
|
|
259ece |
* Monitor for usbredir and libusb read/write events and call their handlers
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%package devel
|
|
|
259ece |
Summary: Development files for %{name}
|
|
|
259ece |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
259ece |
|
|
|
259ece |
%description devel
|
|
|
259ece |
The %{name}-devel package contains libraries and header files for
|
|
|
259ece |
developing applications that use %{name}.
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%package server
|
|
|
259ece |
Summary: Simple USB host TCP server
|
|
|
259ece |
License: GPLv2+
|
|
|
259ece |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
259ece |
|
|
|
259ece |
%description server
|
|
|
259ece |
A simple USB host TCP server, using libusbredirhost.
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%prep
|
|
|
46816c |
%autosetup -S git_am
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%build
|
|
|
259ece |
%configure --disable-static
|
|
|
259ece |
make %{?_smp_mflags} V=1
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%install
|
|
|
259ece |
%make_install
|
|
|
259ece |
rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%ldconfig_scriptlets
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%files
|
|
|
259ece |
%{!?_licensedir:%global license %%doc}
|
|
|
259ece |
%license COPYING.LIB
|
|
|
259ece |
%{_libdir}/libusbredir*.so.*
|
|
|
259ece |
|
|
|
259ece |
%files devel
|
|
|
259ece |
%doc usb-redirection-protocol.txt README.multi-thread ChangeLog TODO
|
|
|
259ece |
%{_includedir}/usbredir*.h
|
|
|
259ece |
%{_libdir}/libusbredir*.so
|
|
|
259ece |
%{_libdir}/pkgconfig/libusbredir*.pc
|
|
|
259ece |
|
|
|
259ece |
%files server
|
|
|
259ece |
%{!?_licensedir:%global license %%doc}
|
|
|
259ece |
%license COPYING
|
|
|
259ece |
%{_sbindir}/usbredirserver
|
|
|
259ece |
%{_mandir}/man1/usbredirserver.1*
|
|
|
259ece |
|
|
|
259ece |
|
|
|
259ece |
%changelog
|
|
|
46816c |
* Wed Sep 15 2021 Victor Toso <victortoso@redhat.com> - 0.8.0-9
|
|
|
46816c |
- Avoid use-after-free in serialization
|
|
|
46816c |
Related: rhbz#1992873
|
|
|
46816c |
|
|
|
259ece |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.0-8
|
|
|
259ece |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
259ece |
Related: rhbz#1991688
|
|
|
259ece |
|
|
|
259ece |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.0-7
|
|
|
259ece |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
259ece |
|
|
|
259ece |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Tue Aug 07 2018 Victor Toso <victortoso@redhat.com> - 0.8.0-1
|
|
|
259ece |
- Update to 0.8.0
|
|
|
259ece |
|
|
|
259ece |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-8
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-7
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Mon Feb 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-6
|
|
|
259ece |
- Switch to %%ldconfig_scriptlets
|
|
|
259ece |
|
|
|
259ece |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-5
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-4
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Mon Nov 02 2015 Fabiano FidĂȘncio <fidencio@redhat.com> 0.7.1-1
|
|
|
259ece |
- Update to upstream 0.7.1 release
|
|
|
259ece |
|
|
|
259ece |
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.7-4
|
|
|
259ece |
- Use %%license
|
|
|
259ece |
|
|
|
259ece |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Wed May 21 2014 Hans de Goede <hdegoede@redhat.com> - 0.7-1
|
|
|
259ece |
- Update to upstream 0.7 release
|
|
|
259ece |
|
|
|
259ece |
* Tue Sep 10 2013 Hans de Goede <hdegoede@redhat.com> - 0.6-5
|
|
|
259ece |
- Use the new libusb autodetach kernel driver functionality
|
|
|
259ece |
- Fix a usbredirparser bug which causes tcp/ip redir to not work (rhbz#1005015)
|
|
|
259ece |
|
|
|
259ece |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-4
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Mon May 13 2013 Hans de Goede <hdegoede@redhat.com> - 0.6-3
|
|
|
259ece |
- Fix usbredirserver not listening for ipv6 connections (rhbz#957470)
|
|
|
259ece |
- Fix a few (harmless) coverity warnings
|
|
|
259ece |
|
|
|
259ece |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Thu Dec 13 2012 Hans de Goede <hdegoede@redhat.com> - 0.6-1
|
|
|
259ece |
- Update to upstream 0.6 release
|
|
|
259ece |
|
|
|
259ece |
* Tue Sep 25 2012 Hans de Goede <hdegoede@redhat.com> - 0.5.2-1
|
|
|
259ece |
- Update to upstream 0.5.2 release
|
|
|
259ece |
|
|
|
259ece |
* Wed Sep 19 2012 Hans de Goede <hdegoede@redhat.com> - 0.5.1-1
|
|
|
259ece |
- Update to upstream 0.5.1 release
|
|
|
259ece |
|
|
|
259ece |
* Fri Sep 7 2012 Hans de Goede <hdegoede@redhat.com> - 0.5-1
|
|
|
259ece |
- Update to upstream 0.5 release
|
|
|
259ece |
|
|
|
259ece |
* Mon Jul 30 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.3-3
|
|
|
259ece |
- Add 2 fixes from upstream fixing issues with some bulk devices (rhbz#842358)
|
|
|
259ece |
|
|
|
259ece |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-2
|
|
|
259ece |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
259ece |
|
|
|
259ece |
* Mon Apr 2 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.3-1
|
|
|
259ece |
- Update to upstream 0.4.3 release
|
|
|
259ece |
|
|
|
259ece |
* Tue Mar 6 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.2-1
|
|
|
259ece |
- Update to upstream 0.4.2 release
|
|
|
259ece |
|
|
|
259ece |
* Sat Feb 25 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.1-1
|
|
|
259ece |
- Update to upstream 0.4.1 release
|
|
|
259ece |
|
|
|
259ece |
* Thu Feb 23 2012 Hans de Goede <hdegoede@redhat.com> - 0.4-1
|
|
|
259ece |
- Update to upstream 0.4 release
|
|
|
259ece |
|
|
|
259ece |
* Thu Jan 12 2012 Hans de Goede <hdegoede@redhat.com> - 0.3.3-1
|
|
|
259ece |
- Update to upstream 0.3.3 release
|
|
|
259ece |
|
|
|
259ece |
* Tue Jan 3 2012 Hans de Goede <hdegoede@redhat.com> 0.3.2-1
|
|
|
259ece |
- Update to upstream 0.3.2 release
|
|
|
259ece |
|
|
|
259ece |
* Wed Aug 24 2011 Hans de Goede <hdegoede@redhat.com> 0.3.1-1
|
|
|
259ece |
- Update to upstream 0.3.1 release
|
|
|
259ece |
|
|
|
259ece |
* Thu Jul 14 2011 Hans de Goede <hdegoede@redhat.com> 0.3-1
|
|
|
259ece |
- Initial Fedora package
|