Bump up to 0.9.19.
This commit is contained in:
parent
a61009746f
commit
315be68d27
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ xrdp-cvs-03-17-2010.tar.gz
|
||||
/xrdp-0.9.16.tar.gz
|
||||
/xrdp-0.9.17.tar.gz
|
||||
/xrdp-0.9.18.tar.gz
|
||||
/xrdp-0.9.19.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xrdp-0.9.18.tar.gz) = c230c5bc247d74574ae5b4630d4852baebe6e8a987896aa0e6040fcd08833484baf2985296c1eb23efa491a50cd4e7af9f505c9260be73468a8927cffd2434ac
|
||||
SHA512 (xrdp-0.9.19.tar.gz) = 6957880dd6e09388b08dc6036fee192f1f120194230ec875136f1a86016efa6f65b8c694ac8bc2357d20aa14e4b5633871082a4a89ae1789c627b761ebe9f260
|
||||
|
11
xrdp.spec
11
xrdp.spec
@ -16,8 +16,8 @@
|
||||
Summary: Open source remote desktop protocol (RDP) server
|
||||
Name: xrdp
|
||||
Epoch: 1
|
||||
Version: 0.9.18
|
||||
Release: 5%{?dist}
|
||||
Version: 0.9.19
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0 and GPLv2+ and MIT
|
||||
URL: http://www.xrdp.org/
|
||||
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
|
||||
@ -38,8 +38,6 @@ Patch6: xrdp-0.9.18-vnc-uninit.patch
|
||||
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8
|
||||
Patch7: xrdp-0.9.15-sesman-ini.patch
|
||||
%endif
|
||||
Patch8: xrdp-0.9.18-imlib2.patch
|
||||
Patch9: xrdp-0.9.18-cve-2022-23613.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
@ -113,7 +111,7 @@ echo '#!/bin/bash -l
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations %{?_missing_braces}" \
|
||||
CFLAGS="$RPM_OPT_FLAGS %{?_missing_braces}" \
|
||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock \
|
||||
--enable-ipv6 --with-socketdir=%{_rundir}/%{name} --with-imlib2
|
||||
%make_build
|
||||
@ -290,6 +288,9 @@ fi
|
||||
%{_datadir}/selinux/*/%{name}.pp
|
||||
|
||||
%changelog
|
||||
* Thu Mar 17 2022 Bojan Smojver <bojan@rexurive.com> - 1:0.9.19-1
|
||||
- Bump up to 0.9.19
|
||||
|
||||
* Tue Feb 8 2022 Bojan Smojver <bojan@rexurive.com> - 1:0.9.18-5
|
||||
- Add patch for CVE-2022-23613
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user