]> git.pld-linux.org Git - packages/xrdp.git/commitdiff
- up to 0.9.19
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Tue, 22 Mar 2022 06:29:10 +0000 (06:29 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Tue, 22 Mar 2022 06:29:10 +0000 (06:29 +0000)
config.patch
xrdp.spec

index 00fc840d3939bf7d86a93e9f824dd5a9bf308979..bff09f1c6d266ab450da96547d1818914ff28099 100644 (file)
@@ -1,5 +1,5 @@
---- xrdp-0.9.18.1/sesman/sesman.ini~   2022-02-07 13:41:18.000000000 +0000
-+++ xrdp-0.9.18.1/sesman/sesman.ini    2022-02-22 17:17:33.978363685 +0000
+--- xrdp-0.9.19/sesman/sesman.ini~      2022-03-17 06:21:20.000000000 +0000
++++ xrdp-0.9.19/sesman/sesman.ini       2022-03-22 06:06:23.939319489 +0000
 @@ -12,13 +12,13 @@
  ReconnectScript=reconnectwm.sh
  
@@ -15,9 +15,9 @@
  ; if the group TerminalServerUsers is not defined.
 -AlwaysGroupCheck=false
 +AlwaysGroupCheck=true
- ; When RestrictOutboundClipboard=true clipboard from the
+ ; When RestrictOutboundClipboard=all clipboard from the
  ; server is not pushed to the client.
- RestrictOutboundClipboard=false
+ ; In addition, you can control text/file/image transfer restrictions
 @@ -65,10 +65,10 @@
  
  [Logging]
index 40306c393bb117311401a628705a0eebf7604494..1382d55a2eb7618a67ca08350bf000e37ce9486d 100644 (file)
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -1,13 +1,13 @@
 Summary:       Remote desktop server
 Summary(pl.UTF-8):     Serwer remote desktop
 Name:          xrdp
-Version:       0.9.18.1
-Release:       0.1
+Version:       0.9.19
+Release:       1
 License:       Apache v2.0
 Group:         X11/Applications/Networking
 #Source0Download: https://github.com/neutrinolabs/xrdp/releases
 Source0:       https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5cd5817d02e1ad038d2870542f603709
+# Source0-md5: 2e60a2e874f95723a4cdd0b466bbe7e4
 Source1:       %{name}.init
 Source2:       %{name}.pamd
 Source3:       %{name}.README.PLD
@@ -16,12 +16,12 @@ Source5:    startwm.sh
 Patch0:                config.patch
 Patch1:                quiet.patch
 Patch2:                x32.patch
-Patch3:                %{name}-int_ptr.patch
-Patch4:                openssl3.patch
+Patch3:                linker.patch
 URL:           http://xrdp.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.7.2
 BuildRequires: fdk-aac-devel >= 0.1.0
+BuildRequires: imlib2-devel
 BuildRequires: lame-libs-devel
 BuildRequires: libfuse-devel >= 2.6
 BuildRequires: libjpeg-turbo-devel
@@ -110,25 +110,13 @@ Statyczne biblioteki xrdp.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-#%patch3 -p1
-%patch4 -p1
+%patch3 -p1
 
 install %{SOURCE3} README.PLD
 install %{SOURCE4} README.PLD.pl
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd librfxcodec
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-cd ..
+autoreconf -fv
 %configure \
        --enable-fdkaac \
        --enable-fuse \
@@ -136,7 +124,12 @@ cd ..
        --enable-opus \
        --enable-pam-config=redhat \
        --enable-pixman \
-       --enable-tjpeg
+       --enable-tjpeg \
+       --enable-painter \
+       --enable-ipv6 \
+       --enable-vsock \
+       --with-imlib2="yes"
+
 %{__make} V=1
 
 %install
@@ -188,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.txt
+%doc COPYING NEWS.md README.md
 %doc README.PLD
 %doc README.PLD.pl
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/sesman
This page took 0.116754 seconds and 4 git commands to generate.