3RDPARTY revision 1.184 1 # $NetBSD: 3RDPARTY,v 1.184 2004/02/14 17:01:42 kochi 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: 20040211
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, aparently
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.11/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.06
214 Current Vers: 4.07
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: gawk
235 Version: 3.1.3
236 Current Vers: 3.1.3
237 Maintainer: Arnold Robbins <arnold (a] skeeve.atl.ga.us>,
238 Maintainer: David Trueman <david (a] cs.dal.ca>
239 Archive Site: ftp://ftp.gnu.org/gnu/gawk/
240 Mailing List: bug-gawk (a] gnu.org
241 Responsible:
242 Notes:
243 Should look at ATT awk as a replacement for this. A download link
244 is available at http://cm.bell-labs.com/who/bwk/
245 See also nawk entry below.
246
247 Package: gcc
248 Version: 2.95.3/3.3.2
249 Current Vers: 3.3.2
250 Maintainer: cygnus
251 Archive Site: ftp://ftp.gnu.org/gnu/gcc/
252 Mailing List: gcc-bugs (a] gnu.org
253 Responsible: thorpej, mrg
254 Notes:
255
256 Package: gdb
257 Version: 5.3
258 Current Vers: 6.0
259 Maintainer: FSF
260 Archive Site: ftp://ftp.gnu.org/gnu/gdb/
261 Mailing List: bug-gdb (a] gnu.org
262 Responsible: thorpej, mrg
263 Notes:
264
265 Package: gettext
266 Version: 0.10.35
267 Current Vers: 0.13
268 Maintainer: FSF
269 Archive Site: ftp://ftp.gnu.org/gnu/gettext/
270 Mailing List: bug-gnu-utils (a] gnu.org
271 Responsible: itojun
272 Notes:
273 GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
274 we use BSD-licensed implementation from Citrus project (see entry for
275 "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
276 0.11.x introduced new file format with file format revision >= 1, while our
277 BSD-licensed libintl supports revision 0 only. Therefore, we cannot upgrade
278 to 0.11.x until we add support for new file format.
279
280 Package: grep
281 Version: 2.5.1
282 Current Vers: 2.5.1
283 Maintainer: FSF
284 Archive Site: ftp://ftp.gnu.org/gnu/grep/
285 Mailing List: bug-gnu-utils (a] gnu.org
286 Responsible: simonb, wiz
287 Notes:
288 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
289 for the import.
290 A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
291 needs some tuning before it can replace gnu grep.
292 (cf. http://www.vocito.com/downloads/software/grep/)
293
294 Package: groff
295 Version: 1.19
296 Current Vers: 1.19
297 Maintainer: James Clark/FSF
298 Archive Site: ftp://ftp.gnu.org/gnu/groff/
299 Mailing List: bug-groff (a] gnu.org
300 Responsible: wiz
301 Notes:
302 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
303 for import.
304
305 Package: gzip
306 Version: 1.2.4a
307 Current Vers: 1.2.4a
308 Maintainer: Jean-loup Gailly <gzip (a] gnu.org>
309 Archive Site: ftp://ftp.gnu.org/gnu/gzip/
310 Mailing List: bug-gzip (a] gnu.org
311 Responsible: atatat
312 Notes:
313
314 Package: heimdal
315 Version: 0.6
316 Current Vers: 0.6
317 Maintainer: Heimdal <heimdal (a] pdc.kth.se>
318 Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
319 Mailing List: heimdal-discuss (a] pdc.kth.se
320 Responsible: assar, joda, lha
321 Notes:
322
323 Package: hunt
324 Version: 2003-04-16
325 Current Vers: 2003-04-16
326 Maintainer: ?
327 Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
328 Responsible: mrg
329 Notes:
330
331 Package: ip-filter
332 Version: 3.4.29
333 Current Vers: 3.4.32
334 Maintainer: Darren Reed
335 Archive Site: http://www.ipfilter.org/
336 Mailing List: ipfilter (a] postbox.anu.edu.au
337 Responsible: darrenr, mike, martti
338 Notes:
339 ipf2netbsd should be used on a virgin ipfilter source tree.
340
341 Package: KAME IPv6
342 Version: KAME/NetBSD SNAP kit
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 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
350 more conservative implementation policy.
351 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
352 Please do not make too many diff-unfriendly changes (like indentation change,
353 KNF police). We need to take diffs across KAME snapshots on upgrades.
354 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
355 in sys/netinet6/in6.h. No script is available for upgrades.
356 "KAME" branch is used for kernel merge work purposes.
357 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
358 among KAME/*BSD, *BSD-current and recent *BSD releases.
359
360 Package: KAME racoon
361 Version: KAME/NetBSD current Jul 12 2003
362 Current Vers: KAME/NetBSD SNAP kit (shipped every week)
363 Maintainer: KAME Project <kame (a] kame.net>
364 Archive Site: http://www.kame.net/
365 Mailing List: snap-users (a] kame.net
366 Responsible: itojun
367 Notes:
368 Please minimize # of local changes. All changes should go back to KAME
369 repository. Please contact itojun if you want to put changes.
370
371 Package: krb4
372 Version: 1.2
373 Current Vers: 1.2.2
374 Maintainer: kth-krb (a] pdc.kth.se
375 Archive Site: ftp://ftp.pdc.kth.se/pub/krb/src/
376 Mailing List: krb4 (a] sics.se
377 Responsible: assar, joda
378 Notes:
379
380 Package: less
381 Version: less381
382 Current Vers: less381
383 Maintainer: Mark Nudleman <marknu (a] flash.net>
384 Archive Site: ftp://ftp.gnu.org/gnu/less/
385 Mailing List:
386 Responsible: mrg
387 Notes:
388 Many changes to make less act as more when invoked as more. Beware.
389 Use the src/usr.bin/less/less2netbsd script to prepare source tree
390 for importation. Run ./configure before hand to generate "defines.h".
391 Talk to mrg before importing any new version. (less 381's configure
392 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
393 by hand in defines.h.)
394
395 Package: libcdk
396 Version: 4.9.9-20000407-myc3
397 Current Vers: cdk-4.9.10-20000923
398 Maintainer: mike (a] vexus.ca
399 Archive Site: http://www.vexus.ca/products/CDK/
400 Responsible: garbled
401 Notes:
402 Initial port to netbsd curses was done by mycroft. This is a heavily
403 modified version of the released CDK 4.9.9. The current version has been
404 taken over by the Ncurses people, and has a number of changes to it. It
405 might be worthwhile to import at some future date, but for now we should
406 leave it alone. (garbled 1/4/2001)
407
408 Package: libpcap
409 Version: 0.4
410 Current Vers: 0.7.2
411 Maintainer: tcpdump-workers (a] tcpdump.org
412 Archive Site: http://www.tcpdump.org/release/
413 Mailing List: tcpdump-workers (a] tcpdump.org
414 Responsible: itojun
415 Notes:
416
417 Package: libwrap
418 Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
419 Current Vers: tcp_wrappers 7.6-ipv6.1
420 Maintainer: Wietse Venema <wietse (a] porcupine.org>
421 Archive Site: ftp://ftp.porcupine.org/pub/security/
422 Mailing List:
423 Responsible: cjs, itojun
424 Notes:
425 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
426 under src/usr.sbin). We don't use tcpd; that functionality is built
427 into inetd. The provided libwrap2netbsd script handles just libwrap.
428
429 Package: mopd
430 Version: 2.5.3
431 Current Vers: 2.5.3
432 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
433 Archive Site: ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
434 Mailing List:
435 Responsible: cjs
436 Notes:
437 Delete the otherOS directory before importing.
438
439 Package: nawk
440 Version: 2003-07-29
441 Current Vers: 2003-07-29
442 Maintainer: Brian Kernighan <bwk (a] bell-labs.com> (Lucent Technologies)
443 Archive Site: http://cm.bell-labs.com/who/bwk/
444 Mailing List:
445 Responsible: jdolecek
446 Notes:
447 We still use gawk as the system awk. nawk is here for evaluation only for now.
448 Build maketab from nawk sources and generate proctab.c.
449 Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
450 to src/dist/nawk.
451
452 Package: ndbootd
453 Version: 0.5
454 Current Vers: 0.5
455 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
456 Archive Site: http://mit.edu/fredette/www/ndbootd/
457 Responsible: fredette
458 Notes:
459 Run ./configure, save config.h, make distclean, rm all autoconf/automake
460 and ndbootd-raw.c. Restore saved config.h, and force it to define
461 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
462
463 Package: nvi
464 Version: 1.79nb10
465 Current Vers: 1.79
466 Maintainer: Keith Bostic <bostic (a] bsdi.com>
467 Archive Site: ftp://ftp.bostic.com/pub/
468 Mailing List:
469 Responsible: aymeric
470 Notes:
471 1.79 is probably the last version we will import. Nvi is now moving towards
472 X11 support and other things we don't want.
473
474 Package: ntp
475 Version: 4.2.0
476 Current Vers: 4.2.0
477 Maintainer: David L. Mills <mills (a] udel.edu>
478 Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
479 Mailing List:
480 Responsible: simonb, jonathan
481 Notes:
482 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
483 NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
484 exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
485
486 Package: OpenSSH
487 Version: 3.6.1 around 20030403
488 Current Vers: 3.7.1 / portable 3.7.1p2
489 Maintainer: OpenSSH
490 Archive Site: http://www.openssh.com/ftp.html
491 Mailing List: openssh-unix-announce (a] mindrot.org
492 Responsible: thorpej, jwise, itojun
493 Notes:
494 imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
495 into crypto/dist/openssh. use openssh2netbsd before import.
496 local changes (should always try to bring them back to master openssh tree,
497 markus is very cooperative about it):
498 - default for PermitRootLogin is set to "no"
499 - IgnoreRootRhosts added
500 - look at login.conf to check valid user/access list
501 - ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
502 1.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
503 http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
504 manually to 1.5 branch. version date "20020307" identifies the fix.
505 http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
506 version date "20020626" identifies the fix.
507 official openssh releases dropped kerberosIV support already, therefore
508 if we need to keep it we need to maintain it ourselves.
509
510 Package: OpenSSL
511 Version: 0.9.6g + security fix/0.9.7c
512 Current Vers: 0.9.6l/0.9.7c
513 Maintainer: The OpenSSL Project
514 Archive Site: ftp://ftp.openssl.org/source/
515 Mailing List: openssl-announce (a] openssl.org
516 Responsible: mcr, thorpej, itojun
517 Notes:
518 modified internal types to u_int32_t and alike, for non-32bit friendliness.
519 removed #ifdefs in header files so that they do not affect ABI.
520 on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
521 to tech-security.
522 crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
523 (should be done after the import - for some of the past imports done before
524 import by mistake).
525
526 Package: pdisk
527 Version: 0.8a2
528 Current Vers: 0.8a2
529 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
530 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
531 Mailing List:
532 Responsible: dbj
533 Notes:
534 This is the disk partition utility used by Apple's mkLinux and osX
535 It is imported into dist/pdisk, with a reachover makefile in
536 src/sbin/pdisk builds for macppc and mac68k.
537
538 Package: pdksh
539 Version: 5.2.14p2
540 Current Vers: 5.2.14p2
541 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
542 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
543 Mailing List:
544 Responsible:
545 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
546
547 Package: ping
548 Version: 980911
549 Current Vers: 980911
550 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
551 Archive Site: ftp://ftp.rhyolite.com/src/
552 Mailing List:
553 Responsible: christos (a] NetBSD.org
554 Notes:
555 We use err() and friends. We have changes for snprintf, extra
556 formating in man pages, disallowing flood pinging, alignment fixes,
557 and more.
558
559 Package: postfix
560 Version: 2.0.6
561 Current Vers: 2.0.18
562 Maintainer: Wietse Venema <wietse (a] porcupine.org>
563 Archive Site: ftp://postfix.cloud9.net/official/
564 Mailing List: postfix-users (a] postfix.org
565 Responsible: perry (a] NetBSD.org, itojun (a] NetBSD.org
566 Notes:
567
568 Package: ppp
569 Version: 2.4.1
570 Current Vers: 2.4.1
571 Maintainer: Paul Mackerras <paulus (a] samba.org>
572 Archive Site: ftp://ftp.samba.org/pub/ppp/
573 CVS root: :pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
574 Mailing List:
575 Responsible: christos (a] NetBSD.org
576 Notes:
577 BSD support was removed from 2.4.0; I added it back and removed
578 some GPL pieces. Multilink support is missing. Repeated pings to
579 Paulus have not yielded results. I've retrofitted pppdump to use
580 our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
581 is clearly a pain. I have not tested the modules code, neither our
582 makefiles make it easy to construct a module, but I left one there
583 as an example.
584 CMU copyright clause was updated to follow
585 http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
586 Australian National University copyright clause was updated.
587 Eric Rosenquist copyright clause was updated.
588
589 Package: rcs
590 Version: 5.7
591 Current Vers: 5.7
592 Maintainer: FSF
593 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
594 Mailing List: bug-gnu-utils (a] gnu.org
595 Responsible: mycroft
596 Notes:
597 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
598
599 Package: root.cache
600 Version: 2004012900 (Jan 29, 2004)
601 Current Vers: 2004012900 (Jan 29, 2004)
602 Maintainer: InterNIC
603 Archive Site: ftp://ftp.internic.net/domain/named.root
604 Mailing List:
605 Responsible: perry, thorpej
606 Notes:
607 The root server cache is also included with BIND. However, the
608 InterNIC version is usually more up to date.
609
610 Package: routed
611 Version: 2.27
612 Current Vers: 2.27
613 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
614 Archive Site: ftp://ftp.rhyolite.com/src/
615 Mailing List:
616 Responsible: christos (a] NetBSD.org
617 Notes:
618 We use the md5 code from libc
619 We don't allow RIP_TRACEON and RIP_TRACEOFF
620
621 Package: send-pr (part of GNATS)
622 Version: 3.95
623 Current Vers: 4.0
624 Maintainer: FSF
625 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
626 Mailing List: bug-gnats (a] gnu.org
627 Responsible:
628 Notes:
629
630 Package: sendmail
631 Version: 8.12.9
632 Current Vers: 8.12.11
633 Maintainer: Eric P. Allman
634 Archive Site: ftp://ftp.sendmail.org/pub/sendmail/
635 Mailing List:
636 Responsible: atatat (a] NetBSD.org
637 Notes:
638 use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
639 local changes:
640 - do not reverse-resolve link-local addresses
641 - syslog args change
642
643 Package: SoftFloat
644 Version: 2a
645 Current Vers: 2b
646 Maintainer: John Hauser <jhauser (a] jhauser.us>
647 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
648 Mailing List:
649 Responsible: bjh21
650 Notes:
651 Heavily modified for use as a soft float library for GCC. The actual
652 arithmetic code is unchanged, though, and should behave exactly like the
653 original.
654
655 Package: tcpdump
656 Version: 3.7.1 as of 2002/5/31
657 Current Vers: 3.7.2
658 Maintainer: tcpdump-workers (a] tcpdump.org
659 Archive Site: http://www.tcpdump.org/release/
660 Mailing List: tcpdump-workers (a] tcpdump.org
661 Responsible: itojun
662 Notes:
663 Code will be imported into src/dist/tcpdump. Changes have to go back to
664 tcpdump.org.
665
666 Package: termcap.src
667 Version: 9.13.25
668 Current Vers: 11.0.1
669 Maintainer: Eric S. Raymond <terminfo (a] ccil.org>
670 Archive Site: http://www.catb.org/~esr/terminfo/
671 Mailing List:
672 Responsible:
673 Notes:
674
675 Package: TestFloat
676 Version: 2a
677 Current Vers: 2a
678 Maintainer: John Hauser <jhauser (a] jhauser.us>
679 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
680 Mailing List:
681 Responsible: ross
682 Notes:
683
684 Package: texinfo
685 Version: 4.6
686 Current Vers: 4.6
687 Maintainer: FSF
688 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
689 Mailing List: bug-texinfo (a] gnu.org
690 Responsible: wiz
691 Notes:
692 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
693 for the import.
694
695 Package: top
696 Version: 3.5beta9
697 Current Vers: 3.5b12.7
698 Maintainer: William LeFebvre <wnl (a] groupsys.com>
699 Archive Site: ftp://ftp.groupsys.com/pub/top/
700 Mailing List: top-spinners (a] ocee.groupsys.com
701 Responsible: simonb
702 Notes:
703 Remove all non-current NetBSD machine definitions and man page
704 extensions in machine/ before importing.
705 After importing, run:
706 ./Configure <netbsd-module-name>
707 rm machine/*.desc Make.desc SYNOPSIS machine.c
708 cvs commit -m "Update ./Configure'd files." top.local.h top.1
709
710 Package: traceroute
711 Version: 1.4a5
712 Current Vers: 1.4a12
713 Maintainer: traceroute (a] ee.lbl.gov
714 Archive Site: ftp://ftp.ee.lbl.gov/
715 Mailing List:
716 Responsible:
717 Notes:
718
719 Package: tz
720 Version: tzcode2003e / tzdata2003e
721 Current Vers: tzcode2003e / tzdata2003e
722 Maintainer: Arthur David Olson <ado (a] elsie.nci.nih.gov>
723 Archive Site: ftp://elsie.nci.nih.gov/pub/
724 Mailing List: tz (a] elsie.nci.nih.gov
725 Responsible: kleink
726 Notes:
727 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
728 for import.
729
730 Package: uucp
731 Version: 1.06.1
732 Current Vers: 1.07
733 Maintainer: Ian Lance Taylor <ian (a] airs.com>
734 Archive Site: ftp://ftp.gnu.org/gnu/uucp/
735 Mailing List: taylor-uucp (a] cirr.com
736 Responsible: jtk
737 Notes:
738
739 Package: XFree86
740 Version: 3.3.6/4.3.0 (2003-12-19 4.3 branch sources)
741 Current Vers: 3.3.6/4.4.0RC1
742 Maintainer: XFree86 consortium
743 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
744 Mailing List:
745 Responsible: tron
746 Notes:
747 3.3.6:
748 - Security patches from OpenBSD SA 2000-021 are merged into the tree.
749 - Fix 01-08 from the xfree86 fixes directory are merged into the tree.
750 - imported changes from 3.3.6 branch on 2001-03-05
751 4.x:
752 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
753 files which we don't need in our tree.
754 ALL changes must be sent back to the XFree86 repository. Patches should
755 be sent to patches (a] XFree86.org.
756
757 Package: zlib
758 Version: 1.1.4
759 Current Vers: 1.2.1
760 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
761 Archive Site: http://www.gzip.org/zlib/
762 Mailing List:
763 Responsible: gwr, tron
764 Notes:
765 The sources were integrated into src/lib/libz as usual on *nix,
766 and partially duplicated under src/sys/lib/libz for the kernel.
767 The header zconf.h was "boiled down" to the minimum for *BSD.
768 The Makefile is completely new (*BSD style, of course). Lastly,
769 the file gzio.c was changed to allow -DNO_DEFLATE to eliminate
770 all references to deflate.c and friends, which permits building
771 a really small zcat implementation. (src/distrib/utils/zcat)
772 There are two additional API functions in the NetBSD userland
773 zlib, used by the free NetBSD gzip(1).
774
775 Package: Vinum
776 Version: 2003-10-10
777 Current: 2003-10-10
778 Maintainer: grog
779 URL: http://www.vinumvm.org/
780 Archive Site: none
781 Mailing List: vinum-devel (a] auug.org.au
782 CVS location: none
783 Responsible: grog
784 Notes:
785 Based on a NetBSD-specific version generated on the fly. This
786 should remain effectively identical to the NetBSD branch
787 except during testing.
788