<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/freeradius2, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2017-06-13T00:34:44Z</updated>
<entry>
<title>freeradius2: move to packages-abandoned</title>
<updated>2017-06-13T00:34:44Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2017-06-13T00:34:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5455a88d45397bf9bdb4c87d087e93ab57709619'/>
<id>urn:sha1:5455a88d45397bf9bdb4c87d087e93ab57709619</id>
<content type='text'>
I'm no longer going to maintain freeradius2. Please use freeradius3
instead.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title> freeradius2: create temp directory /tmp/radiusd</title>
<updated>2016-11-05T23:50:15Z</updated>
<author>
<name>Alberto Bursi</name>
</author>
<published>2016-11-05T23:50:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4b52906828bbd3edf8a0a8287ce5eb80cf28ce09'/>
<id>urn:sha1:4b52906828bbd3edf8a0a8287ce5eb80cf28ce09</id>
<content type='text'>
Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."

Signed-off-by: Alberto Bursi &lt;alberto.bursi@outlook.it&gt;</content>
</entry>
<entry>
<title>freeradius2/3: Fixes to init script. (#3022)</title>
<updated>2016-08-05T15:49:33Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2016-08-05T15:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6be33929b8dbdf11bd64dfb3c89530998fd7bc43'/>
<id>urn:sha1:6be33929b8dbdf11bd64dfb3c89530998fd7bc43</id>
<content type='text'>
This fixes two issues with the freeradius package init scripts:

- The package installs libraries in /usr/lib/freeradius{2,3}, but the
  musl dynamic linker won't find them there unless LD_LIBRARY_PATH is
  set to include this directory. This adds an appropriate env statement
  to the procd init setup.

- procd expects services to stay in the foreground, or it will be unable
  to properly shut them down again. This adds the -f flag to radiusd to
  achieve that.

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;</content>
</entry>
<entry>
<title>freeradius2: add missing dependency on zlib</title>
<updated>2016-07-24T12:37:01Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-24T12:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=517761bb8911799cd3391959a5051c723e4177b2'/>
<id>urn:sha1:517761bb8911799cd3391959a5051c723e4177b2</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>freeradius2: update to version 2.2.9</title>
<updated>2016-04-19T12:04:51Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2016-04-19T10:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=91301ed6fdbce74ee2e191f44fefaa9d76dfde0c'/>
<id>urn:sha1:91301ed6fdbce74ee2e191f44fefaa9d76dfde0c</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>freeradius2: completely disable runtime OpenSSL version checks</title>
<updated>2015-12-28T15:25:58Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-12-28T15:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7dadd12850400277de582c0c2d4b7277114e1e9c'/>
<id>urn:sha1:7dadd12850400277de582c0c2d4b7277114e1e9c</id>
<content type='text'>
Whenever we ship fixed libopenssl binaries in DD, the Freeradius daemon fails
at startup because it detects a mismatch of the build time and runtime OpenSSL
version.

Since our OpenSSL updates for DD are ABI compatible we do not need or even want
this superflous check. Removing it saves us the effort to rebuild Freeradius
after every OpenSSL version bump.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
<entry>
<title>freeradius2: cleanup init script</title>
<updated>2015-10-21T01:11:50Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-10-21T00:54:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1f312e49afb0ba5aee984766b593681c9a3189cc'/>
<id>urn:sha1:1f312e49afb0ba5aee984766b593681c9a3189cc</id>
<content type='text'>
The initscript originally imported from oldpackages no longer does
the job, sed'ery around ifconfig is just not the way.
Remove stuff which can also be done via /etc/freeradius2/* or
/etc/default/radiusd instead.

Fixes #1769 and #1193

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>freeradius2: update to 2.2.8</title>
<updated>2015-07-20T01:36:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-07-20T01:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a56edca27ba2db9b3a8114ece78b08f64a37cf0'/>
<id>urn:sha1:6a56edca27ba2db9b3a8114ece78b08f64a37cf0</id>
<content type='text'>
Fixes oCert CVE-2015-4680.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>freeradius2: add mirror for older releases</title>
<updated>2015-05-25T22:37:51Z</updated>
<author>
<name>Mislav Novakovic</name>
</author>
<published>2015-05-25T22:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ccd9752fb68c7ce3d6f70896a717f64a882fd62c'/>
<id>urn:sha1:ccd9752fb68c7ce3d6f70896a717f64a882fd62c</id>
<content type='text'>
Signed-off-by: Mislav Novakovic &lt;mislav.novakovic@sartura.hr&gt;
</content>
</entry>
<entry>
<title>freeradius2: update to version 2.2.7 and refresh patches</title>
<updated>2015-04-26T17:44:20Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-04-26T17:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c399f28fd8656c5467ec8967dcb111cb640ab22'/>
<id>urn:sha1:4c399f28fd8656c5467ec8967dcb111cb640ab22</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
