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