Break paragraph with driver rewrite.
[netbsd-mini2440.git] / doc / 3RDPARTY
blob006aaf47af2bf42a4e7e316973cdd55faf67283e
1 #       $NetBSD: 3RDPARTY,v 1.680 2009/04/04 12:30:43 wiz Exp $
3 # This file contains a list of the software that has been integrated into
4 # NetBSD where we are not the primary maintainer.
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.
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.
15 # A few notes on the format of this file (for the benefit of
16 # 3dparty2html):
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.
27 Package:        acpica
28 Version:        20080321
29 Current Vers:   20090220
30 Maintainer:     INTEL
31 Archive Site:   http://www.acpica.org/downloads/unix_source_code.php
32 Home Page:      http://www.acpica.org/
33 Mailing List:   devel@acpica.org
34 License:        http://developer.intel.com/technology/iapc/acpi/license2.htm
35 Responsible:    jmcneill
36 Notes:
37 The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
38 Please read src/sys/dev/acpi/acpica/README before any modification.
40 Package:        am-utils [amd]
41 Version:        6.2a3
42 Current Vers:   6.2a3
43 Maintainer:     Erez Zadok <ezk@cs.columbia.edu>
44 Archive Site:   ftp://ftp.am-utils.org/pub/am-utils/
45 Home Page:      http://www.am-utils.org/
46 Mailing List:   am-utils
47 Responsible:    christos
48 License:        BSD (4-clause)
49 Notes:
50 Amd2netbsd script to convert to BSD make system and remove unneeded files.
51 Fix symbolic links before import.
52 Check src/usr.sbin/amd/include/config.h is correct after import.
54 Package:        Automated Testing Framework (ATF)
55 Version:        0.6
56 Current Vers:   0.6
57 Maintainer:     Julio M. Merino Vidal <jmmv@NetBSD.org>
58 Archive site:   ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
59 Home page:      http://www.NetBSD.org/~jmmv/atf/
60 Mailing List:   atf-devel@NetBSD.org
61 Responsible:    jmmv
62 License:        The NetBSD Foundation's license (BSD 2-clause)
63 Notes:
64 The source files are in external/bsd/atf/dist.
65 Given that the primary goal of ATF is to provide a testing framework for
66 NetBSD, no local changes should be ever needed.  Always direct them to the
67 maintainer for integration in official releases.
69 Package:        ath-hal
70 Version:        0.9.17.2
71 Current Vers:   0.9.17.2
72 Maintainer:     Sam Leffler <sam@errno.com>
73 Archive Site:   none
74 Home Page:      none
75 Mailing List:   none
76 Responsible:    sam, dyoung, gdamore
77 License:        Redistribution without changes (binary only)
78 Notes:
79 The HAL is binary only, and located in src/sys/contrib/dev/ath
81 Package:        bc
82 Version:        1.06
83 Current Vers:   1.06
84 Maintainer:     Phil Nelson <phil@cs.wwu.edu>
85 Archive Site:   ftp://ftp.gnu.org/gnu/bc/
86 Home Page:      http://www.gnu.org/software/bc/
87 Mailing List:   bug-bc@gnu.org
88 Responsible:    phil, simonb
89 License:        GPLv2, LGPGv2.1
90 Notes:
91 bc includes dc, both of which are in the NetBSD tree.
93 Package:        bind/named
94 Version:        libc/includes: 9.5.0, bind: 9.5.0
95 Current Vers:   9.5.1-P1/9.6.0-P1
96 Maintainer:     Paul Vixie <vixie@vix.com>
97 Archive Site:   ftp://ftp.isc.org/isc/bind9/
98 Home Page:      http://www.isc.org/sw/bind/
99 Mailing List:
100 Responsible:    vixie, christos
101 License:        BSD-like (2-clause)
102 Notes:
103 First bind2netbsd script to import into src/dist/bind.
104 The Makefiles in src/usr.sbin/bind are not handled by the script.
105 Build bind to generate the include files.
106 Then binclude4netbsd script to import into src/usr.sbin/bind/include.
107 Then include4netbsd script to import into src/include.
108 Then libc4netbsd script to update the resolver in libc.
109 Todo[1]: Update libresolv if needed.
110 Todo[2]: A few files in libc/net were imported in the ISC branch but now
111          they are too different or do not exist anymore:
112             gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
113          Others like getaddrinfo.c could be merged with isc, but it seems
114          that ours is from a more recent version of KAME?
115 Todo[3]: net/base64.c is imported from bind but should be moved from net
116          to isc/base64.c.
117 Todo[4]: Re-entrant functions of net/*
119 Package:        binutils
120 Version:        2.16.1
121 Current Vers:   2.19.1
122 Maintainer:     FSF
123 Archive Site:   ftp://ftp.gnu.org/gnu/binutils/
124 Home Page:      http://www.gnu.org/software/binutils/
125 Mailing List:   bug-gnu-utils@gnu.org
126 Responsible:    thorpej, mrg
127 License:        GPLv2, LGPLv2, BSD
128 Notes:
130 Package:        bsd-family-tree
131 Version:        1.116
132 Current Vers:   1.116
133 Maintainer:     n/a
134 Archive Site:   http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
135 Home Page:      http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
136 Mailing List:
137 Responsible:
138 License:        See URL above.
139 Notes:
141 Package:        byacc
142 Version:        20080826
143 Current Vers:   1.9
144 Maintainer:     Thomas Dickey <dickey@invisible-island.net>
145 Archive Site:   http://www.invisible-island.net/byacc/byacc.html
146 Home Page:      http://www.invisible-island.net/byacc/byacc.html
147 Mailing List:
148 Responsible:    christos
149 License:        Public Domain
150 Notes:
151 We haven't had a sync since 1993, the sources have diverged a lot
152 since then but there are a bunch of bug fixes we probably want to pull
155 Package:        bzip2
156 Version:        1.0.5
157 Current Vers:   1.0.5
158 Maintainer:     Julian Seward <jseward@acm.org>
159 Archive Site:   http://sources.redhat.com/bzip2/
160 Home Page:      http://www.bzip.org/
161 Mailing List:
162 Responsible:
163 License:        BSD (4-clause)
164 Notes:
165 See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
167 Package:        Citrus XPG4DL
168 Version:        ?
169 Current Vers:   ?
170 Maintainer:     Citrus
171 Archive Site:   http://citrus.bsdclub.org/
172 Home Page:      http://citrus.bsdclub.org/
173 Mailing List:   bsd-locale@hauN.org
174 Responsible:    tshiozak
175 License:        Ambiguous. Either BSD or Perl Artistic License
176                 See http://citrus.bsdclub.org/#pol_license for more info.
177 Notes:
178 language C multilingualization support suite using wchar_t and other standards.
179 The main development playground of Citrus is in NetBSD CVS, so you don't
180 need to look for other CVS tree (like citrus CVS tree)
181 main trunc has Citrus code in the following places:
182 - src/lib/libc/locale, LC_CTYPE: single/multibyte support
183 - src/lib/libintl: GNU libc compatible gettext(3) implementation.
184 - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
185 - src/lib/libc/iconv: iconv(3)
187 Package:        cron
188 Version:        3.0
189 Current Vers:   4.1
190 Maintainer:     Paul Vixie <vixie@vix.com>
191 Archive Site:   ftp://ftp.isc.org/isc/cron/
192 Home Page:
193 Mailing List:
194 Responsible:
195 License:        BSD-like
196 Notes:
198 Package:        cvs
199 Version:        1.12.13
200 Current Vers:   1.12.13
201 Maintainer:     cvshome
202 Archive Site:   http://ftp.gnu.org/non-gnu/cvs/
203 Home Page:      http://cvs.nongnu.org/
204 Mailing List:   bug-cvs@gnu.org
205 Responsible:    christos, wiz
206 License:        GPLv1, LGPLv2
207 Notes:
208 Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree
209 for the import.
210 Do not forget to update gnu/usr.bin/xcvs/include/config.h to match
211 gnu/dist/xcvs/config.h.in.
213 Package:        db
214 Version:        1.85
215 Current Vers:   1.86/4.6.21
216 Maintainer:     Keith Bostic <bostic@vangogh.cs.berkeley.edu>
217 Archive Site:   http://www.oracle.com/technology/software/products/berkeley-db/
218 Home Page:      http://www.oracle.com/database/berkeley-db/
219 Mailing List:
220 Responsible:
221 License:        BSD or Oracle Commercial License
222 Notes:
223 Note that we cannot use db 2.x for license reasons.
224 Three bug fixes against 1.85 sent back to bostic.  Changes to
225 man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
226 Import of DB 1.85 was done via a sh script which converted the
227 distribution into the netbsd format.  The script can be found in
228 src/lib/libc/db/db2netbsd.
230 Package:        dhcp
231 Version:        3.0.3
232 Current Vers:   3.0.7/3.1.2/4.0.1
233 Maintainer:     mellon
234 Archive Site:   ftp://ftp.isc.org/isc/dhcp/
235 Home Page:      http://www.isc.org/sw/dhcp/
236 Mailing List:   dhcp-server@isc.org
237 Mailing List:   dhcp-client@isc.org
238 Mailing List:   dhcp-announce@isc.org
239 Mailing List:   dhcp-bugs@isc.org
240 Responsible:    mellon
241 License:        BSD (3-clause)
242 Notes:
243 No changes for NetBSD integration - just import the new distribution on
244 top of the current tree.
246 Package:        dhcpcd
247 Version:        4.0.12
248 Current Vers:   4.0.12
249 Maintainer:     roy
250 Archive Site:   ftp://roy.marples.name/pub/dhcpcd/
251 Home Page:      http://roy.marples.name/projects/dhcpcd/
252 Mailing List:   dhcpcd-discuss@marples.name
253 License:        BSD (2-clause)
254 Notes:
255 Please submit all changes to the author.
256 The distribution doesn't include the Linux specific bits or build system.
258 Package:        diffutils
259 Version:        2.8.1
260 Current Vers:   2.8.1
261 Maintainer:     FSF
262 Archive Site:   ftp://ftp.gnu.org/gnu/diffutils/
263 Home Page:      http://www.gnu.org/software/diffutils/
264 Mailing List:   bug-gnu-utils@gnu.org
265 Responsible:    wiz
266 License:        GPLv2
267 Notes:
268 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
269 for the import.
271 Package:        gdtoa
272 Version:        2005-09-23
273 Current Vers:   2005-09-23
274 Maintainer:     David M. Gay <dmg@acm.org>
275 Archive Site:   ftp://netlib.lucent.com/netlib/fp/
276 Home Page:      http://www.netlib.org/fp/
277 Mailing List:   none
278 Responsible:    kleink
279 License:        BSD-like
280 Notes:
281 Test suite not integrated at this time.
282 No hexadecimal floating-point string conversion for VAX FP yet.
283 Only double-precision addressed at this time.
285 Package:        file
286 Version:        4.26
287 Current Vers:   4.26
288 Maintainer:     Christos Zoulas <christos@zoulas.com>
289 Archive Site:   ftp://ftp.astron.com/pub/file/
290 Home Page:
291 Mailing List:   file@mx.gw.com
292 Responsible:    christos, pooka
293 License:        BSD (2-clause)
294 Notes:
295 use file2netbsd
297 Package:        flex
298 Version:        2.5.4
299 Current Vers:   2.5.35
300 Maintainer:     Will Estes <wlestes@users.sourceforge.net>
301 Archive Site:   http://flex.sourceforge.net/
302 Home Page:      http://flex.sourceforge.net/
303 Mailing List:   http://lists.sourceforge.net/mailman/listinfo/flex-announce
304 Responsible:
305 License:        BSD-like        
306 Notes:
307 The newest version is far more advanced than the one in NetBSD --
308 among other features, it can produce re-entrant scanners.
310 Package:        gcc
311 Version:        4.1.3-20080831
312 Current Vers:   4.3.2
313 Maintainer:     FSF
314 Archive Site:   ftp://ftp.gnu.org/gnu/gcc/
315 Home Page:      http://www.gnu.org/software/gcc/
316 Mailing List:   gcc-bugs@gnu.org
317 Responsible:    thorpej, mrg
318 License:        GPLv2, LGPLv2.1
319 Notes:
320 before importing:
321         - delete all .cvsignore and .brik files
322         - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
323         - delete all related testsuites
324 for GCC4:
325         - delete all fortran and testsuites
326         - update gcc/version.c for the NetBSD GCC date
328 Package:        gdb
329 Version:        5.3/6.4
330 Current Vers:   6.7.1
331 Maintainer:     FSF
332 Archive Site:   ftp://ftp.gnu.org/gnu/gdb/
333 Home Page:      http://www.gnu.org/software/gdb/
334 Mailing List:   bug-gdb@gnu.org
335 Responsible:    thorpej
336 License:        GPLv2, LGPLv2
337 Notes:
338 When updating GDB, it is imperative to test that:
339         - Debugging of kernel cores ("target kvm") works correctly
340         - Support for our kernel's remote serial debugging protocol
341           ("options KGDB") works correctly.
343 Package:        gettext
344 Version:        0.14.4
345 Current Vers:   0.17
346 Maintainer:     FSF
347 Archive Site:   ftp://ftp.gnu.org/gnu/gettext/
348 Home Page:      http://www.gnu.org/software/gettext/
349 Mailing List:   bug-gnu-utils@gnu.org
350 Responsible:
351 License:        GPLv2
352 Notes:
353 GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
354 we use BSD-licensed implementation from Citrus project (see entry for
355 "Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
357 Package:        gkermit
358 Version:        1.00
359 Current Vers:   1.00
360 Maintainer:     Kermit Project - Columbia University <kermit@columbia.edu>
361 Archive Site:   ftp://kermit.columbia.edu/kermit/archives/
362 Home Page:      http://www.columbia.edu/kermit/
363 Mailing List:
364 Responsible:    apb
365 License:        GPLv2
366 Notes:
368 Package:        grep
369 Version:        2.5.1
370 Current Vers:   2.5.3
371 Maintainer:     FSF
372 Archive Site:   ftp://ftp.gnu.org/gnu/grep/
373 Home Page:      http://www.gnu.org/software/grep/
374 Mailing List:   bug-gnu-utils@gnu.org
375 Responsible:    simonb, wiz
376 License:        GPLv2 (2.5.1), GPLv3 (2.5.3)
377 Notes:
378 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
379 for the import.
380 A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
381 needs some tuning before it can replace gnu grep.
382         (cf.    http://www.vocito.com/downloads/software/grep/)
384 Package:        groff
385 Version:        1.19.2
386 Current Vers:   1.20.1
387 Maintainer:     Werner Lemberg/FSF
388 Archive Site:   ftp://ftp.gnu.org/gnu/groff/
389 Home Page:      http://www.gnu.org/software/groff/
390 Mailing List:   bug-groff@gnu.org
391 Responsible:    wiz
392 License:        GPLv2
393 Notes:
394 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
395 for import.
397 Package:        heimdal
398 Version:        1.1
399 Current Vers:   1.1
400 Maintainer:     Heimdal <heimdal@pdc.kth.se>
401 Archive Site:   ftp://ftp.pdc.kth.se/pub/heimdal/src/
402 Home Page:      http://www.pdc.kth.se/heimdal/
403 Mailing List:   heimdal-discuss@pdc.kth.se
404 Responsible:    joda, lha
405 License:        BSD
406 Notes:
408 Package:        hunt
409 Version:        2003-04-16
410 Current Vers:   2003-04-16
411 Maintainer:     Greg Couch <gregc@cgl.ucsf.edu>
412 Archive Site:   ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
413 Home Page:      http://www.cgl.ucsf.edu/home/gregc/oss.html
414 Responsible:    mrg
415 License:        BSD (3-clause)
416 Notes:
418 Package:        ipf
419 Version:        4.1.29
420 Current Vers:   4.1.31
421 Maintainer:     Darren Reed
422 Archive Site:   http://coombs.anu.edu.au/~avalon/
423 Home Page:      http://coombs.anu.edu.au/~avalon/
424 Mailing List:   ipfilter@postbox.anu.edu.au
425 Responsible:    darrenr, mike, martti
426 License:        BSD-based, see src/dist/ipf/IPFILTER.LICENSE
427 Notes:
428 ipf2netbsd should be used on a virgin ipfilter source tree.
429 See also dist/ipf/README.NetBSD
431 Package:        ipsec-tools
432 Version:        (ipsec-tools head is NetBSD-current head)
433 Maintainer:     IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
434 Archive Site:   http://ipsec-tools.sourceforge.net
435 Home Page:      http://ipsec-tools.sourceforge.net
436 Mailing List:   ipsec-tools-devel@lists.sourceforge.net
437 Responsible:    manu, vanhu, mgrooms
438 License:        BSD (3-clause)
439 Notes:
440 ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
441 We don't run ipsec-tools' configure as part of the NetBSD build. configure
442 generated files are available in the NetBSD source tree at:
443   src/lib/libipsec/config.h
444   src/lib/libipsec/package_version.h
445 When configure.ac is updated, run the following:
446   cd src/crypto/dist/ipsec-tools
447   ./bootstrap
448   ./configure --enable-adminport --enable-hybrid --enable-frag \
449               --enable-natt --enable-dpd 
450 Then copy package_version.h to src/lib/libipsec and merge config.h with
451 src/lib/libipsec/config.h (it needs some manual tweaking)
453 NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 
454 NetBSD-current always contains latest ipsec-tools code. On the other hand,
455 ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 
456 are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
457 sync with ipsec-tools-0_7-branch)
459 Package:        KAME IPv6
460 Version:        KAME/NetBSD SNAP kit
461 Current Vers:   KAME/NetBSD SNAP kit (shipped every week)
462 Maintainer:     KAME Project <kame@kame.net>
463 Archive Site:   http://www.kame.net/
464 Home Page:      http://www.kame.net/
465 Mailing List:   snap-users@kame.net
466 Responsible:
467 License:        BSD (3-clause)
468 Notes:
469 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
470 more conservative implementation policy.
471 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
472 Please do not make too many diff-unfriendly changes (like indentation change,
473 KNF police).  We need to take diffs across KAME snapshots on upgrades.
474 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
475 in sys/netinet6/in6.h.  No script is available for upgrades.
476 "KAME" branch is used for kernel merge work purposes.
477 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
478 among KAME/*BSD, *BSD-current and recent *BSD releases.
480 Package:        less
481 Version:        less394
482 Current Vers:   less418
483 Maintainer:     Mark Nudleman <markn@greenwoodsoftware.com>
484 Archive Site:   http://www.greenwoodsoftware.com/less/download.html
485 Home Page:      http://www.greenwoodsoftware.com/less/
486 Mailing List:
487 Responsible:    mrg
488 License:        BSD or GPLv2
489 Notes:
490 Many changes to make less act as more when invoked as more.  Beware.
491 Use the src/usr.bin/less/less2netbsd script to prepare source tree
492 for importation.  Run ./configure before hand to generate "defines.h".
493 Talk to mrg before importing any new version.  (less 381's configure
494 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
495 by hand in defines.h.)
497 Package:        libarchive
498 Version:        2.5.4b
499 Current Ves.:   2.5.4b
500 Maintainer:     kientzle@freebsd.org
501 Archive Site:   http://people.freebsd.org/~kientzle/libarchive/
502 Home Page:      http://people.freebsd.org/~kientzle/libarchive/
503 Responsible:    joerg
504 License:        BSD
505 Notes:
506 Distribution is stripped down to the relevant part. cpio is currently
507 not usable, so it was left out.
509 Package:        libcdk
510 Version:        4.9.9-20000407-myc3
511 Current Vers:   cdk-4.9.10-20000923
512 Maintainer:     mike@vexus.ca
513 Archive Site:   http://www.vexus.ca/products/CDK/
514 Home Page:      http://www.vexus.ca/products/CDK/
515 Responsible:    garbled
516 License:        BSD (4-clause)
517 Notes:
518 Initial port to netbsd curses was done by mycroft.  This is a heavily
519 modified version of the released CDK 4.9.9.  The current version has been
520 taken over by the Ncurses people, and has a number of changes to it.  It
521 might be worthwhile to import at some future date, but for now we should
522 leave it alone.  (garbled 1/4/2001)
524 Package:        libdevmapper
525 Version:        1.02.29
526 Current Vers:   1.02.30
527 Maintainer:     lvm-devel@redhat.com
528 Archive Site:   ftp://sources.redhat.com/pub/lvm2/
529 Home Page:      http://sources.redhat.com/lvm2/
530 Responsible:    haad
531 License:        LGPLv2.1
532 Notes:
533 The lvm2tools and the libdevmapper are now distributed as one source 
534 repository. See the lvm2tools Notes for more informations.
536 Package:        libevent
537 Version:        1.4.4-stable
538 Current Vers:   1.4.4-stable
539 Maintainer:     Niels Provos <provos@citi.umich.edu>
540 Archive Site:   http://www.monkey.org/~provos/libevent/
541 Home Page:      http://www.monkey.org/~provos/libevent/
542 Responsible:    provos
543 License:        BSD (3/4-clause)
544 Notes:
546 Package:        lvm2tools
547 Version:        2.02.43
548 Current Vers:   2.02.44
549 Maintainer:     lvm-devel@redhat.com
550 Archive Site:   ftp://sources.redhat.com/pub/lvm2/
551 Home Page:      http://sources.redhat.com/lvm2/
552 Responsible:    haad
553 License:        GPLv2
554 Notes: 
555 Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree 
556 for import. Keep eye on dist/include/configure.h it migh change over the releases.
557 We maintain our own version of libdevmapper ioctl protocol code, therefore we 
558 should test it before import. Talk to haad before importing new version.
560 Package:        libpcap
561 Version:        0.9.4
562 Current Vers:   1.0.0
563 Maintainer:     tcpdump-workers@tcpdump.org
564 Archive Site:   http://www.tcpdump.org/release/
565 Home Page:      http://www.tcpdump.org/
566 Mailing List:   tcpdump-workers@tcpdump.org
567 Responsible:    dyoung
568 License:        BSD (3/4-clause)
569 Notes:
571 Package:        libwrap
572 Version:        tcp_wrappers 7.6 w/ large amount of IPv6 changes
573 Current Vers:   tcp_wrappers 7.6-ipv6.1
574 Maintainer:     Wietse Venema <wietse@porcupine.org>
575 Archive Site:   ftp://ftp.porcupine.org/pub/security/
576 Home Page:      ftp://ftp.porcupine.org/pub/security/
577 Mailing List:
578 Responsible:    cjs
579 License:        BSD-like
580 Notes:
581 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
582 under src/usr.sbin). We don't use tcpd; that functionality is built
583 into inetd. The provided libwrap2netbsd script handles just libwrap.
585 Package:        mopd
586 Version:        2.5.3
587 Current Vers:   2.5.3
588 Maintainer:     Mats O Jansson <maja@celsiustech.se>
589 Archive Site:   BROKEN  ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
590 Home Page:      http://www.stacken.kth.se/~moj/mopd.html
591 Mailing List:
592 Responsible:    cjs
593 License:        BSD (4-clause)
594 Notes:
595 Delete the otherOS directory before importing.
597 Package:        nawk
598 Version:        2007-05-01
599 Current Vers:   2007-05-01
600 Maintainer:     Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
601 Archive Site:   http://cm.bell-labs.com/who/bwk/
602 Home Page:      http://cm.bell-labs.com/who/bwk/
603 Mailing List:
604 Responsible:    jdolecek
605 License:        BSD-like
606 Notes:
607 Build maketab from nawk sources and generate proctab.c.
608 Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
609 to src/dist/nawk.
611 Package:        ndbootd
612 Version:        0.5
613 Current Vers:   0.5
614 Maintainer:     Matt Fredette <fredette@alum.mit.edu>
615 Archive Site:   BROKEN  http://mit.edu/fredette/www/ndbootd/
616 Home Page:      BROKEN  http://stuff.mit.edu/people/fredette/home.html
617 Responsible:    fredette
618 License:        BSD (4-clause)
619 Notes:
620 Run ./configure, save config.h, make distclean, rm all autoconf/automake
621 and ndbootd-raw.c.  Restore saved config.h, and force it to define
622 HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
624 Package:        ntp
625 Version:        4.2.4p6
626 Current Vers:   4.2.4p6
627 Maintainer:     David L. Mills <mills@udel.edu>
628 Archive Site:   ftp://ftp.udel.edu/pub/ntp/ntp4/
629 Home Page:      http://www.ntp.org/, http://ntp.isc.org/
630 Mailing List:
631 Responsible:    simonb, jonathan, kardel
632 License:        BSD-like
633 Notes:
634 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
636 Package:        nvi
637 Version:        1.81.6
638 Current Vers:   1.81.6
639 Maintainer:     Keith Bostic <bostic@bsdi.com>
640 Archive Site:   ftp://ftp.bostic.com/pub/
641 Home Page:      http://www.bostic.com/vi/
642 Mailing List:
643 Responsible:    aymeric, christos
644 License:        BSD (3/4-clause)
645 Notes:
646 We have lots of local fixes.
648 Package:        OpenLDAP
649 Version:        2.4.11
650 Current Vers:   2.4.11
651 Maintainer:     OpenLDAP Foundation
652 Archive Site:   http://www.openldap.org/
653 Home Page:      http://www.openldap.org/
654 Mailing List:
655 Responsible:    lukem
656 License:        BSD (3-clause)
657 Notes:
658 Imported into src/external/bsd/openldap/dist/
659 Next import will need $ Id removal..
661 Package:        OpenPAM
662 Version:        20071221
663 Current Vers:   20071221
664 Maintainer:     Dag-Erling Smørgrav <des@FreeBSD.org>
665 Archive Site:   http://www.openpam.org/
666 Home Page:      http://www.openpam.org/
667 Mailing List:
668 Responsible:    christos
669 License:        BSD (3-clause)
670 Notes:
671 Next import will need $ Id removal..
673 Package:        HPN-SSH
674 Version:        5.0p1 13 v3
675 Current Vers:   5.0p1 13 v3
676 Maintainer:     www.psc.edu
677 Archive Site:   http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.0p1-hpn13v3.diff.gz
678 Home Page:      http://www.psc.edu/networking/projects/hpn-ssh/
679 Mailing List:
680 Responsible:    christos
681 License:        
682 Notes:
683 Patch applied after OpenSSH import.
685 Package:        OpenSSH
686 Version:        5.0
687 Current Vers:   5.2 / portable 5.2p1
688 Maintainer:     OpenSSH
689 Archive Site:   http://www.openssh.com/ftp.html
690 Home Page:      http://www.openssh.com/portable.html
691 Mailing List:   openssh-unix-announce@mindrot.org
692 Responsible:    thorpej, christos, elric
693 License:        BSD or more free. See src/crypto/dist/ssh/LICENSE
694 Notes:
695 imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
696 into crypto/dist/openssh.  use openssh2netbsd before import.
697 local changes (should always try to bring them back to master openssh tree,
698 markus is very cooperative about it):
699 - default for PermitRootLogin is set to "no"
700 - IgnoreRootRhosts added
701 - look at login.conf to check valid user/access list
702 - krb5 support re-added
703 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
704   when someone imports openssl, we can remove this.
705 - uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
706 - added moduli from portable openssh
707 - added USE_PAM patches and auth_pam.[ch] from portable openssh
708 - add the HPN patch 
709 - always bump major when importing to avoid api problems.
711 Package:        OpenSSL
712 Version:        SNAP-20080509
713 Current Vers:   0.9.8k
714 Maintainer:     The OpenSSL Project
715 Archive Site:   ftp://ftp.openssl.org/source/
716 Home Page:      http://www.openssl.org/
717 Mailing List:   openssl-announce@openssl.org
718 Responsible:    mcr, thorpej, groo, christos, mjf
719 License:        OpenSSL and SSLeay license (both BSD-like)
720 Notes:
721 - Run openssl2netbsd to get rid of the RCSID identifiers
722 - run make in /usr/src/lib/libcrypto/man to regen man pages.
724 Package:        pdisk
725 Version:        0.8a2
726 Current Vers:   0.8a2
727 Maintainer:     Eryk Vershen <eryk@cfcl.com>
728 Archive Site:   http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
729 Home Page:      http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
730 Mailing List:
731 Responsible:    dbj
732 License:        BSD-like
733 Notes:
734 This is the disk partition utility used by Apple's mkLinux and osX
735 It is imported into dist/pdisk, with a reachover makefile in
736 src/sbin/pdisk builds for macppc and mac68k.
738 Package:        pdksh
739 Version:        5.2.14p2
740 Current Vers:   5.2.14p2
741 Maintainer:     Michael Rendell <michael@cs.mun.ca>
742 Archive Site:   ftp://ftp.cs.mun.ca/pub/pdksh/
743 Home Page:      http://www.cs.mun.ca/~michael/pdksh/
744 Mailing List:
745 Responsible:    jdolecek
746 License:        Public domain
747 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
749 Package:        PF (openbsd packet filter)
750 Version:        OpenBSD 4.2
751 Current Vers:   OpenBSD 4.3-current
752 Maintainer:     The OpenBSD Project
753 Archive Site:   ftp://ftp.openbsd.org/
754 Home Page:      http://www.openbsd.org/faq/pf/
755 Mailing List:   pf@benzedrine.cx or appropriate OpenBSD mailing list
756 Responsible:    peter, yamt
757 License:        BSD (2-clause)
758 Notes:
759 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
760 definition (files.pf).  userland code is imported into src/dist/pf, and
761 reachover Makefiles are in src/usr.sbin/pf.
763 Package:        pkg_install
764 Version:        20081002
765 Current Vers.:  20081002
766 Maintainer:     The pkgsrc developers
767 Home Page:      http://www.pkgsrc.org
768 Mailing List:   tech-pkg@NetBSD.org
769 Responsible:    joerg
770 License:        BSD
771 Notes:
772 The authoritive version used to live in src/usr.sbin/pkg_install and was
773 moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
775 Package:        ping
776 Version:        980911
777 Current Vers:   980911
778 Maintainer:     Vernon Schryver <vjs@rhyolite.com>
779 Archive Site:   ftp://ftp.rhyolite.com/src/
780 Home Page:      http://www.rhyolite.com/src/
781 Mailing List:
782 Responsible:    christos
783 License:        BSD (3-clause)
784 Notes:
785 We use err() and friends. We have changes for snprintf, extra
786 formating in man pages, disallowing flood pinging, alignment fixes,
787 and more.
789 Package:        postfix
790 Version:        2.5.4
791 Current Vers:   2.5.6
792 Maintainer:     Wietse Venema <wietse@porcupine.org>
793 Archive Site:   ftp://postfix.cloud9.net/official/
794 Home Page:      http://www.postfix.org/
795 Mailing List:   postfix-users@postfix.org
796 Responsible:    heas
797 License:        IBM Public License. See also src/gnu/dist/postfix.
798 Notes:
799 HTML documentation should be kept in sync with the README_FILES.
800 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
801 directory layout (the easiest way to check is by running ``postfix
802 set-permissions'').
804 Package:        ppp
805 Version:        2.4.4
806 Current Vers:   2.4.4
807 Maintainer:     Paul Mackerras <paulus@samba.org>
808 Archive Site:   ftp://ftp.samba.org/pub/ppp/
809 Home Page:
810 CVS root:       :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
811 Mailing List:
812 Responsible:    christos, cube
813 License:        BSD (3-clause)
814 Notes:
815 BSD support was removed from 2.4.0; I added it back and removed
816 some GPL pieces. Multilink support is missing. Repeated pings to
817 Paulus have not yielded results. I've retrofitted pppdump to use
818 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
819 is clearly a pain. I have not tested the modules code, neither our
820 makefiles make it easy to construct a module, but I left one there
821 as an example.
822 TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
823 using the version found in 2.4.1.
825 Package:        rcs
826 Version:        5.7
827 Current Vers:   5.7
828 Maintainer:     FSF
829 Archive Site:   ftp://ftp.gnu.org/gnu/rcs/
830 Mailing List:   bug-gnu-utils@gnu.org
831 Home Page:      http://www.gnu.org/software/rcs/
832 Responsible:    agc
833 License:        GPLv2
834 Notes:
835 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
837 Package:        root.cache
838 Version:        2007110100 (Nov 01, 2007)
839 Current Vers:   2007110100 (Nov 01, 2007)
840 Maintainer:     InterNIC
841 Archive Site:   ftp://ftp.internic.net/domain/named.root
842 Home Page:      ftp://ftp.internic.net/domain/named.root
843 Mailing List:
844 Responsible:    thorpej
845 License:        Public domain
846 Notes:
847 The root server cache is also included with BIND.  However, the
848 InterNIC version is usually more up to date.
850 Package:        routed
851 Version:        2.28
852 Current Vers:   2.31
853 Maintainer:     Vernon Schryver <vjs@rhyolite.com>
854 Archive Site:   ftp://ftp.rhyolite.com/src/
855 Home Page:      http://www.rhyolite.com/src/
856 Mailing List:
857 Responsible:    christos
858 License:        BSD (4-clause)
859 Notes:
860 We use the md5 code from libc
861 We don't allow RIP_TRACEON and RIP_TRACEOFF
862 We use arc4random
863 We use strlcpy/snprintf
865 Package:        send-pr (part of GNATS)
866 Version:        3.95
867 Current Vers:   4.1
868 Maintainer:     FSF
869 Archive Site:   ftp://ftp.gnu.org/gnu/gnats/
870 Home Page:      http://www.gnu.org/software/gnats/
871 Mailing List:   bug-gnats@gnu.org
872 License:        GPLv2
873 Responsible:
874 Notes:
876 Package:        SoftFloat
877 Version:        2a
878 Current Vers:   2b
879 Maintainer:     John Hauser <jhauser@jhauser.us>
880 Archive Site:   http://www.jhauser.us/arithmetic/SoftFloat.html
881 Home Page:      http://www.jhauser.us/arithmetic/SoftFloat.html
882 Mailing List:
883 Responsible:    bjh21
884 License:        Public domain
885 Notes:
886 Heavily modified for use as a soft float library for GCC.  The actual
887 arithmetic code is unchanged, though, and should behave exactly like the
888 original.
890 Package:        tcpdump
891 Version:        3.9.7
892 Current Vers:   4.0.0
893 Maintainer:     tcpdump-workers@lists.tcpdump.org
894 Archive Site:   http://www.tcpdump.org/release/
895 Home Page:      http://www.tcpdump.org/
896 Mailing List:   tcpdump-workers@lists.tcpdump.org
897 Responsible:
898 License:        BSD (3-clause)
899 Notes:
900 Code will be imported into src/dist/tcpdump.  Changes have to go back to
901 tcpdump.org.
903 Package:        termcap.src
904 Version:        9.13.25
905 Current Vers:   11.0.1
906 Maintainer:     Eric S. Raymond <terminfo@ccil.org>
907 Archive Site:   http://www.catb.org/~esr/terminfo/
908 Home Page:      http://www.catb.org/~esr/terminfo/
909 Mailing List:
910 Responsible:
911 License:        Public domain
912 Notes:
914 Package:        TestFloat
915 Version:        2a
916 Current Vers:   2a
917 Maintainer:     John Hauser <jhauser@jhauser.us>
918 Archive Site:   http://www.jhauser.us/arithmetic/TestFloat.html
919 Home Page:      http://www.jhauser.us/arithmetic/TestFloat.html
920 Mailing List:
921 Responsible:    ross
922 License:        BSD (4-clause)
923 Notes:
925 Package:        texinfo
926 Version:        4.8
927 Current Vers:   4.13
928 Maintainer:     FSF
929 Archive Site:   ftp://ftp.gnu.org/gnu/texinfo/
930 Home Page:      http://www.gnu.org/software/texinfo/
931 Mailing List:   bug-texinfo@gnu.org
932 Responsible:    wiz
933 License:        GPLv2 (4.9 is GPLv3)
934 Notes:
935 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
936 for the import.
938 Package:        top
939 Version:        3.8beta1
940 Current Vers:   3.8beta1
941 Maintainer:     William LeFebvre <wnl@groupsys.com>
942 Archive Site:   http://www.unixtop.org/dist/top-3.8beta1.tar.gz
943 Home Page:      http://www.unixtop.org/
944 Mailing List:   top-spinners@ocee.groupsys.com
945 Responsible:    simonb, christos
946 License:        BSD (2-clause)
947 Notes:
949 Package:        traceroute
950 Version:        1.4a5
951 Current Vers:   1.4a12
952 Maintainer:     traceroute@ee.lbl.gov
953 Archive Site:   ftp://ftp.ee.lbl.gov/
954 Home Page:      http://ftp.ee.lbl.gov/
955 Mailing List:
956 Responsible:
957 License:        BSD (4-clause)
958 Notes:
960 Package:        tz
961 Version:        tzcode2004a / tzdata2009c
962 Current Vers:   tzcode2009b / tzdata2009c
963 Maintainer:     Arthur David Olson <ado@elsie.nci.nih.gov>
964 Archive Site:   ftp://elsie.nci.nih.gov/pub/
965 Home Page:
966 Mailing List:   tz@elsie.nci.nih.gov
967 Responsible:    kleink
968 License:        Public domain
969 Notes:
970 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
971 for import.
973 Package:        wpa_supplicant/hostapd
974 Version:        0.6.4
975 Current Vers:   0.6.4
976 Maintainer:     Jouni Malinen <jkmaline@cc.hut.fi>
977 Archive Site:   http://hostap.epitest.fi/releases/
978 Home Page:      http://hostap.epitest.fi/wpa_supplicant/
979 Mailing List:
980 Responsible:    scw, dyoung, christos
981 License:        BSD or GPLv2
982 Notes:
983 See /usr/src/dist/wpa/NetBSD-upgrade for update instructions.
985 Package:        XFree86
986 Version:        4.5.0
987 Current Vers:   4.8.0
988 Maintainer:     XFree86 Project, Inc.
989 Archive Site:   ftp://ftp.xfree86.org/pub/XFree86/
990 Home Page:      http://www.xfree86.org/
991 Mailing List:   devel@xfree86.org
992 Responsible:    tron
993 License:        XFree
994 Notes:
995 4.x:
996  Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
997  files which we don't need in our tree.
998  ALL changes must be sent back to the XFree86 repository. Patches should
999  be submitted back via http://bugzilla.xfree86.org.
1001 Package:        Xorg
1002 Version:        7.0
1003 Current Vers:   7.0
1004 Maintainer:     The X.Org Foundation
1005 Archive Site:   http://xorg.freedesktop.org/releases/X11R7.0/src/
1006 Home Page:      http://www.x.org/
1007 Mailing List:   xorg@lists.freedesktop.org
1008 Responsible:    macallan
1009 License:        XFree
1010 Notes:          This is the modular branch tagged as XORG-7_0 pulled from
1011                 xorg's cvs repository.
1013 Package:        zlib
1014 Version:        1.2.3
1015 Current Vers:   1.2.3
1016 Maintainer:     Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1017 Archive Site:   http://www.zlib.net/
1018 Home Page:      http://www.zlib.net/
1019 Mailing List:
1020 Responsible:    gwr, tron, christos
1021 License:        BSD (3-clause)
1022 Notes:
1023 Imported to src/common/dist/zlib and shared by the kernel and userland.
1025 Package:        services, protocols
1026 Version:        2007-06-14
1027 Current Vers:   2007-06-14
1028 Maintainer:     IANA
1029 Archive Site:   http://www.iana.org/assignments/
1030 Home Page:      http://www.iana.org
1031 Mailing List:
1032 Responsible:    christos
1033 License:        None
1034 Notes:
1035 1. Download the latest converter from:
1036         http://www.sethwklein.net/projects/iana-etc/
1037 2. Unpack it and run:
1038         gmake get
1039         gmake
1040 3. Add NetBSD rcsid to the generated protocols and services.
1041 4. Append the local services from the current services file.
1042 5. Run:
1043         services_mkdb -u services > /usr/src/etc/services
1044         cp protocols /usr/src/etc/protocols
1046 Package:        mesa-drm
1047 Version:        git 2580a065d81be645a14af1e91b8441f7e72fcbe4
1048 Current Vers:
1049 Maintainer:     mesa-git@?
1050 Archive Site:   git://anongit.freedesktop.org/git/mesa/drm
1051 Home Page:
1052 Mailing List:
1053 Responsible:    mrg, bjs
1054 License:        BSD
1055 Notes:
1056 Imported all except for linux-core into src/sys/external/bsd/drm/dist.