Merge ~ravi-sharma/ubuntu/+source/freeradius:fix-lp2122490 into ubuntu/+source/freeradius:ubuntu/devel

Proposed by Ravi Kant Sharma
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 8f0308d5eb2957c050c7d0c03a39ed800863d283
Merged at revision: 8f0308d5eb2957c050c7d0c03a39ed800863d283
Proposed branch: ~ravi-sharma/ubuntu/+source/freeradius:fix-lp2122490
Merge into: ubuntu/+source/freeradius:ubuntu/devel
Diff against target: 47 lines (+25/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/openssl-3.5.2-compat.patch (+17/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Ubuntu Sponsors Pending
Review via email: [email protected]
To post a comment you must log in.
Revision history for this message
Ravi Kant Sharma (ravi-sharma) wrote :
Revision history for this message
Ravi Kant Sharma (ravi-sharma) wrote :

successful run with openssl 3.5.2-1ubuntu1

* Results:
  - freeradius: questing/freeradius/3.2.7+dfsg-1ubuntu2 [arm64]
    + ✅ freeradius on questing for arm64 @ 10.09.25 10:01:36
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-questing-ravi-sharma-freeradius-lp2122490/questing/arm64/f/freeradius/20250910_100136_5c7da@/log.gz

retrying to get all autopkgtests green (infra issues).

Revision history for this message
Ravi Kant Sharma (ravi-sharma) wrote :
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Requested to change patch name

review: Needs Fixing
Revision history for this message
Andreas Hasenack (ahasenack) :
Revision history for this message
Ravi Kant Sharma (ravi-sharma) wrote :

Thank you Andreas. I have updated the MP.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1

Do you need sponsoring?

review: Approve
Revision history for this message
Ravi Kant Sharma (ravi-sharma) wrote :

Yes.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Sponsored for questing:
Uploading freeradius_3.2.7+dfsg-1ubuntu2.dsc
Uploading freeradius_3.2.7+dfsg-1ubuntu2.debian.tar.xz
Uploading freeradius_3.2.7+dfsg-1ubuntu2_source.buildinfo
Uploading freeradius_3.2.7+dfsg-1ubuntu2_source.changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e42e2f0..ddb51a9 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+freeradius (3.2.7+dfsg-1ubuntu2) questing; urgency=medium
7+
8+ * d/p/openssl-3.5.2-compat.patch (LP: #2122490)
9+ - Patch to fix compatibility with OpenSSL 3.5.2
10+
11+ -- Ravi Kant Sharma <[email protected]> Wed, 10 Sep 2025 10:57:44 +0200
12+
13 freeradius (3.2.7+dfsg-1ubuntu1) plucky; urgency=medium
14
15 * d/rules & d/freeradius-utils.install
16diff --git a/debian/patches/openssl-3.5.2-compat.patch b/debian/patches/openssl-3.5.2-compat.patch
17new file mode 100644
18index 0000000..8861421
19--- /dev/null
20+++ b/debian/patches/openssl-3.5.2-compat.patch
21@@ -0,0 +1,17 @@
22+Author: Alan T. DeKok <[email protected]>
23+Description: change "fips=no" to "-fips"
24+Origin: upstream, https://github.com/FreeRADIUS/freeradius-server/commit/59e262f1134fef8d53d15ae963885a08c9ea8315
25+Forwarded: https://github.com/FreeRADIUS/freeradius-server/issues/5631
26+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111328
27+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/2122490
28+--- a/src/main/tls.c
29++++ b/src/main/tls.c
30+@@ -3644,7 +3644,7 @@
31+ CONF_modules_load_file(NULL, NULL, 0);
32+
33+ #if OPENSSL_VERSION_NUMBER >= 0x30000000L
34+- EVP_set_default_properties(NULL, "fips=no");
35++ EVP_set_default_properties(NULL, "-fips");
36+ #endif
37+
38+ /*
39diff --git a/debian/patches/series b/debian/patches/series
40index 816e30a..9f54871 100644
41--- a/debian/patches/series
42+++ b/debian/patches/series
43@@ -5,3 +5,4 @@ debian-local/0001-Rename-radius-to-freeradius.patch
44 debian-local/0010-version.c-disable-openssl-version-check.patch
45 dont-install-tests.diff
46 snakeoil-certs.diff
47+openssl-3.5.2-compat.patch

Subscribers

People subscribed via source and target branches