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