Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 22:19:42 +0800 (CST)
From:      Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@Infomath.math.NCTU.edu.tw
Subject:   ports/40772: Update port: net/freeradius
Message-ID:  <20020719141942.4DD205865@Infomath.math.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         40772
>Category:       ports
>Synopsis:       Update port: net/freeradius
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 19 07:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.6-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD Infomath.math.NCTU.edu.tw 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #2: Fri Jul 5 22:54:39 CST 2002 root@Infomath.math.NCTU.edu.tw:/usr/obj/usr/src/sys/INFOMATH i386


	
>Description:
	Upgrade to 0.6
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/net/freeradius/Makefile freeradius/Makefile
--- /usr/ports/net/freeradius/Makefile	Wed Jun  5 19:56:04 2002
+++ freeradius/Makefile	Fri Jul 19 21:42:58 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	freeradius
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.freeradius.org/pub/radius/ \
 		ftp://ftp.Awfulhak.org/pub/radius/
@@ -22,24 +22,26 @@
 MAN1=		radclient.1 radlast.1 radtest.1 raduse.1 radwho.1 radzap.1
 MAN5=		acct_users.5 clients.5 dictionary.5 naslist.5 radiusd.conf.5 \
 		users.5
-MAN8=		builddbm.8 radiusd.8 radwatch.8
+MAN8=		builddbm.8 radiusd.8 radrelay.8 radwatch.8
 
 RADDB=		acct_users attrs clients clients.conf dictionary \
 		dictionary.acc dictionary.aptis dictionary.ascend \
-		dictionary.bay dictionary.cisco dictionary.compat \
+		dictionary.bay dictionary.cisco \
+		dictionary.columbia_university dictionary.compat \
 		dictionary.erx dictionary.foundry dictionary.freeradius \
 		dictionary.livingston dictionary.microsoft dictionary.nomadix \
 		dictionary.quintum dictionary.redback dictionary.shasta \
 		dictionary.shiva dictionary.tunnel dictionary.usr \
-		dictionary.versanet hints huntgroups ldap.attrmap naslist \
-		naspasswd postgresql.conf proxy.conf radiusd.conf realms \
-		snmp.conf sql.conf users x99.conf
+		dictionary.versanet experimental.conf hints huntgroups \
+		ldap.attrmap mssql.conf naslist naspasswd postgresql.conf \
+		proxy.conf radiusd.conf realms snmp.conf sql.conf users \
+		x99.conf
 
 post-install:
 	@${MKDIR} ${PREFIX}/etc/raddb
 .for db in ${RADDB}
 	${INSTALL_DATA} ${WRKSRC}/raddb/${db} ${PREFIX}/etc/raddb/${db}.sample
 .endfor
+	${INSTALL_DATA} ${WRKSRC}/raddb/x99passwd.sample ${PREFIX}/etc/raddb/
 	${INSTALL_SCRIPT} ${FILESDIR}/radiusd.sh ${PREFIX}/etc/rc.d/radiusd.sh
-
 .include <bsd.port.mk>
diff -ruN /usr/ports/net/freeradius/distinfo freeradius/distinfo
--- /usr/ports/net/freeradius/distinfo	Sat May 11 02:59:17 2002
+++ freeradius/distinfo	Fri Jul 19 21:30:54 2002
@@ -1 +1 @@
-MD5 (freeradius-0.5.tar.gz) = 0e56b17d4bf7e0cf4885b8fa2a2fa859
+MD5 (freeradius-0.6.tar.gz) = f2b594a1f609455f7f2d029e7c079b9f
diff -ruN /usr/ports/net/freeradius/files/patch-aa freeradius/files/patch-aa
--- /usr/ports/net/freeradius/files/patch-aa	Sat May 11 02:59:23 2002
+++ freeradius/files/patch-aa	Fri Jul 19 21:32:41 2002
@@ -1,9 +1,10 @@
---- Makefile.orig	Wed Aug 22 18:31:55 2001
-+++ Makefile	Fri May 10 11:04:48 2002
-@@ -31,24 +31,6 @@
+--- Makefile.orig	Fri Jul 19 21:32:10 2002
++++ Makefile	Fri Jul 19 21:32:18 2002
+@@ -30,34 +30,6 @@
+ 		for p in man/man$$i/*.$$i; do \
  			$(INSTALL) -m 644 $$p $(R)$(mandir)/man$$i; \
  		done \
- 	done
+-	done
 -	@echo "Creating/updating files in $(R)$(raddbdir)"; \
 -	$(INSTALL) -d -m 755	$(R)$(raddbdir); \
 -	cd raddb; \
@@ -19,8 +20,17 @@
 -		fi; \
 -	done; \
 -	if [ "$$nt" ]; then \
--		echo "** The samples in ../raddb are newer than these files";\
--		echo "** Please investigate and copy manually if appropriate";\
+-		echo "**";\
+-		echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+-		echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+-		echo "**";\
+-		echo "** The sample configuration files in `pwd`";\
+-		echo "** are newer than those in $(R)$(raddbdir)";\
+-		echo "**";\
+-		echo "** Please investigate and manually copy (if appropriate) the files listed above.";\
+-		echo "**";\
+-		echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
+-		echo "** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING ** WARNING **";\
 -	fi
  
  common:
diff -ruN /usr/ports/net/freeradius/pkg-plist freeradius/pkg-plist
--- /usr/ports/net/freeradius/pkg-plist	Sat May 11 02:59:17 2002
+++ freeradius/pkg-plist	Fri Jul 19 21:40:22 2002
@@ -14,6 +14,7 @@
 etc/raddb/dictionary.ascend.sample
 etc/raddb/dictionary.bay.sample
 etc/raddb/dictionary.cisco.sample
+etc/raddb/dictionary.columbia_university.sample
 etc/raddb/dictionary.compat.sample
 etc/raddb/dictionary.erx.sample
 etc/raddb/dictionary.foundry.sample
@@ -28,9 +29,11 @@
 etc/raddb/dictionary.tunnel.sample
 etc/raddb/dictionary.usr.sample
 etc/raddb/dictionary.versanet.sample
+etc/raddb/experimental.conf.sample
 etc/raddb/hints.sample
 etc/raddb/huntgroups.sample
 etc/raddb/ldap.attrmap.sample
+etc/raddb/mssql.conf.sample
 etc/raddb/naslist.sample
 etc/raddb/naspasswd.sample
 etc/raddb/postgresql.conf.sample
@@ -41,6 +44,7 @@
 etc/raddb/sql.conf.sample
 etc/raddb/users.sample
 etc/raddb/x99.conf.sample
+etc/raddb/x99passwd.sample
 etc/rc.d/radiusd.sh
 lib/libltdl.so
 lib/libltdl.la
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020719141942.4DD205865>