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