Hi,
I'm planning on releasing what's in branch maint-1.6 as radsecproxy-1.6.9 within a couple of hours. If you're interested in finding stupid things in it before it becomes an official release, please try it out now!
git clone -b maint-1.6 https://git.nordu.net/radsecproxy.git cd radsecproxy && ./configure && make clean check
Thanks!
Linus Nordberg linus@sunet.se wrote Wed, 02 Aug 2017 15:14:47 +0200:
git clone -b maint-1.6 https://git.nordu.net/radsecproxy.git cd radsecproxy && ./configure && make clean check
Oh, there's no configure in the repo. Please run autogen.sh as well:
cd radsecproxy && sh autogen.sh && ./configure && make clean check