FreeBSD Bugzilla – Attachment 251080 Details for
Bug 279395
net/freeraradius3: Update to 3.2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade patch
0001-net-freeradius3-Update-to-3.2.4.patch (text/plain), 7.48 KB, created by
Marek Zarychta
on 2024-05-30 08:40:21 UTC
(
hide
)
Description:
upgrade patch
Filename:
MIME Type:
Creator:
Marek Zarychta
Created:
2024-05-30 08:40:21 UTC
Size:
7.48 KB
patch
obsolete
>From 42d1497f749cf79fedca4f06d0c530e97517e5c0 Mon Sep 17 00:00:00 2001 >From: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> >Date: Thu, 30 May 2024 10:26:56 +0200 >Subject: [PATCH] net/freeradius3: Update to 3.2.4 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Release notes: https://lists.freeradius.org/pipermail/freeradius-users/2024-May/104355.html >Changelog: https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_4 >PR: 279395 >Sponsored by: PANS JarosÅaw >--- > net/freeradius3/Makefile | 3 +- > net/freeradius3/distinfo | 6 ++-- > .../files/patch-src__main__listen.c | 11 ------- > net/freeradius3/pkg-plist | 30 ++++++++++++++++++- > 4 files changed, 33 insertions(+), 17 deletions(-) > delete mode 100644 net/freeradius3/files/patch-src__main__listen.c > >diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile >index fd83e50caa..14b3e52ab1 100644 >--- a/net/freeradius3/Makefile >+++ b/net/freeradius3/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= freeradius >-DISTVERSION= 3.2.3 >-PORTREVISION= 2 >+DISTVERSION= 3.2.4 > CATEGORIES= net > MASTER_SITES= https://github.com/FreeRADIUS/freeradius-server/releases/download/release_${DISTVERSION:S/./_/g}/ \ > https://freeradius.org/ftp/pub/radius/%SUBDIR%/ \ >diff --git a/net/freeradius3/distinfo b/net/freeradius3/distinfo >index feebc032dd..f04d6263e5 100644 >--- a/net/freeradius3/distinfo >+++ b/net/freeradius3/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1685205125 >-SHA256 (freeradius-server-3.2.3.tar.bz2) = 4a16aeffbfa1424e1f317fdf71d17e5523a4fd9564d87c747a60595ef93c5d1f >-SIZE (freeradius-server-3.2.3.tar.bz2) = 3454869 >+TIMESTAMP = 1717010453 >+SHA256 (freeradius-server-3.2.4.tar.bz2) = 4d7eb0dc48ee12dd9495108cd79316c3f0c07a548392a1be2a69bd2b81e2f94c >+SIZE (freeradius-server-3.2.4.tar.bz2) = 3495607 >diff --git a/net/freeradius3/files/patch-src__main__listen.c b/net/freeradius3/files/patch-src__main__listen.c >deleted file mode 100644 >index b6424a240f..0000000000 >--- a/net/freeradius3/files/patch-src__main__listen.c >+++ /dev/null >@@ -1,11 +0,0 @@ >---- src/main/listen.c.orig 2023-05-27 19:37:22.486268000 +0200 >-+++ src/main/listen.c 2023-05-27 19:47:35.685829000 +0200 >-@@ -55,7 +55,7 @@ >- #ifdef WITH_TLS >- #include <netinet/tcp.h> >- >--# ifdef __APPLE__ >-+# if defined __APPLE__ || __FreeBSD__ >- # if !defined(SOL_TCP) && defined(IPPROTO_TCP) >- # define SOL_TCP IPPROTO_TCP >- # endif >diff --git a/net/freeradius3/pkg-plist b/net/freeradius3/pkg-plist >index fb7dc6f150..ee7f475e67 100644 >--- a/net/freeradius3/pkg-plist >+++ b/net/freeradius3/pkg-plist >@@ -8,6 +8,7 @@ bin/radclient > bin/radcrypt > bin/radeapclient > bin/radlast >+bin/radsecret > bin/radsniff > bin/radsqlrelay > bin/radtest >@@ -134,6 +135,9 @@ include/freeradius/vqp.h > %%LIBDIR%%/rlm_digest.a > %%LIBDIR%%/rlm_digest.la > %%LIBDIR%%/rlm_digest.so >+%%LIBDIR%%/rlm_dpsk.a >+%%LIBDIR%%/rlm_dpsk.la >+%%LIBDIR%%/rlm_dpsk.so > %%LIBDIR%%/rlm_dynamic_clients.a > %%LIBDIR%%/rlm_dynamic_clients.la > %%LIBDIR%%/rlm_dynamic_clients.so >@@ -164,6 +168,9 @@ include/freeradius/vqp.h > %%LIBDIR%%/rlm_eap_sim.a > %%LIBDIR%%/rlm_eap_sim.la > %%LIBDIR%%/rlm_eap_sim.so >+%%LIBDIR%%/rlm_eap_teap.a >+%%LIBDIR%%/rlm_eap_teap.la >+%%LIBDIR%%/rlm_eap_teap.so > %%LIBDIR%%/rlm_eap_tls.a > %%LIBDIR%%/rlm_eap_tls.la > %%LIBDIR%%/rlm_eap_tls.so >@@ -505,6 +512,18 @@ sbin/radmin > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/nav.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/directories.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/concepts/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/concepts/pages/aaa.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/concepts/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/concepts/pages/modules/ldap/authentication.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/bugs.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/coding-methods.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/contributing.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/coverage.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/profile.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/developers/pages/release-method.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/nav.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/index.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/enable.adoc >@@ -524,6 +543,9 @@ sbin/radmin > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_client.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_with_haproxy.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_with_traefik.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/monitoring/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/monitoring/statistics.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/simultaneous_use.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/nav.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/dependencies.adoc > %%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/index.adoc >@@ -598,12 +620,12 @@ sbin/radmin > %%EXAMPLESDIR%%/raddb/certs/client.key > %%EXAMPLESDIR%%/raddb/certs/client.p12 > %%EXAMPLESDIR%%/raddb/certs/client.pem >-%%EXAMPLESDIR%%/raddb/certs/dh > %%EXAMPLESDIR%%/raddb/certs/index.txt > %%EXAMPLESDIR%%/raddb/certs/index.txt.attr > %%EXAMPLESDIR%%/raddb/certs/index.txt.attr.old > %%EXAMPLESDIR%%/raddb/certs/index.txt.old > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/certs/inner-server.cnf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/certs/realms/README.md > %%EXAMPLESDIR%%/raddb/certs/passwords.mk > %%EXAMPLESDIR%%/raddb/certs/serial > %%EXAMPLESDIR%%/raddb/certs/serial.old >@@ -637,6 +659,7 @@ sbin/radmin > %%EXAMPLESDIR%%/raddb/mods-available/dhcp > %%EXAMPLESDIR%%/raddb/mods-available/dhcp_sqlippool > %%EXAMPLESDIR%%/raddb/mods-available/digest >+%%EXAMPLESDIR%%/raddb/mods-available/dpsk > %%EXAMPLESDIR%%/raddb/mods-available/dynamic_clients > %%EXAMPLESDIR%%/raddb/mods-available/eap > %%EXAMPLESDIR%%/raddb/mods-available/echo >@@ -904,6 +927,7 @@ sbin/radmin > %%DATADIR%%/dictionary.alcatel-lucent.aaa > %%DATADIR%%/dictionary.alcatel.esam > %%DATADIR%%/dictionary.alcatel.sr >+%%DATADIR%%/dictionary.alphion > %%DATADIR%%/dictionary.alteon > %%DATADIR%%/dictionary.altiga > %%DATADIR%%/dictionary.alvarion >@@ -945,6 +969,7 @@ sbin/radmin > %%DATADIR%%/dictionary.cisco.vpn3000 > %%DATADIR%%/dictionary.cisco.vpn5000 > %%DATADIR%%/dictionary.citrix >+%%DATADIR%%/dictionary.ckey > %%DATADIR%%/dictionary.clavister > %%DATADIR%%/dictionary.cnergee > %%DATADIR%%/dictionary.colubris >@@ -1028,6 +1053,7 @@ sbin/radmin > %%DATADIR%%/dictionary.nortel > %%DATADIR%%/dictionary.ntua > %%DATADIR%%/dictionary.openser >+%%DATADIR%%/dictionary.openwifi > %%DATADIR%%/dictionary.packeteer > %%DATADIR%%/dictionary.paloalto > %%DATADIR%%/dictionary.patton >@@ -1087,6 +1113,7 @@ sbin/radmin > %%DATADIR%%/dictionary.shiva > %%DATADIR%%/dictionary.siemens > %%DATADIR%%/dictionary.slipstream >+%%DATADIR%%/dictionary.smartsharesystems > %%DATADIR%%/dictionary.sofaware > %%DATADIR%%/dictionary.softbank > %%DATADIR%%/dictionary.sonicwall >@@ -1100,6 +1127,7 @@ sbin/radmin > %%DATADIR%%/dictionary.telkom > %%DATADIR%%/dictionary.telrad > %%DATADIR%%/dictionary.terena >+%%DATADIR%%/dictionary.tplink > %%DATADIR%%/dictionary.trapeze > %%DATADIR%%/dictionary.travelping > %%DATADIR%%/dictionary.tripplite >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279395
: 251080