Index: head/net/freerdp/Makefile =================================================================== --- head/net/freerdp/Makefile (revision 478199) +++ head/net/freerdp/Makefile (revision 478200) @@ -1,116 +1,114 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= freerdp -DISTVERSION= 2.0.0-rc1 -PORTREVISION= 8 +DISTVERSION= 2.0.0-rc3 CATEGORIES= net comms ipv6 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 78df32c77f28.patch:-p1 ed571e74a594.patch:-p1 MAINTAINER= kevans@FreeBSD.org COMMENT= Free implementation of Remote Desktop Protocol LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl USE_LDCONFIG= yes CPE_VENDOR= freerdp_project USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= ${GH_ACCOUNT} CMAKE_ARGS+= -DWITH_LIBSYSTEMD=OFF -DWITH_GSTREAMER_0_10=OFF ${CMAKE_ARGS_${ARCH}} CMAKE_ARGS_aarch64= -DWITH_NEON=ON CFLAGS_aarch64= -D__ARM_NEON__=__ARM_NEON # clang OPTIONS_DEFINE= ALSA CUPS FFMPEG GSTREAMER ICU KERBEROS MANPAGES \ PULSEAUDIO WAYLAND X11 OPTIONS_DEFAULT= CUPS GSTREAMER ICU KERBEROS MANPAGES WAYLAND X11 OPTIONS_SUB= yes OPTIONS_DEFINE_armv6= NEON OPTIONS_DEFINE_armv7= NEON OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= WITH_ALSA CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= WITH_CUPS FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg FFMPEG_CMAKE_BOOL= WITH_FFMPEG GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xext,xorgproto,xrandr GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_CMAKE_BOOL= WITH_ICU KERBEROS_CMAKE_BOOL= WITH_GSSAPI_HEIMDAL MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto MANPAGES_CMAKE_BOOL= WITH_MANPAGES MANPAGES_CMAKE_OFF= -DWITH_MANPAGES=OFF NEON_DESC= Enable Media Processing Engine instructions NEON_CMAKE_BOOL= WITH_NEON .if ! ${CFLAGS:M-march*} NEON_CFLAGS= -march=armv7-a .endif PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= WITH_PULSE SSE_CMAKE_BOOL= WITH_SSE2 WAYLAND_DESC= Build FreeRDP Wayland client WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_CMAKE_BOOL= WITH_WAYLAND X11_DESC= Build FreeRDP X11 client X11_CMAKE_BOOL= WITH_X11 X11_CMAKE_OFF= -DWITH_XKBFILE=OFF X11_USE= xorg=x11,xcursor,xext,xorgproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv .include .if ${OPSYS} == "FreeBSD" && ${ARCH} == "armv6" .if ${OSVERSION} < 1100500 || \ (${OSVERSION} >= 1100500 && ${OSVERSION} < 1100504) || \ (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200008) BROKEN= Fails to build on ARMv6 (libm bug). See: r305380 (HEAD), r305971 (stable/11) [\#199422, \#211965] \ Please update to a later (fixed) version. .endif .endif post-patch: @${REINPLACE_CMD} -e '/CMAKE_INSTALL_RPATH /d' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's/Linux/Linux|FreeBSD/' \ ${WRKSRC}/winpr/CMakeLists.txt @${REINPLACE_CMD} -e 's/NetBSD__)/NetBSD__) || defined(__FreeBSD__)/' \ ${WRKSRC}/winpr/libwinpr/utils/trio/triodef.h @${RM} ${WRKSRC}/cmake/FindOpenSSL.cmake @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/cmake|$${CMAKE_INSTALL_PREFIX}/share/cmake/Modules|' \ ${WRKSRC}/client/CMakeLists.txt \ ${WRKSRC}/winpr/CMakeLists.txt \ ${WRKSRC}/uwac/CMakeLists.txt \ ${WRKSRC}/server/CMakeLists.txt \ ${WRKSRC}/server/shadow/CMakeLists.txt \ ${WRKSRC}/libfreerdp/CMakeLists.txt .include Index: head/net/freerdp/distinfo =================================================================== --- head/net/freerdp/distinfo (revision 478199) +++ head/net/freerdp/distinfo (revision 478200) @@ -1,7 +1,3 @@ -TIMESTAMP = 1514888037 -SHA256 (FreeRDP-FreeRDP-2.0.0-rc1_GH0.tar.gz) = a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2 -SIZE (FreeRDP-FreeRDP-2.0.0-rc1_GH0.tar.gz) = 6530403 -SHA256 (78df32c77f28.patch) = 797b38de1570e7f09fa4dc2d54e2e5f297ab15431b8d09348f55314716429f7c -SIZE (78df32c77f28.patch) = 2393 -SHA256 (ed571e74a594.patch) = a40e4bc915c8c90d312d9369dcdf84433d9de3ceaf1595327b09c38f137db8d6 -SIZE (ed571e74a594.patch) = 1789 +TIMESTAMP = 1535247383 +SHA256 (FreeRDP-FreeRDP-2.0.0-rc3_GH0.tar.gz) = d32d4a092e468deb3a1296e8358f900bf7e80afd0876d815ba43622ce29596c5 +SIZE (FreeRDP-FreeRDP-2.0.0-rc3_GH0.tar.gz) = 6578109 Index: head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c =================================================================== --- head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c (revision 478199) +++ head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c (nonexistent) @@ -1,29 +0,0 @@ ---- winpr/libwinpr/crypto/hash.c.orig 2017-11-28 14:26:30 UTC -+++ winpr/libwinpr/crypto/hash.c -@@ -179,7 +179,7 @@ BOOL winpr_HMAC_Init(WINPR_HMAC_CTX* ctx - if (!evp || !hmac) - return FALSE; - --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - HMAC_Init_ex(hmac, key, keylen, evp, NULL); /* no return value on OpenSSL 0.9.x */ - return TRUE; - #else -@@ -215,7 +215,7 @@ BOOL winpr_HMAC_Update(WINPR_HMAC_CTX* c - { - #if defined(WITH_OPENSSL) - HMAC_CTX* hmac = (HMAC_CTX*) ctx; --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - HMAC_Update(hmac, input, ilen); /* no return value on OpenSSL 0.9.x */ - return TRUE; - #else -@@ -247,7 +247,7 @@ BOOL winpr_HMAC_Final(WINPR_HMAC_CTX* ct - - #if defined(WITH_OPENSSL) - hmac = (HMAC_CTX*) ctx; --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - HMAC_Final(hmac, output, NULL); /* no return value on OpenSSL 0.9.x */ - return TRUE; - #else Property changes on: head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-libfreerdp_crypto_tls.c =================================================================== --- head/net/freerdp/files/patch-libfreerdp_crypto_tls.c (revision 478199) +++ head/net/freerdp/files/patch-libfreerdp_crypto_tls.c (nonexistent) @@ -1,27 +0,0 @@ ---- libfreerdp/crypto/tls.c.orig 2017-07-24 08:46:54 UTC -+++ libfreerdp/crypto/tls.c -@@ -853,13 +853,13 @@ int tls_connect(rdpTls* tls, BIO* underlying) - if (!tls_prepare(tls, underlying, SSLv23_client_method(), options, TRUE)) - return FALSE; - --#ifndef OPENSSL_NO_TLSEXT -+#if !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) - SSL_set_tlsext_host_name(tls->ssl, tls->hostname); - #endif - return tls_do_handshake(tls, TRUE); - } - --#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) -+#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) - static void tls_openssl_tlsext_debug_callback(SSL* s, int client_server, - int type, unsigned char* data, int len, void* arg) - { -@@ -1002,7 +1002,7 @@ BOOL tls_accept(rdpTls* tls, BIO* underlying, rdpSetti - return FALSE; - } - --#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) -+#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) - SSL_set_tlsext_debug_callback(tls->ssl, tls_openssl_tlsext_debug_callback); - #endif - return tls_do_handshake(tls, FALSE) > 0; Property changes on: head/net/freerdp/files/patch-libfreerdp_crypto_tls.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c =================================================================== --- head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c (revision 478199) +++ head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c (nonexistent) @@ -1,47 +0,0 @@ ---- winpr/libwinpr/utils/ssl.c.orig 2017-11-28 14:26:30 UTC -+++ winpr/libwinpr/utils/ssl.c -@@ -58,7 +58,7 @@ struct CRYPTO_dynlock_value - }; - - --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - static unsigned long _winpr_openssl_id(void) - { - return (unsigned long)GetCurrentThreadId(); -@@ -174,7 +174,7 @@ static BOOL _winpr_openssl_initialize_lo - } - - /* Use the deprecated CRYPTO_get_id_callback() if building against OpenSSL < 1.0.0 */ --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - - if (CRYPTO_get_id_callback()) - { -@@ -224,7 +224,7 @@ static BOOL _winpr_openssl_cleanup_locki - CRYPTO_set_dynlock_destroy_callback(NULL); - } - --#if (OPENSSL_VERSION_NUMBER < 0x10000000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) - - if (CRYPTO_get_id_callback() == _winpr_openssl_id) - { -@@ -279,7 +279,7 @@ static BOOL CALLBACK _winpr_openssl_init - - if (flags & WINPR_SSL_INIT_ENABLE_FIPS) - { --#if (OPENSSL_VERSION_NUMBER < 0x10001000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10001000L) || defined(LIBRESSL_VERSION_NUMBER) - WLog_ERR(TAG, "Openssl fips mode ENable not available on openssl versions less than 1.0.1!"); - #else - WLog_DBG(TAG, "Ensuring openssl fips mode is ENabled"); -@@ -348,7 +348,7 @@ BOOL winpr_CleanupSSL(DWORD flags) - - BOOL winpr_FIPSMode(void) - { --#if (OPENSSL_VERSION_NUMBER < 0x10001000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10001000L) || defined(LIBRESSL_VERSION_NUMBER) - return FALSE; - #else - return (FIPS_mode() == 1); Property changes on: head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-uwac_libuwac_CMakeLists.txt =================================================================== --- head/net/freerdp/files/patch-uwac_libuwac_CMakeLists.txt (revision 478199) +++ head/net/freerdp/files/patch-uwac_libuwac_CMakeLists.txt (nonexistent) @@ -1,21 +0,0 @@ ---- uwac/libuwac/CMakeLists.txt.orig 2017-11-27 16:59:34 UTC -+++ uwac/libuwac/CMakeLists.txt -@@ -40,6 +40,9 @@ generate_protocol_file(xdg-shell) - generate_protocol_file(ivi-application) - generate_protocol_file(fullscreen-shell) - -+find_path(EPOLLSHIM_INCLUDE_DIR NAMES sys/epoll.h sys/timerfd.h HINTS /usr/local/include/libepoll-shim) -+find_library(EPOLLSHIM_LIBS NAMES epoll-shim libepoll-shim HINTS /usr/local/lib) -+include_directories(${EPOLLSHIM_INCLUDE_DIR}) - include_directories(${WAYLAND_INCLUDE_DIR}) - include_directories(${XKBCOMMON_INCLUDE_DIR}) - include_directories("${CMAKE_SOURCE_DIR}/uwac/include") -@@ -69,7 +72,7 @@ if (WITH_LIBRARY_VERSIONING) - set_target_properties(${MODULE_NAME} PROPERTIES VERSION ${UWAC_VERSION} SOVERSION ${UWAC_API_VERSION}) - endif() - --target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS} ${PRIVATE_KEYWORD} ${WAYLAND_LIBS} ${XKBCOMMON_LIBS} freerdp) -+target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS} ${PRIVATE_KEYWORD} ${WAYLAND_LIBS} ${XKBCOMMON_LIBS} ${EPOLLSHIM_LIBS} freerdp) - - install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR} EXPORT uwac) - Property changes on: head/net/freerdp/files/patch-uwac_libuwac_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c =================================================================== --- head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c (revision 478199) +++ head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c (nonexistent) @@ -1,11 +0,0 @@ ---- winpr/tools/makecert/makecert.c.orig 2017-11-28 14:26:30 UTC -+++ winpr/tools/makecert/makecert.c -@@ -1275,7 +1275,7 @@ void makecert_context_free(MAKECERT_CONT - #ifdef WITH_OPENSSL - X509_free(context->x509); - EVP_PKEY_free(context->pkey); --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) - CRYPTO_cleanup_all_ex_data(); - #endif - #endif Property changes on: head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-uwac_libuwac_uwac-os.c =================================================================== --- head/net/freerdp/files/patch-uwac_libuwac_uwac-os.c (revision 478199) +++ head/net/freerdp/files/patch-uwac_libuwac_uwac-os.c (nonexistent) @@ -1,29 +0,0 @@ ---- uwac/libuwac/uwac-os.c.orig 2017-11-27 16:54:50 UTC -+++ uwac/libuwac/uwac-os.c -@@ -31,6 +31,7 @@ - - #include - #include -+#include - #include - #include - #include -@@ -153,17 +154,7 @@ static int create_tmpfile_cloexec(char *tmpname) - { - int fd; - --#ifdef HAVE_MKOSTEMP -- fd = mkostemp(tmpname, O_CLOEXEC); -- if (fd >= 0) -- unlink(tmpname); --#else -- fd = mkstemp(tmpname); -- if (fd >= 0) { -- fd = set_cloexec_or_close(fd); -- unlink(tmpname); -- } --#endif -+ fd = shm_open(SHM_ANON, O_CREAT | O_RDWR, 0600); - - return fd; - } Property changes on: head/net/freerdp/files/patch-uwac_libuwac_uwac-os.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/files/patch-libfreerdp_core_nla.c =================================================================== --- head/net/freerdp/files/patch-libfreerdp_core_nla.c (revision 478199) +++ head/net/freerdp/files/patch-libfreerdp_core_nla.c (nonexistent) @@ -1,22 +0,0 @@ ---- libfreerdp/core/nla.c.orig 2018-03-21 03:26:15 UTC -+++ libfreerdp/core/nla.c -@@ -1663,14 +1663,18 @@ BOOL nla_send(rdpNla* nla) - static int nla_decode_ts_request(rdpNla* nla, wStream* s) - { - int length; -+ UINT32 version = 0; - - /* TSRequest */ - if (!ber_read_sequence_tag(s, &length) || - !ber_read_contextual_tag(s, 0, &length, TRUE) || -- !ber_read_integer(s, &nla->version)) -+ !ber_read_integer(s, &version)) - { - return -1; - } -+ -+ if (version < nla->version) -+ nla->version = version; - - /* [1] negoTokens (NegoData) */ - if (ber_read_contextual_tag(s, 1, &length, TRUE) != FALSE) Property changes on: head/net/freerdp/files/patch-libfreerdp_core_nla.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/freerdp/pkg-plist =================================================================== --- head/net/freerdp/pkg-plist (revision 478199) +++ head/net/freerdp/pkg-plist (revision 478200) @@ -1,237 +1,244 @@ bin/winpr-hash bin/winpr-makecert %%WAYLAND%%bin/wlfreerdp %%X11%%bin/xfreerdp include/freerdp2/freerdp/addin.h include/freerdp2/freerdp/altsec.h include/freerdp2/freerdp/api.h include/freerdp2/freerdp/assistance.h include/freerdp2/freerdp/autodetect.h include/freerdp2/freerdp/build-config.h include/freerdp2/freerdp/cache/bitmap.h include/freerdp2/freerdp/cache/brush.h include/freerdp2/freerdp/cache/cache.h include/freerdp2/freerdp/cache/glyph.h include/freerdp2/freerdp/cache/nine_grid.h include/freerdp2/freerdp/cache/offscreen.h include/freerdp2/freerdp/cache/palette.h include/freerdp2/freerdp/cache/pointer.h include/freerdp2/freerdp/channels/audin.h include/freerdp2/freerdp/channels/channels.h include/freerdp2/freerdp/channels/cliprdr.h include/freerdp2/freerdp/channels/encomsp.h +include/freerdp2/freerdp/channels/geometry.h include/freerdp2/freerdp/channels/log.h include/freerdp2/freerdp/channels/rail.h include/freerdp2/freerdp/channels/rdpdr.h include/freerdp2/freerdp/channels/rdpei.h include/freerdp2/freerdp/channels/rdpgfx.h include/freerdp2/freerdp/channels/rdpsnd.h include/freerdp2/freerdp/channels/remdesk.h include/freerdp2/freerdp/channels/tsmf.h +include/freerdp2/freerdp/channels/video.h include/freerdp2/freerdp/channels/wtsvc.h include/freerdp2/freerdp/client.h include/freerdp2/freerdp/client/audin.h include/freerdp2/freerdp/client/channels.h include/freerdp2/freerdp/client/cliprdr.h include/freerdp2/freerdp/client/cmdline.h include/freerdp2/freerdp/client/disp.h include/freerdp2/freerdp/client/drdynvc.h include/freerdp2/freerdp/client/encomsp.h include/freerdp2/freerdp/client/file.h +include/freerdp2/freerdp/client/geometry.h include/freerdp2/freerdp/client/rail.h include/freerdp2/freerdp/client/rdpei.h include/freerdp2/freerdp/client/rdpgfx.h include/freerdp2/freerdp/client/rdpsnd.h include/freerdp2/freerdp/client/remdesk.h include/freerdp2/freerdp/client/sshagent.h include/freerdp2/freerdp/client/tsmf.h +include/freerdp2/freerdp/client/video.h include/freerdp2/freerdp/codec/audio.h include/freerdp2/freerdp/codec/bitmap.h include/freerdp2/freerdp/codec/bulk.h include/freerdp2/freerdp/codec/clear.h include/freerdp2/freerdp/codec/color.h include/freerdp2/freerdp/codec/dsp.h include/freerdp2/freerdp/codec/h264.h include/freerdp2/freerdp/codec/interleaved.h include/freerdp2/freerdp/codec/jpeg.h include/freerdp2/freerdp/codec/mppc.h include/freerdp2/freerdp/codec/ncrush.h include/freerdp2/freerdp/codec/nsc.h include/freerdp2/freerdp/codec/planar.h include/freerdp2/freerdp/codec/progressive.h include/freerdp2/freerdp/codec/region.h include/freerdp2/freerdp/codec/rfx.h include/freerdp2/freerdp/codec/xcrush.h +include/freerdp2/freerdp/codec/yuv.h include/freerdp2/freerdp/codec/zgfx.h include/freerdp2/freerdp/codecs.h include/freerdp2/freerdp/constants.h include/freerdp2/freerdp/crypto/ber.h include/freerdp2/freerdp/crypto/certificate.h include/freerdp2/freerdp/crypto/crypto.h include/freerdp2/freerdp/crypto/der.h include/freerdp2/freerdp/crypto/er.h include/freerdp2/freerdp/crypto/per.h include/freerdp2/freerdp/crypto/tls.h include/freerdp2/freerdp/dvc.h include/freerdp2/freerdp/error.h include/freerdp2/freerdp/event.h include/freerdp2/freerdp/extension.h include/freerdp2/freerdp/freerdp.h include/freerdp2/freerdp/gdi/bitmap.h include/freerdp2/freerdp/gdi/dc.h include/freerdp2/freerdp/gdi/gdi.h include/freerdp2/freerdp/gdi/gfx.h include/freerdp2/freerdp/gdi/pen.h include/freerdp2/freerdp/gdi/region.h include/freerdp2/freerdp/gdi/shape.h +include/freerdp2/freerdp/gdi/video.h include/freerdp2/freerdp/graphics.h include/freerdp2/freerdp/input.h include/freerdp2/freerdp/listener.h include/freerdp2/freerdp/locale/keyboard.h include/freerdp2/freerdp/locale/locale.h include/freerdp2/freerdp/log.h include/freerdp2/freerdp/message.h include/freerdp2/freerdp/metrics.h include/freerdp2/freerdp/peer.h include/freerdp2/freerdp/pointer.h include/freerdp2/freerdp/primary.h include/freerdp2/freerdp/primitives.h include/freerdp2/freerdp/rail.h include/freerdp2/freerdp/scancode.h include/freerdp2/freerdp/secondary.h include/freerdp2/freerdp/server/audin.h include/freerdp2/freerdp/server/channels.h include/freerdp2/freerdp/server/cliprdr.h include/freerdp2/freerdp/server/drdynvc.h include/freerdp2/freerdp/server/echo.h include/freerdp2/freerdp/server/encomsp.h include/freerdp2/freerdp/server/rdpdr.h include/freerdp2/freerdp/server/rdpei.h include/freerdp2/freerdp/server/rdpgfx.h include/freerdp2/freerdp/server/rdpsnd.h include/freerdp2/freerdp/server/remdesk.h include/freerdp2/freerdp/server/shadow.h include/freerdp2/freerdp/session.h include/freerdp2/freerdp/settings.h include/freerdp2/freerdp/svc.h include/freerdp2/freerdp/types.h include/freerdp2/freerdp/update.h include/freerdp2/freerdp/utils/msusb.h include/freerdp2/freerdp/utils/passphrase.h include/freerdp2/freerdp/utils/pcap.h include/freerdp2/freerdp/utils/profiler.h include/freerdp2/freerdp/utils/ringbuffer.h include/freerdp2/freerdp/utils/signal.h include/freerdp2/freerdp/utils/stopwatch.h include/freerdp2/freerdp/version.h include/freerdp2/freerdp/window.h %%WAYLAND%%include/uwac0/uwac/uwac-tools.h %%WAYLAND%%include/uwac0/uwac/uwac.h include/winpr2/winpr/asn1.h include/winpr2/winpr/bcrypt.h include/winpr2/winpr/bitstream.h include/winpr2/winpr/clipboard.h include/winpr2/winpr/cmdline.h include/winpr2/winpr/collections.h include/winpr2/winpr/comm.h include/winpr2/winpr/credentials.h include/winpr2/winpr/credui.h include/winpr2/winpr/crt.h include/winpr2/winpr/crypto.h include/winpr2/winpr/debug.h include/winpr2/winpr/dsparse.h include/winpr2/winpr/endian.h include/winpr2/winpr/environment.h include/winpr2/winpr/error.h include/winpr2/winpr/file.h include/winpr2/winpr/handle.h include/winpr2/winpr/heap.h include/winpr2/winpr/image.h include/winpr2/winpr/ini.h include/winpr2/winpr/input.h include/winpr2/winpr/interlocked.h include/winpr2/winpr/intrin.h include/winpr2/winpr/io.h include/winpr2/winpr/library.h include/winpr2/winpr/locale.h include/winpr2/winpr/memory.h include/winpr2/winpr/midl.h include/winpr2/winpr/ndr.h include/winpr2/winpr/nt.h include/winpr2/winpr/ntlm.h include/winpr2/winpr/pack.h include/winpr2/winpr/path.h include/winpr2/winpr/pipe.h include/winpr2/winpr/platform.h include/winpr2/winpr/pool.h include/winpr2/winpr/print.h include/winpr2/winpr/registry.h include/winpr2/winpr/rpc.h include/winpr2/winpr/sam.h include/winpr2/winpr/schannel.h include/winpr2/winpr/security.h include/winpr2/winpr/shell.h include/winpr2/winpr/smartcard.h include/winpr2/winpr/spec.h include/winpr2/winpr/ssl.h include/winpr2/winpr/sspi.h include/winpr2/winpr/sspicli.h include/winpr2/winpr/stream.h include/winpr2/winpr/string.h +include/winpr2/winpr/strlst.h include/winpr2/winpr/synch.h include/winpr2/winpr/sysinfo.h include/winpr2/winpr/tchar.h include/winpr2/winpr/thread.h include/winpr2/winpr/timezone.h include/winpr2/winpr/tools/makecert.h include/winpr2/winpr/user.h include/winpr2/winpr/version.h include/winpr2/winpr/windows.h include/winpr2/winpr/winhttp.h include/winpr2/winpr/winpr.h include/winpr2/winpr/winsock.h include/winpr2/winpr/wlog.h include/winpr2/winpr/wnd.h include/winpr2/winpr/wtsapi.h include/winpr2/winpr/wtypes.h lib/libfreerdp-client2.so lib/libfreerdp-client2.so.2 lib/libfreerdp-client2.so.2.0.0 lib/libfreerdp2.so lib/libfreerdp2.so.2 lib/libfreerdp2.so.2.0.0 %%WAYLAND%%lib/libuwac0.so %%WAYLAND%%lib/libuwac0.so.0 %%WAYLAND%%lib/libuwac0.so.0.0.1 lib/libwinpr-tools2.so lib/libwinpr-tools2.so.2 lib/libwinpr-tools2.so.2.0.0 lib/libwinpr2.so lib/libwinpr2.so.2 lib/libwinpr2.so.2.0.0 libdata/pkgconfig/freerdp-client2.pc libdata/pkgconfig/freerdp2.pc %%WAYLAND%%libdata/pkgconfig/uwac0.pc libdata/pkgconfig/winpr-tools2.pc libdata/pkgconfig/winpr2.pc +%%MANPAGES%%man/man1/winpr-hash.1.gz +%%MANPAGES%%man/man1/winpr-makecert.1.gz +%%WAYLAND%%%%MANPAGES%%man/man1/wlfreerdp.1.gz +%%X11%%%%MANPAGES%%man/man1/xfreerdp.1.gz +%%MANPAGES%%man/man7/wlog.7.gz share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfig.cmake share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfigVersion.cmake share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientTargets.cmake share/cmake/Modules/FreeRDP2/FreeRDPConfig.cmake share/cmake/Modules/FreeRDP2/FreeRDPConfigVersion.cmake share/cmake/Modules/FreeRDP2/FreeRDPTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Modules/FreeRDP2/FreeRDPTargets.cmake -%%WAYLAND%%share/cmake/Modules/uwac0/uwac-%%CMAKE_BUILD_TYPE%%.cmake -%%WAYLAND%%share/cmake/Modules/uwac0/uwac.cmake -%%WAYLAND%%share/cmake/Modules/uwac0/uwacConfig.cmake -%%WAYLAND%%share/cmake/Modules/uwac0/uwacConfigVersion.cmake share/cmake/Modules/WinPR2/WinPRConfig.cmake share/cmake/Modules/WinPR2/WinPRConfigVersion.cmake share/cmake/Modules/WinPR2/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Modules/WinPR2/WinPRTargets.cmake -%%MANPAGES%%man/man1/winpr-hash.1.gz -%%MANPAGES%%man/man1/winpr-makecert.1.gz -%%WAYLAND%%%%MANPAGES%%man/man1/wlfreerdp.1.gz -%%X11%%%%MANPAGES%%man/man1/xfreerdp.1.gz -%%MANPAGES%%man/man7/wlog.7.gz +%%WAYLAND%%share/cmake/Modules/uwac0/uwac-%%CMAKE_BUILD_TYPE%%.cmake +%%WAYLAND%%share/cmake/Modules/uwac0/uwac.cmake +%%WAYLAND%%share/cmake/Modules/uwac0/uwacConfig.cmake +%%WAYLAND%%share/cmake/Modules/uwac0/uwacConfigVersion.cmake