Really just decoder fixes for us:
2.11.5
* Fix integer overflow in progressive decoder
* Update OpenSSL API usage for compatiblility with newer versions (#9747)
* Prevent NULL dereference for single thread decoder (#9712)
2.11.4
* fix a typo in unicode commit (#9652)

Also drop -fcommon from 2021 as it builds without now.

More tests?
Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/freerdp/Makefile,v
diff -u -p -r1.69 Makefile
--- Makefile    10 Feb 2024 17:52:47 -0000      1.69
+++ Makefile    22 Feb 2024 18:42:17 -0000
@@ -1,5 +1,5 @@
 COMMENT =              client for Microsoft RDP (remote desktop protocol)
-DISTNAME =             freerdp-2.11.3
+DISTNAME =             freerdp-2.11.5
 DPB_PROPERTIES =       parallel
 CATEGORIES =           x11 net
 
@@ -33,8 +33,6 @@ MODULES =             devel/cmake
 
 CFLAGS +=              -I${X11BASE}/include \
                        -I${LOCALBASE}/include
-
-CFLAGS +=              -fcommon
 
 BUILD_DEPENDS =                security/pcsc-lite \
                        textproc/xmlto
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/freerdp/distinfo,v
diff -u -p -r1.27 distinfo
--- distinfo    10 Feb 2024 17:52:47 -0000      1.27
+++ distinfo    22 Feb 2024 18:42:22 -0000
@@ -1,4 +1,4 @@
-SHA256 (freerdp-2.11.3.tar.gz) = kjTswmEeb4G7fEy9d8RStihU/DoDbX5lh66pWd5t14o=
+SHA256 (freerdp-2.11.5.tar.gz) = cHha2ZNNda7Rc0+JGKBa/5V4jljlMIHoRlEQayQwPcI=
 SHA256 (freerdp-sndio-upd2.patch) = 
aQEVS0+WMH4D0tPX56gdMHgpiEL1d0Pv3g8QgHno6jk=
-SIZE (freerdp-2.11.3.tar.gz) = 7328876
+SIZE (freerdp-2.11.5.tar.gz) = 7330372
 SIZE (freerdp-sndio-upd2.patch) = 23241

Reply via email to