public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Holy <oholy@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/freerdp] f43: Update to 3.32.0
Date: Wed, 23 Sep 2026 11:46:47 GMT	[thread overview]
Message-ID: <179016400735.1.6868559548121550350.rpms-freerdp-b0bffd52f2e3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/freerdp
Branch : f43
Commit : b0bffd52f2e323c49fbc214fc350c74098391217
Author : Ondrej Holy <oholy@redhat.com>
Date   : 2026-09-23T13:44:20+02:00
Stats  : +8/-37 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/freerdp/c/b0bffd52f2e323c49fbc214fc350c74098391217?branch=f43

Log:
Update to 3.32.0

---
diff --git a/.gitignore b/.gitignore
index ea63cb3..52dd38c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,3 +97,4 @@
 /FreeRDP-3.30.0-repack.tar.gz
 /FreeRDP-3.31.0-repack.tar.gz
 /FreeRDP-3.31.1-repack.tar.gz
+/FreeRDP-3.32.0-repack.tar.gz

diff --git a/FreeRDP-e9b95a5.patch b/FreeRDP-e9b95a5.patch
deleted file mode 100644
index 310019d..0000000
--- a/FreeRDP-e9b95a5.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e9b95a5a3cf6a182837773b92c825f48df953821 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Wed, 6 May 2026 12:17:23 -0400
-Subject: [PATCH] Call winpr_InitializeSSL in TestWinPRUtils/TestNTLM
-
-This is needed to load the OpenSSL legacy provider when that library is
-in use.
-
-Closes: https://github.com/FreeRDP/FreeRDP/issues/12744
----
- winpr/libwinpr/utils/test/TestNTLM.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/winpr/libwinpr/utils/test/TestNTLM.c b/winpr/libwinpr/utils/test/TestNTLM.c
-index 4421270ef9de..b8838aaee2f8 100644
---- a/winpr/libwinpr/utils/test/TestNTLM.c
-+++ b/winpr/libwinpr/utils/test/TestNTLM.c
-@@ -2,6 +2,7 @@
- #include <winpr/ntlm.h>
- #include <winpr/string.h>
- #include <winpr/print.h>
-+#include <winpr/ssl.h>
- 
- typedef struct
- {
-@@ -311,6 +312,9 @@ static BOOL testNTOWFv2FromHash(size_t x, const test_case_from_hash_t* test)
- 
- int TestNTLM(WINPR_ATTR_UNUSED int argc, WINPR_ATTR_UNUSED char* argv[])
- {
-+	/* Make sure we load the OpenSSL legacy provider if needed */
-+	winpr_InitializeSSL(WINPR_SSL_INIT_DEFAULT);
-+
- 	for (size_t x = 0; x < ARRAYSIZE(ntofw1tests); x++)
- 	{
- 		const test_case_ntowf1_t* cur = &ntofw1tests[x];

diff --git a/freerdp.spec b/freerdp.spec
index c1543c8..337f2d3 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -26,7 +26,7 @@
 
 Name:           freerdp
 Epoch:          2
-Version:        3.31.1
+Version:        3.32.0
 Release:        1%{?dist}
 Summary:        Free implementation of the Remote Desktop Protocol (RDP)
 
@@ -314,6 +314,7 @@ find %{buildroot} -name "*.a" -delete
 %{_libdir}/libuwac0.so.*
 }
 %{_libdir}/librdtk0.so.*
+%{_mandir}/man7/freerdp.*
 %{_mandir}/man7/wlog.*
 
 %files devel
@@ -374,6 +375,10 @@ find %{buildroot} -name "*.a" -delete
 %{_libdir}/pkgconfig/winpr-tools3.pc
 
 %changelog
+* Wed Sep 23 2026 Ondrej Holy <oholy@redhat.com> - 2:3.32.0-1
+- Update to 3.32.0
+  Resolves: rhbz#2539239
+
 * Wed Sep 02 2026 Ondrej Holy <oholy@redhat.com> - 2:3.31.1-1
 - Update to 3.31.1
   Resolves: rhbz#2527242

diff --git a/sources b/sources
index 3a92818..84a4dae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (FreeRDP-3.31.1-repack.tar.gz) = be669db38cecfc8d774c6165a069c50249fdcb2f8877e767a10e7dc009131ed35363db50b484536f888b7ec9214cbeb1acfc3e129c9cd2694cd498b42718245e
+SHA512 (FreeRDP-3.32.0-repack.tar.gz) = 1c1f95bc67bc534fa935d7ea8abccfac35aab9091993695e3f473cf3f4d2125aee7e238c8648afd2720f1997fc1187dc599ca7ca7b8867e6861f1b4b766eab16

                 reply	other threads:[~2026-09-23 11:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179016400735.1.6868559548121550350.rpms-freerdp-b0bffd52f2e3@fedoraproject.org \
    --to=oholy@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox