3RDPARTY revision 1.425 1 # $NetBSD: 3RDPARTY,v 1.425 2006/03/26 15:11:57 tron 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: 20060217
29 Current Vers: 20060310
30 Maintainer: INTEL
31 Archive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm
32 Home Page: http://developer.intel.com/technology/IAPC/acpi/
33 Mailing List: acpi-devel (a] lists.sourceforge.net
34 License: http://developer.intel.com/technology/iapc/acpi/license2.htm
35 Responsible: kochi
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.
39
40 Package: am-utils [amd]
41 Version: 6.1.3
42 Current Vers: 6.1.3
43 Maintainer: Erez Zadok <ezk (a] 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, rpaulo
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.
53
54 Package: bc
55 Version: 1.06
56 Current Vers: 1.06
57 Maintainer: Phil Nelson <phil (a] cs.wwu.edu>
58 Archive Site: ftp://ftp.gnu.org/gnu/bc/
59 Home Page: http://www.gnu.org/software/bc/
60 Mailing List: bug-bc (a] gnu.org
61 Responsible: phil, simonb
62 License: GPLv2, LGPGv2.1
63 Notes:
64 bc includes dc, both of which are in the NetBSD tree.
65
66 Package: bind/named
67 Version: libc/includes: 9.3.0, bind: 9.3.2
68 Current Vers: 9.3.2
69 Maintainer: Paul Vixie <vixie (a] vix.com>
70 Archive Site: ftp://ftp.isc.org/isc/bind9/
71 Home Page: http://www.isc.org/sw/bind/
72 Mailing List:
73 Responsible: vixie, itojun, christos
74 License: BSD-like (2-clause)
75 Notes:
76 First bind2netbsd script to import into src/dist/bind.
77 The Makefiles in src/usr.sbin/bind are not handled by the script.
78 Then binclude4netbsd script to import into src/usr.sbin/bind/include.
79 Then include4netbsd script to import into src/include.
80 Then libc4netbsd script to update the resolver in libc.
81 Todo[1]: Update libresolv if needed.
82 Todo[2]: A few files in libc/net were imported in the ISC branch but now
83 they are too different or do not exist anymore:
84 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
85 Others like getaddrinfo.c could be merged with isc, but it seems
86 that ours is from a more recent version of KAME?
87 Todo[3]: net/base64.c could be imported from bind and should be moved from
88 net to isc/base64.c.
89 Todo[4]: Re-entrant functions of net/*
90
91 Package: binutils
92 Version: 2.16.1
93 Current Vers: 2.16.1
94 Maintainer: FSF
95 Archive Site: ftp://ftp.gnu.org/gnu/binutils/
96 Home Page: http://www.gnu.org/software/binutils/
97 Mailing List: bug-gnu-utils (a] gnu.org
98 Responsible: thorpej, mrg
99 License: GPLv2, LGPLv2, BSD
100 Notes:
101
102 Package: bsd-family-tree
103 Version: 1.101
104 Current Vers: 1.101
105 Maintainer: n/a
106 Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
107 Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
108 Mailing List:
109 Responsible: rpaulo
110 License: See URL above.
111 Notes:
112
113 Package: bzip2
114 Version: 1.0.2
115 Current Vers: 1.0.3
116 Maintainer: Julian Seward <jseward (a] acm.org>
117 Archive Site: http://sources.redhat.com/bzip2/
118 Home Page: http://www.bzip.org/
119 Mailing List:
120 Responsible:
121 License: BSD (4-clause)
122 Notes:
123 See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
124
125 Package: Citrus XPG4DL
126 Version: ?
127 Current Vers: ?
128 Maintainer: Citrus
129 Archive Site: http://citrus.bsdclub.org/
130 Home Page: http://citrus.bsdclub.org/
131 Mailing List: bsd-locale (a] hauN.org
132 Responsible: itojun, tshiozak
133 License: Ambiguous. Either BSD or Perl Artistic License
134 See http://citrus.bsdclub.org/#pol_license for more info.
135 Notes:
136 language C multilingualization support suite using wchar_t and other standards.
137 The main development playground of Citrus is in NetBSD CVS, so you don't
138 need to look for other CVS tree (like citrus CVS tree)
139 main trunc has Citrus code in the following places:
140 - src/lib/libc/locale, LC_CTYPE: single/multibyte support
141 - src/lib/libintl: GNU libc compatible gettext(3) implementation.
142 - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
143 - src/lib/libc/iconv: iconv(3)
144
145 Package: cron
146 Version: 3.0
147 Current Vers: 4.1
148 Maintainer: Paul Vixie <vixie (a] vix.com>
149 Archive Site: ftp://ftp.isc.org/isc/cron/
150 Home Page:
151 Mailing List:
152 Responsible:
153 License: BSD-like
154 Notes:
155
156 Package: cvs
157 Version: 1.11.21
158 Current Vers: 1.11.21/1.12.12
159 Maintainer: cvshome
160 Archive Site: http://ftp.gnu.org/non-gnu/cvs/
161 Home Page: http://cvs.nongnu.org/
162 Mailing List: bug-cvs (a] gnu.org
163 Responsible: christos, wiz
164 License: GPLv1, LGPLv2
165 Notes:
166 Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
167 for the import.
168 Do not forget to update gnu/usr.bin/cvs/include/config.h to match
169 gnu/dist/cvs/config.h.in.
170 If you want to upgrade to 1.12.XX, please talk to christos first.
171 I have merged all the changes already.
172
173 Package: db
174 Version: 1.85
175 Current Vers: 1.86/4.3.28
176 Maintainer: Keith Bostic <bostic (a] vangogh.cs.berkeley.edu>
177 Archive Site: http://www.sleepycat.com/download/index.shtml
178 Home Page: http://www.sleepycat.com/products/db.shtml
179 Mailing List:
180 Responsible:
181 License: BSD or specific SleepyCat license
182 Notes:
183 Note that we cannot use db 2.x for license reasons.
184 Three bug fixes against 1.85 sent back to bostic. Changes to
185 man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
186 Import of DB 1.85 was done via a sh script which converted the
187 distribution into the netbsd format. The script can be found in
188 src/lib/libc/db/db2netbsd.
189
190 Package: dhcp
191 Version: 3.0.3
192 Current Vers: 3.0.3
193 Maintainer: mellon
194 Archive Site: ftp://ftp.isc.org/isc/dhcp/
195 Home Page: http://www.isc.org/sw/dhcp/
196 Mailing List: dhcp-server (a] isc.org
197 Mailing List: dhcp-client (a] isc.org
198 Mailing List: dhcp-announce (a] isc.org
199 Mailing List: dhcp-bugs (a] isc.org
200 Responsible: mellon
201 License: BSD (3-clause)
202 Notes:
203 No changes for NetBSD integration - just import the new distribution on
204 top of the current tree.
205
206 Package: diffutils
207 Version: 2.8.1
208 Current Vers: 2.8.1
209 Maintainer: FSF
210 Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
211 Home Page: http://www.gnu.org/software/diffutils/
212 Mailing List: bug-gnu-utils (a] gnu.org
213 Responsible: wiz
214 License: GPLv2
215 Notes:
216 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
217 for the import.
218
219 Package: gdtoa
220 Version: 2005-09-23
221 Current Vers: 2005-09-23
222 Maintainer: David M. Gay <dmg (a] acm.org>
223 Archive Site: ftp://netlib.lucent.com/netlib/fp/
224 Home Page: http://www.netlib.org/fp/
225 Mailing List: none
226 Responsible: kleink
227 License: BSD-like
228 Notes:
229 Test suite not integrated at this time.
230 No hexadecimal floating-point string conversion for VAX FP yet.
231 Only double-precision addressed at this time.
232
233 Package: file
234 Version: 4.16
235 Current Vers: 4.16
236 Maintainer: Christos Zoulas <christos (a] zoulas.com>
237 Archive Site: ftp://ftp.astron.com/pub/file/
238 Home Page:
239 Mailing List: file (a] mx.gw.com
240 Responsible: christos, pooka
241 License: BSD (2-clause)
242 Notes:
243
244 Package: flex
245 Version: 2.5.4
246 Current Vers: 2.5.4a/2.5.31
247 Maintainer: Vern Paxson <vern (a] ee.lbl.gov>
248 Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/
249 Home Page: http://lex.sourceforge.net/
250 Mailing List:
251 Responsible: mikel
252 License: BSD-like
253 Notes:
254 flex 2.5.4a contains only copyright notice changes over version 2.5.4;
255 internally not even the version number changed.
256 Newer flex will be found in:
257 http://sourceforge.net/projects/lex/
258
259 Package: gcc
260 Version: 2.95.3/3.3.3
261 Current Vers: 3.3.6/3.4.4/4.0.3/4.1.0
262 Maintainer: cygnus
263 Archive Site: ftp://ftp.gnu.org/gnu/gcc/
264 Home Page: http://www.gnu.org/software/gcc/
265 Mailing List: gcc-bugs (a] gnu.org
266 Responsible: thorpej, mrg
267 License: GPLv2, LGPLv2.1
268 Notes:
269 before importing:
270 - delete all .cvsignore and .brik files
271 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
272
273 Package: gdb
274 Version: 5.3
275 Current Vers: 6.3
276 Maintainer: FSF
277 Archive Site: ftp://ftp.gnu.org/gnu/gdb/
278 Home Page: http://www.gnu.org/software/gdb/
279 Mailing List: bug-gdb (a] gnu.org
280 Responsible: thorpej, mrg
281 License: GPLv2, LGPLv2
282 Notes:
283
284 Package: gettext
285 Version: 0.14.4
286 Current Vers: 0.14.5
287 Maintainer: FSF
288 Archive Site: ftp://ftp.gnu.org/gnu/gettext/
289 Home Page: http://www.gnu.org/software/gettext/
290 Mailing List: bug-gnu-utils (a] gnu.org
291 Responsible: itojun
292 License: GPLv2
293 Notes:
294 GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
295 we use BSD-licensed implementation from Citrus project (see entry for
296 "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
297
298 Package: grep
299 Version: 2.5.1
300 Current Vers: 2.5.1a
301 Maintainer: FSF
302 Archive Site: ftp://ftp.gnu.org/gnu/grep/
303 Home Page: http://www.gnu.org/software/grep/
304 Mailing List: bug-gnu-utils (a] gnu.org
305 Responsible: simonb, wiz
306 License: GPLv2
307 Notes:
308 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
309 for the import.
310 A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
311 needs some tuning before it can replace gnu grep.
312 (cf. http://www.vocito.com/downloads/software/grep/)
313
314 Package: groff
315 Version: 1.19.2
316 Current Vers: 1.19.2
317 Maintainer: Werner Lemberg/FSF
318 Archive Site: ftp://ftp.gnu.org/gnu/groff/
319 Home Page: http://www.gnu.org/software/groff/
320 Mailing List: bug-groff (a] gnu.org
321 Responsible: wiz
322 License: GPLv2
323 Notes:
324 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
325 for import.
326
327 Package: heimdal
328 Version: 0.6.2
329 Current Vers: 0.7.1
330 Maintainer: Heimdal <heimdal (a] pdc.kth.se>
331 Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
332 Home Page: http://www.pdc.kth.se/heimdal/
333 Mailing List: heimdal-discuss (a] pdc.kth.se
334 Responsible: joda, lha
335 License: BSD
336 Notes:
337
338 Package: hunt
339 Version: 2003-04-16
340 Current Vers: 2003-04-16
341 Maintainer: Greg Couch <gregc (a] cgl.ucsf.edu>
342 Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
343 Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
344 Responsible: mrg
345 License: BSD (3-clause)
346 Notes:
347
348 Package: ipf
349 Version: 4.1.8
350 Current Vers: 4.1.10
351 Maintainer: Darren Reed
352 Archive Site: http://coombs.anu.edu.au/~avalon/
353 Home Page: http://coombs.anu.edu.au/~avalon/
354 Mailing List: ipfilter (a] postbox.anu.edu.au
355 Responsible: darrenr, mike, martti
356 License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE
357 Notes:
358 ipf2netbsd should be used on a virgin ipfilter source tree.
359
360 Package: ipsec-tools
361 Version: 0.6.3
362 Current Vers: 0.6.5
363 Maintainer: IPsec-Tools project <ipsec-tools-core (a] lists.sourceforge.net>
364 Archive Site: http://ipsec-tools.sourceforge.net
365 Home Page: http://ipsec-tools.sourceforge.net
366 Mailing List: ipsec-tools-devel (a] lists.sourceforge.net
367 Responsible: manu
368 License: BSD (3-clause)
369 Notes:
370 See src/crypto/dist/ipsec-tools/netbsd-import.sh to import newer versions
371
372 Package: KAME IPv6
373 Version: KAME/NetBSD SNAP kit
374 Current Vers: KAME/NetBSD SNAP kit (shipped every week)
375 Maintainer: KAME Project <kame (a] kame.net>
376 Archive Site: http://www.kame.net/
377 Home Page: http://www.kame.net/
378 Mailing List: snap-users (a] kame.net
379 Responsible: itojun
380 License: BSD (3-clause)
381 Notes:
382 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
383 more conservative implementation policy.
384 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
385 Please do not make too many diff-unfriendly changes (like indentation change,
386 KNF police). We need to take diffs across KAME snapshots on upgrades.
387 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
388 in sys/netinet6/in6.h. No script is available for upgrades.
389 "KAME" branch is used for kernel merge work purposes.
390 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
391 among KAME/*BSD, *BSD-current and recent *BSD releases.
392
393 Package: less
394 Version: less381
395 Current Vers: less382
396 Maintainer: Mark Nudleman <markn (a] greenwoodsoftware.com>
397 Archive Site: ftp://ftp.gnu.org/gnu/less/
398 Home Page: http://www.gnu.org/software/less/
399 Mailing List:
400 Responsible: mrg
401 License: BSD or GPLv2
402 Notes:
403 Many changes to make less act as more when invoked as more. Beware.
404 Use the src/usr.bin/less/less2netbsd script to prepare source tree
405 for importation. Run ./configure before hand to generate "defines.h".
406 Talk to mrg before importing any new version. (less 381's configure
407 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
408 by hand in defines.h.)
409
410 Package: libcdk
411 Version: 4.9.9-20000407-myc3
412 Current Vers: cdk-4.9.10-20000923
413 Maintainer: mike (a] vexus.ca
414 Archive Site: http://www.vexus.ca/products/CDK/
415 Home Page: http://www.vexus.ca/products/CDK/
416 Responsible: garbled
417 License: BSD (4-clause)
418 Notes:
419 Initial port to netbsd curses was done by mycroft. This is a heavily
420 modified version of the released CDK 4.9.9. The current version has been
421 taken over by the Ncurses people, and has a number of changes to it. It
422 might be worthwhile to import at some future date, but for now we should
423 leave it alone. (garbled 1/4/2001)
424
425 Package: libevent
426 Version: 1.0c
427 Current Vers: 1.1a
428 Maintainer: Niels Provos <provos (a] citi.umich.edu>
429 Archive Site: http://www.monkey.org/~provos/libevent/
430 Home Page: http://www.monkey.org/~provos/libevent/
431 Responsible: provos
432 License: BSD (3/4-clause)
433 Notes:
434
435 Package: libpcap
436 Version: 0.8.3
437 Current Vers: 0.9.3
438 Maintainer: tcpdump-workers (a] tcpdump.org
439 Archive Site: http://www.tcpdump.org/release/
440 Home Page: http://www.tcpdump.org/
441 Mailing List: tcpdump-workers (a] tcpdump.org
442 Responsible: itojun,dyoung
443 License: BSD (3/4-clause)
444 Notes:
445
446 Package: libwrap
447 Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
448 Current Vers: tcp_wrappers 7.6-ipv6.1
449 Maintainer: Wietse Venema <wietse (a] porcupine.org>
450 Archive Site: ftp://ftp.porcupine.org/pub/security/
451 Home Page: ftp://ftp.porcupine.org/pub/security/
452 Mailing List:
453 Responsible: cjs, itojun
454 License: BSD-like
455 Notes:
456 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
457 under src/usr.sbin). We don't use tcpd; that functionality is built
458 into inetd. The provided libwrap2netbsd script handles just libwrap.
459
460 Package: mopd
461 Version: 2.5.3
462 Current Vers: 2.5.3
463 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
464 Archive Site: BROKEN ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
465 Home Page: http://www.stacken.kth.se/~moj/mopd.html
466 Mailing List:
467 Responsible: cjs
468 License: BSD (4-clause)
469 Notes:
470 Delete the otherOS directory before importing.
471
472 Package: nawk
473 Version: 2005-04-24
474 Current Vers: 2005-04-24
475 Maintainer: Brian Kernighan <bwk (a] bell-labs.com> (Lucent Technologies)
476 Archive Site: http://cm.bell-labs.com/who/bwk/
477 Home Page: http://cm.bell-labs.com/who/bwk/
478 Mailing List:
479 Responsible: jdolecek
480 License: BSD-like
481 Notes:
482 Build maketab from nawk sources and generate proctab.c.
483 Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
484 to src/dist/nawk.
485
486 Package: ndbootd
487 Version: 0.5
488 Current Vers: 0.5
489 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
490 Archive Site: BROKEN http://mit.edu/fredette/www/ndbootd/
491 Home Page: BROKEN http://stuff.mit.edu/people/fredette/home.html
492 Responsible: fredette
493 License: BSD (4-clause)
494 Notes:
495 Run ./configure, save config.h, make distclean, rm all autoconf/automake
496 and ndbootd-raw.c. Restore saved config.h, and force it to define
497 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
498
499 Package: ntp
500 Version: 4.2.0
501 Current Vers: 4.2.0
502 Maintainer: David L. Mills <mills (a] udel.edu>
503 Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
504 Home Page: http://www.ntp.org/
505 Mailing List:
506 Responsible: simonb, jonathan
507 License: BSD-like
508 Notes:
509 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
510 NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
511 exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
512
513 Package: nvi
514 Version: 1.79
515 Current Vers: 1.79
516 Maintainer: Keith Bostic <bostic (a] bsdi.com>
517 Archive Site: ftp://ftp.bostic.com/pub/
518 Home Page: http://www.bostic.com/vi/
519 Mailing List:
520 Responsible: aymeric
521 License: BSD (3/4-clause)
522 Notes:
523 We have lots of local bug fixes, and the point of importing 1.81.x would
524 be to get multibyte characters support. For now this means waiting for
525 additions in our libcurses.
526
527 Package: OpenPAM
528 Version: 20050616
529 Current Vers: 20050616
530 Maintainer: Dag-Erling Smrgrav <des (a] FreeBSD.org>
531 Archive Site: http://www.openpam.org/
532 Home Page: http://www.openpam.org/
533 Mailing List:
534 Responsible: christos
535 License: BSD (3-clause)
536 Notes:
537
538 Package: OpenSSH
539 Version: 4.3
540 Current Vers: 4.3 / portable 4.3p1
541 Maintainer: OpenSSH
542 Archive Site: http://www.openssh.com/ftp.html
543 Home Page: http://www.openssh.com/portable.html
544 Mailing List: openssh-unix-announce (a] mindrot.org
545 Responsible: thorpej, christos, elric
546 License: BSD or more free. See src/crypto/dist/ssh/LICENSE
547 Notes:
548 imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
549 into crypto/dist/openssh. use openssh2netbsd before import.
550 local changes (should always try to bring them back to master openssh tree,
551 markus is very cooperative about it):
552 - default for PermitRootLogin is set to "no"
553 - IgnoreRootRhosts added
554 - look at login.conf to check valid user/access list
555 - krb4 and krb5 support re-added
556 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
557 when someone imports openssl, we can remove this.
558 - uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
559 - added moduli from portable openssh
560 - added USE_PAM patches and auth_pam.[ch] from portable openssh
561 - always bump major when importing to avoid api problems.
562
563 Package: OpenSSL
564 Version: 0.9.8a
565 Current Vers: 0.9.8a
566 Maintainer: The OpenSSL Project
567 Archive Site: ftp://ftp.openssl.org/source/
568 Home Page: http://www.openssl.org/
569 Mailing List: openssl-announce (a] openssl.org
570 Responsible: mcr, thorpej, itojun, groo, christos
571 License: OpenSSL and SSLeay license (both BSD-like)
572 Notes:
573 - Run openssl2netbsd to get rid of the RCSID identifiers
574 - run make in /usr/src/lib/libcrypto/man to regen man pages.
575
576 Package: pdisk
577 Version: 0.8a2
578 Current Vers: 0.8a2
579 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
580 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
581 Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
582 Mailing List:
583 Responsible: dbj
584 License: BSD-like
585 Notes:
586 This is the disk partition utility used by Apple's mkLinux and osX
587 It is imported into dist/pdisk, with a reachover makefile in
588 src/sbin/pdisk builds for macppc and mac68k.
589
590 Package: pdksh
591 Version: 5.2.14p2
592 Current Vers: 5.2.14p2
593 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
594 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
595 Home Page: http://www.cs.mun.ca/~michael/pdksh/
596 Mailing List:
597 Responsible:
598 License: Public domain
599 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
600
601 Package: PF (openbsd packet filter)
602 Version: OpenBSD 3.7
603 Current Vers: OpenBSD 3.9-current
604 Maintainer: The OpenBSD Project
605 Archive Site: ftp://ftp.openbsd.org/
606 Home Page: http://www.openbsd.org/faq/pf/
607 Mailing List: pf (a] benzedrine.cx or appropriate OpenBSD mailing list
608 Responsible: itojun, peter, yamt
609 License: BSD (2-clause)
610 Notes:
611 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
612 definition (files.pf). userland code is imported into src/dist/pf, and
613 reachover Makefiles are in src/usr.sbin/pf.
614
615 Package: ping
616 Version: 980911
617 Current Vers: 980911
618 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
619 Archive Site: ftp://ftp.rhyolite.com/src/
620 Home Page: http://www.rhyolite.com/src/
621 Mailing List:
622 Responsible: christos
623 License: BSD (3-clause)
624 Notes:
625 We use err() and friends. We have changes for snprintf, extra
626 formating in man pages, disallowing flood pinging, alignment fixes,
627 and more.
628
629 Package: postfix
630 Version: 2.2.9
631 Current Vers: 2.2.9/2.3-20060207
632 Maintainer: Wietse Venema <wietse (a] porcupine.org>
633 Archive Site: ftp://postfix.cloud9.net/official/
634 Home Page: http://www.postfix.org/
635 Mailing List: postfix-users (a] postfix.org
636 Responsible: perry, rpaulo
637 License: Several. See src/gnu/dist/postfix
638 Notes:
639
640 Package: ppp
641 Version: 2.4.3 [with 2.4.4b1 changes]
642 Current Vers: 2.4.4b1
643 Maintainer: Paul Mackerras <paulus (a] samba.org>
644 Archive Site: ftp://ftp.samba.org/pub/ppp/
645 Home Page:
646 CVS root: :pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
647 Mailing List:
648 Responsible: christos
649 License: BSD (3-clause)
650 Notes:
651 BSD support was removed from 2.4.0; I added it back and removed
652 some GPL pieces. Multilink support is missing. Repeated pings to
653 Paulus have not yielded results. I've retrofitted pppdump to use
654 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
655 is clearly a pain. I have not tested the modules code, neither our
656 makefiles make it easy to construct a module, but I left one there
657 as an example.
658 TDB code as found in 2.4.3 is under GPL. Therefore, we're using
659 the version found in 2.4.1.
660
661 Package: rcs
662 Version: 5.7
663 Current Vers: 5.7
664 Maintainer: FSF
665 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
666 Mailing List: bug-gnu-utils (a] gnu.org
667 Home Page: http://www.gnu.org/software/rcs/
668 Responsible: mycroft
669 License: GPLv2
670 Notes:
671 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
672
673 Package: root.cache
674 Version: 2004012900 (Jan 29, 2004)
675 Current Vers: 2004012900 (Jan 29, 2004)
676 Maintainer: InterNIC
677 Archive Site: ftp://ftp.internic.net/domain/named.root
678 Home Page: ftp://ftp.internic.net/domain/named.root
679 Mailing List:
680 Responsible: perry, thorpej
681 License: Public domain
682 Notes:
683 The root server cache is also included with BIND. However, the
684 InterNIC version is usually more up to date.
685
686 Package: routed
687 Version: 2.28
688 Current Vers: 2.30
689 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
690 Archive Site: ftp://ftp.rhyolite.com/src/
691 Home Page: http://www.rhyolite.com/src/
692 Mailing List:
693 Responsible: christos
694 License: BSD (4-clause)
695 Notes:
696 We use the md5 code from libc
697 We don't allow RIP_TRACEON and RIP_TRACEOFF
698 We use arc4random
699 We use strlcpy/snprintf
700
701 Package: send-pr (part of GNATS)
702 Version: 3.95
703 Current Vers: 4.1
704 Maintainer: FSF
705 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
706 Home Page: http://www.gnu.org/software/gnats/
707 Mailing List: bug-gnats (a] gnu.org
708 License: GPLv2
709 Responsible:
710 Notes:
711
712 Package: sendmail
713 Version: 8.13.3
714 Current Vers: 8.13.6
715 Maintainer: Eric P. Allman
716 Archive Site: ftp://ftp.sendmail.org/pub/sendmail/
717 Home Page: http://www.sendmail.org/
718 Mailing List:
719 Responsible: atatat
720 License: Specific. See src/gnu/dist/sendmail/LICENSE
721 Notes:
722 use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
723 local changes:
724 - do not reverse-resolve link-local addresses
725 - syslog args change
726
727 Package: SoftFloat
728 Version: 2a
729 Current Vers: 2b
730 Maintainer: John Hauser <jhauser (a] jhauser.us>
731 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
732 Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
733 Mailing List:
734 Responsible: bjh21
735 License: Public domain
736 Notes:
737 Heavily modified for use as a soft float library for GCC. The actual
738 arithmetic code is unchanged, though, and should behave exactly like the
739 original.
740
741 Package: tcpdump
742 Version: 3.8.3
743 Current Vers: 3.9.3
744 Maintainer: tcpdump-workers (a] tcpdump.org
745 Archive Site: http://www.tcpdump.org/release/
746 Home Page: http://www.tcpdump.org/
747 Mailing List: tcpdump-workers (a] tcpdump.org
748 Responsible: itojun
749 License: BSD (3-clause)
750 Notes:
751 Code will be imported into src/dist/tcpdump. Changes have to go back to
752 tcpdump.org.
753
754 Package: termcap.src
755 Version: 9.13.25
756 Current Vers: 11.0.1
757 Maintainer: Eric S. Raymond <terminfo (a] ccil.org>
758 Archive Site: http://www.catb.org/~esr/terminfo/
759 Home Page: http://www.catb.org/~esr/terminfo/
760 Mailing List:
761 Responsible:
762 License: Public domain
763 Notes:
764
765 Package: TestFloat
766 Version: 2a
767 Current Vers: 2a
768 Maintainer: John Hauser <jhauser (a] jhauser.us>
769 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
770 Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
771 Mailing List:
772 Responsible: ross
773 License: BSD (4-clause)
774 Notes:
775
776 Package: texinfo
777 Version: 4.7
778 Current Vers: 4.8
779 Maintainer: FSF
780 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
781 Home Page: http://www.gnu.org/software/texinfo/
782 Mailing List: bug-texinfo (a] gnu.org
783 Responsible: wiz
784 License: GPLv2
785 Notes:
786 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
787 for the import.
788
789 Package: top
790 Version: 3.5beta12
791 Current Vers: 3.6beta3
792 Maintainer: William LeFebvre <wnl (a] groupsys.com>
793 Archive Site: ftp://ftp.groupsys.com/pub/top/
794 Home Page: http://www.unixtop.org/
795 Mailing List: top-spinners (a] ocee.groupsys.com
796 Responsible: simonb
797 License: BSD (2-clause)
798 Notes:
799 Remove all non-current NetBSD machine definitions and man page
800 extensions in machine/ before importing.
801 After importing, run:
802 ./Configure <netbsd-module-name>
803 rm machine/*.desc Make.desc SYNOPSIS machine.c
804 cvs commit -m "Update ./Configure'd files." top.local.h top.1
805
806 Package: traceroute
807 Version: 1.4a5
808 Current Vers: 1.4a12
809 Maintainer: traceroute (a] ee.lbl.gov
810 Archive Site: ftp://ftp.ee.lbl.gov/
811 Home Page: http://ftp.ee.lbl.gov/
812 Mailing List:
813 Responsible:
814 License: BSD (4-clause)
815 Notes:
816
817 Package: tz
818 Version: tzcode2004a / tzdata2006a
819 Current Vers: tzcode2006a / tzdata2006a
820 Maintainer: Arthur David Olson <ado (a] elsie.nci.nih.gov>
821 Archive Site: ftp://elsie.nci.nih.gov/pub/
822 Home Page:
823 Mailing List: tz (a] elsie.nci.nih.gov
824 Responsible: kleink
825 License: Public domain
826 Notes:
827 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
828 for import.
829
830 Package: uucp
831 Version: 1.06.1
832 Current Vers: 1.07
833 Maintainer: Ian Lance Taylor <ian (a] airs.com>
834 Archive Site: ftp://ftp.gnu.org/gnu/uucp/
835 Home Page: http://www.airs.com/ian/uucp.html
836 Mailing List: taylor-uucp (a] cirr.com
837 Responsible: tron
838 License: GPLv2
839 Notes:
840
841 Package: wpa_supplicant
842 Version: 0.3.9
843 Current Vers: 0.3.9
844 Maintainer: Jouni Malinen <jkmaline (a] cc.hut.fi>
845 Archive Site: http://hostap.epitest.fi/releases/
846 Home Page: http://hostap.epitest.fi/
847 Mailing List:
848 Responsible: scw, dyoung
849 License: BSD or GPLv2
850 Notes:
851 See /usr/src/dist/wpa_supplicant/NetBSD-upgrade for update instructions.
852
853 Package: XFree86
854 Version: 4.5.0
855 Current Vers: 4.5.0
856 Maintainer: XFree86 Project, Inc.
857 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
858 Home Page: http://www.xfree86.org/
859 Mailing List: devel (a] xfree86.org
860 Responsible: tron
861 License: XFree
862 Notes:
863 4.x:
864 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
865 files which we don't need in our tree.
866 ALL changes must be sent back to the XFree86 repository. Patches should
867 be submitted back via http://bugzilla.xfree86.org.
868
869 Package: Xorg
870 Version: 7.0
871 Current Vers: 7.0
872 Maintainer: The X.Org Foundation
873 Archive Site: http://xorg.freedesktop.org/releases/X11R7.0/src/
874 Home Page: http://www.x.org/
875 Mailing List: xorg (a] lists.freedesktop.org
876 Responsible: macallan
877 License: XFree
878 Notes: This is the modular branch tagged as XORG-7_0 pulled from
879 xorg's cvs repository.
880
881 Package: zlib
882 Version: 1.2.3
883 Current Vers: 1.2.3
884 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
885 Archive Site: http://www.gzip.org/zlib/
886 Home Page: http://www.gzip.org/zlib/
887 Mailing List:
888 Responsible: gwr, tron, christos
889 License: BSD (3-clause)
890 Notes:
891 Imported to src/common/dist/zlib and shared by the kernel and userland.
892