mention m4

This commit is contained in:
christos 2009-10-26 21:35:51 +00:00
parent 4f376672fe
commit 36ea22b0a0
2 changed files with 16 additions and 2 deletions

View File

@ -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 @@ We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
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

View File

@ -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 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
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]