From owner-cvs-all Fri Aug 11 1:24:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48F1A37BAE3; Fri, 11 Aug 2000 01:24:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA33700; Fri, 11 Aug 2000 01:24:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200008110824.BAA33700@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 11 Aug 2000 01:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/routed Makefile Makefile.inc defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c radix.h rdisc.c routed.8 table.c trace.c src/sbin/routed/rtquery Makefile rtquery.8 rtquery.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/08/11 01:24:40 PDT Modified files: sbin/routed Makefile Makefile.inc defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c radix.h rdisc.c routed.8 table.c trace.c sbin/routed/rtquery Makefile rtquery.8 rtquery.c Log: (null commit) Reflect that the update to routed-2.22 addresses a problem discussed in PR bin/16941. The updated release also incorporates our local buffer overflow fix (implemented differently) and puts us in a position where we are completely synchronized with the master distribution, apart from the stupid spammage of the #ident definitions, which are supposed to indicate the release version, not individual source file revisions. This distribution was not moved into contrib because of objections from wollman. He feels that the software is original Berkeley code that shouldn't be imported into contrib just because it has an external maintainer. Revision Changes Path 1.9 +2 -2 src/sbin/routed/Makefile 1.3 +1 -1 src/sbin/routed/Makefile.inc 1.14 +2 -2 src/sbin/routed/defs.h 1.8 +2 -2 src/sbin/routed/if.c 1.8 +2 -2 src/sbin/routed/input.c 1.14 +2 -2 src/sbin/routed/main.c 1.7 +2 -2 src/sbin/routed/output.c 1.9 +2 -2 src/sbin/routed/parms.c 1.6 +1 -1 src/sbin/routed/pathnames.h 1.6 +2 -2 src/sbin/routed/radix.c 1.5 +1 -1 src/sbin/routed/radix.h 1.8 +2 -2 src/sbin/routed/rdisc.c 1.17 +2 -2 src/sbin/routed/routed.8 1.15 +2 -2 src/sbin/routed/table.c 1.6 +2 -2 src/sbin/routed/trace.c 1.8 +1 -1 src/sbin/routed/rtquery/Makefile 1.12 +1 -1 src/sbin/routed/rtquery/rtquery.8 1.14 +1 -1 src/sbin/routed/rtquery/rtquery.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message