From owner-freebsd-ports Fri Jul 19 6:50:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D25337B400; Fri, 19 Jul 2002 06:50:19 -0700 (PDT) Received: from Infomath.math.NCTU.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747E943E31; Fri, 19 Jul 2002 06:50:18 -0700 (PDT) (envelope-from gslin@Infomath.math.NCTU.edu.tw) Received: by Infomath.math.NCTU.edu.tw (Postfix, from userid 1000) id 8CD9C5865; Fri, 19 Jul 2002 21:50:04 +0800 (CST) Date: Fri, 19 Jul 2002 21:50:04 +0800 From: Gea-Suan Lin To: brain@freebsd.org Cc: Gea-Suan Lin , freebsd-ports@freebsd.org Subject: net/freeradius upgrade to 0.6 Message-ID: <20020719135004.GA76992@infomath.math.nctu.edu.tw> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=big5 Content-Disposition: inline I made a diff file to upgrade freeradius to 0.6, could you submit it ? -- * Gea-Suan Lin (public key: http://infomath.nctu.edu.tw/~gslin/key.txt) * If you cannot convince them, confuse them. -- Harry S Truman --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename="freeradius.diff" 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 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 --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message