Module Name: src Committed By: christos Date: Sun Dec 23 15:40:30 UTC 2018
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new byacc To generate a diff of this commit: cvs rdiff -u -r1.1578 -r1.1579 src/doc/3RDPARTY cvs rdiff -u -r1.2469 -r1.2470 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1578 src/doc/3RDPARTY:1.1579 --- src/doc/3RDPARTY:1.1578 Sat Dec 22 20:24:54 2018 +++ src/doc/3RDPARTY Sun Dec 23 10:40:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1578 2018/12/23 01:24:54 sevan Exp $ +# $NetBSD: 3RDPARTY,v 1.1579 2018/12/23 15:40:30 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -225,7 +225,7 @@ is a FreeBSD committer who has been help in the past. Package: byacc -Version: 20170430 +Version: 20180609 Current Vers: 20180609 Maintainer: Thomas Dickey <dic...@invisible-island.net> Archive Site: http://www.invisible-island.net/byacc/byacc.html Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2469 src/doc/CHANGES:1.2470 --- src/doc/CHANGES:1.2469 Fri Dec 21 04:04:44 2018 +++ src/doc/CHANGES Sun Dec 23 10:40:30 2018 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2469 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2470 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -268,3 +268,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0: kernel: Remove COMPAT_SVR4 and COMPAT_SVR4_32. [maxv 20181219] sqlite3: Import 3.26.0. [christos 20181219] network: Add SIOCSETHERCAP ioctl. [msaitoh 20181221] + byacc: Update to 20180609. [christos 20181223]