Re: [oe] [meta-networking][PATCH] freeradius: upgrade 3.0.21 -> 3.0.26 --> Should we update to 3.2.x?

2024-04-01 Thread Robert Yang via lists.openembedded.org



On 3/31/24 1:03 AM, Khem Raj wrote:

last three point releases of 3.2.x series has been stability releases,
and I think it will become next stable following the release pattern,
so I am fine with upgrading to 3.2.3, please rebase the patch on top
of master-next and send here please.


Thanks Khem and Randy, I've sent the patch based on master-next to the mailing 
list just now:


freeradius: 3.0.26 -> 3.2.3

A lot of lines are changed:


.../recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch 
|  32 ++--
 .../recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch 
   | 331 +
 .../freeradius/files/0007-rlm_python-add-PY_INC_DIR-in-search-dir.patch 
   |  19 +-


.../freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch 
 |  21 +--
 .../freeradius/files/0017-Add-acinclude.m4-to-include-required-macros.patch 
   |  61 +++
 .../freeradius/files/0017-add-python.m4-for-detecting-python-3.10.patch 
   | 427 ---
 .../recipes-connectivity/freeradius/{freeradius_3.0.26.bb => 
freeradius_3.2.3.bb} |   9 +-

 7 files changed, 278 insertions(+), 622 deletions(-)


I've tested it on both qemux86-64/qemuarm64 + glibc/musl, all the builds are OK.

// Robert



On Sat, Mar 30, 2024 at 8:05 AM Randy MacLeod
 wrote:


Robert and I had an internal discussion about whether we should update
freeradius to the 3.2.x branch. See below. If there's no objection,
Robert please send you local update to the list so that it makes it into 5.0.


Robert said:

I've updated it to 3.2.3 in my local repo, but 3.2.x are 'Features' release,
and 3.0.x are 'Stable' release:

https://freeradius.org/releases/

I think that keep it as 3.0.x is better than 3.2.x for LTS24 (YP-5.0)?


I think it's a judgment call.

You are right that there are new features being introduced:
https://freeradius.org/release_notes/?br=3.2.x
but there is also a dedciated branch for 3.2.x:
https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x

separate from the master branch and there's talk of a major update happening 
for the 4.0 release:
https://freeradius.org/4.0/alpha.html

If you look around at what other distros are carrying, the more recently 
updated/released
distros (Fedora 39, Debian 12) have 3.2.x:
https://pkgs.org/download/freeradius
and ubuntu-24.04, will ship 3.2:
https://repology.org/project/freeradius/versions


I wasn't able to find a document about FR's release schedule or EOL dates

but it seems to me that we should add 3.2.x.


../Randy

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109698): 
https://lists.openembedded.org/g/openembedded-devel/message/109698
Mute This Topic: https://lists.openembedded.org/mt/105233195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH] freeradius: upgrade 3.0.21 -> 3.0.26 --> Should we update to 3.2.x?

2024-03-30 Thread Khem Raj
last three point releases of 3.2.x series has been stability releases,
and I think it will become next stable following the release pattern,
so I am fine with upgrading to 3.2.3, please rebase the patch on top
of master-next and send here please.

On Sat, Mar 30, 2024 at 8:05 AM Randy MacLeod
 wrote:
>
> Robert and I had an internal discussion about whether we should update
> freeradius to the 3.2.x branch. See below. If there's no objection,
> Robert please send you local update to the list so that it makes it into 5.0.
>
>
> Robert said:
>
> I've updated it to 3.2.3 in my local repo, but 3.2.x are 'Features' release,
> and 3.0.x are 'Stable' release:
>
> https://freeradius.org/releases/
>
> I think that keep it as 3.0.x is better than 3.2.x for LTS24 (YP-5.0)?
>
>
> I think it's a judgment call.
>
> You are right that there are new features being introduced:
>https://freeradius.org/release_notes/?br=3.2.x
> but there is also a dedciated branch for 3.2.x:
>https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x
>
> separate from the master branch and there's talk of a major update happening 
> for the 4.0 release:
>https://freeradius.org/4.0/alpha.html
>
> If you look around at what other distros are carrying, the more recently 
> updated/released
> distros (Fedora 39, Debian 12) have 3.2.x:
>https://pkgs.org/download/freeradius
> and ubuntu-24.04, will ship 3.2:
>https://repology.org/project/freeradius/versions
>
>
> I wasn't able to find a document about FR's release schedule or EOL dates
>
> but it seems to me that we should add 3.2.x.
>
>
> ../Randy

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109688): 
https://lists.openembedded.org/g/openembedded-devel/message/109688
Mute This Topic: https://lists.openembedded.org/mt/105233195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH] freeradius: upgrade 3.0.21 -> 3.0.26 --> Should we update to 3.2.x?

2024-03-30 Thread Randy MacLeod via lists.openembedded.org

Robert and I had an internal discussion about whether we should update
freeradius to the 3.2.x branch. See below. If there's no objection,
Robert please send you local update to the list so that it makes it into 
5.0.



Robert said:

I've updated it to 3.2.3 in my local repo, but 3.2.x are 'Features' 
release,

and 3.0.x are 'Stable' release:

https://freeradius.org/releases/

I think that keep it as 3.0.x is better than 3.2.x for LTS24 (YP-5.0)?



I think it's a judgment call.

You are right that there are new features being introduced:
https://freeradius.org/release_notes/?br=3.2.x
but there is also a dedciated branch for 3.2.x:
https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x

separate from the master branch and there's talk of a major update 
happening for the 4.0 release:

https://freeradius.org/4.0/alpha.html

If you look around at what other distros are carrying, the more recently 
updated/released

distros (Fedora 39, Debian 12) have 3.2.x:
https://pkgs.org/download/freeradius
and ubuntu-24.04, will ship 3.2:
https://repology.org/project/freeradius/versions


I wasn't able to find a document about FR's release schedule or EOL dates

but it seems to me that we should add 3.2.x.


../Randy

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109687): 
https://lists.openembedded.org/g/openembedded-devel/message/109687
Mute This Topic: https://lists.openembedded.org/mt/105233195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-