3RDPARTY revision 1.784 1 # $NetBSD: 3RDPARTY,v 1.784 2010/11/02 16:39:31 joerg 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: 20100528
29 Current Vers: 20100806
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 (a] 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.
39
40 Package: am-utils [amd]
41 Version: 6.2a3
42 Current Vers: 6.2a3
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
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: Automated Testing Framework (ATF)
55 Version: 0.6
56 Current Vers: 0.6
57 Maintainer: Julio M. Merino Vidal <jmmv (a] 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 (a] 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.
68
69 Package: ath-hal
70 Version: FreeBSD SVN revision number 185521
71 Current Vers: FreeBSD SVN revision number 185521
72 Maintainer: Sam Leffler <sam (a] errno.com>
73 Archive Site: none
74 Home Page: none
75 Mailing List: none
76 Responsible: sam, alc
77 License: BSD-like (2 clause), ISC
78 Notes:
79 The HAL is located in src/sys/external/isc/atheros_hal
80
81 Package: bc
82 Version: 1.06
83 Current Vers: 1.06
84 Maintainer: Phil Nelson <phil (a] 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 (a] 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.
92
93 Package: bind [named and utils]
94 Version: 9.7.2b1
95 Current Vers: 9.7.2b1
96 Maintainer: Paul Vixie <vixie (a] 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/external/bsd/bind/dist.
104 The Makefiles in src/external/bsd/bind are not handled by the script.
105 Build bind to generate the include files.
106 Then binclude4netbsd script to import into src/external/bsd/bind/include.
107 The libc and include parts of the resolver are now part of libbind.
108
109 Package: libbind [libc resolver and includes]
110 Version: libbind-6.0-rc1
111 Current Vers: libbind-6.0-rc1
112 Maintainer: Paul Vixie <vixie (a] vix.com>
113 Archive Site: ftp://ftp.isc.org/isc/libbind/
114 Home Page: http://www.isc.org/sw/bind/
115 Mailing List:
116 Responsible: vixie, christos
117 License: BSD-like (2-clause)
118 Notes:
119 First libbind2netbsd script to import into src/external/bsd/libbind/dist.
120 Then include4netbsd script to import into src/include.
121 Then libc4netbsd script to update the resolver in libc.
122 Todo[1]: Update libresolv if needed.
123 Todo[2]: A few files in libc/net were imported in the ISC branch but now
124 they are too different or do not exist anymore:
125 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
126 Others like getaddrinfo.c could be merged with isc, but it seems
127 that ours is from a more recent version of KAME?
128 Todo[3]: net/base64.c is imported from bind but should be moved from net
129 to isc/base64.c.
130 Todo[4]: Re-entrant functions of net/*
131 Todo[5]: Reconcile the doc directory.
132
133 Package: binutils
134 Version: 2.16.1
135 Current Vers: 2.20.1
136 Maintainer: FSF
137 Archive Site: ftp://ftp.gnu.org/gnu/binutils/
138 Home Page: http://www.gnu.org/software/binutils/
139 Mailing List: bug-gnu-utils (a] gnu.org
140 Responsible: thorpej, mrg
141 License: GPLv2, LGPLv2, BSD
142 Notes:
143
144 Package: bozohttpd
145 Version: 20100617
146 Current Vers: 20100617
147 Maintainer: mrg (a] eterna.com.au
148 Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
149 Home Page: http://eterna.com.au/bozohttpd/
150 Mailing List:
151 Responsible: mrg
152 License: BSD
153 Notes:
154 1. Delete "queue.h" from the distribution.
155 2. Integrated as src/libexec/httpd.
156
157 Package: bsd-family-tree
158 Version: 1.116
159 Current Vers: 1.116
160 Maintainer: n/a
161 Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
162 Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
163 Mailing List:
164 Responsible:
165 License: See URL above.
166 Notes:
167
168 Package: byacc
169 Version: 20091028
170 Current Vers: 20091028
171 Maintainer: Thomas Dickey <dickey (a] invisible-island.net>
172 Archive Site: http://www.invisible-island.net/byacc/byacc.html
173 Home Page: http://www.invisible-island.net/byacc/byacc.html
174 Mailing List:
175 Responsible: christos
176 License: Public Domain
177 Notes:
178
179 Package: bzip2
180 Version: 1.0.5
181 Current Vers: 1.0.5
182 Maintainer: Julian Seward <jseward (a] acm.org>
183 Archive Site: http://sources.redhat.com/bzip2/
184 Home Page: http://www.bzip.org/
185 Mailing List:
186 Responsible:
187 License: BSD (4-clause)
188 Notes:
189 See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
190
191 Package: Citrus XPG4DL
192 Version:
193 Current Vers:
194 Maintainer: Citrus
195 Archive Site: http://citrus.bsdclub.org/
196 Home Page: http://citrus.bsdclub.org/
197 Mailing List: bsd-locale (a] hauN.org
198 Responsible: tshiozak
199 License: Ambiguous. Either BSD or Perl Artistic License
200 See http://citrus.bsdclub.org/#pol_license for more info.
201 Notes:
202 language C multilingualization support suite using wchar_t and other standards.
203 The main development playground of Citrus is in NetBSD CVS, so you don't
204 need to look for other CVS tree (like citrus CVS tree)
205 main trunc has Citrus code in the following places:
206 - src/lib/libc/locale, LC_CTYPE: single/multibyte support
207 - src/lib/libintl: GNU libc compatible gettext(3) implementation.
208 - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
209 - src/lib/libc/iconv: iconv(3)
210
211 Package: cron
212 Version: 4.1
213 Current Vers: 4.1
214 Maintainer: Paul Vixie <vixie (a] vix.com>
215 Archive Site: ftp://ftp.isc.org/isc/cron/
216 Home Page:
217 Mailing List:
218 Responsible:
219 License: BSD-like
220 Notes:
221
222 Package: cvs
223 Version: 1.12.13
224 Current Vers: 1.12.13
225 Maintainer: cvshome
226 Archive Site: http://ftp.gnu.org/non-gnu/cvs/
227 Home Page: http://cvs.nongnu.org/
228 Mailing List: bug-cvs (a] gnu.org
229 Responsible: christos
230 License: GPLv1, LGPLv2
231 Notes:
232 Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree
233 for the import.
234 Do not forget to update gnu/usr.bin/xcvs/include/config.h to match
235 gnu/dist/xcvs/config.h.in.
236
237 Package: db
238 Version: 1.85
239 Current Vers: 1.86/4.7.25
240 Maintainer: Keith Bostic <bostic (a] vangogh.cs.berkeley.edu>
241 Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
242 Home Page: http://www.oracle.com/database/berkeley-db/
243 Mailing List:
244 Responsible:
245 License: BSD or Oracle Commercial License
246 Notes:
247 Note that we cannot use db 2.x for license reasons.
248 Three bug fixes against 1.85 sent back to bostic. Changes to
249 man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
250 Import of DB 1.85 was done via a sh script which converted the
251 distribution into the netbsd format. The script can be found in
252 src/lib/libc/db/db2netbsd.
253
254 Package: dhcp
255 Version: 3.0.3
256 Current Vers: 3.1.3/4.0.2/4.1.1-P1
257 Maintainer: mellon
258 Archive Site: ftp://ftp.isc.org/isc/dhcp/
259 Home Page: http://www.isc.org/software/dhcp/
260 Mailing List: dhcp-server (a] isc.org
261 Mailing List: dhcp-client (a] isc.org
262 Mailing List: dhcp-announce (a] isc.org
263 Mailing List: dhcp-bugs (a] isc.org
264 Responsible: mellon
265 License: BSD (3-clause)
266 Notes:
267 No changes for NetBSD integration - just import the new distribution on
268 top of the current tree.
269
270 Package: dhcpcd
271 Version: 5.2.8
272 Current Vers: 5.2.8
273 Maintainer: roy
274 Archive Site: ftp://roy.marples.name/pub/dhcpcd/
275 Home Page: http://roy.marples.name/projects/dhcpcd/
276 Mailing List: dhcpcd-discuss (a] marples.name
277 License: BSD (2-clause)
278 Notes:
279 Please submit all changes to the author.
280 The distribution doesn't include the Linux specific bits or build system.
281
282 Package: diffutils
283 Version: 2.8.1
284 Current Vers: 2.8.1
285 Maintainer: FSF
286 Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
287 Home Page: http://www.gnu.org/software/diffutils/
288 Mailing List: bug-gnu-utils (a] gnu.org
289 Responsible:
290 License: GPLv2
291 Notes:
292 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
293 for the import.
294
295 Package: gdtoa
296 Version: 2005-09-23
297 Current Vers: 2005-09-23
298 Maintainer: David M. Gay <dmg (a] acm.org>
299 Archive Site: http://www.netlib.org/fp/
300 Home Page: http://www.netlib.org/fp/
301 Mailing List: none
302 Responsible: kleink
303 License: BSD-like
304 Notes:
305 Test suite not integrated at this time.
306 No hexadecimal floating-point string conversion for VAX FP yet.
307 Only double-precision addressed at this time.
308
309 Package: file
310 Version: 5.03
311 Current Vers: 5.03
312 Maintainer: Christos Zoulas <christos (a] zoulas.com>
313 Archive Site: ftp://ftp.astron.com/pub/file/
314 Home Page:
315 Mailing List: file (a] mx.gw.com
316 Responsible: christos, pooka
317 License: BSD (2-clause)
318 Notes:
319 use file2netbsd
320
321 Package: flex
322 Version: 2.5.35
323 Current Vers: 2.5.35
324 Maintainer: Will Estes <wlestes (a] users.sourceforge.net>
325 Archive Site: http://flex.sourceforge.net/
326 Home Page: http://flex.sourceforge.net/
327 Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
328 Responsible:
329 License: BSD-like
330 Notes:
331 There is a flex2netbsd script to help newer imports.
332
333 Package: gcc
334 Version: 4.1.3-20080831
335 Current Vers: 4.5.1
336 Maintainer: FSF
337 Archive Site: ftp://ftp.gnu.org/gnu/gcc/
338 Home Page: http://www.gnu.org/software/gcc/
339 Mailing List: gcc-bugs (a] gnu.org
340 Responsible: thorpej, mrg
341 License: GPLv2, LGPLv2.1
342 Notes:
343 before importing:
344 - delete all .cvsignore and .brik files
345 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
346 - delete all related testsuites
347 for GCC4:
348 - delete all fortran and testsuites
349 - update gcc/version.c for the NetBSD GCC date
350
351 Package: gdb
352 Version: 6.5
353 Current Vers: 7.2
354 Maintainer: FSF
355 Archive Site: ftp://ftp.gnu.org/gnu/gdb/
356 Home Page: http://www.gnu.org/software/gdb/
357 Mailing List: bug-gdb (a] gnu.org
358 Responsible: thorpej
359 License: GPLv2, LGPLv2
360 Notes:
361 When updating GDB, it is imperative to test that:
362 - Debugging of kernel cores ("target kvm") works correctly
363 - Support for our kernel's remote serial debugging protocol
364 ("options KGDB") works correctly.
365
366 Package: gettext
367 Version: 0.14.4
368 Current Vers: 0.17
369 Maintainer: FSF
370 Archive Site: ftp://ftp.gnu.org/gnu/gettext/
371 Home Page: http://www.gnu.org/software/gettext/
372 Mailing List: bug-gnu-utils (a] gnu.org
373 Responsible:
374 License: GPLv2
375 Notes:
376 GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
377 we use BSD-licensed implementation from Citrus project (see entry for
378 "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
379
380 Package: gkermit
381 Version: 1.00
382 Current Vers: 1.00
383 Maintainer: Kermit Project - Columbia University <kermit (a] columbia.edu>
384 Archive Site: ftp://kermit.columbia.edu/kermit/archives/
385 Home Page: http://www.columbia.edu/kermit/
386 Mailing List:
387 Responsible: apb
388 License: GPLv2
389 Notes:
390
391 Package: grep
392 Version: 2.5.1
393 Current Vers: 2.7
394 Maintainer: FSF
395 Archive Site: ftp://ftp.gnu.org/gnu/grep/
396 Home Page: http://www.gnu.org/software/grep/
397 Mailing List: bug-gnu-utils (a] gnu.org
398 Responsible: simonb
399 License: GPLv2 (2.5.1), GPLv3 (2.5.3)
400 Notes:
401 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
402 for the import.
403 A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
404 needs some tuning before it can replace gnu grep.
405 (cf. http://www.vocito.com/downloads/software/grep/)
406
407 Package: groff
408 Version: 1.19.2
409 Current Vers: 1.20.1
410 Maintainer: Werner Lemberg/FSF
411 Archive Site: ftp://ftp.gnu.org/gnu/groff/
412 Home Page: http://www.gnu.org/software/groff/
413 Mailing List: bug-groff (a] gnu.org
414 Responsible:
415 License: GPLv2
416 Notes:
417 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
418 for import.
419
420 Package: heimdal
421 Version: 1.1
422 Current Vers: 1.2.1
423 Maintainer: Heimdal <heimdal (a] pdc.kth.se>
424 Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
425 Home Page: http://www.pdc.kth.se/heimdal/
426 Mailing List: heimdal-discuss (a] pdc.kth.se
427 Responsible: joda, lha
428 License: BSD
429 Notes:
430
431 Package: hunt
432 Version: 2003-04-16
433 Current Vers: 2003-04-16
434 Maintainer: Greg Couch <gregc (a] cgl.ucsf.edu>
435 Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
436 Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
437 Responsible: mrg
438 License: BSD (3-clause)
439 Notes:
440
441 Package: ipf
442 Version: 4.1.33
443 Current Vers: 4.1.33
444 Maintainer: Darren Reed
445 Archive Site: http://coombs.anu.edu.au/~avalon/
446 Home Page: http://coombs.anu.edu.au/~avalon/
447 Mailing List: ipfilter (a] postbox.anu.edu.au
448 Responsible: darrenr, mike
449 License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE
450 Notes:
451 ipf2netbsd should be used on a virgin ipfilter source tree.
452 See also dist/ipf/README.NetBSD
453
454 Package: ipsec-tools
455 Version: (ipsec-tools head is NetBSD-current head)
456 Maintainer: IPsec-Tools project <ipsec-tools-core (a] lists.sourceforge.net>
457 Archive Site: http://ipsec-tools.sourceforge.net
458 Home Page: http://ipsec-tools.sourceforge.net
459 Mailing List: ipsec-tools-devel (a] lists.sourceforge.net
460 Responsible: manu, vanhu, mgrooms
461 License: BSD (3-clause)
462 Notes:
463 ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
464 We don't run ipsec-tools' configure as part of the NetBSD build. configure
465 generated files are available in the NetBSD source tree at:
466 src/lib/libipsec/config.h
467 src/lib/libipsec/package_version.h
468 When configure.ac is updated, run the following:
469 cd src/crypto/dist/ipsec-tools
470 ./bootstrap
471 ./configure --enable-adminport --enable-hybrid --enable-frag \
472 --enable-natt --enable-dpd
473 Then copy package_version.h to src/lib/libipsec and merge config.h with
474 src/lib/libipsec/config.h (it needs some manual tweaking)
475
476 NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
477 NetBSD-current always contains latest ipsec-tools code. On the other hand,
478 ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
479 are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
480 sync with ipsec-tools-0_7-branch)
481
482 Package: KAME IPv6
483 Version: KAME/NetBSD SNAP kit
484 Current Vers: KAME/NetBSD SNAP kit (shipped every week)
485 Maintainer: KAME Project <kame (a] kame.net>
486 Archive Site: http://www.kame.net/
487 Home Page: http://www.kame.net/
488 Mailing List: snap-users (a] kame.net
489 Responsible:
490 License: BSD (3-clause)
491 Notes:
492 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
493 more conservative implementation policy.
494 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
495 Please do not make too many diff-unfriendly changes (like indentation change,
496 KNF police). We need to take diffs across KAME snapshots on upgrades.
497 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
498 in sys/netinet6/in6.h. No script is available for upgrades.
499 "KAME" branch is used for kernel merge work purposes.
500 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
501 among KAME/*BSD, *BSD-current and recent *BSD releases.
502
503 Package: less
504 Version: less394
505 Current Vers: less429
506 Maintainer: Mark Nudleman <markn (a] greenwoodsoftware.com>
507 Archive Site: http://www.greenwoodsoftware.com/less/download.html
508 Home Page: http://www.greenwoodsoftware.com/less/
509 Mailing List:
510 Responsible: mrg
511 License: BSD or GPLv2
512 Notes:
513 Many changes to make less act as more when invoked as more. Beware.
514 Use the src/usr.bin/less/less2netbsd script to prepare source tree
515 for importation. Run ./configure before hand to generate "defines.h".
516 Talk to mrg before importing any new version. (less 381's configure
517 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
518 by hand in defines.h.)
519
520 Package: libarchive
521 Version: 2.8.0
522 Current Ves.: 2.8.0
523 Maintainer: kientzle (a] freebsd.org, joerg (a] NetBSD.org
524 Archive Site: http://code.google.com/p/libarchive/
525 Home Page: http://code.google.com/p/libarchive/
526 Responsible: joerg
527 License: BSD
528 Notes:
529 Distribution is stripped down to the relevant part.
530
531 Package: libcdk
532 Version: 4.9.9-20000407-myc3
533 Current Vers: cdk-4.9.10-20000923
534 Maintainer: mike (a] vexus.ca
535 Archive Site: http://www.vexus.ca/products/CDK/
536 Home Page: http://www.vexus.ca/products/CDK/
537 Responsible: garbled
538 License: BSD (4-clause)
539 Notes:
540 Initial port to netbsd curses was done by mycroft. This is a heavily
541 modified version of the released CDK 4.9.9. The current version has been
542 taken over by the Ncurses people, and has a number of changes to it. It
543 might be worthwhile to import at some future date, but for now we should
544 leave it alone. (garbled 1/4/2001)
545
546 Package: libdevmapper
547 Version: 1.02.40
548 Current Vers: 1.02.40
549 Maintainer: lvm-devel (a] redhat.com
550 Archive Site: ftp://sources.redhat.com/pub/lvm2/
551 Home Page: http://sources.redhat.com/lvm2/
552 Responsible: haad
553 License: LGPLv2.1
554 Notes:
555 The lvm2tools and the libdevmapper are now distributed as one source
556 repository. See the lvm2tools Notes for more information.
557
558 Package: libevent
559 Version: 1.4.12-stable
560 Current Vers: 2.0.2-alpha
561 Maintainer: Niels Provos <provos (a] citi.umich.edu>
562 Archive Site: http://www.monkey.org/~provos/libevent/
563 Home Page: http://www.monkey.org/~provos/libevent/
564 Responsible: provos
565 License: BSD (3/4-clause)
566 Notes:
567
568 Package: lvm2tools
569 Version: 2.02.56
570 Current Vers: 2.02.56
571 Maintainer: lvm-devel (a] redhat.com
572 Archive Site: ftp://sources.redhat.com/pub/lvm2/
573 Home Page: http://sources.redhat.com/lvm2/
574 Responsible: haad
575 License: GPLv2
576 Notes:
577 Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
578 for import. Keep eye on dist/include/configure.h it migh change over the releases.
579 We maintain our own version of libdevmapper ioctl protocol code, therefore we
580 should test it before import. Talk to haad before importing new version.
581
582 Package: libpcap
583 Version: 0.9.4
584 Current Vers: 1.0.0
585 Maintainer: tcpdump-workers (a] tcpdump.org
586 Archive Site: http://www.tcpdump.org/release/
587 Home Page: http://www.tcpdump.org/
588 Mailing List: tcpdump-workers (a] tcpdump.org
589 Responsible: dyoung
590 License: BSD (3/4-clause)
591 Notes:
592
593 Package: libwrap
594 Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
595 Current Vers: tcp_wrappers 7.6-ipv6.1
596 Maintainer: Wietse Venema <wietse (a] porcupine.org>
597 Archive Site: ftp://ftp.porcupine.org/pub/security/
598 Home Page: ftp://ftp.porcupine.org/pub/security/
599 Mailing List:
600 Responsible: cjs
601 License: BSD-like
602 Notes:
603 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
604 under src/usr.sbin). We don't use tcpd; that functionality is built
605 into inetd. The provided libwrap2netbsd script handles just libwrap.
606
607 Package: Lua
608 Version: Lua 5.1.4
609 Current Vers: Lua 5.1.4
610 Maintainer: PUC Rio
611 Home Page: http://www.lua.org/
612 Mailing List:
613 Responsible: mbalmer
614 License: MIT
615 Notes:
616 The default module paths have been changed to not include the current
617 working directory '.' to avoid potential security problems.
618
619 Package: m4
620 Version: 20091026
621 Current Vers: 20091026
622 Maintainer: OpenBSD
623 Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
624 Home Page: http://openbsd.org
625 Mailing List:
626 License: BSD 3-clause like (dns-sd)
627 Responsible: christos
628 Notes:
629 Imported in to /usr/src/usr.bin/m4; uses libc's ohash, and strtonum
630
631 Package: mDNSResponder
632 Version: 212.1
633 Current Vers: 214
634 Maintainer: Apple
635 Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/
636 Home Page: http://developer.apple.com/opensource/internet/bonjour.html
637 Mailing List: bonjour-dev (a] lists.apple.com
638 License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
639 BSD 3-clause like (dns-sd)
640 Responsible: tsarna
641 Notes:
642 The sources were integrated into src/sys/external/apache2/mDNSResponder/dist.
643
644 Package: mdocml
645 Version: 1.9.9
646 Current Vers: 1.10.6
647 Maintainer: Kristaps Donsons
648 Archive Site: http://mdocml.bsd.lv/snapshots/
649 Home Page: http://mdocml.bsd.lv/
650 Mailing List:
651 Responsible: joerg
652 License: BSD (2-clause)
653 Notes:
654
655 Package: mesa-drm
656 Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
657 Current Vers:
658 Maintainer: mesa-git@?
659 Archive Site: git://anongit.freedesktop.org/git/mesa/drm
660 Home Page: http://cgit.freedesktop.org/mesa/drm/
661 Mailing List:
662 Responsible: mrg, bjs
663 License: BSD
664 Notes:
665 Imported all except for linux-core into src/sys/external/bsd/drm/dist.
666
667 Package: mopd
668 Version: 2.5.3
669 Current Vers: 2.5.3
670 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
671 Archive Site: http://www.stacken.kth.se/~moj/mopd.html
672 Home Page: http://www.stacken.kth.se/~moj/mopd.html
673 Mailing List:
674 Responsible: cjs
675 License: BSD (4-clause)
676 Notes:
677 Delete the otherOS directory before importing.
678
679 Package: nawk
680 Version: 2010-05-23
681 Current Vers: 2010-05-23
682 Maintainer: Brian Kernighan <bwk (a] princeton.edu>
683 Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
684 Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
685 Mailing List:
686 Responsible: jdolecek
687 License: BSD-like
688 Notes:
689 Build maketab from nawk sources and generate proctab.c.
690 Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
691 then import to src/external/historical/nawk/dist.
692
693 Package: ndbootd
694 Version: 0.5
695 Current Vers: 0.5
696 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
697 Archive Site:
698 Home Page:
699 Responsible: fredette
700 License: BSD (4-clause)
701 Notes:
702 Run ./configure, save config.h, make distclean, rm all autoconf/automake
703 and ndbootd-raw.c. Restore saved config.h, and force it to define
704 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
705
706 Package: ntp
707 Version: 4.2.6
708 Current Vers: 4.2.4p8
709 Maintainer: David L. Mills <mills (a] udel.edu>
710 Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
711 Home Page: http://www.ntp.org/, http://support.ntp.org/
712 Mailing List:
713 Responsible: simonb, jonathan, kardel
714 License: BSD-like
715 Notes:
716 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
717
718 Package: nvi
719 Version: 1.81.6
720 Current Vers: 1.81.6
721 Maintainer: Keith Bostic <bostic (a] bsdi.com>
722 Archive Site: ftp://ftp.bostic.com/pub/
723 Home Page: http://www.bostic.com/vi/
724 Mailing List:
725 Responsible: aymeric, christos
726 License: BSD (3/4-clause)
727 Notes:
728 We have lots of local fixes.
729
730 Package: OpenLDAP
731 Version: 2.4.21
732 Current Vers: 2.4.21
733 Maintainer: OpenLDAP Foundation
734 Archive Site: http://www.openldap.org/
735 Home Page: http://www.openldap.org/
736 Mailing List:
737 Responsible: lukem
738 License: BSD (3-clause)
739 Notes:
740 Imported into src/external/bsd/openldap/dist/
741
742 Package: OpenPAM
743 Version: 20071221
744 Current Vers: 20071221
745 Maintainer: Dag-Erling Smrgrav <des (a] FreeBSD.org>
746 Archive Site: http://www.openpam.org/
747 Home Page: http://www.openpam.org/
748 Mailing List:
749 Responsible: christos
750 License: BSD (3-clause)
751 Notes:
752 Next import will need $ Id removal..
753
754 Package: openresolv
755 Version: 3.3.4
756 Current Vers: 3.3.4
757 Maintainer: roy
758 Archive Site: ftp://roy.marples.name/pub/openresolv/
759 Home Page: http://roy.marples.name/projects/openresolv/
760 Mailing List: openresolv-discuss (a] marples.name
761 License: BSD (2-clause)
762 Notes:
763 Please submit all changes to the author.
764
765 Package: HPN-SSH
766 Version: 5.2p1 13 v6
767 Current Vers: 5.2p1 13 v6
768 Maintainer: www.psc.edu
769 Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz
770 Home Page: http://www.psc.edu/networking/projects/hpn-ssh/
771 Mailing List:
772 Responsible: christos
773 License:
774 Notes:
775 Patch applied after OpenSSH import.
776
777 Package: OpenSSH
778 Version: 5.3
779 Current Vers: 5.3 / portable 5.3p1
780 Maintainer: OpenSSH
781 Archive Site: http://www.openssh.com/ftp.html
782 Home Page: http://www.openssh.com/portable.html
783 Mailing List: openssh-unix-announce (a] mindrot.org
784 Responsible: thorpej, christos, elric
785 License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
786 Notes:
787 imported from OpenBSD ssh -- is not from the portable OpenSSH
788 into crypto/external/bsd/openssh/dist. use openssh2netbsd before import.
789 local changes (should always try to bring them back to master openssh tree,
790 markus is very cooperative about it):
791 - default for PermitRootLogin is set to "no"
792 - IgnoreRootRhosts added
793 - look at login.conf to check valid user/access list
794 - krb5 support re-added
795 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
796 when someone imports openssl, we can remove this.
797 - added moduli from portable openssh
798 - added USE_PAM patches and auth_pam.[ch] from portable openssh
799 - conditionalize login_cap
800 - conditionalize bsd_auth
801 - restore krb5, krb4, afs, skey
802 - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
803 - fix ctype macro arguments
804 - umac is broken, disable it
805 - better ~homedir handling
806 - netbsd style tunnels
807 - urandom, xhome, chrootdir, rescuedir NetBSD handling
808 - utmp/utmpx handling
809 - handle tty posix_vdisable properly
810 - handle setuid and unsetuid the posix way instead of setresuid()
811 - add all missing functions
812 - always bump major when importing to avoid api problems.
813
814 Package: OpenSSL
815 Version: SNAP-20091226
816 Current Vers: 0.9.8n/1.0.0
817 Maintainer: The OpenSSL Project
818 Archive Site: ftp://ftp.openssl.org/source/
819 Home Page: http://www.openssl.org/
820 Mailing List: openssl-announce (a] openssl.org
821 Responsible: mcr, thorpej, groo, christos, mjf
822 License: OpenSSL and SSLeay license (both BSD-like)
823 Notes:
824 - Run openssl2netbsd to get rid of the RCSID identifiers
825 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
826 to regen man pages.
827
828 Package: pdisk
829 Version: 0.8a2
830 Current Vers: 0.8a2
831 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
832 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
833 Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
834 Mailing List:
835 Responsible: dbj
836 License: BSD-like
837 Notes:
838 This is the disk partition utility used by Apple's mkLinux and OS X
839 It is imported into dist/pdisk, with a reachover makefile in
840 src/sbin/pdisk builds for macppc and mac68k.
841
842 Package: pdksh
843 Version: 5.2.14p2
844 Current Vers: 5.2.14p2
845 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
846 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
847 Home Page: http://www.cs.mun.ca/~michael/pdksh/
848 Mailing List:
849 Responsible: jdolecek
850 License: Public domain
851 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
852
853 Package: PF (openbsd packet filter)
854 Version: OpenBSD 4.2
855 Current Vers: OpenBSD 4.3-current
856 Maintainer: The OpenBSD Project
857 Archive Site: ftp://ftp.openbsd.org/
858 Home Page: http://www.openbsd.org/faq/pf/
859 Mailing List: pf (a] benzedrine.cx or appropriate OpenBSD mailing list
860 Responsible: peter, yamt
861 License: BSD (2-clause)
862 Notes:
863 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
864 definition (files.pf). userland code is imported into src/dist/pf, and
865 reachover Makefiles are in src/usr.sbin/pf.
866
867 Package: pkg_install
868 Version: 20081002
869 Current Vers.: 20081002
870 Maintainer: The pkgsrc developers
871 Home Page: http://www.pkgsrc.org
872 Mailing List: tech-pkg (a] NetBSD.org
873 Responsible: joerg
874 License: BSD
875 Notes:
876 The authoritative version used to live in src/usr.sbin/pkg_install and was
877 moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
878
879 Package: ping
880 Version: 980911
881 Current Vers: 980911
882 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
883 Archive Site: ftp://ftp.rhyolite.com/src/
884 Home Page: http://www.rhyolite.com/src/
885 Mailing List:
886 Responsible: christos
887 License: BSD (3-clause)
888 Notes:
889 We use err() and friends. We have changes for snprintf, extra
890 formatting in man pages, disallowing flood pinging, alignment fixes,
891 and more.
892
893 Package: postfix
894 Version: 2.7.1
895 Current Vers: 2.7.1
896 Maintainer: Wietse Venema <wietse (a] porcupine.org>
897 Archive Site: ftp://postfix.cloud9.net/official/
898 Home Page: http://www.postfix.org/
899 Mailing List: postfix-users (a] postfix.org
900 Responsible: christos, tron
901 License: IBM Public License. See also src/external/ibm-public/postfix/dist.
902 Notes:
903 HTML documentation should be kept in sync with the README_FILES.
904 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
905 directory layout (the easiest way to check is by running ``postfix
906 set-permissions'').
907
908 Package: ppp
909 Version: 2.4.4
910 Current Vers: 2.4.4
911 Maintainer: Paul Mackerras <paulus (a] samba.org>
912 Archive Site: ftp://ftp.samba.org/pub/ppp/
913 Home Page:
914 CVS root: :pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
915 Mailing List:
916 Responsible: christos, cube
917 License: BSD (3-clause)
918 Notes:
919 BSD support was removed from 2.4.0; I added it back and removed
920 some GPL pieces. Multilink support is missing. Repeated pings to
921 Paulus have not yielded results. I've retrofitted pppdump to use
922 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
923 is clearly a pain. I have not tested the modules code, neither our
924 makefiles make it easy to construct a module, but I left one there
925 as an example.
926 TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
927 using the version found in 2.4.1.
928
929 Package: rcs
930 Version: 5.7
931 Current Vers: 5.7
932 Maintainer: FSF
933 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
934 Mailing List: bug-gnu-utils (a] gnu.org
935 Home Page: http://www.gnu.org/software/rcs/
936 Responsible: agc
937 License: GPLv2
938 Notes:
939 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
940
941 Package: root.cache
942 Version: 2008121200 (Dec 12, 2008)
943 Current Vers: 2008121200 (Dec 12, 2008)
944 Maintainer: InterNIC
945 Archive Site: ftp://ftp.internic.net/domain/named.root
946 Home Page: ftp://ftp.internic.net/domain/named.root
947 Mailing List:
948 Responsible: thorpej
949 License: Public domain
950 Notes:
951 The root server cache is also included with BIND. However, the
952 InterNIC version is usually more up to date.
953
954 Package: routed
955 Version: 2.32
956 Current Vers: 2.32
957 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
958 Archive Site: ftp://ftp.rhyolite.com/src/
959 Home Page: http://www.rhyolite.com/src/
960 Mailing List:
961 Responsible: christos
962 License: BSD (4-clause)
963 Notes:
964 We use the md5 code from libc
965 We don't allow RIP_TRACEON and RIP_TRACEOFF
966 We use arc4random
967 We use strlcpy/snprintf
968
969 Package: send-pr (part of GNATS)
970 Version: 3.95
971 Current Vers: 4.1
972 Maintainer: FSF
973 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
974 Home Page: http://www.gnu.org/software/gnats/
975 Mailing List: bug-gnats (a] gnu.org
976 License: GPLv2
977 Responsible:
978 Notes:
979
980 Package: SoftFloat
981 Version: 2a
982 Current Vers: 2b
983 Maintainer: John Hauser <jhauser (a] jhauser.us>
984 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
985 Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
986 Mailing List:
987 Responsible: bjh21
988 License: Public domain
989 Notes:
990 Heavily modified for use as a soft float library for GCC. The actual
991 arithmetic code is unchanged, though, and should behave exactly like the
992 original.
993
994 Package: tcpdump
995 Version: 3.9.7
996 Current Vers: 4.0.0
997 Maintainer: tcpdump-workers (a] lists.tcpdump.org
998 Archive Site: http://www.tcpdump.org/release/
999 Home Page: http://www.tcpdump.org/
1000 Mailing List: tcpdump-workers (a] lists.tcpdump.org
1001 Responsible:
1002 License: BSD (3-clause)
1003 Notes:
1004 Code will be imported into src/dist/tcpdump. Changes have to go back to
1005 tcpdump.org.
1006
1007 Package: termcap.src
1008 Version: 9.13.25
1009 Current Vers: 11.0.1
1010 Maintainer: Eric S. Raymond <terminfo (a] ccil.org>
1011 Archive Site: http://www.catb.org/~esr/terminfo/
1012 Home Page: http://www.catb.org/~esr/terminfo/
1013 Mailing List:
1014 Responsible:
1015 License: Public domain
1016 Notes:
1017
1018 Package: TestFloat
1019 Version: 2a
1020 Current Vers: 2a
1021 Maintainer: John Hauser <jhauser (a] jhauser.us>
1022 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1023 Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1024 Mailing List:
1025 Responsible: ross
1026 License: BSD (4-clause)
1027 Notes:
1028
1029 Package: texinfo
1030 Version: 4.8
1031 Current Vers: 4.13
1032 Maintainer: FSF
1033 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1034 Home Page: http://www.gnu.org/software/texinfo/
1035 Mailing List: bug-texinfo (a] gnu.org
1036 Responsible:
1037 License: GPLv2 (4.9 is GPLv3)
1038 Notes:
1039 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1040 for the import.
1041
1042 Package: top
1043 Version: 3.8beta1
1044 Current Vers: 3.8beta1
1045 Maintainer: William LeFebvre <wnl (a] groupsys.com>
1046 Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1047 Home Page: http://www.unixtop.org/
1048 Mailing List: top-spinners (a] ocee.groupsys.com
1049 Responsible: simonb, christos
1050 License: BSD (2-clause)
1051 Notes:
1052
1053 Package: traceroute
1054 Version: 1.4a5
1055 Current Vers: 1.4a12
1056 Maintainer: traceroute (a] ee.lbl.gov
1057 Archive Site: ftp://ftp.ee.lbl.gov/
1058 Home Page: http://ftp.ee.lbl.gov/
1059 Mailing List:
1060 Responsible:
1061 License: BSD (4-clause)
1062 Notes:
1063
1064 Package: tz
1065 Version: tzcode2009k / tzdata2009h
1066 Current Vers: tzcode2010c / tzdata2010e
1067 Maintainer: Arthur David Olson <ado (a] elsie.nci.nih.gov>
1068 Archive Site: ftp://elsie.nci.nih.gov/pub/
1069 Home Page:
1070 Mailing List: tz (a] elsie.nci.nih.gov
1071 Responsible: kleink
1072 License: Public domain
1073 Notes:
1074 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
1075 for import.
1076
1077 Package: wpa_supplicant/hostapd
1078 Version: 0.7.2
1079 Current Vers: 0.7.2
1080 Maintainer: Jouni Malinen <jkmaline (a] cc.hut.fi>
1081 Archive Site: http://hostap.epitest.fi/releases/
1082 Home Page: http://hostap.epitest.fi/wpa_supplicant/
1083 Mailing List:
1084 Responsible: scw, dyoung, christos
1085 License: BSD or GPLv2
1086 Notes:
1087 See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1088
1089 Package: XFree86
1090 Version: 4.5.0
1091 Current Vers: 4.8.0
1092 Maintainer: XFree86 Project, Inc.
1093 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
1094 Home Page: http://www.xfree86.org/
1095 Mailing List: devel (a] xfree86.org
1096 Responsible: tron
1097 License: XFree
1098 Notes:
1099 4.x:
1100 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1101 files which we don't need in our tree.
1102 ALL changes must be sent back to the XFree86 repository. Patches should
1103 be submitted back via http://bugzilla.xfree86.org.
1104
1105 Package: zlib
1106 Version: 1.2.3
1107 Current Vers: 1.2.5
1108 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
1109 Archive Site: http://www.zlib.net/
1110 Home Page: http://www.zlib.net/
1111 Mailing List:
1112 Responsible: gwr, tron, christos
1113 License: BSD (3-clause)
1114 Notes:
1115 Imported to src/common/dist/zlib and shared by the kernel and userland.
1116
1117 Package: services, protocols
1118 Version: 2007-06-14
1119 Current Vers: 2010-10-04
1120 Maintainer: IANA
1121 Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt
1122 Archive Site: http://www.iana.org/assignments/port-numbers
1123 Home Page: http://www.iana.org
1124 Mailing List:
1125 Responsible: christos
1126 License: None
1127 Notes:
1128 1. Download the latest converter from:
1129 http://www.sethwklein.net/projects/iana-etc/
1130 2. Unpack it and edit the Makefile to reflect the latest location of the files
1131 3. Run
1132 gmake get
1133 gmake
1134 4. Add NetBSD rcsid to the generated protocols and services.
1135 5. Append the local services from the current services file.
1136 6. Run:
1137 services_mkdb -u services > /usr/src/etc/services
1138 cp protocols /usr/src/etc/protocols
1139
1140 Package: pigz
1141 Version: 2.1.6
1142 Current Vers: 2.1.6
1143 Maintainer: Mark Adler <madler (a] alumni.caltech.edu>
1144 Archive Site: http://zlib.net/pigz/
1145 Home Page: http://zlib.net/pigz/
1146 Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1147 Responsible: mrg
1148 License: zlib
1149 Notes:
1150
1151 Package: xz
1152 Version: 5.0.0
1153 Current Vers: 5.0.0
1154 Maintainer: Lasse Collin <lasse.collin (a] tukanni.org>
1155 Archive Site: http://tukaani.org/xz/
1156 Home Page: http://tukaani.org/xz/
1157 Responsible: joerg
1158 License: public-domain
1159 Notes:
1160 1. See prepare-import script for stripping down the distribution.
1161 2. Update configure.ac and use it to generate include/config.h.
1162 3. Carefully check for GPL components leaked into the dist area.
1163