| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This port was missed when sweeping through affected RADIUS
ports on 2002/01/29.
|
|
|
|
|
| |
PR: 33546
Submitted by: Adam Kranzel <adam-ports@blacktabby.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- remove 'SIZE' line from distinfo
- sort pkg-plist
- make pkg-plist create an empty lib/radius/acct directory (the port does this
on it's own, but since no files are in this directory packages don't pick it
up)
- add patch-funcs.c to allow this port to compile on -current
PR: 29099 (reporting compile problem)
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is serious bug in handling requests in AATV module of AA_FORK
and AA_FREPLAY types in Merit AAA server. If AATV module not
responding for a long time main server drops original request without
cleaning some critical information (process counter aatv->proc_cnt).
As a result after some definite number of timeouts server stops
responding.
PR: 23212
Submitted by: Andriy I Pilipenko <bamby@marka.net.ua>
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) PKGNAME satisfies handbook rule.
(2) @dirrm lib/radius fails when lib/radius/acct exists.
Submitted by: Stefan Esser <se@mi.uni-koeln.de>
-----
diff -urN -x CVS merit/Makefile radius/Makefile
--- merit/Makefile Fri Sep 18 02:00:05 1998
+++ radius/Makefile Wed Oct 7 23:54:43 1998
@@ -7,7 +7,7 @@
#
DISTNAME= radius.3.6B.basic
-PKGNAME= radius-3.6B.basic
+PKGNAME= radius-basic-3.6B
CATEGORIES= net
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
diff -urN -x CVS merit/pkg/PLIST radius/pkg/PLIST
--- merit/pkg/PLIST Fri Sep 18 01:58:28 1998
+++ radius/pkg/PLIST Wed Oct 7 23:51:47 1998
@@ -12,4 +12,5 @@
lib/radius/db/engine.config.sample
lib/radius/db/vendors.sample
@dirrm lib/radius/db
+@dirrm lib/radius/acct
@dirrm lib/radius
-----
|
| |
|
|
|
|
| |
Pointed out by: jdp
|
|
|
|
|
|
| |
1) eBones/Kerberos now works with 2.2-stable
2) PREFIX is honoured
3) oddball directories are removed by pkg_delete
|
|
|
|
|
|
|
|
| |
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
|
|
|
|
| |
for 2.4.21 anymore.
|
| |
|
|
|
|
| |
Submitted by: chuckr
|
|
|
|
| |
Submitted by: markm
|
|
|