diff --git a/.gitignore b/.gitignore index 70213ef..d6074db 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ xrdp-cvs-03-17-2010.tar.gz /xrdp-0.9.11.tar.gz /xrdp-0.9.12.tar.gz /xrdp-0.9.13.tar.gz +/xrdp-0.9.13.1.tar.gz diff --git a/sources b/sources index 1f1d34a..2dbd3c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xrdp-0.9.13.tar.gz) = d153de2546f4cb53007f46827e9d74a93c17e20ed1d7caf867c0f6a2a7c517b9778cf3dcb3bc5e2d2bd6e5698e1b9bc2c68631f9bd629e33ce6ddb3949957177 +SHA512 (xrdp-0.9.13.1.tar.gz) = 36350aaf4bf4b49907cb31fd15c375a50a0d13d4b66aa14982c9d4da64212395391ff7e169def853337ef97960a109d6d7c85d510834fac44de12caed3632a26 diff --git a/xrdp.spec b/xrdp.spec index 58a1986..4a9311c 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -12,8 +12,8 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 -Version: 0.9.13 -Release: 2%{?dist} +Version: 0.9.13.1 +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 @@ -275,6 +275,10 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Tue Jun 30 2020 Bojan Smojver - 1:0.9.13.1-1 +- Bump up to 0.9.13.1 +- CVE-2022-4044 + * Thu May 14 2020 Bojan Smojver - 1:0.9.13-2 - Move sockets to /run/xrdp, bug #1834178