Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2026-08-28 19:53:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Fri Aug 28 19:53:55 2026 rev:107 rq:1374314 version:3.31.0 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2026-07-28 18:03:17.875844131 +0200 +++ /work/SRC/openSUSE:Factory/.freerdp.new.1265/freerdp.changes 2026-08-28 19:56:18.764706202 +0200 @@ -1,0 +2,40 @@ +Thu Aug 27 19:36:21 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 3.31.0: + + Huge bugfix and security release. + We've received quite a number of smaller and bigger bugfixes + and security reports that have been addressed with this + release. + Most important user facing change is a optimization of the YUV + decoder which will result in faster client graphics for + AVC/H264 sessions + + CVE: + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c5gr-hmqp-pwj4 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h5w2-q35j-443h + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-m85m-3qxv-63h5 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-r9pv-ffph-6gg6 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-ffjr-p229-hpch + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4464-r7qj-pgrx + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2vf2-grvj-6g8x + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hg4r-vv53-vwf8 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-57h7-vw2f-2f9x + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-v649-94v2-p72q + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-j5mq-3349-gwmm + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-23pf-q83q-x45r + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-pj8w-fh79-f438 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vccg-35r5-8jrf + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w9qg-g24r-77f6 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-f5p6-88mh-59vg + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hw7p-5h2r-83gq + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-r7jx-j9h7-j4xj + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-6mpx-c8rj-whj5 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x7v6-xfx3-52j6 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jcm-x588-gh26 + https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q65v-4w7q-hx3r + + Lots of other changes, please see upstream changelog: + https://github.com/FreeRDP/FreeRDP/releases/tag/3.31.0 +- Add pkgconfig(aom), pkgconfig(dav1d) and pkgconfig(libyuv) + BuildRequires: and pass WITH_AOM=ON, WITH_DAV1D=ON and + WITH_YUV=ON to cmake, enable optional encoders/decoders. + +------------------------------------------------------------------- Old: ---- freerdp-3.30.0.tar.gz freerdp-3.30.0.tar.gz.asc New: ---- freerdp-3.31.0.tar.gz freerdp-3.31.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.piS2aP/_old 2026-08-28 19:56:20.044750954 +0200 +++ /var/tmp/diff_new_pack.piS2aP/_new 2026-08-28 19:56:20.048751094 +0200 @@ -42,7 +42,7 @@ %define uwac_package %{uwac_version}-%{uwac_version} Name: freerdp -Version: 3.30.0 +Version: 3.31.0 Release: 0 Summary: Remote Desktop Viewer Client License: Apache-2.0 @@ -67,8 +67,10 @@ BuildRequires: libgsm-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(aom) BuildRequires: pkgconfig(cairo) %{?_with_faad2:BuildRequires: pkgconfig(faad2)} +BuildRequires: pkgconfig(dav1d) BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(icu-i18n) %{?_with_gss:BuildRequires: pkgconfig(krb5) >= 1.13} @@ -100,6 +102,7 @@ BuildRequires: pkgconfig(sdl2) %endif %{?_with_sso_mib:BuildRequires: pkgconfig(sso-mib)} +BuildRequires: pkgconfig(libyuv) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(x11) @@ -321,6 +324,9 @@ -DWITH_XTEST=ON \ -DWITH_XV=ON \ -DWITH_ZLIB=ON \ + -DWITH_AOM=ON \ + -DWITH_DAV1D=ON \ + -DWITH_YUV=ON \ %ifarch x86_64 -DWITH_SSE2=ON \ %else ++++++ freerdp-3.30.0.tar.gz -> freerdp-3.31.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/freerdp/freerdp-3.30.0.tar.gz /work/SRC/openSUSE:Factory/.freerdp.new.1265/freerdp-3.31.0.tar.gz differ: char 28, line 1
