FreeRADIUS 1.1.6 has been released.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The only new features in this release are a few dictionaries. All of the other changes are bug fixes, including the double-free's that were in 1.1.5. We also fixed approximately 30 bugs found by Coverity (http://scan.coverity.com). One of the bugs found by Coverity was a memory leak in the EAP-TTLS module. We recommend that everyone using EAP-TTLS upgrade to 1.1.6. See http://freeradius.org for further information, including pointers to the source code, and the security announcement. Alan DeKok. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRh42R6kul4vkAkl9AQJVmQP/Tvkt2CosUd/DBrt2K+QS0rak54kce6JO qKP5rEzL27xLeoxZgQKAZCI/o8Nu+/wuoNEJQWbuCs2XwtBLt9PvfmRkDoBvSFVS c/CrA9pRLZchlZ2LUfObRzWqOld6a2HslKS8EGvTJhKBfyB+eNU1MXHPi2wU/Asw j0O5YwnMftQ= =QPPf -----END PGP SIGNATURE-----
Hi Alan and all core developpers involved in this release, first thanks for your great work on freeradius! I just downloaded the 1.1.6 release via ftp and tried to build debian packages on Etch and rpms on SLES10, here is the almost successful story: ;-) * debian:+ building worked just out of the box, but when trying to install "freeradius-dialupadmin_1.1.6-0_all.deb" it complains about missing php4, but actually php5 is installed (and should work as earlier version of dialupadmin did). the rest of it (i tested right now sql, ldap and eap) works perfect! * suse linux enterprise server 10: the file suse/freeradius.spec contains the line Version: 1.1.5 so rpmbuild fails. after changing this to 1.1.6 all the build command works, and the packages can be installed without further problems! and the radius server itself of course runs! now eagerly waiting for 2.0 :-) regards markus Zitat von Alan DeKok <aland@freeradius.org>:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The only new features in this release are a few dictionaries. All of the other changes are bug fixes, including the double-free's that were in 1.1.5. We also fixed approximately 30 bugs found by Coverity (http://scan.coverity.com).
One of the bugs found by Coverity was a memory leak in the EAP-TTLS module. We recommend that everyone using EAP-TTLS upgrade to 1.1.6.
See http://freeradius.org for further information, including pointers to the source code, and the security announcement.
Alan DeKok. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQCVAwUBRh42R6kul4vkAkl9AQJVmQP/Tvkt2CosUd/DBrt2K+QS0rak54kce6JO qKP5rEzL27xLeoxZgQKAZCI/o8Nu+/wuoNEJQWbuCs2XwtBLt9PvfmRkDoBvSFVS c/CrA9pRLZchlZ2LUfObRzWqOld6a2HslKS8EGvTJhKBfyB+eNU1MXHPi2wU/Asw j0O5YwnMftQ= =QPPf -----END PGP SIGNATURE----- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
+-----------------------------------------------------------------+ | Markus Krause, Mogli-Soft | | Support for Mac OS X, Webmail/Horde, LDAP, RADIUS, MySQL | | by order of the | | Computing Center of the Max-Planck-Institute of Biochemistry | +--------------------------------+--------------------------------+ | E-Mail: krause@biochem.mpg.de | Tel.: 089 - 89 40 85 99 | | markus.krause@mac.com | Fax.: 089 - 89 40 85 98 | | Skype: markus.krause | iChat: markus.krause@mac.com | +--------------------------------+--------------------------------+ ---------------------------------------------------------------------- This message was sent using https://webmail2.biochem.mpg.de If you encounter any problems please report to rz-linux@biochem.mpg.de
Hi,
* debian:+ building worked just out of the box, but when trying to install "freeradius-dialupadmin_1.1.6-0_all.deb" it complains about missing php4, but actually php5 is installed (and should work as earlier version of dialupadmin did). the rest of it (i tested right now sql, ldap and eap) works perfect!
hmmm, is it PHP5 that should be dependancy on debian now? Etch was released last week so part of my thinks so....
* suse linux enterprise server 10: the file suse/freeradius.spec contains the line
Version: 1.1.5
argh! there should be a through string search for previous versions before release. alan
Zitat von A.L.M.Buxey@lboro.ac.uk:
Hi,
* debian: building worked just out of the box, but when trying to install "freeradius-dialupadmin_1.1.6-0_all.deb" it complains about missing php4, but actually php5 is installed (and should work as earlier version of dialupadmin did). the rest of it (i tested right now sql, ldap and eap) works perfect!
hmmm, is it PHP5 that should be dependancy on debian now? Etch was released last week so part of my thinks so.... i am not sure, debian etch (released on 8. april) contains both php4 and php5 and i think there might be a lof users/admins which still use/prefer php4 on their systems. so what about something like
----- Package: freeradius-dialupadmin Architecture: all Depends: php4 | php4-cgi | php5 | php5-cgi Recommends: ${perl:Depends} Suggests: apache2-mpm-prefork | httpd, php4-mysql | php4-pgsql | php5-mysql | php5-pgsql, libdate-manip-perl Description: set of PHP scripts for administering a FreeRADIUS server These scripts provide a web-based interface for administering a FreeRADIUS server which stores authentication information in either SQL or LDAP. ----- in the debian control file? i don't know if this could lead to something weired, e.g. php5 with php4-mysql or something else but the average admin should be able to avoid this. at least it works here for me ... (well the pages are displayed correctly in a browser, i can not test more as i am using ldap as backend here) regards markus +-----------------------------------------------------------------+ | Markus Krause, Mogli-Soft | | Support for Mac OS X, Webmail/Horde, LDAP, RADIUS, MySQL | | by order of the | | Computing Center of the Max-Planck-Institute of Biochemistry | +--------------------------------+--------------------------------+ | E-Mail: krause@biochem.mpg.de | Tel.: 089 - 89 40 85 99 | | markus.krause@mac.com | Fax.: 089 - 89 40 85 98 | | Skype: markus.krause | iChat: markus.krause@mac.com | +--------------------------------+--------------------------------+ ---------------------------------------------------------------------- This message was sent using https://webmail2.biochem.mpg.de If you encounter any problems please report to rz-linux@biochem.mpg.de
Markus Krause wrote:
I just downloaded the 1.1.6 release via ftp and tried to build debian packages on Etch and rpms on SLES10, here is the almost successful story: ;-)
Thanks for the feedback.
i am not sure, debian etch (released on 8. april) contains both php4 and php5 and i think there might be a lof users/admins which still use/prefer php4 on their systems. so what about something like
----- Package: freeradius-dialupadmin Architecture: all Depends: php4 | php4-cgi | php5 | php5-cgi
I'm not using dialupadmin, so I'm not sure if it works cleanly with php5. I'd like to get report it is the case before editing the "Depends" line. I also note there is a related report on the Debian BTS. However the reporter didn't provide feedback whether dialupadmin works with php5 or not. http://bugs.debian.org/412701 -- Nicolas Baradakis
Markus Krause wrote:
first thanks for your great work on freeradius!
You're welcome. A lot of the recent developments that make 2.0 realistic are a result of my recent move across 9 time zones. :)
* suse linux enterprise server 10: the file suse/freeradius.spec contains the line
Version: 1.1.5
Whoops. I didn't get that before the release. Oh well.
now eagerly waiting for 2.0 :-)
After the recent back and forth on the list, the new features are looking pretty stable. All we have to do now is fix the HUP issue... Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Alan DeKok wrote:
Markus Krause wrote:
first thanks for your great work on freeradius!
Second that.
You're welcome. A lot of the recent developments that make 2.0 realistic are a result of my recent move across 9 time zones. :)
Yes where are you located in the world ? I've been quite impressed by your ability to post at all times of the day/night. :)
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Arran Cudbard-Bell wrote:
Yes where are you located in the world ?
GMT +1.
I've been quite impressed by your ability to post at all times of the day/night. :)
I have a day job which permits me to spend a large amount of time on FreeRADIUS. I have a small child who permits me to not sleep at night. :) The combination results in small amounts of FreeRADIUS work spread across the day and night. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Alan DeKok wrote:
Arran Cudbard-Bell wrote:
Yes where are you located in the world ?
GMT +1.
Ah GMT here, Though would like to be GMT + 1 well the southern part anyway :) Mmm Pizza.
I've been quite impressed by your ability to post at all times of the day/night. :)
I have a day job which permits me to spend a large amount of time on FreeRADIUS. I have a small child who permits me to not sleep at night. :)
The combination results in small amounts of FreeRADIUS work spread across the day and night.
Aww bless *sympathy*. --- Arran
participants (6)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Alan DeKok -
Arran Cudbard-Bell -
Markus Krause -
Nicolas Baradakis