Files
buildroot/package
Yann E. MORIN 15f15cfe01 package/freerdp: bump to latest commit on legacy stable branch
FreeRDP fails to build on newer gcc:

    /freerdp-2.11.7/libfreerdp/core/info.c:88:39: error: initialization of 'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types]
       88 |                 const WCHAR* domain = Stream_Pointer(s);
          |                                       ^~~~~~~~~~~~~~

There is a patch upstream [0] to fix that one, but then another similar
build failure triggers, which is also fixed upstream, but then a third
failre triggers, again fixed upstream [2], but then...

FreeRDP 2.x has been kinda discontinued, and the new stable is 3.x.
However, bumping to 3.x looks like a huge leap.

So, rather than backport, just bump to the latest commit on the
stable-2.0 branch, which carries 12 non-merge commits with build fixes:
    562ae3588 [winpr,pubsub] add NULL parameter checks
    68c7c21b9 X11 client: ignore grab related LeaveNotify events
    a9deecc99 fix [core]: 'invalid hHandle' errors
    052c525e0 [core] eliminate rdpRdp::instance
    be23ed4ba [server,proxy] deactivate capture module
    5b2b53b15 [warnings] fix -Wincompatible-pointer-types
    67818bddb [client,wayland] fix const correctness
    d2b6771c7 X11: fix pointer/integer type mismatch
[2] 7894a7dfc redirection: Fix incompatible pointer type
[1] f3ed1f1ac redirection: Fix incompatible pointer type
[0] 4f411197d info: Fix incompatible pointer type
    a383740a2 next-dev-2.11.8-dev

Fixes:
    http://autobuild.buildroot.org/results/e1b/e1b95b4fb0005d4e933b027b508cec9ad510bd73/
    http://autobuild.buildroot.org/results/ba0/ba0beae13e1be2573878ee50b1566f4427b269a3/
    ...

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-03-29 11:42:54 +01:00
..
2025-03-28 19:39:45 +01:00
2025-03-25 19:35:17 +01:00
2025-03-22 12:34:21 +01:00
2025-03-24 20:52:58 +01:00
2025-03-15 22:22:10 +01:00
2025-03-18 21:53:24 +01:00
2025-03-19 00:07:17 +01:00
2025-02-22 18:26:43 +01:00
2025-03-25 19:23:48 +01:00
2025-03-10 21:15:14 +01:00
2025-03-15 22:09:10 +01:00
2025-03-05 22:51:06 +01:00
2025-03-28 19:39:45 +01:00
2025-03-25 23:02:14 +01:00
2025-02-24 19:16:38 +01:00
2025-03-24 21:00:42 +01:00
2025-02-23 13:34:47 +01:00
2025-03-11 21:14:43 +01:00
2025-03-18 21:55:39 +01:00
2025-02-22 12:08:27 +01:00
2025-03-22 16:25:02 +01:00