Module Name: src
Committed By: christos
Date: Sat Feb 20 22:59:37 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new byacc
To generate a diff of this commit:
cvs rdiff -u -r1.1779 -r1.1780 src/doc/3RDPARTY
cvs rdiff -u -r1.2781 -r1.2782 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.1779 src/doc/3RDPARTY:1.1780
--- src/doc/3RDPARTY:1.1779 Fri Feb 19 22:25:35 2021
+++ src/doc/3RDPARTY Sat Feb 20 17:59:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1779 2021/02/20 03:25:35 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1780 2021/02/20 22:59:37 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -236,12 +236,12 @@ is a FreeBSD committer who has been help
in the past.
Package: byacc
-Version: 20190617
-Current Vers: 20200330
+Version: 20210109
+Current Vers: 20210109
Maintainer: Thomas Dickey <[email protected]>
Archive Site: http://www.invisible-island.net/byacc/byacc.html
Home Page: http://www.invisible-island.net/byacc/byacc.html
-Date: 2020-06-13
+Date: 2021-02-20
Mailing List:
Responsible: christos
License: Public Domain
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2781 src/doc/CHANGES:1.2782
--- src/doc/CHANGES:1.2781 Fri Feb 19 22:25:36 2021
+++ src/doc/CHANGES Sat Feb 20 17:59:37 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2781 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2782 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -334,3 +334,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[tsutsui 20210207]
bind: Import version 9.16.12. [christos 20210219]
OpenSSL: Imported 1.1.1j. [christos 20210219]
+ byacc: Update to 20210109. [christos 20210220]