Module Name: src
Committed By: christos
Date: Mon Oct 26 21:35:51 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention m4
To generate a diff of this commit:
cvs rdiff -u -r1.727 -r1.728 src/doc/3RDPARTY
cvs rdiff -u -r1.1312 -r1.1313 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.727 src/doc/3RDPARTY:1.728
--- src/doc/3RDPARTY:1.727 Sun Oct 25 22:51:01 2009
+++ src/doc/3RDPARTY Mon Oct 26 17:35:51 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.727 2009/10/26 02:51:01 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.728 2009/10/26 21:35:51 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -608,6 +608,18 @@
under src/usr.sbin). We don't use tcpd; that functionality is built
into inetd. The provided libwrap2netbsd script handles just libwrap.
+Package: m4
+Version: 20091026
+Current Vers: 20091026
+Maintainer: OpenBSD
+Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
+Home Page: http://openbsd.org
+Mailing List:
+License: BSD 3-clause like (dns-sd)
+Responsible: christos
+Notes:
+Imported in to /usr/src/usr.bin/m4; uses libc's ohash, and strtonum
+
Package: mDNSResponder
Version: 212.1
Current Vers: 212.1
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1312 src/doc/CHANGES:1.1313
--- src/doc/CHANGES:1.1312 Sun Oct 25 22:51:01 2009
+++ src/doc/CHANGES Mon Oct 26 17:35:51 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1312 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1313 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -429,3 +429,5 @@
dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
flex(1): Import flex-2.5.35 [christos 20091025]
routed(8): Merge 2.32 changes [christos 20091025]
+ m4(1): Import the OpenBSD one since it implements features from gm4
+ that the new flex wants [christos 20091026]