3RDPARTY revision 1.1133 1 # $NetBSD: 3RDPARTY,v 1.1133 2014/07/11 22:33:03 alnsn 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 # 3rdparty2html):
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 Package, Version, Current Vers,
21 # and Maintainer fields;
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: name or brief description (required, must be first)
28 # Version: version that is included with NetBSD (required)
29 # Current Vers: version that is available upstream (required)
30 # Maintainer: name and/or email address of upstream maintainer (required)
31 # Archive Site: URL to archive of upstream releases
32 # Home Page: URL to web page for upstream project
33 # Mailing List: email address or URL related to upstream mailing list
34 # License: description of license
35 # Responsible: comma-separated list of NetBSD developers
36 # Location: comma-separated list of subdirectories in the NetBSD src tree
37 # Notes:
38 # Multiple lines of free-form text,
39 # Must be last.
40 #
41
42 Package: acpica
43 Version: 20131218
44 Current Vers: 20140627
45 Maintainer: Intel
46 Archive Site: http://www.acpica.org/downloads/
47 Home Page: http://www.acpica.org/
48 Mailing List: devel (a] acpica.org
49 License: BSD-like
50 Responsible: jruoho
51 Location: sys/external/bsd/acpica/dist
52 Notes:
53 You want the unix2 (dual-licensed) tar file.
54 Please read src/sys/dev/acpi/acpica/README before any modification.
55
56 Package: am-utils [amd]
57 Version: 6.2
58 Current Vers: 6.2rc1
59 Maintainer: Erez Zadok <ezk (a] cs.columbia.edu>
60 Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
61 Home Page: http://www.am-utils.org/
62 Mailing List: am-utils
63 Responsible: christos
64 License: BSD (4-clause)
65 Location: external/bsd/am-utils/dist
66 Notes:
67 Amd2netbsd script to convert to BSD make system and remove unneeded files.
68 Fix symbolic links before import.
69 Check external/bsd/am-utils/include/config.h is correct after import.
70
71 Package: Automated Testing Framework (ATF)
72 Version: 0.20
73 Current Vers: 0.20
74 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
75 Archive site: https://github.com/jmmv/atf/releases
76 Home page: https://github.com/jmmv/atf
77 Mailing List: atf-devel (a] NetBSD.org
78 Responsible: jmmv
79 License: The NetBSD Foundation's license (BSD 2-clause)
80 Location: external/bsd/atf/dist
81 Notes:
82 The source files are in external/bsd/atf/dist.
83 Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
84 Please avoid performing local changes to this package without discussing
85 them with the responsible person and/or the mailing list shown above.
86 Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not
87 exist upstream; however, please continue to discuss any desired changes
88 upfront.
89
90 Package: ath-hal
91 Version: FreeBSD SVN revision number 185521
92 Current Vers: FreeBSD SVN revision number 185521
93 Maintainer: Sam Leffler <sam (a] errno.com>
94 Archive Site: none
95 Home Page: none
96 Mailing List: none
97 Responsible: sam, alc
98 License: BSD-like (2-clause), ISC
99 Location: sys/external/isc/atheros_hal/dist
100 Notes:
101
102 Package: bc
103 Version: 1.06
104 Current Vers: 1.06
105 Maintainer: Phil Nelson <phil (a] cs.wwu.edu>
106 Archive Site: ftp://ftp.gnu.org/gnu/bc/
107 Home Page: http://www.gnu.org/software/bc/
108 Mailing List: bug-bc (a] gnu.org
109 Responsible: phil, simonb
110 License: GPLv2, LGPGv2.1
111 Location: gnu/dist/bc
112 Notes:
113 bc includes dc, both of which are in the NetBSD tree.
114
115 Package: bind [named and utils]
116 Version: 9.10.0-P2
117 Current Vers: 9.10.0-P2
118 Maintainer: Paul Vixie <vixie (a] vix.com>
119 Archive Site: ftp://ftp.isc.org/isc/bind9/
120 Home Page: http://www.isc.org/software/bind/
121 Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce
122 Mailing List: https://lists.isc.org/mailman/listinfo/bind-users
123 Responsible: vixie, christos
124 License: BSD-like (2-clause)
125 Location: external/bsd/bind/dist
126 Notes:
127 First bind2netbsd script to import into src/external/bsd/bind/dist.
128 The Makefiles in src/external/bsd/bind are not handled by the script.
129 Build bind to generate the include files.
130 Then binclude4netbsd script to import into src/external/bsd/bind/include.
131 The libc and include parts of the resolver are now part of libbind.
132
133 Package: libbind [libc resolver and includes]
134 Version: libbind-6.0-rc1
135 Current Vers: libbind-6.0
136 Maintainer: Paul Vixie <vixie (a] vix.com>
137 Archive Site: ftp://ftp.isc.org/isc/libbind/
138 Home Page: http://www.isc.org/software/libbind/
139 Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers
140 Responsible: vixie, christos
141 License: BSD-like (2-clause)
142 Location: external/bsd/libbind/dist
143 Notes:
144 First libbind2netbsd script to import into src/external/bsd/libbind/dist.
145 Then include4netbsd script to import into src/include.
146 Then libc4netbsd script to update the resolver in libc.
147 Todo[1]: Update libresolv if needed.
148 Todo[2]: A few files in libc/net were imported in the ISC branch but now
149 they are too different or do not exist anymore:
150 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
151 Others like getaddrinfo.c could be merged with isc, but it seems
152 that ours is from a more recent version of KAME?
153 Todo[3]: net/base64.c is imported from bind but should be moved from net
154 to isc/base64.c.
155 Todo[4]: Re-entrant functions of net/*
156 Todo[5]: Reconcile the doc directory.
157
158 Package: binutils
159 Version: 2.23.2
160 Current Vers: 2.24
161 Maintainer: FSF
162 Archive Site: ftp://ftp.gnu.org/gnu/binutils/
163 Home Page: http://www.gnu.org/software/binutils/
164 Mailing List: bug-gnu-utils (a] gnu.org
165 Responsible: thorpej, mrg
166 License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
167 Location: external/gpl3/binutils/dist
168 Notes:
169
170 Package: bozohttpd
171 Version: 20100617
172 Current Vers: 20100617
173 Maintainer: mrg (a] eterna.com.au
174 Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
175 Home Page: http://eterna.com.au/bozohttpd/
176 Mailing List:
177 Responsible: mrg
178 License: BSD
179 Location: libexec/httpd
180 Notes:
181 Delete "queue.h" from the distribution.
182
183 Package: bsd-family-tree
184 Version: 1.151
185 Current Vers: 1.156
186 Maintainer: The FreeBSD Project
187 Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
188 Home Page: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
189 Mailing List:
190 Responsible:
191 License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
192 Location: share/misc/bsd-family-tree
193 Notes:
194 Please send all updates upstream. Eitan Adler <lists (a] eitanadler.com>
195 is a FreeBSD committer who has been helpful with incorporating changes
196 in the past.
197
198 Package: byacc
199 Version: 20130304
200 Current Vers: 20130925
201 Maintainer: Thomas Dickey <dickey (a] invisible-island.net>
202 Archive Site: http://www.invisible-island.net/byacc/byacc.html
203 Home Page: http://www.invisible-island.net/byacc/byacc.html
204 Mailing List:
205 Responsible: christos
206 License: Public Domain
207 Location: external/bsd/byacc/dist
208 Notes:
209 See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
210
211 Package: bzip2
212 Version: 1.0.6
213 Current Vers: 1.0.6
214 Maintainer: Julian Seward <jseward (a] acm.org>
215 Archive Site: http://sources.redhat.com/bzip2/
216 Home Page: http://www.bzip.org/
217 Mailing List:
218 Responsible:
219 License: BSD (4-clause)
220 Location: external/bsd/bzip2
221 Notes:
222 See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
223
224 Package: Citrus XPG4DL
225 Version:
226 Current Vers:
227 Maintainer: Citrus
228 Archive Site: http://citrus.bsdclub.org/
229 Home Page: http://citrus.bsdclub.org/
230 Mailing List: bsd-locale (a] hauN.org
231 Responsible: tshiozak
232 License: Ambiguous. Either BSD or Perl Artistic License
233 See http://citrus.bsdclub.org/#pol_license for more info.
234 Location: lib
235 Notes:
236 language C multilingualization support suite using wchar_t and other standards.
237 The main development playground of Citrus is in NetBSD CVS, so you don't
238 need to look for other CVS tree (like citrus CVS tree)
239 main trunc has Citrus code in the following places:
240 - src/lib/libc/locale, LC_CTYPE: single/multibyte support
241 - src/lib/libintl: GNU libc compatible gettext(3) implementation.
242 - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
243 - src/lib/libc/iconv: iconv(3)
244
245 Package: cron
246 Version: 4.1
247 Current Vers: 4.1
248 Maintainer: Paul Vixie <vixie (a] vix.com>
249 Archive Site: ftp://ftp.isc.org/isc/cron/
250 Home Page:
251 Mailing List:
252 Responsible:
253 License: BSD-like
254 Location: external/bsd/cron/dist
255 Notes:
256
257 Package: cvs
258 Version: 1.12.13
259 Current Vers: 1.12.13
260 Maintainer: cvshome
261 Archive Site: http://ftp.gnu.org/non-gnu/cvs/
262 Home Page: http://cvs.nongnu.org/
263 Mailing List: bug-cvs (a] gnu.org
264 Responsible: christos
265 License: GPLv1, LGPLv2
266 Location: external/gpl2/xcvs/dist
267 Notes:
268 Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
269 for the import.
270 Do not forget to update external/gpl2/xcvs/include/config.h to match
271 external/gpl2/xcvs/dist/config.h.in.
272
273 Package: db
274 Version: 1.85
275 Current Vers: 1.86/4.7.25
276 Maintainer: Keith Bostic <bostic (a] vangogh.cs.berkeley.edu>
277 Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
278 Home Page: http://www.oracle.com/database/berkeley-db/
279 Mailing List:
280 Responsible:
281 License: BSD or Oracle Commercial License
282 Location: lib/libc/db
283 Notes:
284 Note that we cannot use db 2.x for license reasons.
285 Three bug fixes against 1.85 sent back to bostic. Changes to
286 man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
287 Import of DB 1.85 was done via a sh script which converted the
288 distribution into the netbsd format. The script can be found in
289 src/lib/libc/db/db2netbsd.
290
291 Package: dhcp
292 Version: 4.2.5-P1
293 Current Vers: 4.2.5-P1
294 Maintainer: mellon
295 Archive Site: ftp://ftp.isc.org/isc/dhcp/
296 Home Page: http://www.isc.org/software/dhcp/
297 Mailing List: dhcp-server (a] isc.org
298 Mailing List: dhcp-client (a] isc.org
299 Mailing List: dhcp-announce (a] isc.org
300 Mailing List: dhcp-bugs (a] isc.org
301 Responsible: mellon
302 License: BSD (3-clause)
303 Location: external/bsd/dhcp
304 Notes:
305 Use the dhcp2netbsd script.
306
307 Package: dhcpcd
308 Version: 6.4.0
309 Current Vers: 6.4.0
310 Maintainer: roy
311 Archive Site: ftp://roy.marples.name/pub/dhcpcd/
312 Home Page: http://roy.marples.name/projects/dhcpcd/
313 Mailing List: dhcpcd-discuss (a] marples.name
314 License: BSD (2-clause)
315 Location: external/bsd/dhcpcd/dist
316 Notes:
317 Please submit all changes to the author.
318 The distribution doesn't include the Linux specific bits or build system.
319
320 Package: diffutils
321 Version: 2.8.1
322 Current Vers: 3.3
323 Maintainer: FSF
324 Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
325 Home Page: http://www.gnu.org/software/diffutils/
326 Mailing List: bug-diffutils (a] gnu.org
327 Responsible:
328 License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later)
329 Location: gnu/dist/diffutils
330 Notes:
331 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
332 for the import.
333
334 Package: expat
335 Version: 2.1.0
336 Current Vers: 2.1.0
337 Maintainer: mrg
338 Archive Site: http://sourceforge.net/projects/expat/files/expat/
339 Home Page: http://www.libexpat.org/
340 Mailing List: expat-discuss (a] libexpat.org
341 Responsible:
342 License: MIT
343 Location: src/external/mit/expat/dist
344 Notes:
345 Please use "expat" as the vendor tag for CVS imports.
346
347 Package: file
348 Version: 5.19
349 Current Vers: 5.19
350 Maintainer: Christos Zoulas <christos (a] zoulas.com>
351 Archive Site: ftp://ftp.astron.com/pub/file/
352 Home Page: http://www.darwinsys.com/file/
353 Mailing List: file (a] mx.gw.com
354 Responsible: christos, pooka
355 License: BSD (2-clause)
356 Location: external/bsd/file/dist
357 Notes:
358 use file2netbsd
359
360 Package: flex
361 Version: 2.5.37
362 Current Vers: 2.5.37
363 Maintainer: Will Estes <wlestes (a] users.sourceforge.net>
364 Archive Site: http://flex.sourceforge.net/
365 Home Page: http://flex.sourceforge.net/
366 Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
367 Responsible:
368 License: BSD-like
369 Location: external/bsd/flex/dist
370 Notes:
371 There is a flex2netbsd script to help newer imports.
372
373 Package: gcc
374 Version: 4.1.3-20080831/4.5.4/4.8.3
375 Current Vers: 4.8.3
376 Maintainer: FSF
377 Archive Site: ftp://ftp.gnu.org/gnu/gcc/
378 Home Page: http://www.gnu.org/software/gcc/
379 Mailing List: gcc-bugs (a] gnu.org
380 Responsible: thorpej, mrg
381 License: GPLv3, LGPLv3.1
382 Location: gnu/dist/gcc4
383 Location: external/gpl3/gcc.old/dist
384 Location: external/gpl3/gcc/dist
385 Notes:
386 As of April 2014, there are three versions of gcc in the NetBSD tree.
387 In the long term, we expect that there will often be two versions,
388 in the "gcc" and "gcc.old" directories. Having two versions allows
389 migration from one version of gcc to another to happen for one port
390 at a time, instead of for all ports simultaneously.
391 When importing a new version of external/gpl3/gcc.old:
392 - copy the current version of external/gpl3/gcc
393 - import it to a "NETBSD" vendor branch in externalgpl3/gcc.old
394 Before importing a new version of external/gpl3/gcc:
395 - delete all .cvsignore and .gitignore files
396 - delete java ada fortran their libraries and testsuites
397 - delete libffi zlib boehm-gc
398 - update gcc/version.c for the NetBSD GCC date
399 - use core/c++/objc/testsuite tarballs
400 - you can use the gcc2netbsd script for the above (except version)
401
402 Package: gdb
403 Version: 7.7.1
404 Current Vers: 7.7.1
405 Maintainer: FSF
406 Archive Site: ftp://ftp.gnu.org/gnu/gdb/
407 Home Page: http://www.gnu.org/software/gdb/
408 Mailing List: bug-gdb (a] gnu.org
409 Responsible: christos
410 License: GPLv3, LGPLv3.1
411 Location: external/gpl3/gdb/dist
412 Notes:
413 When updating GDB, it is imperative to test that:
414 - Debugging of kernel cores ("target kvm") works correctly
415 - Support for our kernel's remote serial debugging protocol
416 ("options KGDB") works correctly.
417
418 Package: gdtoa
419 Version: 2011-03-19
420 Current Vers: $(date)
421 Maintainer: David M. Gay <dmg (a] acm.org>
422 Archive Site: http://www.netlib.org/fp/
423 Home Page: http://www.netlib.org/fp/
424 Mailing List: none
425 Responsible: kleink
426 License: BSD-like
427 Location: lib/libc/gdtoa
428 Notes:
429 Test suite integrated at this time, but not built (and fails to run).
430 No hexadecimal floating-point string conversion for VAX FP yet.
431 Only double-precision addressed at this time.
432
433 Package: gettext
434 Version: 0.14.4
435 Current Vers: 0.18
436 Maintainer: FSF
437 Archive Site: ftp://ftp.gnu.org/gnu/gettext/
438 Home Page: http://www.gnu.org/software/gettext/
439 Mailing List: bug-gnu-utils (a] gnu.org
440 Responsible:
441 License: GPLv2
442 Location: gnu/dist/gettext
443 Notes:
444 GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
445 we use BSD-licensed implementation from Citrus project (see entry for
446 "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
447
448 Package: gkermit
449 Version: 1.00
450 Current Vers: 1.00
451 Maintainer: Kermit Project - Columbia University <kermit (a] columbia.edu>
452 Archive Site: ftp://kermit.columbia.edu/kermit/archives/
453 Home Page: http://www.columbia.edu/kermit/
454 Mailing List:
455 Responsible: apb
456 License: GPLv2
457 Location: gnu/dist/gkermit
458 Notes:
459
460 Package: grep
461 Version: 2.5.1
462 Current Vers: 2.19
463 Maintainer: FSF
464 Archive Site: ftp://ftp.gnu.org/gnu/grep/
465 Home Page: http://www.gnu.org/software/grep/
466 Mailing List: bug-gnu-utils (a] gnu.org
467 Responsible: simonb
468 License: GPLv2+ (2.5.1), GPLv3+ (2.5.3 and later)
469 Location: gnu/dist/grep
470 Notes:
471 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
472 for the import.
473 On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep;
474 see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
475 was imported into src/usr.bin/grep;
476 on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported
477 in src/usr.bin/grep, replacing FreeGrep
478 (http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html).
479
480 Package: groff
481 Version: 1.19.2
482 Current Vers: 1.22.2
483 Maintainer: Werner Lemberg/FSF
484 Archive Site: ftp://ftp.gnu.org/gnu/groff/
485 Home Page: http://www.gnu.org/software/groff/
486 Mailing List: bug-groff (a] gnu.org
487 Responsible:
488 License: GPLv2
489 Location: gnu/dist/groff
490 Notes:
491 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
492 for import.
493
494 Package: heimdal
495 Version: 1.5.3
496 Current Vers: 1.5.3
497 Maintainer: Heimdal <heimdal (a] pdc.kth.se>
498 Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
499 Home Page: http://www.pdc.kth.se/heimdal/
500 Mailing List: heimdal-discuss (a] pdc.kth.se
501 Responsible: joda, lha
502 License: BSD
503 Location: crypto/external/bsd/heimdal/dist
504 Notes:
505
506 Package: hunt
507 Version: 2003-04-16
508 Current Vers: 2003-04-16
509 Maintainer: Greg Couch <gregc (a] cgl.ucsf.edu>
510 Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
511 Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
512 Responsible: mrg
513 License: BSD (3-clause)
514 Location: games/hunt
515 Notes:
516
517 Package: ipf
518 Version: 5.1.1
519 Current Vers: 5.1.2
520 Maintainer: Darren Reed
521 Archive Site: http://coombs.anu.edu.au/~avalon/
522 Home Page: http://coombs.anu.edu.au/~avalon/
523 Mailing List: ipfilter (a] postbox.anu.edu.au
524 Responsible: darrenr, christos
525 License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE
526 Location: external/bsd/ipf,sys/external/bsd/ipf
527 Notes:
528 ipf2netbsd should be used on a virgin ipfilter source tree.
529
530 Package: ipsec-tools
531 Version: (ipsec-tools head is NetBSD-current head)
532 Maintainer: IPsec-Tools project <ipsec-tools-core (a] lists.sourceforge.net>
533 Archive Site: http://ipsec-tools.sourceforge.net
534 Home Page: http://ipsec-tools.sourceforge.net
535 Mailing List: ipsec-tools-devel (a] lists.sourceforge.net
536 Responsible: manu, vanhu, mgrooms
537 License: BSD (3-clause)
538 Location: crypto/dist/ipsec-tools
539 Notes:
540 ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
541 We don't run ipsec-tools' configure as part of the NetBSD build. configure
542 generated files are available in the NetBSD source tree at:
543 src/lib/libipsec/config.h
544 src/lib/libipsec/package_version.h
545 When configure.ac is updated, run the following:
546 cd src/crypto/dist/ipsec-tools
547 ./bootstrap
548 ./configure --enable-adminport --enable-hybrid --enable-frag \
549 --enable-natt --enable-dpd
550 Then copy package_version.h to src/lib/libipsec and merge config.h with
551 src/lib/libipsec/config.h (it needs some manual tweaking)
552
553 NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
554 NetBSD-current always contains latest ipsec-tools code. On the other hand,
555 ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
556 are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
557 sync with ipsec-tools-0_7-branch)
558
559 Package: KAME IPv6
560 Version: KAME/NetBSD SNAP kit
561 Current Vers: KAME/NetBSD SNAP kit (shipped every week)
562 Maintainer: KAME Project <kame (a] kame.net>
563 Archive Site: http://www.kame.net/
564 Home Page: http://www.kame.net/
565 Mailing List: snap-users (a] kame.net
566 Responsible:
567 License: BSD (3-clause)
568 Location: sys/netinet6
569 Notes:
570 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
571 more conservative implementation policy.
572 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
573 Please do not make too many diff-unfriendly changes (like indentation change,
574 KNF police). We need to take diffs across KAME snapshots on upgrades.
575 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
576 in sys/netinet6/in6.h. No script is available for upgrades.
577 "KAME" branch is used for kernel merge work purposes.
578 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
579 among KAME/*BSD, *BSD-current and recent *BSD releases.
580
581 Package: kyua-atf-compat
582 Version: 0.1
583 Current Vers: 0.1
584 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
585 Archive site: http://code.google.com/p/kyua/downloads/list?can=1
586 Home page: http://code.google.com/p/kyua/
587 Mailing List: kyua-discuss (a] googlegroups.com
588 Responsible: jmmv
589 License: BSD 3-clause
590 Location: external/bsd/kyua-atf-compat/dist
591 Notes:
592 The source files are in external/bsd/kyua-atf-compat/dist.
593 Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
594 directory.
595
596 Package: kyua-cli
597 Version: 0.7
598 Current Vers: 0.7
599 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
600 Archive site: http://code.google.com/p/kyua/downloads/list?can=1
601 Home page: http://code.google.com/p/kyua/
602 Mailing List: kyua-discuss (a] googlegroups.com
603 Responsible: jmmv
604 License: BSD 3-clause
605 Location: external/bsd/kyua-cli/dist
606 Notes:
607 The source files are in external/bsd/kyua-cli/dist.
608 Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory.
609
610 Package: kyua-testers
611 Version: 0.1
612 Current Vers: 0.1
613 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
614 Archive site: http://code.google.com/p/kyua/downloads/list?can=1
615 Home page: http://code.google.com/p/kyua/
616 Mailing List: kyua-discuss (a] googlegroups.com
617 Responsible: jmmv
618 License: BSD 3-clause
619 Location: external/bsd/kyua-testers/dist
620 Notes:
621 The source files are in external/bsd/kyua-testers/dist.
622 Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
623 directory.
624
625 Package: less
626 Version: less-458
627 Current Vers: less-458
628 Maintainer: Mark Nudelman <markn (a] greenwoodsoftware.com>
629 Archive Site: http://www.greenwoodsoftware.com/less/download.html
630 Home Page: http://www.greenwoodsoftware.com/less/
631 Mailing List: less-announce-request (a] greenwoodsoftware.com
632 Responsible: mrg
633 License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
634 Location: external/bsd/less/dist
635 Notes:
636 Many changes to make less act as more when invoked as more. Beware.
637 Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
638 for importation. Run ./configure beforehand to generate "defines.h".
639 Talk to mrg before importing any new version.
640
641 Package: libarchive
642 Version: 2.8.4
643 Current Vers: 2.8.5 (legacy) / 3.0.4 (stable)
644 Maintainer: kientzle (a] freebsd.org, joerg (a] NetBSD.org
645 Archive Site: https://github.com/libarchive/libarchive/downloads
646 Home Page: http://libarchive.github.com/
647 Responsible: joerg
648 License: BSD (2-clause)
649 Location: external/bsd/libarchive/dist
650 Notes:
651 Distribution is stripped down to the relevant part.
652
653 Package: libdevmapper
654 Version: 1.02.40
655 Current Vers: 2.02.98
656 Maintainer: lvm-devel (a] redhat.com
657 Archive Site: ftp://sources.redhat.com/pub/lvm2/
658 Home Page: http://sources.redhat.com/lvm2/
659 Responsible: haad
660 License: LGPLv2.1
661 Location: external/gpl2/lvm2/dist/libdm
662 Notes:
663 The lvm2tools and the libdevmapper are now distributed as one source
664 repository. See the lvm2tools Notes for more information.
665
666 Package: libevent
667 Version: 2.0.21-stable
668 Current Vers: 2.0.21-stable
669 Maintainer: Niels Provos <provos (a] citi.umich.edu>
670 Archive Site: http://www.monkey.org/~provos/libevent/
671 Home Page: http://www.monkey.org/~provos/libevent/
672 Responsible: provos
673 License: BSD (3/4-clause)
674 Location: external/bsd/libevent/dist
675 Notes:
676 - Run the libevent2netbsd script
677 - Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
678 man pages are in doxygen/man/man3. Remove the extra man pages that are
679 .so'ing only. Copy the rest to man.
680
681 Package: llvm
682 Version: 3.4rc1 (r195771)
683 Current Vers.: 3.4rc1
684 Maintainer: llvmdev (a] cs.uiuc.edu
685 Home Page: http://llvm.org
686 Responsible: joerg
687 License: BSD/MIT
688 Location: external/bsd/llvm/dist
689 Notes:
690 A CVS ACL is in place for the location to prevent unintentioned commits.
691 All changes should come via import from upstream SVN.
692
693 Package: lvm2tools
694 Version: 2.02.56
695 Current Vers: 2.02.56
696 Maintainer: lvm-devel (a] redhat.com
697 Archive Site: ftp://sources.redhat.com/pub/lvm2/
698 Home Page: http://sources.redhat.com/lvm2/
699 Responsible: haad
700 License: GPLv2
701 Location: external/gpl2/lvm2/dist
702 Notes:
703 Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
704 for import. Keep eye on dist/include/configure.h it migh change over the releases.
705 We maintain our own version of libdevmapper ioctl protocol code, therefore we
706 should test it before import. Talk to haad before importing new version.
707
708 Package: libpcap
709 Version: 1.5.2
710 Current Vers: 1.5.2
711 Maintainer: tcpdump-workers (a] tcpdump.org
712 Archive Site: http://www.tcpdump.org/release/
713 Home Page: http://www.tcpdump.org/
714 Mailing List: tcpdump-workers (a] tcpdump.org
715 Responsible: dyoung
716 License: BSD (3/4-clause)
717 Location: external/bsd/libpcap/dist
718 Notes:
719 Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
720 tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
721
722 Package: libwrap
723 Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
724 Current Vers: tcp_wrappers 7.6-ipv6.4
725 Maintainer: Wietse Venema <wietse (a] porcupine.org>
726 Archive Site: ftp://ftp.porcupine.org/pub/security/
727 Home Page: ftp://ftp.porcupine.org/pub/security/
728 Mailing List:
729 Responsible: cjs
730 License: BSD-like
731 Location: lib/libwrap
732 Notes:
733 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
734 under src/usr.sbin). We don't use tcpd; that functionality is built
735 into inetd. The provided libwrap2netbsd script handles just libwrap.
736
737 Package: Lua
738 Version: Lua 5.1.5
739 Current Vers: Lua 5.2.2
740 Maintainer: PUC Rio
741 Home Page: http://www.lua.org/
742 Mailing List:
743 Responsible: mbalmer
744 License: MIT
745 Location: external/mit/lua/dist
746 Notes:
747 The default module paths have been changed to not include the current
748 working directory '.' to avoid potential security problems.
749
750 Package: Lutok
751 Version: 0.3
752 Current Vers: 0.3
753 Maintainer: Julio Merino <jmmv (a] NetBSD.org>
754 Archive site: http://code.google.com/p/lutok/downloads/list?can=1
755 Home page: http://code.google.com/p/lutok/
756 Mailing List: lutok-discuss (a] googlegroups.com
757 Responsible: jmmv
758 License: BSD 3-clause
759 Location: external/bsd/lutok/dist
760 Notes:
761 The source files are in external/bsd/lutok/dist.
762 Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
763
764 Package: m4
765 Version: 20091026
766 Current Vers: 20091026
767 Maintainer: The OpenBSD Project
768 Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
769 Home Page: http://www.openbsd.org/
770 Mailing List:
771 License: BSD 3-clause like (dns-sd)
772 Responsible: christos
773 Location: usr.bin/m4
774 Notes:
775 Uses libc's ohash, and strtonum
776
777 Package: mDNSResponder
778 Version: 320.16
779 Current Vers: 541
780 Maintainer: Apple
781 Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/
782 Home Page: http://developer.apple.com/opensource/internet/bonjour.html
783 Mailing List: bonjour-dev (a] lists.apple.com
784 License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
785 BSD 3-clause like (dns-sd)
786 Responsible: tsarna
787 Location: external/apache2/mDNSResponder/dist
788 Notes:
789
790 Package: mdocml
791 Version: 1.12.1
792 Current Vers: 1.12.2
793 Maintainer: Kristaps Donsons
794 Archive Site: http://mdocml.bsd.lv/snapshots/
795 Home Page: http://mdocml.bsd.lv/
796 Mailing List:
797 Responsible: joerg
798 License: BSD (2-clause)
799 Location: external/bsd/mdocml/dist
800 Notes:
801
802 Package: mesa-demos
803 Version: 8.1.0
804 Current Vers: 8.2.0
805 Maintainer: mesa-git@?
806 Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/
807 Home Page: http://www.mesa3d.org/
808 Mailing List:
809 Responsible: riastradh, mrg
810 License: ISC
811 Location: xsrc/external/mit/MesaDemos/dist
812 Notes:
813 We use only glxinfo and glxgears. Delete all else on import.
814 Vendor tag: xorg
815 Release tag: mesa-demos-X-Y-Z
816
817 Package: mesa-drm
818 Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
819 Current Vers:
820 Maintainer: mesa-git@?
821 Archive Site: git://anongit.freedesktop.org/git/mesa/drm
822 Home Page: http://cgit.freedesktop.org/mesa/drm/
823 Mailing List:
824 Responsible: mrg, bjs
825 License: BSD
826 Location: sys/external/bsd/drm/dist
827 Notes:
828
829 Package: mopd
830 Version: 2.5.3
831 Current Vers: 2.5.3
832 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
833 Archive Site: http://www.stacken.kth.se/~moj/mopd.html
834 Home Page: http://www.stacken.kth.se/~moj/mopd.html
835 Mailing List:
836 Responsible: cjs
837 License: BSD (4-clause)
838 Location: usr.sbin/mopd
839 Notes:
840 Delete the otherOS directory before importing.
841
842 Package: nawk
843 Version: 2012-12-20
844 Current Vers: 2012-12-20
845 Maintainer: Brian Kernighan <bwk (a] princeton.edu>
846 Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
847 Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
848 Mailing List:
849 Responsible: jdolecek
850 License: BSD-like
851 Location: external/historical/nawk/dist
852 Notes:
853 Build maketab from nawk sources and generate proctab.c.
854 Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
855 then import to src/external/historical/nawk/dist.
856
857 Package: ndbootd
858 Version: 0.5
859 Current Vers: 0.5
860 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
861 Archive Site:
862 Home Page:
863 Responsible: fredette
864 License: BSD (4-clause)
865 Location: usr.sbin/ndbootd
866 Notes:
867 Run ./configure, save config.h, make distclean, rm all autoconf/automake
868 and ndbootd-raw.c. Restore saved config.h, and force it to define
869 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
870
871 Package: ntp
872 Version: 4.2.7p404
873 Current Vers: 4.2.6p5/4.2.7p404
874 Maintainer: David L. Mills <mills (a] udel.edu>
875 Archive Site: http://www.ntp.org/
876 Home Page: http://www.ntp.org/, http://support.ntp.org/
877 Mailing List:
878 Responsible: simonb, jonathan, kardel
879 License: BSD-like
880 Location: external/bsd/ntp/dist
881 Notes:
882 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
883
884 Package: nvi
885 Version: 1.81.6, HEAD as of 2013-11-20
886 Current Vers: 1.81.6
887 Maintainer: Sven Verdoolaege <skimo (a] kotnet.org>, Keith Bostic
888 Archive Site: git://repo.or.cz/nvi.git, ftp://ftp.bostic.com/pub/
889 Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
890 Mailing List:
891 Responsible: christos
892 License: BSD (3/4-clause)
893 Location: external/bsd/nvi/dist
894 Notes:
895 We have lots of local fixes.
896
897 Package: OpenLDAP
898 Version: 2.4.39
899 Current Vers: 2.4.39
900 Maintainer: OpenLDAP Foundation
901 Archive Site: http://www.openldap.org/
902 Home Page: http://www.openldap.org/
903 Mailing List:
904 Responsible:
905 License: BSD (3-clause)
906 Location: external/bsd/openldap/dist
907 Notes:
908
909 Package: OpenPAM
910 Version: 20130907 (Nummularia)
911 Current Vers: 20130907 (Nummularia)
912 Maintainer: Dag-Erling Smrgrav <des (a] FreeBSD.org>
913 Archive Site: http://www.openpam.org/
914 Home Page: http://www.openpam.org/
915 Mailing List:
916 Responsible: christos
917 License: BSD (3-clause)
918 Location: external/bsd/openpam/dist
919 Notes:
920 Next import will need moving lib sources to lib/libpam
921
922 Package: openresolv
923 Version: 3.5.6
924 Current Vers: 3.5.6
925 Maintainer: roy
926 Archive Site: ftp://roy.marples.name/pub/openresolv/
927 Home Page: http://roy.marples.name/projects/openresolv/
928 Mailing List: openresolv-discuss (a] marples.name
929 License: BSD (2-clause)
930 Location: external/bsd/openresolv/dist
931 Notes:
932 Please submit all changes to the author.
933
934 Package: HPN-SSH
935 Version: 6.1p1 13 v14
936 Current Vers: 6.3p1 v14
937 Maintainer: www.psc.edu
938 Archive Site: No direct link anymore, @#$#$ psc.
939 Home Page: http://www.psc.edu/index.php/hpn-ssh
940 Mailing List:
941 Responsible: christos
942 License:
943 Location: crypto/external/bsd/openssh/dist
944 Notes:
945 Patch applied after OpenSSH import.
946
947 Package: OpenSSH
948 Version: 6.4
949 Current Vers: 6.4 / portable 6.4p1
950 Maintainer: OpenSSH
951 Archive Site: http://www.openssh.com/ftp.html
952 Home Page: http://www.openssh.com/portable.html
953 Mailing List: openssh-unix-announce (a] mindrot.org
954 Responsible: thorpej, christos, elric
955 License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
956 Location: crypto/external/bsd/openssh/dist
957 Notes:
958 imported from OpenBSD ssh -- is not from the portable OpenSSH
959 use openssh2netbsd before import.
960 local changes (should always try to bring them back to master openssh tree,
961 markus is very cooperative about it):
962 - default for PermitRootLogin is set to "no"
963 - IgnoreRootRhosts added
964 - look at login.conf to check valid user/access list
965 - krb5 support re-added
966 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
967 when someone imports openssl, we can remove this.
968 - added moduli from portable openssh
969 - added USE_PAM patches and auth_pam.[ch] from portable openssh
970 (see if there is any difference between the current version of opensshX.Yp1
971 and the new opensshZ.Wp1) and apply them.
972 - conditionalize login_cap
973 - conditionalize bsd_auth
974 - restore krb5, krb4, afs, skey
975 - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
976 - fix ctype macro arguments
977 - umac is broken, disable it
978 - better ~homedir handling
979 - netbsd style tunnels
980 - urandom, xhome, chrootdir, rescuedir NetBSD handling
981 - utmp/utmpx handling
982 - handle tty posix_vdisable properly
983 - handle setuid and unsetuid the posix way instead of setresuid()
984 - add all missing functions
985 - always bump major when importing to avoid api problems.
986 - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
987
988 Package: OpenSSL
989 Version: 1.0.1h
990 Current Vers: 1.0.1h with AES-NI patch
991 Maintainer: The OpenSSL Project
992 Archive Site: ftp://ftp.openssl.org/source/
993 Home Page: http://www.openssl.org/
994 Mailing List: openssl-announce (a] openssl.org
995 Responsible: mcr, thorpej, groo, christos, mjf
996 License: OpenSSL and SSLeay license (both BSD-like)
997 Location: crypto/external/bsd/openssl/dist
998 Notes:
999 - Run openssl2netbsd to get rid of the RCSID identifiers
1000 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1001 to regen man pages.
1002 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1003 to regen assembly files
1004
1005 Package: pcc
1006 Version: 1.1.0.DEVEL 20120325
1007 Current Vers: 1.1.0.DEVEL 20120325
1008 Maintainer: Anders Magnusson <ragge (a] NetBSD.org>
1009 Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
1010 Home Page: http://pcc.ludd.ltu.se/
1011 Mailing List: pcc-list (a] ludd.ltu.se
1012 Responsible: plunky
1013 License: BSD
1014 Location: external/bsd/pcc/dist
1015 Notes:
1016 This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1017 file for details about how to get the latest version from the upstream server
1018 and import it.
1019
1020 Package: pdisk
1021 Version: 0.8a2
1022 Current Vers: 0.8a2
1023 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
1024 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1025 Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1026 Mailing List:
1027 Responsible: dbj
1028 License: BSD-like
1029 Location: external/bsd/pdisk
1030 Notes:
1031 This is the disk partition utility used by Apple's mkLinux and OS X
1032 It is imported into external/bsd/pdisk.
1033
1034 Package: pdksh
1035 Version: 5.2.14p2
1036 Current Vers: 5.2.14p2
1037 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
1038 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
1039 Home Page: http://www.cs.mun.ca/~michael/pdksh/
1040 Mailing List:
1041 Responsible: jdolecek
1042 License: Public domain
1043 Location: bin/ksh
1044 Notes:
1045 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1046
1047 Package: PF (openbsd packet filter)
1048 Version: OpenBSD 4.2
1049 Current Vers: OpenBSD 4.3-current
1050 Maintainer: The OpenBSD Project
1051 Archive Site: ftp://ftp.openbsd.org/
1052 Home Page: http://www.openbsd.org/faq/pf/
1053 Mailing List: pf (a] benzedrine.cx or appropriate OpenBSD mailing list
1054 Responsible: peter, yamt
1055 License: BSD (2-clause)
1056 Location: dist/pf,sys/dist/pf
1057 Notes:
1058 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1059 definition (files.pf). userland code is imported into src/dist/pf, and
1060 reachover Makefiles are in src/usr.sbin/pf.
1061
1062 Package: pkg_install
1063 Version: 20120221
1064 Current Vers: 20120221
1065 Maintainer: The pkgsrc developers
1066 Home Page: http://www.pkgsrc.org/
1067 Mailing List: tech-pkg (a] NetBSD.org
1068 Responsible: joerg
1069 License: BSD
1070 Location: external/bsd/pkg_install/dist
1071 Notes:
1072 The authoritative version is in pkgsrc/pkgtools/pkg_install.
1073
1074 Package: ping
1075 Version: 980911
1076 Current Vers: 980911
1077 Maintainer: Mike Muuss
1078 Archive Site:
1079 Home Page: http://ftp.arl.mil/mike/ping.html
1080 Mailing List:
1081 Responsible: christos
1082 License: BSD (3-clause)
1083 Location: sbin/ping
1084 Notes:
1085 We use err() and friends. We have changes for snprintf, extra
1086 formatting in man pages, disallowing flood pinging, alignment fixes,
1087 and more. Vern's ping is gone. We are too different from everyone else
1088 now to do a new import.
1089
1090 Package: Postfix
1091 Version: 2.11.1
1092 Current Vers: 2.11.1
1093 Maintainer: Wietse Venema <wietse (a] porcupine.org>
1094 Archive Site: ftp://postfix.cloud9.net/official/
1095 Home Page: http://www.postfix.org/
1096 Mailing List: postfix-users (a] postfix.org
1097 Responsible: christos, tron
1098 License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1099 Location: external/ibm-public/postfix/dist
1100 Notes:
1101 HTML documentation should be kept in sync with the README_FILES.
1102 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1103 directory layout (the easiest way to check is by running ``postfix
1104 set-permissions'').
1105
1106 Package: ppp
1107 Version: 2.4.5
1108 Current Vers: 2.4.6
1109 Maintainer: Paul Mackerras <paulus (a] samba.org>
1110 Archive Site: ftp://ftp.samba.org/pub/ppp/
1111 Home Page:
1112 GIT root: git://ozlabs.org/~paulus/ppp.git
1113 Mailing List:
1114 Responsible: christos, cube
1115 License: BSD (3-clause)
1116 Location: external/bsd/ppp/dist
1117 Notes:
1118 BSD support was removed from 2.4.0; I added it back and removed
1119 some GPL pieces. Multilink support is missing. Repeated pings to
1120 Paulus have not yielded results. I've retrofitted pppdump to use
1121 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1122 is clearly a pain. I have not tested the modules code, neither our
1123 makefiles make it easy to construct a module, but I left one there
1124 as an example.
1125 TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1126 using the version found in 2.4.1.
1127
1128 Package: rcs
1129 Version: 5.7
1130 Current Vers: 5.9.2
1131 Maintainer: FSF
1132 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
1133 Mailing List: bug-gnu-utils (a] gnu.org
1134 Home Page: http://www.gnu.org/software/rcs/
1135 Responsible: agc
1136 License: GPLv2+ (5.7), GPLv3+ (5.8 and later)
1137 Location: gnu/usr.bin/rcs
1138 Notes:
1139 Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1140
1141 Package: root.cache
1142 Version: 2014060201 (June 2, 2014)
1143 Current Vers: 2014060201 (June 2, 2014)
1144 Maintainer: InterNIC
1145 Archive Site: ftp://ftp.internic.net/domain/named.root
1146 Home Page: ftp://ftp.internic.net/domain/named.root
1147 Mailing List:
1148 Responsible: thorpej
1149 License: Public domain
1150 Location: etc/namedb
1151 Notes:
1152 The root server cache is also included with BIND. However, the
1153 InterNIC version is usually more up to date.
1154
1155 Package: routed
1156 Version: 2.32
1157 Current Vers: 2.32
1158 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
1159 Archive Site: ftp://ftp.rhyolite.com/src/
1160 Home Page: http://www.rhyolite.com/src/
1161 Mailing List:
1162 Responsible: christos
1163 License: BSD (4-clause)
1164 Location: sbin/routed
1165 Notes:
1166 We use the md5 code from libc
1167 We don't allow RIP_TRACEON and RIP_TRACEOFF
1168 We use arc4random
1169 We use strlcpy/snprintf
1170
1171 Package: send-pr (part of GNATS)
1172 Version: 3.95
1173 Current Vers: 4.1
1174 Maintainer: FSF
1175 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1176 Home Page: http://www.gnu.org/software/gnats/
1177 Mailing List: bug-gnats (a] gnu.org
1178 License: GPLv2
1179 Responsible:
1180 Location: gnu/usr.bin/send-pr
1181 Notes:
1182
1183 Package: SoftFloat
1184 Version: 2a
1185 Current Vers: 2b
1186 Maintainer: John Hauser <jhauser (a] jhauser.us>
1187 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1188 Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1189 Mailing List:
1190 Responsible: bjh21
1191 License: Public domain
1192 Location: lib/libc/softfloat
1193 Notes:
1194 Heavily modified for use as a soft float library for GCC. The actual
1195 arithmetic code is unchanged, though, and should behave exactly like the
1196 original.
1197
1198 Package: sqlite
1199 Version: 3.8.3.1
1200 Current Vers: 3.8.3.1
1201 Maintainer: Richard Hipp <drh (a] sqlite.org>
1202 Home Page: http://www.sqlite.org
1203 Responsible: joerg
1204 License: Public domain
1205 Location: external/public-domain/sqlite/dist
1206 Notes:
1207 Run cleantags before inporting because sqlite3.c has an RCSID
1208
1209 Package: tcpdump
1210 Version: 4.5.1
1211 Current Vers: 4.5.1
1212 Maintainer: tcpdump-workers (a] lists.tcpdump.org
1213 Archive Site: http://www.tcpdump.org/release/
1214 Home Page: http://www.tcpdump.org/
1215 Mailing List: tcpdump-workers (a] lists.tcpdump.org
1216 Responsible:
1217 License: BSD (3-clause)
1218 Location: external/bsd/tcpdump/dist
1219 Notes:
1220 Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
1221 tree.
1222
1223 Package: TestFloat
1224 Version: 2a
1225 Current Vers: 2a
1226 Maintainer: John Hauser <jhauser (a] jhauser.us>
1227 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1228 Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1229 Mailing List:
1230 Responsible: ross
1231 License: BSD (4-clause)
1232 Location: regress/lib/libc/ieeefp/testfloat
1233 Notes:
1234
1235 Package: texinfo
1236 Version: 4.8
1237 Current Vers: 5.2
1238 Maintainer: FSF
1239 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1240 Home Page: http://www.gnu.org/software/texinfo/
1241 Mailing List: bug-texinfo (a] gnu.org
1242 Responsible:
1243 License: GPLv2+ (4.8), GPLv3+ (4.9 and later)
1244 Location: gnu/dist/texinfo
1245 Notes:
1246 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1247 for the import.
1248
1249 Package: tmux
1250 Version: 1.5
1251 Current Vers: 1.9a
1252 Maintainer: Nicholas Marriott <nicm (a] users.sourceforge.net>
1253 Archive site: http://downloads.sourceforge.net/tmux/
1254 Home page: http://tmux.sourceforge.net/
1255 Mailing List: tmux-users (a] lists.sourceforge.net
1256 Responsible: jmmv
1257 License: BSD
1258 Location: external/bsd/tmux/dist
1259 Notes:
1260 See src/external/bsd/tmux/README for instructions on how to import a
1261 new tmux release.
1262
1263 Package: top
1264 Version: 3.8beta1
1265 Current Vers: 3.8beta1
1266 Maintainer: William LeFebvre <wnl (a] groupsys.com>
1267 Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1268 Home Page: http://www.unixtop.org/
1269 Mailing List: top-spinners (a] ocee.groupsys.com
1270 Responsible: simonb, christos
1271 License: BSD (2-clause)
1272 Location: external/bsd/top/dist
1273 Notes:
1274
1275 Package: traceroute
1276 Version: 1.4a12
1277 Current Vers: 1.4a12
1278 Maintainer: traceroute (a] ee.lbl.gov
1279 Archive Site: ftp://ftp.ee.lbl.gov/
1280 Home Page: http://ftp.ee.lbl.gov/
1281 Mailing List:
1282 Responsible:
1283 License: BSD (4-clause)
1284 Location: usr.sbin/traceroute
1285 Notes:
1286 Added changes from a5 -> a12 manually.
1287
1288 Package: tz
1289 Version: tzcode2014e / tzdata2014e
1290 Current Vers: tzcode2014e / tzdata2014e
1291 Maintainer: Paul Eggert <eggert (a] cs.ucla.edu>
1292 Archive Site: ftp://ftp.iana.org/tz/releases/
1293 Archive Site: ftp://munnari.oz.au/pub/oldtz/
1294 Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1295 Home Page: http://www.iana.org/time-zones
1296 Mailing List: tz (a] iana.org
1297 Responsible: kleink, christos, apb
1298 License: Public domain
1299 Location: lib/libc/time,share/zoneinfo
1300 Notes:
1301 Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1302 Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1303 register removal) to apply. The diffs have been submitted upstream but there
1304 is too much inertia to apply them. Check for .gitignore files.
1305
1306 Package: wpa_supplicant/hostapd
1307 Version: 2.0
1308 Current Vers: 2.2
1309 Maintainer: Jouni Malinen <jkmaline (a] cc.hut.fi>
1310 Archive Site: http://hostap.epitest.fi/releases/
1311 Home Page: http://hostap.epitest.fi/wpa_supplicant/
1312 Mailing List:
1313 Responsible: scw, dyoung, christos
1314 License: BSD or GPLv2
1315 Location: external/bsd/wpa/dist
1316 Notes:
1317 See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1318
1319 Package: XFree86
1320 Version: 4.5.0
1321 Current Vers: 4.8.0
1322 Maintainer: XFree86 Project, Inc.
1323 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
1324 Home Page: http://www.xfree86.org/
1325 Mailing List: devel (a] xfree86.org
1326 Responsible: tron
1327 License: XFree
1328 Location: (xsrc)
1329 Notes:
1330 4.x:
1331 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1332 files which we don't need in our tree.
1333 ALL changes must be sent back to the XFree86 repository. Patches should
1334 be submitted back via http://bugzilla.xfree86.org.
1335
1336 Package: zlib
1337 Version: 1.2.3
1338 Current Vers: 1.2.8
1339 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
1340 Archive Site: http://www.zlib.net/
1341 Home Page: http://www.zlib.net/
1342 Mailing List:
1343 Responsible: gwr, tron, christos
1344 License: BSD (3-clause)
1345 Location: common/dist/zlib
1346 Notes:
1347 Imported to src/common/dist/zlib and shared by the kernel and userland.
1348
1349 Package: services, protocols
1350 Version: 2013-02-21 (services), 2013-02-17 (protocols)
1351 Current Vers: 2013-11-27 (services), 2013-11-12 (protocols)
1352 Maintainer: IANA
1353 Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1354 Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1355 Home Page: http://www.iana.org/
1356 Mailing List:
1357 Responsible: christos
1358 License: None
1359 Location: etc
1360 Notes:
1361 1. Build package net/iana-etc
1362 2. Add NetBSD rcsid to the generated protocols and services in the package
1363 work area.
1364 3. Append the local services from the current services file.
1365 4. Run:
1366 services_mkdb -u services > /usr/src/etc/services
1367 cp protocols /usr/src/etc/protocols
1368 5. Fix protocols
1369 - fix manet alias to MANET; giving an alias with the same name is a no/op
1370 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1371 libc getprotoent() does not read the whole file and merge in the "files"
1372 implementation.
1373
1374 Package: pigz
1375 Version: 2.3.1
1376 Current Vers: 2.3.1
1377 Maintainer: Mark Adler <madler (a] alumni.caltech.edu>
1378 Archive Site: http://zlib.net/pigz/
1379 Home Page: http://zlib.net/pigz/
1380 Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1381 Responsible: mrg, tls
1382 License: zlib
1383 Location: external/zlib/pigz/dist
1384 Notes:
1385
1386 Package: xz
1387 Version: 5.0.0
1388 Current Vers: 5.0.5 (stable) / 5.1.3alpha (devel)
1389 Maintainer: Lasse Collin <lasse.collin (a] tukanni.org>
1390 Archive Site: http://tukaani.org/xz/
1391 Home Page: http://tukaani.org/xz/
1392 Responsible: joerg
1393 License: public-domain
1394 Location: external/public-domain/xz/dist
1395 Notes:
1396 1. See prepare-import script for stripping down the distribution.
1397 2. Update configure.ac and use it to generate include/config.h.
1398 3. Carefully check for GPL components leaked into the dist area.
1399
1400 Package: mpc
1401 Version: 1.0.1
1402 Current Vers: 1.0.1
1403 Maintainer:
1404 Archive Site: http://www.multiprecision.org/mpc/download/
1405 Home Page: http://www.multiprecision.org/mpc/
1406 Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
1407 Responsible: mrg
1408 License: LGPL3
1409 Location: external/lgpl3/mpc/dist
1410 Notes:
1411
1412 Package: mpfr
1413 Version: 3.1.2
1414 Current Vers: 3.1.2
1415 Maintainer:
1416 Archive Site: http://www.mpfr.org/mpfr-current/
1417 Home Page: http://www.mpfr.org/
1418 Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1419 Responsible: mrg
1420 License: LGPL3
1421 Location: external/lgpl3/mpfr/dist
1422 Notes:
1423
1424 Package: GNU MP
1425 Version: 5.1.3
1426 Current Vers: 5.1.3
1427 Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel
1428 Archive Site: http://gmplib.org/
1429 Home Page: http://gmplib.org/
1430 Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce
1431 Responsible: mrg
1432 License: LGPL3
1433 Location: external/lgpl3/gmp/dist
1434 Notes:
1435
1436 Package: osnet
1437 Version: osnet-20100224
1438 Current Vers: ?
1439 Maintainer: ?
1440 Archive Site: ?
1441 Home Page: ?
1442 Mailing List: ?
1443 Responsible: ?
1444 License: CDDL
1445 Location: external/cddl/osnet
1446 Notes:
1447
1448 Package: sljit
1449 Version: 0.91 (svn revision 257)
1450 Current Vers: svn revision 268
1451 Maintainer: Zoltn Herczeg <hzmester (a] freemail.hu
1452 Archive Site: http://sourceforge.net/projects/sljit/
1453 Home Page: http://sljit.sourceforge.net/
1454 Mailing List: none
1455 Responsible: alnsn
1456 License: BSD (2-clause)
1457 Location: sys/external/bsd/sljit/dist
1458 Notes:
1459 Need to feed back local changes
1460
1461 Package: tre
1462 Version: 0.8.0
1463 Current Vers: 0.8.0
1464 Maintainer: http://laurikari.net/tre
1465 Archive Site: http://laurikari.net/tre
1466 Home Page: http://laurikari.net/tre
1467 Mailing List:
1468 Responsible: agc, christos
1469 License: BSD (2-clause)
1470 Location: external/bsd/tre/dist
1471 Notes:
1472 Need to feed back local changes
1473
1474 Package: TrouSerS
1475 Version: 0.3.8
1476 Current Vers: 0.3.8
1477 Maintainer: http://trousers.sourceforge.net
1478 Archive Site: http://trousers.sourceforge.net
1479 Home Page: http://trousers.sourceforge.net
1480 Mailing List: http://trousers.sourceforge.net
1481 Responsible: christos
1482 License: CPL
1483 Location: crypto/external/cpl/trousers/dist
1484 Notes:
1485 Need to feed back local changes
1486
1487 Package: tpm-tools
1488 Version: 1.3.7.1
1489 Current Vers: 1.3.7.1
1490 Maintainer: http://trousers.sourceforge.net
1491 Archive Site: http://trousers.sourceforge.net
1492 Home Page: http://trousers.sourceforge.net
1493 Mailing List: http://trousers.sourceforge.net
1494 Responsible: christos
1495 License: CPL
1496 Location: crypto/external/cpl/tpm-tools/dist
1497 Notes:
1498 Need to feed back local changes
1499
1500 Package: elftoolchain (libelf/libdwarf)
1501 Version: FreeBSD-2014-03-08
1502 Current Vers: FreeBSD-XXXX-YY-ZZ
1503 Maintainer: Joseph Koshi <jkoshi (a] freebsd.org>
1504 Archive Site: none
1505 Home Page: none
1506 Mailing List: none
1507 Responsible: christos
1508 License: BSD-like (2-clause)
1509 Location: sys/external/bsd/elftoolchain/dist
1510 Notes:
1511 Run prepare-import.sh; next time use svn id.
1512
1513 Package: smbfs
1514 Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1515 Current Vers: FreeBSD-XXXX-YY-ZZ
1516 Maintainer: Boris Popov <bp (a] FreeBSD.org>
1517 Archive Site: none
1518 Home Page: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
1519 Mailing List: ?
1520 Responsible: christos
1521 License: BSD-like (4-clause)
1522 Location: external/bsd/smbfs
1523 Notes:
1524 The kernel portion has been removed from the tar file.
1525 Our kernel smbfs and netsmb directories could move to
1526 external, but this is just make-work.
1527