NetBSD Problem Report #44311

From paul@whooppee.com  Sun Jan  2 16:54:18 2011
Return-Path: <paul@whooppee.com>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 68E1563B87A
	for <gnats-bugs@gnats.NetBSD.org>; Sun,  2 Jan 2011 16:54:18 +0000 (UTC)
Message-Id: <20110102165418.1010797BE3@quicky.whooppee.com>
Date: Sun,  2 Jan 2011 08:54:18 -0800 (PST)
From: paul@whooppee.com
Reply-To: paul@whooppee.com
To: gnats-bugs@gnats.NetBSD.org
Subject: /etc/protocols entry for manet - alias == name
X-Send-Pr-Version: 3.95

>Number:         44311
>Category:       misc
>Synopsis:       /etc/protocols entry for manet - alias == name
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 02 16:55:00 +0000 2011
>Closed-Date:    Wed May 17 08:42:37 +0000 2023
>Last-Modified:  Wed May 17 08:42:37 +0000 2023
>Originator:     Paul Goyette
>Release:        NetBSD 5.99.39
>Organization:
-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------
>Environment:


System: NetBSD quicky.whooppee.com 5.99.39 NetBSD 5.99.39 (WHOOPPEE (shared) 2010-10-28 23:55:07) #48: Thu Oct 28 16:58:51 PDT 2010 paul@speedy.whooppee.com:/build-out/netbsd-local/obj/amd64/sys/arch/amd64/compile/WHOOPPEE amd64
Architecture: x86_64
Machine: amd64
>Description:
	The entry in /etc/protocols for "manet" has an alias which is
	identical to the protocol name.  Either the alias should not
	exist, or it should be differently upper-cased to distinguish
	it from the name.

>How-To-Repeat:

>Fix:


>Release-Note:

>Audit-Trail:
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44311 CVS commit: src/etc
Date: Tue, 4 Jan 2011 06:55:00 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Tue Jan  4 06:55:00 UTC 2011

 Modified Files:
 	src/etc: protocols

 Log Message:
 Make the alternate name for "manet" caps so it's not a duplicate.
 Gives the impression of closing PR 44311.


 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 src/etc/protocols

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

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Tue, 04 Jan 2011 07:02:25 +0000
State-Changed-Why:
fixed, thanks


From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44311 CVS commit: src/tests/lib/libc
Date: Tue, 4 Jan 2011 12:44:48 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Tue Jan  4 12:44:48 UTC 2011

 Modified Files:
 	src/tests/lib/libc: t_protoent.sh

 Log Message:
 Now that PR/44311 is fixed we can remove the expected-failure from this
 test.


 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/t_protoent.sh

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

From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, misc-bug-people@netbsd.org, 
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, paul@whooppee.com
Cc: 
Subject: Re: PR/44311 CVS commit: src/etc
Date: Tue, 4 Jan 2011 15:31:13 -0500

 On Jan 4,  7:00am, dholland@netbsd.org ("David A. Holland") wrote:
 -- Subject: PR/44311 CVS commit: src/etc

 | The following reply was made to PR misc/44311; it has been noted by GNATS.
 | 
 | From: "David A. Holland" <dholland@netbsd.org>
 | To: gnats-bugs@gnats.NetBSD.org
 | Cc: 
 | Subject: PR/44311 CVS commit: src/etc
 | Date: Tue, 4 Jan 2011 06:55:00 +0000
 | 
 |  Module Name:	src
 |  Committed By:	dholland
 |  Date:		Tue Jan  4 06:55:00 UTC 2011
 |  
 |  Modified Files:
 |  	src/etc: protocols
 |  
 |  Log Message:
 |  Make the alternate name for "manet" caps so it's not a duplicate.
 |  Gives the impression of closing PR 44311.
 |  
 |  
 |  To generate a diff of this commit:
 |  cvs rdiff -u -r1.22 -r1.23 src/etc/protocols
 |  
 |  Please note that diffs are not public domain; they are subject to the
 |  copyright notices on the relevant files.

 We need to push this upstream to the maintainers of the protocol files,
 or fix our importing scripts, otherwise this will break with the next
 import. This is why I did not make the simple change.

 christos

From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: PR/44311 CVS commit: src/etc
Date: Thu, 6 Jan 2011 08:31:34 +0000

 On Tue, Jan 04, 2011 at 08:35:02PM +0000, Christos Zoulas wrote:
  >  |  Make the alternate name for "manet" caps so it's not a duplicate.
  >  |  Gives the impression of closing PR 44311.
  >  
  >  We need to push this upstream to the maintainers of the protocol files,
  >  or fix our importing scripts, otherwise this will break with the next
  >  import. This is why I did not make the simple change.

 We don't import the upstream copy onto a branch?

 -- 
 David A. Holland
 dholland@netbsd.org

