From sudakov@sibptus.tomsk.ru  Mon Dec 12 04:34:44 2005
Return-Path: <sudakov@sibptus.tomsk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C9A116A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 04:34:44 +0000 (GMT)
	(envelope-from sudakov@sibptus.tomsk.ru)
Received: from relay2.tomsk.ru (relay2.tomsk.ru [212.73.124.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9395343D64
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Dec 2005 04:34:43 +0000 (GMT)
	(envelope-from sudakov@sibptus.tomsk.ru)
Received: from [172.16.138.125] (account sudakovva@sibptus.tomsk.ru HELO admin.sibptus.tomsk.ru)
  by relay2.tomsk.ru (CommuniGate Pro SMTP 4.3.8)
  with ESMTPSA id 1862432; Mon, 12 Dec 2005 10:34:42 +0600
Message-Id: <auto-000001862432@relay2.tomsk.ru>
Date: Mon, 12 Dec 2005 10:34:42 +0600
From: Victor Sudakov <sudakov@sibptus.tomsk.ru>
Reply-To: Victor Sudakov <sudakov@sibptus.tomsk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vfom@narod.ru
Subject: RADIUSSERVER_PORT in net-mgmt/netmond should default to 1812
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vfom@narod.ru

>Number:         90268
>Category:       ports
>Synopsis:       RADIUSSERVER_PORT in net-mgmt/netmond should default to 1812
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 12 04:40:02 GMT 2005
>Closed-Date:    Tue Dec 13 05:21:26 GMT 2005
>Last-Modified:  Tue Dec 13 05:21:26 GMT 2005
>Originator:     Victor Sudakov
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
AO "Svyaztransneft", SibPTUS
>Environment:
System: FreeBSD admin.sibptus.tomsk.ru 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #0: Thu Mar 18 04:48:10 OMST 2004 root@sibptus.tomsk.ru:/usr/obj/usr/src/sys/NETADMIN i386

>Description:
RADIUSSERVER_PORT in net-mgmt/netmond should be 1812 by default

>How-To-Repeat:
1645/udp is deprecated, you should remember to change it manually each time

>Fix:

Here is the patch

--- radius.c.orig	Mon Aug 25 18:20:03 2003
+++ radius.c	Wed Dec  7 11:54:26 2005
@@ -33,7 +33,7 @@
  * RADIUS specification according to RFC2138.
  */
 
-#define	RADIUSSERVER_PORT	1645	/* 1812 suggested */
+#define	RADIUSSERVER_PORT	1812	/* 1812 suggested */
 #define	HEADER_LEN		20
 #define	MIN_PACKETSZ		HEADER_LEN
 #define	MAX_PACKETSZ		4096

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 12 04:42:25 UTC 2005 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90268 

From: =?KOI8-R?B?IubPzcnexdcg98nL1M/SIg==?= <vfom@narod.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/90268: RADIUSSERVER_PORT in net-mgmt/netmond should default to 1812
Date: Tue, 13 Dec 2005 07:46:20 +0300 (MSK)

 Hi!
 
 I am approve this patch.
 
 >Maintainer of net-mgmt/netmond,
 >
 >Please note that PR ports/90268 has just been submitted.
 >
 >If it contains a patch for an upgrade, an enhancement or a bug fix
 >you agree on, reply to this email stating that you approve the patch
 >and a committer will take care of it.
 >
 >The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90268
 
 Best wishes,
 
 Viktor Fomichev.
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Tue Dec 13 05:13:34 UTC 2005 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90268 
State-Changed-From-To: feedback->closed 
State-Changed-By: lawrance 
State-Changed-When: Tue Dec 13 05:21:24 UTC 2005 
State-Changed-Why:  
Committed, thanks! Can you please report this issue to the upstream 
developers? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90268 
>Unformatted:
