3RDPARTY revision 1.190 1 1.190 jdolecek # $NetBSD: 3RDPARTY,v 1.190 2004/03/13 22:28:47 jdolecek Exp $
2 1.1 lukem #
3 1.1 lukem # This file contains a list of the software that has been integrated into
4 1.1 lukem # NetBSD where we are not the primary maintainer.
5 1.1 lukem #
6 1.1 lukem # When you make changes to this software, be sure to discuss it with the
7 1.1 lukem # maintainer and contribute your patches. Divergence from the official
8 1.1 lukem # sources is not desirable, and should be avoided as much as possible.
9 1.1 lukem #
10 1.1 lukem # When importing, please deal with the RCS IDs in this way:
11 1.1 lukem # 1. Preserve the RCS IDs in the files by removing the $ signs from
12 1.1 lukem # the IDs before you do the import.
13 1.1 lukem # 2. After the import, add NetBSD RCS IDs to all of the files.
14 1.1 lukem #
15 1.1 lukem # A few notes on the format of this file (for the benefit of
16 1.1 lukem # 3dparty2html):
17 1.1 lukem #
18 1.1 lukem # 1.) Any line whose first non-whitespace character is # is a comment
19 1.1 lukem # 2.) Entries are separated by blank lines
20 1.1 lukem # 3.) Every package needs at least the following entries: Package,
21 1.1 lukem # Version, Current Vers, and Maintainer.
22 1.1 lukem # 4.) Where a field has multiple lines of information, the field tag
23 1.1 lukem # should be repeated on each line, except:
24 1.1 lukem # 5.) The Notes: field tag should appear on a line by itself. All
25 1.1 lukem # remaining lines until the end of the record are notes.
26 1.31 kanaoka
27 1.31 kanaoka Package: acpica
28 1.184 kochi Version: 20040211
29 1.184 kochi Current Vers: 20040211
30 1.31 kanaoka Maintainer: INTEL
31 1.31 kanaoka Archive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm
32 1.31 kanaoka Mailing List: acpi-devel (a] lists.sourceforge.net
33 1.59 kanaoka Responsible: kanaoka,kochi
34 1.31 kanaoka Notes:
35 1.31 kanaoka The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
36 1.169 kochi Please read src/sys/dev/acpi/acpica/README before any modification.
37 1.1 lukem
38 1.1 lukem Package: am-utils [amd]
39 1.73 christos Version: 6.1b2
40 1.145 dent Current Vers: 6.1b4
41 1.1 lukem Maintainer: Erez Zadok <ezk (a] cs.columbia.edu>
42 1.1 lukem Archive Site: ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/
43 1.1 lukem Mailing List: amd-dev
44 1.52 wiz Responsible: christos
45 1.1 lukem Notes:
46 1.1 lukem Amd2netbsd script to convert to BSD make system and remove unneeded files.
47 1.177 wiz Check src/usr.sbin/amd/include/config.h is correct after import.
48 1.1 lukem
49 1.1 lukem Package: bc
50 1.1 lukem Version: 1.06
51 1.1 lukem Current Vers: 1.06
52 1.1 lukem Maintainer: Phil Nelson <phil (a] cs.wwu.edu>
53 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/bc/
54 1.1 lukem Mailing List: bug-bc (a] gnu.org
55 1.1 lukem Responsible: phil, simonb
56 1.1 lukem Notes:
57 1.1 lukem bc includes dc, both of which are in the NetBSD tree.
58 1.1 lukem
59 1.1 lukem Package: bind/named
60 1.165 itojun Version: 8.3.7
61 1.167 itojun Current Vers: 4.9.11/8.3.7/8.4.2/9.2.3
62 1.1 lukem Maintainer: Paul Vixie <vixie (a] vix.com>
63 1.1 lukem Archive Site: ftp://ftp.isc.org/isc/bind/
64 1.1 lukem Mailing List:
65 1.1 lukem Responsible: vixie, itojun
66 1.1 lukem Notes:
67 1.38 wiz bind2netbsd script to import into src/dist/bind.
68 1.38 wiz The Makefiles in src/usr.sbin/bind are not handled by the script.
69 1.38 wiz do not try to use libc resolver from src/usr.sbin/bind, it adds
70 1.1 lukem too much constraint between bind and libc, as well as problem with
71 1.1 lukem _res declaration differences. DNSSEC portion is disabled.
72 1.123 itojun On switching to BIND9: waiting for the release of 9.3.x, as 9.2.x has some
73 1.123 itojun issues (A6 queries for glue, for instance).
74 1.172 itojun 8.4.3 includes serious bug so do not pull it in. if anything, wait for 8.4.4.
75 1.1 lukem
76 1.1 lukem Package: bind/resolver
77 1.18 itojun Version: 4.9.11
78 1.167 itojun Current Vers: 4.9.11/8.3.7/8.4.2/9.2.3
79 1.1 lukem Maintainer: Paul Vixie <vixie (a] vix.com>
80 1.1 lukem Archive Site: ftp://ftp.isc.org/isc/bind/
81 1.1 lukem Mailing List:
82 1.39 itojun Responsible: vixie
83 1.1 lukem Notes:
84 1.1 lukem Mostly imported with cvs import. Makefile's, etc, are not.
85 1.121 wiz upgrade to BIND8 resolver can only happen with libc major bump (otherwise
86 1.1 lukem it needs too much effort). Reasons: (1) need to support binaries that use
87 1.1 lukem BIND4 resolver API (res_init), and need to support BIND8 API. we practically
88 1.1 lukem need to maintain both BIND4 _res and BIND8 _res. (2) amount of local changes.
89 1.1 lukem nsswitch/nsdispatch need to be reimplemented.
90 1.175 itojun do not forget to update gnu/usr.bin/cvs/include/config.h to match
91 1.175 itojun gnu/dist/cvs/config.h.in.
92 1.1 lukem
93 1.161 mrg Package: binutils
94 1.161 mrg Version: 2.14
95 1.109 wiz Current Vers: 2.14
96 1.1 lukem Maintainer: FSF
97 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/binutils/
98 1.1 lukem Mailing List: bug-gnu-utils (a] gnu.org
99 1.61 mrg Responsible: thorpej, mrg
100 1.1 lukem Notes:
101 1.1 lukem
102 1.1 lukem Package: bsd-family-tree
103 1.140 cjep Version: 1.73
104 1.168 itojun Current Vers: 1.75
105 1.144 dent Maintainer: n/a
106 1.1 lukem Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
107 1.1 lukem Mailing List:
108 1.1 lukem Responsible: itojun
109 1.1 lukem Notes:
110 1.1 lukem
111 1.1 lukem Package: bzip2
112 1.1 lukem Version: 1.0.2
113 1.1 lukem Current Vers: 1.0.2
114 1.1 lukem Maintainer: Julian Seward <jseward (a] acm.org>
115 1.1 lukem Archive Site: http://sources.redhat.com/bzip2/
116 1.1 lukem Mailing List:
117 1.1 lukem Responsible:
118 1.1 lukem Notes:
119 1.1 lukem See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
120 1.1 lukem
121 1.1 lukem Package: Citrus XPG4DL
122 1.1 lukem Version: ?
123 1.1 lukem Current Vers: ?
124 1.1 lukem Maintainer: Citrus
125 1.1 lukem Archive Site: http://citrus.bsdclub.org/
126 1.1 lukem Mailing List: bsd-locale (a] hauN.org
127 1.131 itojun Responsible: itojun, tshiozak
128 1.1 lukem Notes:
129 1.1 lukem language C multilingualization support suite using wchar_t and other standards.
130 1.173 itojun The main development playground of Citrus is in NetBSD CVS, so you don't
131 1.173 itojun need to look for other CVS tree (like citrus CVS tree)
132 1.1 lukem main trunc has Citrus code in the following places:
133 1.173 itojun - src/lib/libc/locale, LC_CTYPE: single/multibyte support
134 1.173 itojun - src/lib/libintl: GNU libc compatible gettext(3) implementation.
135 1.173 itojun - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
136 1.173 itojun - src/lib/libc/iconv: iconv(3)
137 1.1 lukem
138 1.1 lukem Package: cron
139 1.1 lukem Version: 3.0
140 1.1 lukem Current Vers: 3.0
141 1.1 lukem Maintainer: Paul Vixie <vixie (a] vix.com>
142 1.1 lukem Archive Site: ftp://ftp.vix.com/pub/vixie/cron-3.0/
143 1.1 lukem Mailing List:
144 1.1 lukem Responsible:
145 1.1 lukem Notes:
146 1.111 hubertf ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, aparently
147 1.111 hubertf there's also a version in the works that has all changes from *BSD and Linux.
148 1.1 lukem
149 1.1 lukem Package: cvs
150 1.172 itojun Version: 1.11.11
151 1.186 wiz Current Vers: 1.11.13/1.12.3
152 1.1 lukem Maintainer: cvshome
153 1.1 lukem Archive Site: ftp://ftp.cvshome.org/pub/
154 1.1 lukem Mailing List: bug-cvs (a] gnu.org
155 1.127 salo Responsible: Christos Zoulas <christos (a] NetBSD.org>, wiz
156 1.1 lukem Notes:
157 1.38 wiz Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
158 1.1 lukem for the import.
159 1.1 lukem
160 1.1 lukem Package: db
161 1.1 lukem Version: 1.85
162 1.34 wiz Current Vers: 1.86/4.1.25
163 1.1 lukem Maintainer: Keith Bostic <bostic (a] vangogh.cs.berkeley.edu>
164 1.1 lukem Archive Site: http://www.sleepycat.com/products.html
165 1.1 lukem Mailing List:
166 1.1 lukem Responsible:
167 1.1 lukem Notes:
168 1.1 lukem Note that we cannot use db 2.x for license reasons.
169 1.1 lukem Three bug fixes against 1.85 sent back to bostic. Changes to
170 1.1 lukem man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
171 1.1 lukem Import of DB 1.85 was done via a sh script which converted the
172 1.1 lukem distribution into the netbsd format. The script can be found in
173 1.1 lukem src/lib/libc/db/db2netbsd.
174 1.1 lukem
175 1.1 lukem Package: dhcp
176 1.56 drochner Version: 3.0.1rc11
177 1.183 taca Current Vers: 3.0pl2/3.0.1rc13
178 1.127 salo Maintainer: Ted Lemon <mellon (a] NetBSD.org>
179 1.1 lukem Archive Site: ftp://ftp.isc.org/isc/dhcp/
180 1.1 lukem Mailing List: dhcp-server (a] isc.org
181 1.1 lukem Mailing List: dhcp-client (a] isc.org
182 1.1 lukem Mailing List: dhcp-announce (a] isc.org
183 1.1 lukem Mailing List: dhcp-bugs (a] isc.org
184 1.1 lukem Responsible: mellon
185 1.1 lukem Notes:
186 1.1 lukem No changes for NetBSD integration - just import the new distribution on
187 1.1 lukem top of the current tree.
188 1.1 lukem
189 1.1 lukem Package: diffutils
190 1.42 wiz Version: 2.8.1
191 1.1 lukem Current Vers: 2.8.1
192 1.1 lukem Maintainer: FSF
193 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
194 1.1 lukem Mailing List: bug-gnu-utils (a] gnu.org
195 1.42 wiz Responsible: wiz
196 1.1 lukem Notes:
197 1.43 wiz Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
198 1.43 wiz for the import.
199 1.1 lukem
200 1.1 lukem Package: dtoa.c
201 1.1 lukem Version: Jan 4, 1995
202 1.1 lukem Current Vers: Feb 7, 2001
203 1.1 lukem Maintainer: David M. Gay <dmg (a] bell-labs.com>
204 1.1 lukem Archive Site: ftp://netlib.lucent.com/netlib/fp/
205 1.1 lukem Mailing List: none
206 1.1 lukem Responsible:
207 1.1 lukem Notes:
208 1.1 lukem Added conditionals to automagically determine type and endianness of
209 1.1 lukem FP numbers. Added ULong type (but Gay says he'll adopt that change
210 1.1 lukem for the next release).
211 1.1 lukem
212 1.1 lukem Package: file
213 1.154 pooka Version: 4.06
214 1.176 wiz Current Vers: 4.07
215 1.1 lukem Maintainer: Christos Zoulas <christos (a] zoulas.com>
216 1.1 lukem Archive Site: ftp://ftp.astron.com/pub/file/
217 1.1 lukem Mailing List: file (a] mx.gw.com
218 1.1 lukem Responsible: christos, pooka
219 1.1 lukem Notes:
220 1.1 lukem
221 1.1 lukem Package: flex
222 1.1 lukem Version: 2.5.4
223 1.145 dent Current Vers: 2.5.4a/2.5.31
224 1.1 lukem Maintainer: Vern Paxson <vern (a] ee.lbl.gov>
225 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/
226 1.1 lukem Mailing List:
227 1.1 lukem Responsible: mikel
228 1.1 lukem Notes:
229 1.1 lukem flex 2.5.4a contains only copyright notice changes over version 2.5.4;
230 1.1 lukem internally not even the version number changed.
231 1.78 enami Newer flex will be found in:
232 1.78 enami http://sourceforge.net/projects/lex/
233 1.1 lukem
234 1.1 lukem Package: gawk
235 1.146 wiz Version: 3.1.3
236 1.118 wiz Current Vers: 3.1.3
237 1.1 lukem Maintainer: Arnold Robbins <arnold (a] skeeve.atl.ga.us>,
238 1.1 lukem Maintainer: David Trueman <david (a] cs.dal.ca>
239 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gawk/
240 1.1 lukem Mailing List: bug-gawk (a] gnu.org
241 1.1 lukem Responsible:
242 1.1 lukem Notes:
243 1.190 jdolecek Replaced by nawk. gawk sources will be removed from tree
244 1.190 jdolecek after some grace period.
245 1.1 lukem
246 1.1 lukem Package: gcc
247 1.150 mrg Version: 2.95.3/3.3.2
248 1.185 mrg Current Vers: 3.3.3-20040209
249 1.1 lukem Maintainer: cygnus
250 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gcc/
251 1.1 lukem Mailing List: gcc-bugs (a] gnu.org
252 1.61 mrg Responsible: thorpej, mrg
253 1.1 lukem Notes:
254 1.185 mrg before importing:
255 1.185 mrg - delete all .cvsignore and .brik files
256 1.185 mrg - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
257 1.1 lukem
258 1.1 lukem Package: gdb
259 1.159 mrg Version: 5.3
260 1.158 wiz Current Vers: 6.0
261 1.1 lukem Maintainer: FSF
262 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gdb/
263 1.1 lukem Mailing List: bug-gdb (a] gnu.org
264 1.61 mrg Responsible: thorpej, mrg
265 1.1 lukem Notes:
266 1.1 lukem
267 1.1 lukem Package: gettext
268 1.1 lukem Version: 0.10.35
269 1.160 wiz Current Vers: 0.13
270 1.1 lukem Maintainer: FSF
271 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gettext/
272 1.1 lukem Mailing List: bug-gnu-utils (a] gnu.org
273 1.1 lukem Responsible: itojun
274 1.1 lukem Notes:
275 1.1 lukem GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
276 1.1 lukem we use BSD-licensed implementation from Citrus project (see entry for
277 1.1 lukem "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
278 1.122 itojun 0.11.x introduced new file format with file format revision >= 1, while our
279 1.122 itojun BSD-licensed libintl supports revision 0 only. Therefore, we cannot upgrade
280 1.122 itojun to 0.11.x until we add support for new file format.
281 1.1 lukem
282 1.1 lukem Package: grep
283 1.52 wiz Version: 2.5.1
284 1.50 enami Current Vers: 2.5.1
285 1.1 lukem Maintainer: FSF
286 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/grep/
287 1.1 lukem Mailing List: bug-gnu-utils (a] gnu.org
288 1.44 wiz Responsible: simonb, wiz
289 1.1 lukem Notes:
290 1.44 wiz Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
291 1.44 wiz for the import.
292 1.174 cjep A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
293 1.174 cjep needs some tuning before it can replace gnu grep.
294 1.174 cjep (cf. http://www.vocito.com/downloads/software/grep/)
295 1.1 lukem
296 1.1 lukem Package: groff
297 1.113 wiz Version: 1.19
298 1.92 wiz Current Vers: 1.19
299 1.1 lukem Maintainer: James Clark/FSF
300 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/groff/
301 1.1 lukem Mailing List: bug-groff (a] gnu.org
302 1.1 lukem Responsible: wiz
303 1.1 lukem Notes:
304 1.38 wiz Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
305 1.1 lukem for import.
306 1.1 lukem
307 1.1 lukem Package: gzip
308 1.45 wiz Version: 1.2.4a
309 1.1 lukem Current Vers: 1.2.4a
310 1.1 lukem Maintainer: Jean-loup Gailly <gzip (a] gnu.org>
311 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gzip/
312 1.1 lukem Mailing List: bug-gzip (a] gnu.org
313 1.84 perry Responsible: atatat
314 1.1 lukem Notes:
315 1.1 lukem
316 1.1 lukem Package: heimdal
317 1.99 lha Version: 0.6
318 1.95 wiz Current Vers: 0.6
319 1.1 lukem Maintainer: Heimdal <heimdal (a] pdc.kth.se>
320 1.1 lukem Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
321 1.1 lukem Mailing List: heimdal-discuss (a] pdc.kth.se
322 1.99 lha Responsible: assar, joda, lha
323 1.1 lukem Notes:
324 1.1 lukem
325 1.1 lukem Package: hunt
326 1.117 wiz Version: 2003-04-16
327 1.107 wiz Current Vers: 2003-04-16
328 1.1 lukem Maintainer: ?
329 1.107 wiz Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
330 1.1 lukem Responsible: mrg
331 1.1 lukem Notes:
332 1.1 lukem
333 1.1 lukem Package: ip-filter
334 1.1 lukem Version: 3.4.29
335 1.112 martti Current Vers: 3.4.32
336 1.1 lukem Maintainer: Darren Reed
337 1.1 lukem Archive Site: http://www.ipfilter.org/
338 1.1 lukem Mailing List: ipfilter (a] postbox.anu.edu.au
339 1.5 mrg Responsible: darrenr, mike, martti
340 1.1 lukem Notes:
341 1.1 lukem ipf2netbsd should be used on a virgin ipfilter source tree.
342 1.1 lukem
343 1.1 lukem Package: KAME IPv6
344 1.1 lukem Version: KAME/NetBSD SNAP kit
345 1.1 lukem Current Vers: KAME/NetBSD SNAP kit (shipped every week)
346 1.1 lukem Maintainer: KAME Project <kame (a] kame.net>
347 1.1 lukem Archive Site: http://www.kame.net/
348 1.1 lukem Mailing List: snap-users (a] kame.net
349 1.1 lukem Responsible: itojun
350 1.1 lukem Notes:
351 1.1 lukem IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
352 1.1 lukem more conservative implementation policy.
353 1.1 lukem IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
354 1.1 lukem Please do not make too many diff-unfriendly changes (like indentation change,
355 1.1 lukem KNF police). We need to take diffs across KAME snapshots on upgrades.
356 1.1 lukem To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
357 1.1 lukem in sys/netinet6/in6.h. No script is available for upgrades.
358 1.1 lukem "KAME" branch is used for kernel merge work purposes.
359 1.1 lukem http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
360 1.1 lukem among KAME/*BSD, *BSD-current and recent *BSD releases.
361 1.1 lukem
362 1.1 lukem Package: KAME racoon
363 1.120 itojun Version: KAME/NetBSD current Jul 12 2003
364 1.1 lukem Current Vers: KAME/NetBSD SNAP kit (shipped every week)
365 1.1 lukem Maintainer: KAME Project <kame (a] kame.net>
366 1.1 lukem Archive Site: http://www.kame.net/
367 1.1 lukem Mailing List: snap-users (a] kame.net
368 1.1 lukem Responsible: itojun
369 1.1 lukem Notes:
370 1.1 lukem Please minimize # of local changes. All changes should go back to KAME
371 1.1 lukem repository. Please contact itojun if you want to put changes.
372 1.1 lukem
373 1.1 lukem Package: krb4
374 1.1 lukem Version: 1.2
375 1.78 enami Current Vers: 1.2.2
376 1.1 lukem Maintainer: kth-krb (a] pdc.kth.se
377 1.1 lukem Archive Site: ftp://ftp.pdc.kth.se/pub/krb/src/
378 1.1 lukem Mailing List: krb4 (a] sics.se
379 1.1 lukem Responsible: assar, joda
380 1.1 lukem Notes:
381 1.1 lukem
382 1.1 lukem Package: less
383 1.88 mrg Version: less381
384 1.50 enami Current Vers: less381
385 1.1 lukem Maintainer: Mark Nudleman <marknu (a] flash.net>
386 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/less/
387 1.1 lukem Mailing List:
388 1.1 lukem Responsible: mrg
389 1.1 lukem Notes:
390 1.1 lukem Many changes to make less act as more when invoked as more. Beware.
391 1.1 lukem Use the src/usr.bin/less/less2netbsd script to prepare source tree
392 1.1 lukem for importation. Run ./configure before hand to generate "defines.h".
393 1.110 wiz Talk to mrg before importing any new version. (less 381's configure
394 1.88 mrg does not detect NetBSD has a sigset_t due to a bad test; this is fixed
395 1.88 mrg by hand in defines.h.)
396 1.1 lukem
397 1.1 lukem Package: libcdk
398 1.1 lukem Version: 4.9.9-20000407-myc3
399 1.1 lukem Current Vers: cdk-4.9.10-20000923
400 1.1 lukem Maintainer: mike (a] vexus.ca
401 1.144 dent Archive Site: http://www.vexus.ca/products/CDK/
402 1.1 lukem Responsible: garbled
403 1.1 lukem Notes:
404 1.1 lukem Initial port to netbsd curses was done by mycroft. This is a heavily
405 1.1 lukem modified version of the released CDK 4.9.9. The current version has been
406 1.1 lukem taken over by the Ncurses people, and has a number of changes to it. It
407 1.1 lukem might be worthwhile to import at some future date, but for now we should
408 1.1 lukem leave it alone. (garbled 1/4/2001)
409 1.1 lukem
410 1.1 lukem Package: libpcap
411 1.1 lukem Version: 0.4
412 1.71 wiz Current Vers: 0.7.2
413 1.1 lukem Maintainer: tcpdump-workers (a] tcpdump.org
414 1.1 lukem Archive Site: http://www.tcpdump.org/release/
415 1.1 lukem Mailing List: tcpdump-workers (a] tcpdump.org
416 1.1 lukem Responsible: itojun
417 1.1 lukem Notes:
418 1.1 lukem
419 1.1 lukem Package: libwrap
420 1.1 lukem Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
421 1.1 lukem Current Vers: tcp_wrappers 7.6-ipv6.1
422 1.1 lukem Maintainer: Wietse Venema <wietse (a] porcupine.org>
423 1.1 lukem Archive Site: ftp://ftp.porcupine.org/pub/security/
424 1.1 lukem Mailing List:
425 1.1 lukem Responsible: cjs, itojun
426 1.1 lukem Notes:
427 1.1 lukem We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
428 1.1 lukem under src/usr.sbin). We don't use tcpd; that functionality is built
429 1.1 lukem into inetd. The provided libwrap2netbsd script handles just libwrap.
430 1.1 lukem
431 1.1 lukem Package: mopd
432 1.1 lukem Version: 2.5.3
433 1.1 lukem Current Vers: 2.5.3
434 1.1 lukem Maintainer: Mats O Jansson <maja (a] celsiustech.se>
435 1.1 lukem Archive Site: ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
436 1.1 lukem Mailing List:
437 1.1 lukem Responsible: cjs
438 1.1 lukem Notes:
439 1.1 lukem Delete the otherOS directory before importing.
440 1.1 lukem
441 1.1 lukem Package: nawk
442 1.129 jdolecek Version: 2003-07-29
443 1.189 jdolecek Current Vers: 2004-02-07
444 1.1 lukem Maintainer: Brian Kernighan <bwk (a] bell-labs.com> (Lucent Technologies)
445 1.1 lukem Archive Site: http://cm.bell-labs.com/who/bwk/
446 1.1 lukem Mailing List:
447 1.1 lukem Responsible: jdolecek
448 1.1 lukem Notes:
449 1.1 lukem Build maketab from nawk sources and generate proctab.c.
450 1.1 lukem Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
451 1.38 wiz to src/dist/nawk.
452 1.1 lukem
453 1.1 lukem Package: ndbootd
454 1.1 lukem Version: 0.5
455 1.1 lukem Current Vers: 0.5
456 1.1 lukem Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
457 1.1 lukem Archive Site: http://mit.edu/fredette/www/ndbootd/
458 1.1 lukem Responsible: fredette
459 1.1 lukem Notes:
460 1.1 lukem Run ./configure, save config.h, make distclean, rm all autoconf/automake
461 1.1 lukem and ndbootd-raw.c. Restore saved config.h, and force it to define
462 1.1 lukem HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
463 1.1 lukem
464 1.1 lukem Package: nvi
465 1.136 dsl Version: 1.79nb10
466 1.1 lukem Current Vers: 1.79
467 1.1 lukem Maintainer: Keith Bostic <bostic (a] bsdi.com>
468 1.1 lukem Archive Site: ftp://ftp.bostic.com/pub/
469 1.1 lukem Mailing List:
470 1.5 mrg Responsible: aymeric
471 1.1 lukem Notes:
472 1.1 lukem 1.79 is probably the last version we will import. Nvi is now moving towards
473 1.1 lukem X11 support and other things we don't want.
474 1.1 lukem
475 1.1 lukem Package: ntp
476 1.163 drochner Version: 4.2.0
477 1.149 fredb Current Vers: 4.2.0
478 1.1 lukem Maintainer: David L. Mills <mills (a] udel.edu>
479 1.1 lukem Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
480 1.1 lukem Mailing List:
481 1.1 lukem Responsible: simonb, jonathan
482 1.1 lukem Notes:
483 1.1 lukem See /usr/src/dist/ntp/ntp2netbsd for update instructions.
484 1.1 lukem NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
485 1.1 lukem exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
486 1.1 lukem
487 1.1 lukem Package: OpenSSH
488 1.86 itojun Version: 3.6.1 around 20030403
489 1.187 taca Current Vers: 3.8 / portable 3.8p1
490 1.1 lukem Maintainer: OpenSSH
491 1.1 lukem Archive Site: http://www.openssh.com/ftp.html
492 1.1 lukem Mailing List: openssh-unix-announce (a] mindrot.org
493 1.130 itojun Responsible: thorpej, jwise, itojun
494 1.1 lukem Notes:
495 1.1 lukem imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
496 1.1 lukem into crypto/dist/openssh. use openssh2netbsd before import.
497 1.1 lukem local changes (should always try to bring them back to master openssh tree,
498 1.1 lukem markus is very cooperative about it):
499 1.1 lukem - default for PermitRootLogin is set to "no"
500 1.1 lukem - IgnoreRootRhosts added
501 1.1 lukem - look at login.conf to check valid user/access list
502 1.1 lukem - ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
503 1.1 lukem 1.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
504 1.1 lukem http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
505 1.1 lukem manually to 1.5 branch. version date "20020307" identifies the fix.
506 1.3 itojun http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
507 1.49 wiz version date "20020626" identifies the fix.
508 1.125 itojun official openssh releases dropped kerberosIV support already, therefore
509 1.125 itojun if we need to keep it we need to maintain it ourselves.
510 1.1 lukem
511 1.1 lukem Package: OpenSSL
512 1.157 itojun Version: 0.9.6g + security fix/0.9.7c
513 1.157 itojun Current Vers: 0.9.6l/0.9.7c
514 1.1 lukem Maintainer: The OpenSSL Project
515 1.1 lukem Archive Site: ftp://ftp.openssl.org/source/
516 1.1 lukem Mailing List: openssl-announce (a] openssl.org
517 1.130 itojun Responsible: mcr, thorpej, itojun
518 1.1 lukem Notes:
519 1.1 lukem modified internal types to u_int32_t and alike, for non-32bit friendliness.
520 1.1 lukem removed #ifdefs in header files so that they do not affect ABI.
521 1.119 itojun on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
522 1.1 lukem to tech-security.
523 1.1 lukem crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
524 1.1 lukem (should be done after the import - for some of the past imports done before
525 1.1 lukem import by mistake).
526 1.1 lukem
527 1.19 wiz Package: pdisk
528 1.19 wiz Version: 0.8a2
529 1.19 wiz Current Vers: 0.8a2
530 1.19 wiz Maintainer: Eryk Vershen <eryk (a] cfcl.com>
531 1.19 wiz Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
532 1.19 wiz Mailing List:
533 1.19 wiz Responsible: dbj
534 1.19 wiz Notes:
535 1.19 wiz This is the disk partition utility used by Apple's mkLinux and osX
536 1.19 wiz It is imported into dist/pdisk, with a reachover makefile in
537 1.19 wiz src/sbin/pdisk builds for macppc and mac68k.
538 1.19 wiz
539 1.1 lukem Package: pdksh
540 1.1 lukem Version: 5.2.14p2
541 1.1 lukem Current Vers: 5.2.14p2
542 1.1 lukem Maintainer: Michael Rendell <michael (a] cs.mun.ca>
543 1.1 lukem Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
544 1.1 lukem Mailing List:
545 1.1 lukem Responsible:
546 1.1 lukem pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
547 1.1 lukem
548 1.1 lukem Package: ping
549 1.1 lukem Version: 980911
550 1.1 lukem Current Vers: 980911
551 1.1 lukem Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
552 1.1 lukem Archive Site: ftp://ftp.rhyolite.com/src/
553 1.1 lukem Mailing List:
554 1.127 salo Responsible: christos (a] NetBSD.org
555 1.1 lukem Notes:
556 1.1 lukem We use err() and friends. We have changes for snprintf, extra
557 1.1 lukem formating in man pages, disallowing flood pinging, alignment fixes,
558 1.1 lukem and more.
559 1.1 lukem
560 1.1 lukem Package: postfix
561 1.72 perry Version: 2.0.6
562 1.180 taca Current Vers: 2.0.18
563 1.1 lukem Maintainer: Wietse Venema <wietse (a] porcupine.org>
564 1.1 lukem Archive Site: ftp://postfix.cloud9.net/official/
565 1.1 lukem Mailing List: postfix-users (a] postfix.org
566 1.127 salo Responsible: perry (a] NetBSD.org, itojun (a] NetBSD.org
567 1.1 lukem Notes:
568 1.1 lukem
569 1.1 lukem Package: ppp
570 1.1 lukem Version: 2.4.1
571 1.1 lukem Current Vers: 2.4.1
572 1.1 lukem Maintainer: Paul Mackerras <paulus (a] samba.org>
573 1.1 lukem Archive Site: ftp://ftp.samba.org/pub/ppp/
574 1.1 lukem CVS root: :pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
575 1.1 lukem Mailing List:
576 1.127 salo Responsible: christos (a] NetBSD.org
577 1.1 lukem Notes:
578 1.1 lukem BSD support was removed from 2.4.0; I added it back and removed
579 1.1 lukem some GPL pieces. Multilink support is missing. Repeated pings to
580 1.1 lukem Paulus have not yielded results. I've retrofitted pppdump to use
581 1.1 lukem our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
582 1.1 lukem is clearly a pain. I have not tested the modules code, neither our
583 1.1 lukem makefiles make it easy to construct a module, but I left one there
584 1.1 lukem as an example.
585 1.1 lukem CMU copyright clause was updated to follow
586 1.1 lukem http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
587 1.1 lukem Australian National University copyright clause was updated.
588 1.1 lukem Eric Rosenquist copyright clause was updated.
589 1.1 lukem
590 1.1 lukem Package: rcs
591 1.1 lukem Version: 5.7
592 1.1 lukem Current Vers: 5.7
593 1.1 lukem Maintainer: FSF
594 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/rcs/
595 1.1 lukem Mailing List: bug-gnu-utils (a] gnu.org
596 1.1 lukem Responsible: mycroft
597 1.1 lukem Notes:
598 1.1 lukem Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
599 1.1 lukem
600 1.1 lukem Package: root.cache
601 1.182 taca Version: 2004012900 (Jan 29, 2004)
602 1.182 taca Current Vers: 2004012900 (Jan 29, 2004)
603 1.14 perry Maintainer: InterNIC
604 1.14 perry Archive Site: ftp://ftp.internic.net/domain/named.root
605 1.1 lukem Mailing List:
606 1.14 perry Responsible: perry, thorpej
607 1.1 lukem Notes:
608 1.1 lukem The root server cache is also included with BIND. However, the
609 1.1 lukem InterNIC version is usually more up to date.
610 1.1 lukem
611 1.1 lukem Package: routed
612 1.25 christos Version: 2.27
613 1.1 lukem Current Vers: 2.27
614 1.1 lukem Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
615 1.1 lukem Archive Site: ftp://ftp.rhyolite.com/src/
616 1.1 lukem Mailing List:
617 1.127 salo Responsible: christos (a] NetBSD.org
618 1.1 lukem Notes:
619 1.1 lukem We use the md5 code from libc
620 1.1 lukem We don't allow RIP_TRACEON and RIP_TRACEOFF
621 1.1 lukem
622 1.1 lukem Package: send-pr (part of GNATS)
623 1.1 lukem Version: 3.95
624 1.142 wiz Current Vers: 4.0
625 1.1 lukem Maintainer: FSF
626 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/gnats/
627 1.1 lukem Mailing List: bug-gnats (a] gnu.org
628 1.1 lukem Responsible:
629 1.1 lukem Notes:
630 1.1 lukem
631 1.1 lukem Package: sendmail
632 1.102 atatat Version: 8.12.9
633 1.178 taca Current Vers: 8.12.11
634 1.1 lukem Maintainer: Eric P. Allman
635 1.1 lukem Archive Site: ftp://ftp.sendmail.org/pub/sendmail/
636 1.1 lukem Mailing List:
637 1.127 salo Responsible: atatat (a] NetBSD.org
638 1.1 lukem Notes:
639 1.1 lukem use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
640 1.1 lukem local changes:
641 1.1 lukem - do not reverse-resolve link-local addresses
642 1.1 lukem - syslog args change
643 1.1 lukem
644 1.1 lukem Package: SoftFloat
645 1.1 lukem Version: 2a
646 1.1 lukem Current Vers: 2b
647 1.144 dent Maintainer: John Hauser <jhauser (a] jhauser.us>
648 1.144 dent Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
649 1.1 lukem Mailing List:
650 1.1 lukem Responsible: bjh21
651 1.1 lukem Notes:
652 1.1 lukem Heavily modified for use as a soft float library for GCC. The actual
653 1.1 lukem arithmetic code is unchanged, though, and should behave exactly like the
654 1.1 lukem original.
655 1.1 lukem
656 1.1 lukem Package: tcpdump
657 1.1 lukem Version: 3.7.1 as of 2002/5/31
658 1.71 wiz Current Vers: 3.7.2
659 1.1 lukem Maintainer: tcpdump-workers (a] tcpdump.org
660 1.1 lukem Archive Site: http://www.tcpdump.org/release/
661 1.1 lukem Mailing List: tcpdump-workers (a] tcpdump.org
662 1.1 lukem Responsible: itojun
663 1.1 lukem Notes:
664 1.2 wiz Code will be imported into src/dist/tcpdump. Changes have to go back to
665 1.1 lukem tcpdump.org.
666 1.1 lukem
667 1.1 lukem Package: termcap.src
668 1.1 lukem Version: 9.13.25
669 1.1 lukem Current Vers: 11.0.1
670 1.1 lukem Maintainer: Eric S. Raymond <terminfo (a] ccil.org>
671 1.50 enami Archive Site: http://www.catb.org/~esr/terminfo/
672 1.1 lukem Mailing List:
673 1.1 lukem Responsible:
674 1.1 lukem Notes:
675 1.1 lukem
676 1.1 lukem Package: TestFloat
677 1.1 lukem Version: 2a
678 1.1 lukem Current Vers: 2a
679 1.144 dent Maintainer: John Hauser <jhauser (a] jhauser.us>
680 1.144 dent Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
681 1.1 lukem Mailing List:
682 1.1 lukem Responsible: ross
683 1.1 lukem Notes:
684 1.1 lukem
685 1.1 lukem Package: texinfo
686 1.116 wiz Version: 4.6
687 1.108 wiz Current Vers: 4.6
688 1.1 lukem Maintainer: FSF
689 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
690 1.1 lukem Mailing List: bug-texinfo (a] gnu.org
691 1.1 lukem Responsible: wiz
692 1.1 lukem Notes:
693 1.38 wiz Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
694 1.38 wiz for the import.
695 1.1 lukem
696 1.1 lukem Package: top
697 1.1 lukem Version: 3.5beta9
698 1.142 wiz Current Vers: 3.5b12.7
699 1.1 lukem Maintainer: William LeFebvre <wnl (a] groupsys.com>
700 1.1 lukem Archive Site: ftp://ftp.groupsys.com/pub/top/
701 1.1 lukem Mailing List: top-spinners (a] ocee.groupsys.com
702 1.1 lukem Responsible: simonb
703 1.1 lukem Notes:
704 1.1 lukem Remove all non-current NetBSD machine definitions and man page
705 1.1 lukem extensions in machine/ before importing.
706 1.1 lukem After importing, run:
707 1.1 lukem ./Configure <netbsd-module-name>
708 1.1 lukem rm machine/*.desc Make.desc SYNOPSIS machine.c
709 1.1 lukem cvs commit -m "Update ./Configure'd files." top.local.h top.1
710 1.1 lukem
711 1.1 lukem Package: traceroute
712 1.1 lukem Version: 1.4a5
713 1.1 lukem Current Vers: 1.4a12
714 1.1 lukem Maintainer: traceroute (a] ee.lbl.gov
715 1.1 lukem Archive Site: ftp://ftp.ee.lbl.gov/
716 1.1 lukem Mailing List:
717 1.1 lukem Responsible:
718 1.1 lukem Notes:
719 1.1 lukem
720 1.1 lukem Package: tz
721 1.171 kleink Version: tzcode2003e / tzdata2003e
722 1.171 kleink Current Vers: tzcode2003e / tzdata2003e
723 1.1 lukem Maintainer: Arthur David Olson <ado (a] elsie.nci.nih.gov>
724 1.1 lukem Archive Site: ftp://elsie.nci.nih.gov/pub/
725 1.1 lukem Mailing List: tz (a] elsie.nci.nih.gov
726 1.1 lukem Responsible: kleink
727 1.1 lukem Notes:
728 1.1 lukem Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
729 1.1 lukem for import.
730 1.1 lukem
731 1.1 lukem Package: uucp
732 1.1 lukem Version: 1.06.1
733 1.104 wiz Current Vers: 1.07
734 1.1 lukem Maintainer: Ian Lance Taylor <ian (a] airs.com>
735 1.1 lukem Archive Site: ftp://ftp.gnu.org/gnu/uucp/
736 1.1 lukem Mailing List: taylor-uucp (a] cirr.com
737 1.1 lukem Responsible: jtk
738 1.1 lukem Notes:
739 1.1 lukem
740 1.1 lukem Package: XFree86
741 1.188 tron Version: 3.3.6/4.4.0
742 1.188 tron Current Vers: 3.3.6/4.4.0
743 1.1 lukem Maintainer: XFree86 consortium
744 1.1 lukem Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
745 1.1 lukem Mailing List:
746 1.1 lukem Responsible: tron
747 1.1 lukem Notes:
748 1.1 lukem 3.3.6:
749 1.1 lukem - Security patches from OpenBSD SA 2000-021 are merged into the tree.
750 1.1 lukem - Fix 01-08 from the xfree86 fixes directory are merged into the tree.
751 1.1 lukem - imported changes from 3.3.6 branch on 2001-03-05
752 1.1 lukem 4.x:
753 1.60 tron Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
754 1.1 lukem files which we don't need in our tree.
755 1.1 lukem ALL changes must be sent back to the XFree86 repository. Patches should
756 1.170 tron be sent to patches (a] XFree86.org.
757 1.1 lukem
758 1.1 lukem Package: zlib
759 1.1 lukem Version: 1.1.4
760 1.160 wiz Current Vers: 1.2.1
761 1.1 lukem Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
762 1.1 lukem Archive Site: http://www.gzip.org/zlib/
763 1.1 lukem Mailing List:
764 1.1 lukem Responsible: gwr, tron
765 1.1 lukem Notes:
766 1.1 lukem The sources were integrated into src/lib/libz as usual on *nix,
767 1.1 lukem and partially duplicated under src/sys/lib/libz for the kernel.
768 1.1 lukem The header zconf.h was "boiled down" to the minimum for *BSD.
769 1.1 lukem The Makefile is completely new (*BSD style, of course). Lastly,
770 1.1 lukem the file gzio.c was changed to allow -DNO_DEFLATE to eliminate
771 1.1 lukem all references to deflate.c and friends, which permits building
772 1.1 lukem a really small zcat implementation. (src/distrib/utils/zcat)
773 1.181 mrg There are two additional API functions in the NetBSD userland
774 1.181 mrg zlib, used by the free NetBSD gzip(1).
775 1.147 grog
776 1.147 grog Package: Vinum
777 1.147 grog Version: 2003-10-10
778 1.147 grog Current: 2003-10-10
779 1.147 grog Maintainer: grog
780 1.147 grog URL: http://www.vinumvm.org/
781 1.147 grog Archive Site: none
782 1.147 grog Mailing List: vinum-devel (a] auug.org.au
783 1.147 grog CVS location: none
784 1.147 grog Responsible: grog
785 1.147 grog Notes:
786 1.147 grog Based on a NetBSD-specific version generated on the fly. This
787 1.147 grog should remain effectively identical to the NetBSD branch
788 1.147 grog except during testing.
789