Add PAM support
This commit is contained in:
parent
586150b2e2
commit
1f9981467f
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
|||||||
/FreeRDP-bfe8359.tar.gz
|
/FreeRDP-bfe8359.tar.gz
|
||||||
/FreeRDP-8f52c7e.tar.gz
|
/FreeRDP-8f52c7e.tar.gz
|
||||||
/FreeRDP-f8baeb7.tar.gz
|
/FreeRDP-f8baeb7.tar.gz
|
||||||
|
/FreeRDP-de83f4d.tar.gz
|
||||||
|
12
freerdp.spec
12
freerdp.spec
@ -1,5 +1,5 @@
|
|||||||
%global commit0 f8baeb72470f3ada14fdf6f8a13b67543340621b
|
%global commit0 de83f4df2114d2a9924579498a20efb69edea5cd
|
||||||
%global date 20180314
|
%global date 20180320
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 39%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
Release: 40%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -41,6 +41,7 @@ BuildRequires: libXrandr-devel
|
|||||||
BuildRequires: libXv-devel
|
BuildRequires: libXv-devel
|
||||||
%{?_with_openh264:BuildRequires: openh264-devel}
|
%{?_with_openh264:BuildRequires: openh264-devel}
|
||||||
%{?_with_x264:BuildRequires: x264-devel}
|
%{?_with_x264:BuildRequires: x264-devel}
|
||||||
|
BuildRequires: pam-devel
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
@ -157,6 +158,7 @@ find . -name "*.c" -exec chmod 664 {} \;
|
|||||||
-DWITH_PCSC=ON \
|
-DWITH_PCSC=ON \
|
||||||
-DWITH_PULSE=ON \
|
-DWITH_PULSE=ON \
|
||||||
-DWITH_SERVER=ON -DWITH_SERVER_INTERFACE=ON \
|
-DWITH_SERVER=ON -DWITH_SERVER_INTERFACE=ON \
|
||||||
|
-DWITH_SHADOW_X11=ON -DWITH_SHADOW_MAC=ON \
|
||||||
-DWITH_WAYLAND=ON \
|
-DWITH_WAYLAND=ON \
|
||||||
-DWITH_X11=ON \
|
-DWITH_X11=ON \
|
||||||
-DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \
|
-DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \
|
||||||
@ -270,6 +272,10 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-40.20180320gitde83f4d
|
||||||
|
- Add PAM support (fixes freerdp-shadow-cli). Thanks Paolo Zeppegno.
|
||||||
|
- Update to latest snapshot.
|
||||||
|
|
||||||
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-39.20180314gitf8baeb7
|
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-39.20180314gitf8baeb7
|
||||||
- Update to latest snapshot.
|
- Update to latest snapshot.
|
||||||
- Fixes connection to RDP servers with the latest Microsoft patches:
|
- Fixes connection to RDP servers with the latest Microsoft patches:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (FreeRDP-f8baeb7.tar.gz) = 9186394ef02b872653b25a7cf0510df8258b7dbc079b7b921c922858c1bc6c832af02a2cab773d6bfaad9babf8da242a32fabc5a1a4e90fa97895cdd1fc46c23
|
SHA512 (FreeRDP-de83f4d.tar.gz) = 90c6dec96681a6ae8ca95d3c6faafa870c1db334bf8ea5cd326766f7b2cd26ce37e7c8020e5c393b6315ac598ef30f5555881391a0a98feaf3b5530d45f4ad8d
|
||||||
|
Loading…
Reference in New Issue
Block a user