3RDPARTY revision 1.1138 1 # $NetBSD: 3RDPARTY,v 1.1138 2014/07/24 15:12:20 christos 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.3.0
293 Current Vers: 4.3.0
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.2
309 Current Vers: 6.4.2
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: MesaLib
830 Version: 7.11.2
831 Current Vers: 10.2.3
832 Maintainer: mesa-git@?
833 Archive Site: ftp://ftp.freedesktop.org/pub/mesa/
834 Home Page: http://www.mesa3d.org/
835 Mailing List:
836 Responsible: riastradh, mrg
837 License: ISC
838 Location: xsrc/external/mit/MesaLib/dist
839 Notes:
840 Vendor tag: xorg
841 Release tag: MesaLib-X-Y-Z
842
843 Package: mopd
844 Version: 2.5.3
845 Current Vers: 2.5.3
846 Maintainer: Mats O Jansson <maja (a] celsiustech.se>
847 Archive Site: http://www.stacken.kth.se/~moj/mopd.html
848 Home Page: http://www.stacken.kth.se/~moj/mopd.html
849 Mailing List:
850 Responsible: cjs
851 License: BSD (4-clause)
852 Location: usr.sbin/mopd
853 Notes:
854 Delete the otherOS directory before importing.
855
856 Package: nawk
857 Version: 2012-12-20
858 Current Vers: 2012-12-20
859 Maintainer: Brian Kernighan <bwk (a] princeton.edu>
860 Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
861 Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
862 Mailing List:
863 Responsible: jdolecek
864 License: BSD-like
865 Location: external/historical/nawk/dist
866 Notes:
867 Build maketab from nawk sources and generate proctab.c.
868 Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
869 then import to src/external/historical/nawk/dist.
870
871 Package: ndbootd
872 Version: 0.5
873 Current Vers: 0.5
874 Maintainer: Matt Fredette <fredette (a] alum.mit.edu>
875 Archive Site:
876 Home Page:
877 Responsible: fredette
878 License: BSD (4-clause)
879 Location: usr.sbin/ndbootd
880 Notes:
881 Run ./configure, save config.h, make distclean, rm all autoconf/automake
882 and ndbootd-raw.c. Restore saved config.h, and force it to define
883 HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
884
885 Package: ntp
886 Version: 4.2.7p404
887 Current Vers: 4.2.6p5/4.2.7p404
888 Maintainer: David L. Mills <mills (a] udel.edu>
889 Archive Site: http://www.ntp.org/
890 Home Page: http://www.ntp.org/, http://support.ntp.org/
891 Mailing List:
892 Responsible: simonb, jonathan, kardel
893 License: BSD-like
894 Location: external/bsd/ntp/dist
895 Notes:
896 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
897
898 Package: nvi
899 Version: 1.81.6, HEAD as of 2013-11-20
900 Current Vers: 1.81.6
901 Maintainer: Sven Verdoolaege <skimo (a] kotnet.org>, Keith Bostic
902 Archive Site: git://repo.or.cz/nvi.git, ftp://ftp.bostic.com/pub/
903 Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
904 Mailing List:
905 Responsible: christos
906 License: BSD (3/4-clause)
907 Location: external/bsd/nvi/dist
908 Notes:
909 We have lots of local fixes.
910
911 Package: OpenLDAP
912 Version: 2.4.39
913 Current Vers: 2.4.39
914 Maintainer: OpenLDAP Foundation
915 Archive Site: http://www.openldap.org/
916 Home Page: http://www.openldap.org/
917 Mailing List:
918 Responsible:
919 License: BSD (3-clause)
920 Location: external/bsd/openldap/dist
921 Notes:
922
923 Package: OpenPAM
924 Version: 20130907 (Nummularia)
925 Current Vers: 20130907 (Nummularia)
926 Maintainer: Dag-Erling Smrgrav <des (a] FreeBSD.org>
927 Archive Site: http://www.openpam.org/
928 Home Page: http://www.openpam.org/
929 Mailing List:
930 Responsible: christos
931 License: BSD (3-clause)
932 Location: external/bsd/openpam/dist
933 Notes:
934 Next import will need moving lib sources to lib/libpam
935
936 Package: openresolv
937 Version: 3.5.6
938 Current Vers: 3.5.6
939 Maintainer: roy
940 Archive Site: ftp://roy.marples.name/pub/openresolv/
941 Home Page: http://roy.marples.name/projects/openresolv/
942 Mailing List: openresolv-discuss (a] marples.name
943 License: BSD (2-clause)
944 Location: external/bsd/openresolv/dist
945 Notes:
946 Please submit all changes to the author.
947
948 Package: HPN-SSH
949 Version: 6.1p1 13 v14
950 Current Vers: 6.3p1 v14
951 Maintainer: www.psc.edu
952 Archive Site: No direct link anymore, @#$#$ psc.
953 Home Page: http://www.psc.edu/index.php/hpn-ssh
954 Mailing List:
955 Responsible: christos
956 License:
957 Location: crypto/external/bsd/openssh/dist
958 Notes:
959 Patch applied after OpenSSH import.
960
961 Package: OpenSSH
962 Version: 6.4
963 Current Vers: 6.4 / portable 6.4p1
964 Maintainer: OpenSSH
965 Archive Site: http://www.openssh.com/ftp.html
966 Home Page: http://www.openssh.com/portable.html
967 Mailing List: openssh-unix-announce (a] mindrot.org
968 Responsible: thorpej, christos, elric
969 License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
970 Location: crypto/external/bsd/openssh/dist
971 Notes:
972 imported from OpenBSD ssh -- is not from the portable OpenSSH
973 use openssh2netbsd before import.
974 local changes (should always try to bring them back to master openssh tree,
975 markus is very cooperative about it):
976 - default for PermitRootLogin is set to "no"
977 - IgnoreRootRhosts added
978 - look at login.conf to check valid user/access list
979 - krb5 support re-added
980 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
981 when someone imports openssl, we can remove this.
982 - added moduli from portable openssh
983 - added USE_PAM patches and auth_pam.[ch] from portable openssh
984 (see if there is any difference between the current version of opensshX.Yp1
985 and the new opensshZ.Wp1) and apply them.
986 - conditionalize login_cap
987 - conditionalize bsd_auth
988 - restore krb5, krb4, afs, skey
989 - bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
990 - fix ctype macro arguments
991 - umac is broken, disable it
992 - better ~homedir handling
993 - netbsd style tunnels
994 - urandom, xhome, chrootdir, rescuedir NetBSD handling
995 - utmp/utmpx handling
996 - handle tty posix_vdisable properly
997 - handle setuid and unsetuid the posix way instead of setresuid()
998 - add all missing functions
999 - always bump major when importing to avoid api problems.
1000 - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1001
1002 Package: OpenSSL
1003 Version: 1.0.1h
1004 Current Vers: 1.0.1h with AES-NI patch
1005 Maintainer: The OpenSSL Project
1006 Archive Site: ftp://ftp.openssl.org/source/
1007 Home Page: http://www.openssl.org/
1008 Mailing List: openssl-announce (a] openssl.org
1009 Responsible: mcr, thorpej, groo, christos, mjf
1010 License: OpenSSL and SSLeay license (both BSD-like)
1011 Location: crypto/external/bsd/openssl/dist
1012 Notes:
1013 - Run openssl2netbsd to get rid of the RCSID identifiers
1014 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1015 to regen man pages.
1016 - run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1017 to regen assembly files
1018
1019 Package: pcc
1020 Version: 1.1.0.DEVEL 20120325
1021 Current Vers: 1.1.0.DEVEL 20120325
1022 Maintainer: Anders Magnusson <ragge (a] NetBSD.org>
1023 Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
1024 Home Page: http://pcc.ludd.ltu.se/
1025 Mailing List: pcc-list (a] ludd.ltu.se
1026 Responsible: plunky
1027 License: BSD
1028 Location: external/bsd/pcc/dist
1029 Notes:
1030 This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1031 file for details about how to get the latest version from the upstream server
1032 and import it.
1033
1034 Package: pdisk
1035 Version: 0.8a2
1036 Current Vers: 0.8a2
1037 Maintainer: Eryk Vershen <eryk (a] cfcl.com>
1038 Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1039 Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1040 Mailing List:
1041 Responsible: dbj
1042 License: BSD-like
1043 Location: external/bsd/pdisk
1044 Notes:
1045 This is the disk partition utility used by Apple's mkLinux and OS X
1046 It is imported into external/bsd/pdisk.
1047
1048 Package: pdksh
1049 Version: 5.2.14p2
1050 Current Vers: 5.2.14p2
1051 Maintainer: Michael Rendell <michael (a] cs.mun.ca>
1052 Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
1053 Home Page: http://www.cs.mun.ca/~michael/pdksh/
1054 Mailing List:
1055 Responsible: jdolecek
1056 License: Public domain
1057 Location: bin/ksh
1058 Notes:
1059 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1060
1061 Package: PF (openbsd packet filter)
1062 Version: OpenBSD 4.2
1063 Current Vers: OpenBSD 4.3-current
1064 Maintainer: The OpenBSD Project
1065 Archive Site: ftp://ftp.openbsd.org/
1066 Home Page: http://www.openbsd.org/faq/pf/
1067 Mailing List: pf (a] benzedrine.cx or appropriate OpenBSD mailing list
1068 Responsible: peter, yamt
1069 License: BSD (2-clause)
1070 Location: dist/pf,sys/dist/pf
1071 Notes:
1072 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1073 definition (files.pf). userland code is imported into src/dist/pf, and
1074 reachover Makefiles are in src/usr.sbin/pf.
1075
1076 Package: pkg_install
1077 Version: 20120221
1078 Current Vers: 20120221
1079 Maintainer: The pkgsrc developers
1080 Home Page: http://www.pkgsrc.org/
1081 Mailing List: tech-pkg (a] NetBSD.org
1082 Responsible: joerg
1083 License: BSD
1084 Location: external/bsd/pkg_install/dist
1085 Notes:
1086 The authoritative version is in pkgsrc/pkgtools/pkg_install.
1087
1088 Package: ping
1089 Version: 980911
1090 Current Vers: 980911
1091 Maintainer: Mike Muuss
1092 Archive Site:
1093 Home Page: http://ftp.arl.mil/mike/ping.html
1094 Mailing List:
1095 Responsible: christos
1096 License: BSD (3-clause)
1097 Location: sbin/ping
1098 Notes:
1099 We use err() and friends. We have changes for snprintf, extra
1100 formatting in man pages, disallowing flood pinging, alignment fixes,
1101 and more. Vern's ping is gone. We are too different from everyone else
1102 now to do a new import.
1103
1104 Package: Postfix
1105 Version: 2.11.1
1106 Current Vers: 2.11.1
1107 Maintainer: Wietse Venema <wietse (a] porcupine.org>
1108 Archive Site: ftp://postfix.cloud9.net/official/
1109 Home Page: http://www.postfix.org/
1110 Mailing List: postfix-users (a] postfix.org
1111 Responsible: christos, tron
1112 License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1113 Location: external/ibm-public/postfix/dist
1114 Notes:
1115 HTML documentation should be kept in sync with the README_FILES.
1116 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1117 directory layout (the easiest way to check is by running ``postfix
1118 set-permissions'').
1119
1120 Package: ppp
1121 Version: 2.4.5
1122 Current Vers: 2.4.6
1123 Maintainer: Paul Mackerras <paulus (a] samba.org>
1124 Archive Site: ftp://ftp.samba.org/pub/ppp/
1125 Home Page:
1126 GIT root: git://ozlabs.org/~paulus/ppp.git
1127 Mailing List:
1128 Responsible: christos, cube
1129 License: BSD (3-clause)
1130 Location: external/bsd/ppp/dist
1131 Notes:
1132 BSD support was removed from 2.4.0; I added it back and removed
1133 some GPL pieces. Multilink support is missing. Repeated pings to
1134 Paulus have not yielded results. I've retrofitted pppdump to use
1135 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1136 is clearly a pain. I have not tested the modules code, neither our
1137 makefiles make it easy to construct a module, but I left one there
1138 as an example.
1139 TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1140 using the version found in 2.4.1.
1141
1142 Package: rcs
1143 Version: 5.7
1144 Current Vers: 5.9.2
1145 Maintainer: FSF
1146 Archive Site: ftp://ftp.gnu.org/gnu/rcs/
1147 Mailing List: bug-gnu-utils (a] gnu.org
1148 Home Page: http://www.gnu.org/software/rcs/
1149 Responsible: agc
1150 License: GPLv2+ (5.7), GPLv3+ (5.8 and later)
1151 Location: gnu/usr.bin/rcs
1152 Notes:
1153 Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1154
1155 Package: root.cache
1156 Version: 2014060201 (June 2, 2014)
1157 Current Vers: 2014060201 (June 2, 2014)
1158 Maintainer: InterNIC
1159 Archive Site: ftp://ftp.internic.net/domain/named.root
1160 Home Page: ftp://ftp.internic.net/domain/named.root
1161 Mailing List:
1162 Responsible: thorpej
1163 License: Public domain
1164 Location: etc/namedb
1165 Notes:
1166 The root server cache is also included with BIND. However, the
1167 InterNIC version is usually more up to date.
1168
1169 Package: routed
1170 Version: 2.32
1171 Current Vers: 2.32
1172 Maintainer: Vernon Schryver <vjs (a] rhyolite.com>
1173 Archive Site: ftp://ftp.rhyolite.com/src/
1174 Home Page: http://www.rhyolite.com/src/
1175 Mailing List:
1176 Responsible: christos
1177 License: BSD (4-clause)
1178 Location: sbin/routed
1179 Notes:
1180 We use the md5 code from libc
1181 We don't allow RIP_TRACEON and RIP_TRACEOFF
1182 We use arc4random
1183 We use strlcpy/snprintf
1184
1185 Package: send-pr (part of GNATS)
1186 Version: 3.95
1187 Current Vers: 4.1
1188 Maintainer: FSF
1189 Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1190 Home Page: http://www.gnu.org/software/gnats/
1191 Mailing List: bug-gnats (a] gnu.org
1192 License: GPLv2
1193 Responsible:
1194 Location: gnu/usr.bin/send-pr
1195 Notes:
1196
1197 Package: SoftFloat
1198 Version: 2a
1199 Current Vers: 2b
1200 Maintainer: John Hauser <jhauser (a] jhauser.us>
1201 Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1202 Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1203 Mailing List:
1204 Responsible: bjh21
1205 License: Public domain
1206 Location: lib/libc/softfloat
1207 Notes:
1208 Heavily modified for use as a soft float library for GCC. The actual
1209 arithmetic code is unchanged, though, and should behave exactly like the
1210 original.
1211
1212 Package: sqlite
1213 Version: 3.8.3.1
1214 Current Vers: 3.8.3.1
1215 Maintainer: Richard Hipp <drh (a] sqlite.org>
1216 Home Page: http://www.sqlite.org
1217 Responsible: joerg
1218 License: Public domain
1219 Location: external/public-domain/sqlite/dist
1220 Notes:
1221 Run cleantags before inporting because sqlite3.c has an RCSID
1222
1223 Package: tcpdump
1224 Version: 4.5.1
1225 Current Vers: 4.5.1
1226 Maintainer: tcpdump-workers (a] lists.tcpdump.org
1227 Archive Site: http://www.tcpdump.org/release/
1228 Home Page: http://www.tcpdump.org/
1229 Mailing List: tcpdump-workers (a] lists.tcpdump.org
1230 Responsible:
1231 License: BSD (3-clause)
1232 Location: external/bsd/tcpdump/dist
1233 Notes:
1234 Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
1235 tree.
1236
1237 Package: TestFloat
1238 Version: 2a
1239 Current Vers: 2a
1240 Maintainer: John Hauser <jhauser (a] jhauser.us>
1241 Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1242 Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1243 Mailing List:
1244 Responsible: ross
1245 License: BSD (4-clause)
1246 Location: regress/lib/libc/ieeefp/testfloat
1247 Notes:
1248
1249 Package: texinfo
1250 Version: 4.8
1251 Current Vers: 5.2
1252 Maintainer: FSF
1253 Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1254 Home Page: http://www.gnu.org/software/texinfo/
1255 Mailing List: bug-texinfo (a] gnu.org
1256 Responsible:
1257 License: GPLv2+ (4.8), GPLv3+ (4.9 and later)
1258 Location: gnu/dist/texinfo
1259 Notes:
1260 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1261 for the import.
1262
1263 Package: tmux
1264 Version: 1.9a
1265 Current Vers: 1.9a
1266 Maintainer: Nicholas Marriott <nicm (a] users.sourceforge.net>
1267 Archive site: http://downloads.sourceforge.net/tmux/
1268 Home page: http://tmux.sourceforge.net/
1269 Mailing List: tmux-users (a] lists.sourceforge.net
1270 Responsible: jmmv
1271 License: BSD
1272 Location: external/bsd/tmux/dist
1273 Notes:
1274 See src/external/bsd/tmux/README for instructions on how to import a
1275 new tmux release.
1276
1277 Package: top
1278 Version: 3.8beta1
1279 Current Vers: 3.8beta1
1280 Maintainer: William LeFebvre <wnl (a] groupsys.com>
1281 Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1282 Home Page: http://www.unixtop.org/
1283 Mailing List: top-spinners (a] ocee.groupsys.com
1284 Responsible: simonb, christos
1285 License: BSD (2-clause)
1286 Location: external/bsd/top/dist
1287 Notes:
1288
1289 Package: traceroute
1290 Version: 1.4a12
1291 Current Vers: 1.4a12
1292 Maintainer: traceroute (a] ee.lbl.gov
1293 Archive Site: ftp://ftp.ee.lbl.gov/
1294 Home Page: http://ftp.ee.lbl.gov/
1295 Mailing List:
1296 Responsible:
1297 License: BSD (4-clause)
1298 Location: usr.sbin/traceroute
1299 Notes:
1300 Added changes from a5 -> a12 manually.
1301
1302 Package: tz
1303 Version: tzcode2014e / tzdata2014e
1304 Current Vers: tzcode2014e / tzdata2014e
1305 Maintainer: Paul Eggert <eggert (a] cs.ucla.edu>
1306 Archive Site: ftp://ftp.iana.org/tz/releases/
1307 Archive Site: ftp://munnari.oz.au/pub/oldtz/
1308 Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1309 Home Page: http://www.iana.org/time-zones
1310 Mailing List: tz (a] iana.org
1311 Responsible: kleink, christos, apb
1312 License: Public domain
1313 Location: lib/libc/time,share/zoneinfo
1314 Notes:
1315 Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1316 Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1317 register removal) to apply. The diffs have been submitted upstream but there
1318 is too much inertia to apply them. Check for .gitignore files.
1319
1320 Package: wpa_supplicant/hostapd
1321 Version: 2.0
1322 Current Vers: 2.2
1323 Maintainer: Jouni Malinen <jkmaline (a] cc.hut.fi>
1324 Archive Site: http://hostap.epitest.fi/releases/
1325 Home Page: http://hostap.epitest.fi/wpa_supplicant/
1326 Mailing List:
1327 Responsible: scw, dyoung, christos
1328 License: BSD or GPLv2
1329 Location: external/bsd/wpa/dist
1330 Notes:
1331 See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1332
1333 Package: XFree86
1334 Version: 4.5.0
1335 Current Vers: 4.8.0
1336 Maintainer: XFree86 Project, Inc.
1337 Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
1338 Home Page: http://www.xfree86.org/
1339 Mailing List: devel (a] xfree86.org
1340 Responsible: tron
1341 License: XFree
1342 Location: (xsrc)
1343 Notes:
1344 4.x:
1345 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1346 files which we don't need in our tree.
1347 ALL changes must be sent back to the XFree86 repository. Patches should
1348 be submitted back via http://bugzilla.xfree86.org.
1349
1350 Package: zlib
1351 Version: 1.2.3
1352 Current Vers: 1.2.8
1353 Maintainer: Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
1354 Archive Site: http://www.zlib.net/
1355 Home Page: http://www.zlib.net/
1356 Mailing List:
1357 Responsible: gwr, tron, christos
1358 License: BSD (3-clause)
1359 Location: common/dist/zlib
1360 Notes:
1361 Imported to src/common/dist/zlib and shared by the kernel and userland.
1362
1363 Package: services, protocols
1364 Version: 2013-02-21 (services), 2013-02-17 (protocols)
1365 Current Vers: 2013-11-27 (services), 2013-11-12 (protocols)
1366 Maintainer: IANA
1367 Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1368 Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1369 Home Page: http://www.iana.org/
1370 Mailing List:
1371 Responsible: christos
1372 License: None
1373 Location: etc
1374 Notes:
1375 1. Build package net/iana-etc
1376 2. Add NetBSD rcsid to the generated protocols and services in the package
1377 work area.
1378 3. Append the local services from the current services file.
1379 4. Run:
1380 services_mkdb -u services > /usr/src/etc/services
1381 cp protocols /usr/src/etc/protocols
1382 5. Fix protocols
1383 - fix manet alias to MANET; giving an alias with the same name is a no/op
1384 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1385 libc getprotoent() does not read the whole file and merge in the "files"
1386 implementation.
1387
1388 Package: pigz
1389 Version: 2.3.1
1390 Current Vers: 2.3.1
1391 Maintainer: Mark Adler <madler (a] alumni.caltech.edu>
1392 Archive Site: http://zlib.net/pigz/
1393 Home Page: http://zlib.net/pigz/
1394 Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1395 Responsible: mrg, tls
1396 License: zlib
1397 Location: external/zlib/pigz/dist
1398 Notes:
1399
1400 Package: xz
1401 Version: 5.0.0
1402 Current Vers: 5.0.5 (stable) / 5.1.3alpha (devel)
1403 Maintainer: Lasse Collin <lasse.collin (a] tukanni.org>
1404 Archive Site: http://tukaani.org/xz/
1405 Home Page: http://tukaani.org/xz/
1406 Responsible: joerg
1407 License: public-domain
1408 Location: external/public-domain/xz/dist
1409 Notes:
1410 1. See prepare-import script for stripping down the distribution.
1411 2. Update configure.ac and use it to generate include/config.h.
1412 3. Carefully check for GPL components leaked into the dist area.
1413
1414 Package: mpc
1415 Version: 1.0.1
1416 Current Vers: 1.0.1
1417 Maintainer:
1418 Archive Site: http://www.multiprecision.org/mpc/download/
1419 Home Page: http://www.multiprecision.org/mpc/
1420 Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
1421 Responsible: mrg
1422 License: LGPL3
1423 Location: external/lgpl3/mpc/dist
1424 Notes:
1425
1426 Package: mpfr
1427 Version: 3.1.2
1428 Current Vers: 3.1.2
1429 Maintainer:
1430 Archive Site: http://www.mpfr.org/mpfr-current/
1431 Home Page: http://www.mpfr.org/
1432 Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1433 Responsible: mrg
1434 License: LGPL3
1435 Location: external/lgpl3/mpfr/dist
1436 Notes:
1437
1438 Package: GNU MP
1439 Version: 5.1.3
1440 Current Vers: 5.1.3
1441 Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel
1442 Archive Site: http://gmplib.org/
1443 Home Page: http://gmplib.org/
1444 Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce
1445 Responsible: mrg
1446 License: LGPL3
1447 Location: external/lgpl3/gmp/dist
1448 Notes:
1449
1450 Package: osnet
1451 Version: osnet-20100224
1452 Current Vers: ?
1453 Maintainer: ?
1454 Archive Site: ?
1455 Home Page: ?
1456 Mailing List: ?
1457 Responsible: ?
1458 License: CDDL
1459 Location: external/cddl/osnet
1460 Notes:
1461
1462 Package: sljit
1463 Version: 0.91 (svn revision 257)
1464 Current Vers: svn revision 268
1465 Maintainer: Zoltn Herczeg <hzmester (a] freemail.hu
1466 Archive Site: http://sourceforge.net/projects/sljit/
1467 Home Page: http://sljit.sourceforge.net/
1468 Mailing List: none
1469 Responsible: alnsn
1470 License: BSD (2-clause)
1471 Location: sys/external/bsd/sljit/dist
1472 Notes:
1473 Need to feed back local changes
1474
1475 Package: tre
1476 Version: 0.8.0
1477 Current Vers: 0.8.0
1478 Maintainer: http://laurikari.net/tre
1479 Archive Site: http://laurikari.net/tre
1480 Home Page: http://laurikari.net/tre
1481 Mailing List:
1482 Responsible: agc, christos
1483 License: BSD (2-clause)
1484 Location: external/bsd/tre/dist
1485 Notes:
1486 Need to feed back local changes
1487
1488 Package: TrouSerS
1489 Version: 0.3.8
1490 Current Vers: 0.3.8
1491 Maintainer: http://trousers.sourceforge.net
1492 Archive Site: http://trousers.sourceforge.net
1493 Home Page: http://trousers.sourceforge.net
1494 Mailing List: http://trousers.sourceforge.net
1495 Responsible: christos
1496 License: CPL
1497 Location: crypto/external/cpl/trousers/dist
1498 Notes:
1499 Need to feed back local changes
1500
1501 Package: tpm-tools
1502 Version: 1.3.7.1
1503 Current Vers: 1.3.7.1
1504 Maintainer: http://trousers.sourceforge.net
1505 Archive Site: http://trousers.sourceforge.net
1506 Home Page: http://trousers.sourceforge.net
1507 Mailing List: http://trousers.sourceforge.net
1508 Responsible: christos
1509 License: CPL
1510 Location: crypto/external/cpl/tpm-tools/dist
1511 Notes:
1512 Need to feed back local changes
1513
1514 Package: elftoolchain (libelf/libdwarf)
1515 Version: FreeBSD-2014-03-08
1516 Current Vers: FreeBSD-XXXX-YY-ZZ
1517 Maintainer: Joseph Koshi <jkoshi (a] freebsd.org>
1518 Archive Site: none
1519 Home Page: none
1520 Mailing List: none
1521 Responsible: christos
1522 License: BSD-like (2-clause)
1523 Location: sys/external/bsd/elftoolchain/dist
1524 Notes:
1525 Run prepare-import.sh; next time use svn id.
1526
1527 Package: smbfs
1528 Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1529 Current Vers: FreeBSD-XXXX-YY-ZZ
1530 Maintainer: Boris Popov <bp (a] FreeBSD.org>
1531 Archive Site: none
1532 Home Page: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
1533 Mailing List: ?
1534 Responsible: christos
1535 License: BSD-like (4-clause)
1536 Location: external/bsd/smbfs
1537 Notes:
1538 The kernel portion has been removed from the tar file.
1539 Our kernel smbfs and netsmb directories could move to
1540 external, but this is just make-work.
1541