On Mon, Jan 23, 2012 at 09:11:52PM +0100, Alan DeKok wrote:
Alan Buxey wrote:
okay... but the build is currently failing on: ... tls.c:1076: error: 'OCSP_REQ_CTX' undeclared (first use in this function)
<sigh> You have an older version of OpenSSL.
Yuck, sorry - possibly my fault. There were several security vulnerabilities fixed in OpenSSL a couple of weeks ago anyway, which is a good excuse to upgrade.
I've pushed a fix. It means that the "timeout" feature won't work for you.
My uneducated guess is that there won't be many people using that quite yet...! ;-) Small patch-up on the master branch for the debian package - there may be other things not correct, but this stops it building. One liner below. (Not with the new make system, I couldn't get that to work yet - will try again). Cheers, Matthew
From af6756836d9abf69d854a836dcec2b21a7f664af Mon Sep 17 00:00:00 2001 From: Matthew Newton <mcn4@leicester.ac.uk> Date: Mon, 23 Jan 2012 20:16:14 +0000 Subject: [PATCH] Fix up debian package after modules -> mods-available move
--- debian/freeradius.install | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/freeradius.install b/debian/freeradius.install index 022784c..a4cc755 100644 --- a/debian/freeradius.install +++ b/debian/freeradius.install @@ -9,7 +9,7 @@ etc/freeradius/experimental.conf etc/freeradius/hints etc/freeradius/huntgroups etc/freeradius/ldap.attrmap -etc/freeradius/modules/* +etc/freeradius/mods-available/* etc/freeradius/policy.conf etc/freeradius/policy.txt etc/freeradius/preproxy_users -- 1.7.2.5 -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Architect (UNIX and Networks), Network Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>