Hi,

Perhaps I don't know the format of the files, but in the ".source_version" file in the root of the tarball,  there are 2 lines.


$ pwd
/usr/ports/distfiles/freerdp-2.1.2
$ cat .source_version
[RUN] echo 2.1.2
2.1.2

This seems to be causing a problem within the CMakeLists.txt file:

if(EXISTS "${CMAKE_SOURCE_DIR}/.source_version" )
        file(READ ${CMAKE_SOURCE_DIR}/.source_version GIT_REVISION)

  string(STRIP ${GIT_REVISION} GIT_REVISION)


Build:
...
FREERDP_VERSION=2.1.2
-- Git Revision *[RUN] echo 2.1.2**
**2.1.2*
-- Performing Test Wno-deprecated-declarations
...




On 22/06/2020 4:56 a.m., Armin Novak via FreeRDP-devel wrote:
Hi there,

we've just released FreeRDP version 2.1.2. The release is now
available at the usual locations:

https://github.com/FreeRDP/FreeRDP/releases/tag/2.1.2

2.1.2 contains fixes for **multiple security issues** we've got reported
by GitHub Security Lab. If you are using any older release of FreeRDP we
recommend
upgrading to 2.1.2.


So long and best regards,
The FreeRDP team


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to