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