From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, misc-bug-people@netbsd.org, 
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, paul@whooppee.com
Cc: 
Subject: Re: PR/44311 CVS commit: src/etc
Date: Thu, 6 Jan 2011 08:54:17 -0500

 On Jan 6,  8:35am, dholland-bugs@netbsd.org (David Holland) wrote:
 -- Subject: Re: PR/44311 CVS commit: src/etc

 | The following reply was made to PR misc/44311; it has been noted by GNATS.
 | 
 | From: David Holland <dholland-bugs@netbsd.org>
 | To: gnats-bugs@NetBSD.org
 | Cc: 
 | Subject: Re: PR/44311 CVS commit: src/etc
 | Date: Thu, 6 Jan 2011 08:31:34 +0000
 | 
 |  On Tue, Jan 04, 2011 at 08:35:02PM +0000, Christos Zoulas wrote:
 |   >  |  Make the alternate name for "manet" caps so it's not a duplicate.
 |   >  |  Gives the impression of closing PR 44311.
 |   >  
 |   >  We need to push this upstream to the maintainers of the protocol files,
 |   >  or fix our importing scripts, otherwise this will break with the next
 |   >  import. This is why I did not make the simple change.
 |  
 |  We don't import the upstream copy onto a branch?

 The upstream copy is distributed in a different format and we use external
 tools (which are not imported either) to convert it, so no.

 christos

State-Changed-From-To: closed->open
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sat, 12 Feb 2011 20:29:44 +0000
State-Changed-Why:
needs to be applied upstream or will be lost later


From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: misc-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org, paul@whooppee.com
Subject: Re: PR/44311 CVS commit: src/etc
Date: Sat, 12 Feb 2011 20:29:04 +0000

 On Thu, Jan 06, 2011 at 01:55:02PM +0000, Christos Zoulas wrote:
  >|>|  Make the alternate name for "manet" caps so it's not a duplicate.
  >|>|  Gives the impression of closing PR 44311.
  >|>  
  >|>  We need to push this upstream to the maintainers of the protocol files,
  >|>  or fix our importing scripts, otherwise this will break with the next
  >|>  import. This is why I did not make the simple change.
  >|  
  >|  We don't import the upstream copy onto a branch?
  >  
  >  The upstream copy is distributed in a different format and we use external
  >  tools (which are not imported either) to convert it, so no.

 Bleh. Who's the contact for upstream?

 -- 
 David A. Holland
 dholland@netbsd.org

From: christos@zoulas.com (Christos Zoulas)
To: David Holland <dholland-bugs@netbsd.org>, gnats-bugs@NetBSD.org
Cc: misc-bug-people@netbsd.org, gnats-admin@netbsd.org, 
	netbsd-bugs@netbsd.org, paul@whooppee.com
Subject: Re: PR/44311 CVS commit: src/etc
Date: Sat, 12 Feb 2011 16:39:06 -0500

 On Feb 12,  8:29pm, dholland-bugs@netbsd.org (David Holland) wrote:
 -- Subject: Re: PR/44311 CVS commit: src/etc

 | On Thu, Jan 06, 2011 at 01:55:02PM +0000, Christos Zoulas wrote:
 |  >|>|  Make the alternate name for "manet" caps so it's not a duplicate.
 |  >|>|  Gives the impression of closing PR 44311.
 |  >|>  
 |  >|>  We need to push this upstream to the maintainers of the protocol files,
 |  >|>  or fix our importing scripts, otherwise this will break with the next
 |  >|>  import. This is why I did not make the simple change.
 |  >|  
 |  >|  We don't import the upstream copy onto a branch?
 |  >  
 |  >  The upstream copy is distributed in a different format and we use external
 |  >  tools (which are not imported either) to convert it, so no.
 | 
 | Bleh. Who's the contact for upstream?

 http://www.iana.org/protocols/apply/

 Cheers,

 christos

From: "Jan Schaumann" <jschauma@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/44311 CVS commit: pkgsrc/net/iana-etc
Date: Mon, 28 Nov 2022 17:05:08 +0000

 Module Name:	pkgsrc
 Committed By:	jschauma
 Date:		Mon Nov 28 17:05:08 UTC 2022

 Modified Files:
 	pkgsrc/net/iana-etc: Makefile distinfo
 	pkgsrc/net/iana-etc/patches: patch-protocols.gawk

 Log Message:
 upper-case aliases if they're identical to the protocol name

 This addresses PR44311 (11 years later :-), which was never completely fixed,
 as the regeneration of the protocols files reinstated the lowercased (identical)
 alias for the "manet" protocol.  As a result, when importing the protocols file,
 one had to know that one needed to manually update the entry so as not to break
 things.


 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/iana-etc/Makefile \
     pkgsrc/net/iana-etc/distinfo
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/iana-etc/patches/patch-protocols.gawk

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

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Wed, 17 May 2023 08:42:37 +0000
State-Changed-Why:
now really fixed


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2023 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.