<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/freeradius3, 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>2026-04-16T18:48:36Z</updated>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>tree-wide: remove obsolete SDK in conditionals</title>
<updated>2025-12-29T23:16:16Z</updated>
<author>
<name>Daniel F. Dickinson</name>
</author>
<published>2025-12-29T01:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=73d8b6c6f3ed25dcba6d4609c9e3995fb48dc48d'/>
<id>urn:sha1:73d8b6c6f3ed25dcba6d4609c9e3995fb48dc48d</id>
<content type='text'>
Obsolete use of $(SDK) in configure conditionals can result in
dependency errors when building a subset of packages for packages which
have multiple sub-packages.

The reason it causes dependency issues is that (using libdbi-drivers as
an example) lines like:

ifneq ($(SDK)$(CONFIG_PACKAGE_libdbd-sqlite3),)

always evaluate to true if you are compiling in the SDK. So for a user
compiling from the SDK, the configure arguments are always added to the package build.

In the case of libdbi-drivers:

CONFIGURE_ARGS += \
  --with-sqlite3 \
  --with-sqlite3-incdir=$(STAGING_DIR)/usr/include \
  -with-sqlite3-libdir=$(STAGING_DIR)/usr/lib

is always added even if PACKAGE_libdbd-sqlite3 is deselected. When
libdbd-sqlite3 is deselected, this dependency:

DEPENDS:=libdbi +libsqlite3

is not present, so when configure tries to find sqlite3 it fails.

Closes #28173 "tree-wide: obsolete $(SDK) in conditionals"

See also:

* "include: remove SDK exception from package install targets"
  openwrt/openwrt@28f44a4

Performed tree-wide to ease revert if necessary, per:
https://github.com/openwrt/packages/issues/28173#issuecomment-3694615980

Signed-off-by: Daniel F. Dickinson &lt;dfdpublic@wildtechgarden.ca&gt;
</content>
</entry>
<entry>
<title>freeradius3: bump to 3.2.8</title>
<updated>2025-12-28T07:57:08Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-12-26T17:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1b1aa825a2143c8c85d710c864dcc6e97be31694'/>
<id>urn:sha1:1b1aa825a2143c8c85d710c864dcc6e97be31694</id>
<content type='text'>
Closes #28161

Resolves runtime openssl error

Patches refreshed

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: drop yubikey support</title>
<updated>2025-11-30T18:18:07Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-11-29T12:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fd191c9b497d8d7929b415fe3b78243e90c1f8c4'/>
<id>urn:sha1:fd191c9b497d8d7929b415fe3b78243e90c1f8c4</id>
<content type='text'>
FreeRADIUS yubikey plugin depends on obsolete libyubikey.
libyubikey has been removed from repo
due to upstream EoL. (9ea17111f05e1bc3)
This commit will fix libyubikey dependency problem.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>freeradius3: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-06T06:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de02961c020a108b5f06e6fd20e0b16baa754d3e'/>
<id>urn:sha1:de02961c020a108b5f06e6fd20e0b16baa754d3e</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: bump to 3.2.7</title>
<updated>2025-05-02T06:19:18Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-04-19T19:24:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8102674b6d5a1bba28701d440a519364a99a6558'/>
<id>urn:sha1:8102674b6d5a1bba28701d440a519364a99a6558</id>
<content type='text'>
Changed source URL to github (faster/geo-redundancy).

build: x86_64
run tested: x86_64

```
 # radiusd -v
radiusd: FreeRADIUS Version 3.2.7, for host x86_64-openwrt-linux-gnu, built on Apr 18 2025 at 00:10:48
FreeRADIUS Version 3.2.7
```

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: fix when host readline is present</title>
<updated>2024-08-23T03:33:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-08-23T02:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=903cad315395c6c6b8702a131dcb61904f969053'/>
<id>urn:sha1:903cad315395c6c6b8702a131dcb61904f969053</id>
<content type='text'>
autoreconf messes things up.

Fixed a typo regarding unixodbc.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: fixup</title>
<updated>2024-08-10T22:53:31Z</updated>
<author>
<name>Esaaprilia Salsabila</name>
</author>
<published>2024-08-07T08:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4b5290559035147e9519e685821defa3236499c2'/>
<id>urn:sha1:4b5290559035147e9519e685821defa3236499c2</id>
<content type='text'>
Signed-off-by: Esaaprilia Salsabila &lt;esaapriliasalsabila@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: update version 3.2.5</title>
<updated>2024-08-02T19:50:12Z</updated>
<author>
<name>Esaaprilia Salsabila</name>
</author>
<published>2024-07-19T00:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66f193181fbf84fe6c8dcb037af9ea34599f12e9'/>
<id>urn:sha1:66f193181fbf84fe6c8dcb037af9ea34599f12e9</id>
<content type='text'>
Signed-off-by: Esaaprilia Salsabila &lt;esaapriliasalsabila@gmail.com&gt;
</content>
</entry>
<entry>
<title>freeradius3: add PKG_BUILD_PARALLEL:=0</title>
<updated>2024-06-26T08:50:47Z</updated>
<author>
<name>Esaaprilia Salsabila</name>
</author>
<published>2024-06-25T16:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3c4c819520385798472e48359ef580cd702e1c7c'/>
<id>urn:sha1:3c4c819520385798472e48359ef580cd702e1c7c</id>
<content type='text'>
freeradius-3.2.4 had a build failure in the snapshoot release but it builds successfully when doing a pull request
https://downloads.openwrt.org/snapshots/faillogs/aarch64_generic/packages/freeradius3/compile.txt

https://github.com/openwrt/packages/pull/24417

as a solution we need to add

PKG_BUILD_PARALLEL:=0

to prevent freeradius3 from doing the build in parallel

Signed-off-by: Esaaprilia Salsabila &lt;esaapriliasalsabila@gmail.com&gt;
</content>
</entry>
</feed>
