pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/freeradius



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr 11 02:05:27 UTC 2022

Modified Files:
        pkgsrc/net/freeradius: Makefile config.mk

Log Message:
freeradius: install various config files necessary for operation

Addresses PR pkg/56787 from Chris Branton. (It looks like the list of
config files simply wasn't kept up to date. Partly that's because the
example code to generate the list wasn't looking for symlinks.)


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/net/freeradius/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/freeradius/config.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/freeradius/Makefile
diff -u pkgsrc/net/freeradius/Makefile:1.112 pkgsrc/net/freeradius/Makefile:1.113
--- pkgsrc/net/freeradius/Makefile:1.112        Wed Jun 30 22:20:32 2021
+++ pkgsrc/net/freeradius/Makefile      Mon Apr 11 02:05:27 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.112 2021/06/30 22:20:32 mef Exp $
+# $NetBSD: Makefile,v 1.113 2022/04/11 02:05:27 gutteridge Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-server//}
+PKGREVISION=   1
 COMMENT=       Free RADIUS server implementation
 
 BUILD_DEFS+=           VARBASE

Index: pkgsrc/net/freeradius/config.mk
diff -u pkgsrc/net/freeradius/config.mk:1.2 pkgsrc/net/freeradius/config.mk:1.3
--- pkgsrc/net/freeradius/config.mk:1.2 Fri Nov 12 12:27:38 2021
+++ pkgsrc/net/freeradius/config.mk     Mon Apr 11 02:05:27 2022
@@ -1,6 +1,7 @@
-# $NetBSD: config.mk,v 1.2 2021/11/12 12:27:38 adam Exp $
+# $NetBSD: config.mk,v 1.3 2022/04/11 02:05:27 gutteridge Exp $
 
-# cd ${WRKSRC}/raddb; find . -type f | sort | sed 's,^./,EGFILES+=\t,'
+# cd ${WRKSRC}/raddb; find . -type f -or -type l | sort | sed 's,^./,EGFILES+=\t,'
+EGFILES+=      README.rst
 EGFILES+=      certs/Makefile
 EGFILES+=      certs/README.md
 EGFILES+=      certs/bootstrap
@@ -194,6 +195,37 @@ EGFILES+=  mods-config/sql/moonshot-targe
 EGFILES+=      mods-config/sql/moonshot-targeted-ids/sqlite/queries.conf
 EGFILES+=      mods-config/sql/moonshot-targeted-ids/sqlite/schema.sql
 EGFILES+=      mods-config/unbound/default.conf
+EGFILES+=      mods-enabled/always
+EGFILES+=      mods-enabled/attr_filter
+EGFILES+=      mods-enabled/cache_eap
+EGFILES+=      mods-enabled/chap
+EGFILES+=      mods-enabled/date
+EGFILES+=      mods-enabled/detail
+EGFILES+=      mods-enabled/detail.log
+EGFILES+=      mods-enabled/digest
+EGFILES+=      mods-enabled/dynamic_clients
+EGFILES+=      mods-enabled/eap
+EGFILES+=      mods-enabled/echo
+EGFILES+=      mods-enabled/exec
+EGFILES+=      mods-enabled/expiration
+EGFILES+=      mods-enabled/expr
+EGFILES+=      mods-enabled/files
+EGFILES+=      mods-enabled/linelog
+EGFILES+=      mods-enabled/logintime
+EGFILES+=      mods-enabled/mschap
+EGFILES+=      mods-enabled/ntlm_auth
+EGFILES+=      mods-enabled/pap
+EGFILES+=      mods-enabled/passwd
+EGFILES+=      mods-enabled/preprocess
+EGFILES+=      mods-enabled/radutmp
+EGFILES+=      mods-enabled/realm
+EGFILES+=      mods-enabled/replicate
+EGFILES+=      mods-enabled/soh
+EGFILES+=      mods-enabled/sradutmp
+EGFILES+=      mods-enabled/totp
+EGFILES+=      mods-enabled/unix
+EGFILES+=      mods-enabled/unpack
+EGFILES+=      mods-enabled/utf8
 EGFILES+=      panic.gdb
 EGFILES+=      policy.d/abfab-tr
 EGFILES+=      policy.d/accounting
@@ -237,6 +269,8 @@ EGFILES+=   sites-available/tls
 EGFILES+=      sites-available/totp
 EGFILES+=      sites-available/virtual.example.com
 EGFILES+=      sites-available/vmps
+EGFILES+=      sites-enabled/default
+EGFILES+=      sites-enabled/inner-tunnel
 EGFILES+=      templates.conf
 EGFILES+=      trigger.conf
 
@@ -292,5 +326,7 @@ EGDIRS+=    mods-config/sql/moonshot-target
 EGDIRS+=       mods-config/sql/moonshot-targeted-ids/postgresql
 EGDIRS+=       mods-config/sql/moonshot-targeted-ids/sqlite
 EGDIRS+=       mods-config/unbound
+EGDIRS+=       mods-enabled
 EGDIRS+=       policy.d
 EGDIRS+=       sites-available
+EGDIRS+=       sites-enabled



Home | Main Index | Thread Index | Old Index