OpenBSD CVS

CVS log for ports/net/freeradius3/Attic/distinfo


[BACK] Up to [local] / ports / net / freeradius3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Thu Sep 16 10:36:39 2021 UTC (2 years, 8 months ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +0 -0 lines
FILE REMOVED

replace freeradius 2.x with 3.x (move net/freeradius3 into place and add
@pkgpath markers). it is not a direct upgrade (config locations have
been rearranged) so add an @ask-update guard only shown to any users who
are still running 2.x pointing at the upstream information and giving a
chance to bail out.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 7 12:28:42 2021 UTC (2 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

update to freeradius-3.0.23
- patch sample config which has new text relating to DEFAULT@SECLEVEL=1
- enable building the experimental python3 rlm module

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 26 12:12:38 2021 UTC (3 years ago) by sthen
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

update to freeradius-3.0.22, various tweaks needed for openssl/libressl #ifdefs

N.B. This update removes support for LEAP; it was in default config for
eap so if using eap you're likely to need to remove the leap { } lines
from /etc/raddb/mods-available/eap

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Mon Mar 30 21:59:02 2020 UTC (4 years, 2 months ago) by sthen
Branch: OPENBSD_6_6
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified) next main 1.13 (unified)

MFC update to freeradius (3.0.19->3.0.21) - the previous version
3.0.20 fixed a crash in EAP-PWD when concurrent EAP-pwd handshakes are
initiated; 3.0.21 reverts a change made in 3.0.20 that causes a crash
with duplicate clients.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 26 09:47:30 2020 UTC (4 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

update to freeradius-3.0.21

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 19 13:03:49 2019 UTC (4 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

update to freeradius-3.0.20

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 18 17:27:18 2019 UTC (5 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE
Branch point for: OPENBSD_6_6
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

update to freeradius-3.0.19

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 28 18:46:49 2019 UTC (5 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

update to freeradius-3.0.18
- OPENSSL_VERSION_NUMBER patch needed for new use of SSL_CTX_set_num_tickets

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 19 20:48:31 2018 UTC (6 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

update to freeradius-3.0.17

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 16 13:47:46 2018 UTC (6 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

update to freeradius-3.0.16

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 17 23:15:05 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

update to freeradius-3.0.15
http://freeradius.org/security/fuzzer-2017.html

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Tue May 30 22:48:27 2017 UTC (7 years ago) by sthen
Branch: OPENBSD_6_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified) next main 1.7 (unified)

MFC update to freeradius 3.0.14.

Security update for configurations with TLS; FreeRADIUS intentionally
skips inner authentication for TLS resumption, however it allows a
session to be resumed before the initial connection has authenticated,
allowing access without auth to a malicious supplicant. CVE-2017-9148,
See http://seclists.org/oss-sec/2017/q2/342

Workaround: set "enabled = no" in the cache section of raddb/mods-enabled/eap.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 30 13:12:30 2017 UTC (7 years ago) by sthen
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

update to freeradius 3.0.14.

Security update for configurations with TLS; FreeRADIUS intentionally
skips inner authentication for TLS resumption, however it allows a
session to be resumed before the initial connection has authenticated,
allowing access without auth to a malicious supplicant. CVE-2017-9148,
See http://seclists.org/oss-sec/2017/q2/342

Workaround: set "enabled = no" in the cache section of raddb/mods-enabled/eap.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 8 17:23:25 2017 UTC (7 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE
Branch point for: OPENBSD_6_1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

update to freeradius-3.0.13

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 15 12:24:19 2016 UTC (7 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

update to freeradius-3.0.12

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 5 12:04:41 2016 UTC (7 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Replace unnecessary freeradius build dep on autoconf-archive with changes to
autoconf/autoheader m4 include path instead (the m4 files were there, just not
being picked up). While there, update to a newer 3.0.x snapshot to fix a crash
when using raddebug with a condition matching on regexp.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 27 20:35:31 2016 UTC (7 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

switch to a 3.0.x snapshot of freeradius, it's fairly low risk and fixes
a few problems with 3.0.11 that are worth getting in before 6.0.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 25 20:32:15 2016 UTC (8 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

update to freeradius-3.0.11

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 12 12:59:37 2015 UTC (8 years, 6 months ago) by sthen
Branch: sthen
CVS Tags: sthen_20151112
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import ports/net/freeradius3, in parallel with net/freeradius (configuration
has changed and isn't directly compatible, additionally future 3.x releases
might well restrict arch support). Feedback gsoares, feedback/ok jca@.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 12 12:59:37 2015 UTC (8 years, 6 months ago) by sthen
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.