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