3RDPARTY revision 1.431
11.431Srpaulo# $NetBSD: 3RDPARTY,v 1.431 2006/04/12 17:30:16 rpaulo Exp $ 21.1Slukem# 31.1Slukem# This file contains a list of the software that has been integrated into 41.1Slukem# NetBSD where we are not the primary maintainer. 51.1Slukem# 61.1Slukem# When you make changes to this software, be sure to discuss it with the 71.1Slukem# maintainer and contribute your patches. Divergence from the official 81.1Slukem# sources is not desirable, and should be avoided as much as possible. 91.1Slukem# 101.1Slukem# When importing, please deal with the RCS IDs in this way: 111.1Slukem# 1. Preserve the RCS IDs in the files by removing the $ signs from 121.1Slukem# the IDs before you do the import. 131.1Slukem# 2. After the import, add NetBSD RCS IDs to all of the files. 141.1Slukem# 151.1Slukem# A few notes on the format of this file (for the benefit of 161.1Slukem# 3dparty2html): 171.1Slukem# 181.1Slukem# 1.) Any line whose first non-whitespace character is # is a comment 191.1Slukem# 2.) Entries are separated by blank lines 201.1Slukem# 3.) Every package needs at least the following entries: Package, 211.1Slukem# Version, Current Vers, and Maintainer. 221.1Slukem# 4.) Where a field has multiple lines of information, the field tag 231.1Slukem# should be repeated on each line, except: 241.1Slukem# 5.) The Notes: field tag should appear on a line by itself. All 251.1Slukem# remaining lines until the end of the record are notes. 261.31Skanaoka 271.31SkanaokaPackage: acpica 281.417SkochiVersion: 20060217 291.419SkochiCurrent Vers: 20060310 301.31SkanaokaMaintainer: INTEL 311.31SkanaokaArchive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm 321.335SlukemHome Page: http://developer.intel.com/technology/IAPC/acpi/ 331.31SkanaokaMailing List: acpi-devel@lists.sourceforge.net 341.387SrpauloLicense: http://developer.intel.com/technology/iapc/acpi/license2.htm 351.206SkanaokaResponsible: kochi 361.31SkanaokaNotes: 371.31SkanaokaThe sources were integrated into src/sys/dev/acpi/acpica/Subsystem. 381.169SkochiPlease read src/sys/dev/acpi/acpica/README before any modification. 391.1Slukem 401.1SlukemPackage: am-utils [amd] 411.407SchristosVersion: 6.1.3 421.368SrpauloCurrent Vers: 6.1.3 431.1SlukemMaintainer: Erez Zadok <ezk@cs.columbia.edu> 441.255SwizArchive Site: ftp://ftp.am-utils.org/pub/am-utils/ 451.335SlukemHome Page: http://www.am-utils.org/ 461.262SchristosMailing List: am-utils 471.363SrpauloResponsible: christos, rpaulo 481.387SrpauloLicense: BSD (4-clause) 491.1SlukemNotes: 501.1SlukemAmd2netbsd script to convert to BSD make system and remove unneeded files. 511.262SchristosFix symbolic links before import. 521.177SwizCheck src/usr.sbin/amd/include/config.h is correct after import. 531.1Slukem 541.427SgdamorePackage: ath-hal 551.427SgdamoreVersion: 0.9.16.16 561.427SgdamoreCurrent Vers: 0.9.16.16 571.427SgdamoreMaintainer: Sam Leffler <sam@errno.com> 581.427SgdamoreArchive Site: none 591.427SgdamoreHome Page: none 601.427SgdamoreMailing List: none 611.427SgdamoreResponsible: sam, dyoung, gdamore 621.427SgdamoreLicense: Redistribution without changes (binary only) 631.427SgdamoreNotes: 641.427SgdamoreThe current version was imported from FreeBSD. New versions should come from 651.427SgdamoreSam Leffler directly. The HAL is binary only, and located in 661.427Sgdamoresrc/sys/contrib/dev/ath 671.427Sgdamore 681.1SlukemPackage: bc 691.1SlukemVersion: 1.06 701.1SlukemCurrent Vers: 1.06 711.1SlukemMaintainer: Phil Nelson <phil@cs.wwu.edu> 721.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/bc/ 731.335SlukemHome Page: http://www.gnu.org/software/bc/ 741.1SlukemMailing List: bug-bc@gnu.org 751.1SlukemResponsible: phil, simonb 761.387SrpauloLicense: GPLv2, LGPGv2.1 771.1SlukemNotes: 781.1Slukembc includes dc, both of which are in the NetBSD tree. 791.1Slukem 801.1SlukemPackage: bind/named 811.388SchristosVersion: libc/includes: 9.3.0, bind: 9.3.2 821.388SchristosCurrent Vers: 9.3.2 831.1SlukemMaintainer: Paul Vixie <vixie@vix.com> 841.246SwizArchive Site: ftp://ftp.isc.org/isc/bind9/ 851.335SlukemHome Page: http://www.isc.org/sw/bind/ 861.1SlukemMailing List: 871.217SchristosResponsible: vixie, itojun, christos 881.387SrpauloLicense: BSD-like (2-clause) 891.1SlukemNotes: 901.252SchristosFirst bind2netbsd script to import into src/dist/bind. 911.38SwizThe Makefiles in src/usr.sbin/bind are not handled by the script. 921.252SchristosThen binclude4netbsd script to import into src/usr.sbin/bind/include. 931.252SchristosThen include4netbsd script to import into src/include. 941.252SchristosThen libc4netbsd script to update the resolver in libc. 951.252SchristosTodo[1]: Update libresolv if needed. 961.252SchristosTodo[2]: A few files in libc/net were imported in the ISC branch but now 971.252Schristos they are too different or do not exist anymore: 981.252Schristos gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 991.252Schristos Others like getaddrinfo.c could be merged with isc, but it seems 1001.252Schristos that ours is from a more recent version of KAME? 1011.252SchristosTodo[3]: net/base64.c could be imported from bind and should be moved from 1021.252Schristos net to isc/base64.c. 1031.252SchristosTodo[4]: Re-entrant functions of net/* 1041.1Slukem 1051.161SmrgPackage: binutils 1061.403SskrllVersion: 2.16.1 1071.359SrpauloCurrent Vers: 2.16.1 1081.1SlukemMaintainer: FSF 1091.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/binutils/ 1101.335SlukemHome Page: http://www.gnu.org/software/binutils/ 1111.1SlukemMailing List: bug-gnu-utils@gnu.org 1121.61SmrgResponsible: thorpej, mrg 1131.387SrpauloLicense: GPLv2, LGPLv2, BSD 1141.1SlukemNotes: 1151.1Slukem 1161.1SlukemPackage: bsd-family-tree 1171.415SrpauloVersion: 1.101 1181.415SrpauloCurrent Vers: 1.101 1191.144SdentMaintainer: n/a 1201.335SlukemArchive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 1211.335SlukemHome Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree 1221.1SlukemMailing List: 1231.395SrpauloResponsible: rpaulo 1241.387SrpauloLicense: See URL above. 1251.1SlukemNotes: 1261.1Slukem 1271.1SlukemPackage: bzip2 1281.1SlukemVersion: 1.0.2 1291.334SsaloCurrent Vers: 1.0.3 1301.1SlukemMaintainer: Julian Seward <jseward@acm.org> 1311.1SlukemArchive Site: http://sources.redhat.com/bzip2/ 1321.335SlukemHome Page: http://www.bzip.org/ 1331.1SlukemMailing List: 1341.1SlukemResponsible: 1351.387SrpauloLicense: BSD (4-clause) 1361.1SlukemNotes: 1371.1SlukemSee /usr/src/dist/bzip2/bzip2netbsd for update instructions. 1381.1Slukem 1391.1SlukemPackage: Citrus XPG4DL 1401.1SlukemVersion: ? 1411.1SlukemCurrent Vers: ? 1421.1SlukemMaintainer: Citrus 1431.1SlukemArchive Site: http://citrus.bsdclub.org/ 1441.335SlukemHome Page: http://citrus.bsdclub.org/ 1451.1SlukemMailing List: bsd-locale@hauN.org 1461.131SitojunResponsible: itojun, tshiozak 1471.387SrpauloLicense: Ambiguous. Either BSD or Perl Artistic License 1481.387Srpaulo See http://citrus.bsdclub.org/#pol_license for more info. 1491.1SlukemNotes: 1501.1Slukemlanguage C multilingualization support suite using wchar_t and other standards. 1511.173SitojunThe main development playground of Citrus is in NetBSD CVS, so you don't 1521.173Sitojunneed to look for other CVS tree (like citrus CVS tree) 1531.1Slukemmain trunc has Citrus code in the following places: 1541.173Sitojun- src/lib/libc/locale, LC_CTYPE: single/multibyte support 1551.173Sitojun- src/lib/libintl: GNU libc compatible gettext(3) implementation. 1561.173Sitojun- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 1571.173Sitojun- src/lib/libc/iconv: iconv(3) 1581.1Slukem 1591.1SlukemPackage: cron 1601.1SlukemVersion: 3.0 1611.376SmrgCurrent Vers: 4.1 1621.1SlukemMaintainer: Paul Vixie <vixie@vix.com> 1631.376SmrgArchive Site: ftp://ftp.isc.org/isc/cron/ 1641.349SjunyoungHome Page: 1651.1SlukemMailing List: 1661.1SlukemResponsible: 1671.387SrpauloLicense: BSD-like 1681.1SlukemNotes: 1691.1Slukem 1701.1SlukemPackage: cvs 1711.405SchristosVersion: 1.11.21 1721.405SchristosCurrent Vers: 1.11.21/1.12.12 1731.1SlukemMaintainer: cvshome 1741.375SwizArchive Site: http://ftp.gnu.org/non-gnu/cvs/ 1751.375SwizHome Page: http://cvs.nongnu.org/ 1761.1SlukemMailing List: bug-cvs@gnu.org 1771.392SrpauloResponsible: christos, wiz 1781.387SrpauloLicense: GPLv1, LGPLv2 1791.1SlukemNotes: 1801.38SwizUse src/gnu/dist/cvs/cvs2netbsd for preparing the source tree 1811.1Slukemfor the import. 1821.209SwizDo not forget to update gnu/usr.bin/cvs/include/config.h to match 1831.209Swizgnu/dist/cvs/config.h.in. 1841.319SchristosIf you want to upgrade to 1.12.XX, please talk to christos first. 1851.319SchristosI have merged all the changes already. 1861.1Slukem 1871.1SlukemPackage: db 1881.1SlukemVersion: 1.85 1891.335SlukemCurrent Vers: 1.86/4.3.28 1901.1SlukemMaintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 1911.335SlukemArchive Site: http://www.sleepycat.com/download/index.shtml 1921.335SlukemHome Page: http://www.sleepycat.com/products/db.shtml 1931.1SlukemMailing List: 1941.1SlukemResponsible: 1951.387SrpauloLicense: BSD or specific SleepyCat license 1961.1SlukemNotes: 1971.1SlukemNote that we cannot use db 2.x for license reasons. 1981.1SlukemThree bug fixes against 1.85 sent back to bostic. Changes to 1991.1Slukemman/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 2001.1SlukemImport of DB 1.85 was done via a sh script which converted the 2011.1Slukemdistribution into the netbsd format. The script can be found in 2021.1Slukemsrc/lib/libc/db/db2netbsd. 2031.1Slukem 2041.1SlukemPackage: dhcp 2051.352SdrochnerVersion: 3.0.3 2061.347StacaCurrent Vers: 3.0.3 2071.392SrpauloMaintainer: mellon 2081.1SlukemArchive Site: ftp://ftp.isc.org/isc/dhcp/ 2091.335SlukemHome Page: http://www.isc.org/sw/dhcp/ 2101.1SlukemMailing List: dhcp-server@isc.org 2111.1SlukemMailing List: dhcp-client@isc.org 2121.1SlukemMailing List: dhcp-announce@isc.org 2131.1SlukemMailing List: dhcp-bugs@isc.org 2141.1SlukemResponsible: mellon 2151.387SrpauloLicense: BSD (3-clause) 2161.1SlukemNotes: 2171.1SlukemNo changes for NetBSD integration - just import the new distribution on 2181.1Slukemtop of the current tree. 2191.1Slukem 2201.1SlukemPackage: diffutils 2211.42SwizVersion: 2.8.1 2221.1SlukemCurrent Vers: 2.8.1 2231.1SlukemMaintainer: FSF 2241.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2251.335SlukemHome Page: http://www.gnu.org/software/diffutils/ 2261.1SlukemMailing List: bug-gnu-utils@gnu.org 2271.42SwizResponsible: wiz 2281.387SrpauloLicense: GPLv2 2291.1SlukemNotes: 2301.43SwizUse src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 2311.43Swizfor the import. 2321.1Slukem 2331.400SkleinkPackage: gdtoa 2341.400SkleinkVersion: 2005-09-23 2351.400SkleinkCurrent Vers: 2005-09-23 2361.335SlukemMaintainer: David M. Gay <dmg@acm.org> 2371.1SlukemArchive Site: ftp://netlib.lucent.com/netlib/fp/ 2381.335SlukemHome Page: http://www.netlib.org/fp/ 2391.1SlukemMailing List: none 2401.373SkleinkResponsible: kleink 2411.387SrpauloLicense: BSD-like 2421.1SlukemNotes: 2431.400SkleinkTest suite not integrated at this time. 2441.400SkleinkNo hexadecimal floating-point string conversion for VAX FP yet. 2451.400SkleinkOnly double-precision addressed at this time. 2461.1Slukem 2471.1SlukemPackage: file 2481.374SpookaVersion: 4.16 2491.426SwizCurrent Vers: 4.17 2501.1SlukemMaintainer: Christos Zoulas <christos@zoulas.com> 2511.1SlukemArchive Site: ftp://ftp.astron.com/pub/file/ 2521.349SjunyoungHome Page: 2531.1SlukemMailing List: file@mx.gw.com 2541.1SlukemResponsible: christos, pooka 2551.387SrpauloLicense: BSD (2-clause) 2561.1SlukemNotes: 2571.1Slukem 2581.1SlukemPackage: flex 2591.1SlukemVersion: 2.5.4 2601.145SdentCurrent Vers: 2.5.4a/2.5.31 2611.1SlukemMaintainer: Vern Paxson <vern@ee.lbl.gov> 2621.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/ 2631.335SlukemHome Page: http://lex.sourceforge.net/ 2641.1SlukemMailing List: 2651.1SlukemResponsible: mikel 2661.387SrpauloLicense: BSD-like 2671.1SlukemNotes: 2681.1Slukemflex 2.5.4a contains only copyright notice changes over version 2.5.4; 2691.1Slukeminternally not even the version number changed. 2701.78SenamiNewer flex will be found in: 2711.78Senami http://sourceforge.net/projects/lex/ 2721.1Slukem 2731.1SlukemPackage: gcc 2741.197SmrgVersion: 2.95.3/3.3.3 2751.418SwizCurrent Vers: 3.3.6/3.4.4/4.0.3/4.1.0 2761.1SlukemMaintainer: cygnus 2771.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/gcc/ 2781.335SlukemHome Page: http://www.gnu.org/software/gcc/ 2791.1SlukemMailing List: gcc-bugs@gnu.org 2801.61SmrgResponsible: thorpej, mrg 2811.387SrpauloLicense: GPLv2, LGPLv2.1 2821.1SlukemNotes: 2831.185Smrgbefore importing: 2841.185Smrg - delete all .cvsignore and .brik files 2851.185Smrg - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar 2861.1Slukem 2871.1SlukemPackage: gdb 2881.159SmrgVersion: 5.3 2891.257SwizCurrent Vers: 6.3 2901.1SlukemMaintainer: FSF 2911.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/gdb/ 2921.335SlukemHome Page: http://www.gnu.org/software/gdb/ 2931.1SlukemMailing List: bug-gdb@gnu.org 2941.61SmrgResponsible: thorpej, mrg 2951.387SrpauloLicense: GPLv2, LGPLv2 2961.1SlukemNotes: 2971.1Slukem 2981.1SlukemPackage: gettext 2991.328SchristosVersion: 0.14.4 3001.335SlukemCurrent Vers: 0.14.5 3011.1SlukemMaintainer: FSF 3021.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/gettext/ 3031.335SlukemHome Page: http://www.gnu.org/software/gettext/ 3041.1SlukemMailing List: bug-gnu-utils@gnu.org 3051.1SlukemResponsible: itojun 3061.387SrpauloLicense: GPLv2 3071.1SlukemNotes: 3081.1SlukemGNU gettext is used for userland tools like msgfmt(1) only. For libintl, 3091.1Slukemwe use BSD-licensed implementation from Citrus project (see entry for 3101.1Slukem"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 3111.1Slukem 3121.1SlukemPackage: grep 3131.52SwizVersion: 2.5.1 3141.335SlukemCurrent Vers: 2.5.1a 3151.1SlukemMaintainer: FSF 3161.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/grep/ 3171.335SlukemHome Page: http://www.gnu.org/software/grep/ 3181.1SlukemMailing List: bug-gnu-utils@gnu.org 3191.44SwizResponsible: simonb, wiz 3201.387SrpauloLicense: GPLv2 3211.1SlukemNotes: 3221.44SwizUse src/gnu/dist/grep/grep2netbsd for preparing the source tree 3231.44Swizfor the import. 3241.230SjunyoungA non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 3251.174Scjepneeds some tuning before it can replace gnu grep. 3261.174Scjep (cf. http://www.vocito.com/downloads/software/grep/) 3271.1Slukem 3281.1SlukemPackage: groff 3291.408SwizVersion: 1.19.2 3301.360SwizCurrent Vers: 1.19.2 3311.216SwizMaintainer: Werner Lemberg/FSF 3321.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/groff/ 3331.335SlukemHome Page: http://www.gnu.org/software/groff/ 3341.1SlukemMailing List: bug-groff@gnu.org 3351.1SlukemResponsible: wiz 3361.387SrpauloLicense: GPLv2 3371.1SlukemNotes: 3381.38SwizUse groff2netbsd from src/gnu/dist/groff to prepare the distribution 3391.1Slukemfor import. 3401.1Slukem 3411.1SlukemPackage: heimdal 3421.215SlhaVersion: 0.6.2 3431.369SwizCurrent Vers: 0.7.1 3441.1SlukemMaintainer: Heimdal <heimdal@pdc.kth.se> 3451.1SlukemArchive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 3461.335SlukemHome Page: http://www.pdc.kth.se/heimdal/ 3471.1SlukemMailing List: heimdal-discuss@pdc.kth.se 3481.411SwizResponsible: joda, lha 3491.387SrpauloLicense: BSD 3501.1SlukemNotes: 3511.1Slukem 3521.431SrpauloPackage: hostapd 3531.431SrpauloVersion: 0.4.8 3541.431SrpauloCurrent Vers: 0.4.8 3551.431SrpauloMaintainer: Jouni Malinen <jkmaline@cc.hut.fi> 3561.431SrpauloArchive Site: http://hostap.epitest.fi/releases/ 3571.431SrpauloHome Page: http://hostap.epitest.fi/hostapd/ 3581.431SrpauloMailing List: 3591.431SrpauloResponsible: rpaulo 3601.431SrpauloLicense: BSD or GPLv2 3611.431SrpauloNotes: 3621.431SrpauloSee /usr/src/dist/hostapd/NetBSD-upgrade for update instructions. 3631.431Srpaulo 3641.1SlukemPackage: hunt 3651.117SwizVersion: 2003-04-16 3661.107SwizCurrent Vers: 2003-04-16 3671.335SlukemMaintainer: Greg Couch <gregc@cgl.ucsf.edu> 3681.107SwizArchive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 3691.335SlukemHome Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 3701.1SlukemResponsible: mrg 3711.387SrpauloLicense: BSD (3-clause) 3721.1SlukemNotes: 3731.1Slukem 3741.202SmarttiPackage: ipf 3751.428SmarttiVersion: 4.1.13 3761.428SmarttiCurrent Vers: 4.1.13 3771.1SlukemMaintainer: Darren Reed 3781.267StacaArchive Site: http://coombs.anu.edu.au/~avalon/ 3791.335SlukemHome Page: http://coombs.anu.edu.au/~avalon/ 3801.1SlukemMailing List: ipfilter@postbox.anu.edu.au 3811.5SmrgResponsible: darrenr, mike, martti 3821.387SrpauloLicense: BSD-based, see src/dist/ipf/IPFILTER.LICENSE 3831.1SlukemNotes: 3841.1Slukemipf2netbsd should be used on a virgin ipfilter source tree. 3851.1Slukem 3861.284SthorpejPackage: ipsec-tools 3871.379SmanuVersion: 0.6.3 3881.411SwizCurrent Vers: 0.6.5 3891.284SthorpejMaintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 3901.335SlukemArchive Site: http://ipsec-tools.sourceforge.net 3911.335SlukemHome Page: http://ipsec-tools.sourceforge.net 3921.284SthorpejMailing List: ipsec-tools-devel@lists.sourceforge.net 3931.284SthorpejResponsible: manu 3941.387SrpauloLicense: BSD (3-clause) 3951.284SthorpejNotes: 3961.355SmanuSee src/crypto/dist/ipsec-tools/netbsd-import.sh to import newer versions 3971.284Sthorpej 3981.1SlukemPackage: KAME IPv6 3991.1SlukemVersion: KAME/NetBSD SNAP kit 4001.1SlukemCurrent Vers: KAME/NetBSD SNAP kit (shipped every week) 4011.1SlukemMaintainer: KAME Project <kame@kame.net> 4021.1SlukemArchive Site: http://www.kame.net/ 4031.335SlukemHome Page: http://www.kame.net/ 4041.1SlukemMailing List: snap-users@kame.net 4051.1SlukemResponsible: itojun 4061.387SrpauloLicense: BSD (3-clause) 4071.1SlukemNotes: 4081.1SlukemIPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 4091.1Slukemmore conservative implementation policy. 4101.1SlukemIPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 4111.1SlukemPlease do not make too many diff-unfriendly changes (like indentation change, 4121.1SlukemKNF police). We need to take diffs across KAME snapshots on upgrades. 4131.1SlukemTo identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 4141.1Slukemin sys/netinet6/in6.h. No script is available for upgrades. 4151.1Slukem"KAME" branch is used for kernel merge work purposes. 4161.1Slukemhttp://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 4171.1Slukemamong KAME/*BSD, *BSD-current and recent *BSD releases. 4181.1Slukem 4191.1SlukemPackage: less 4201.88SmrgVersion: less381 4211.241SwizCurrent Vers: less382 4221.242SwizMaintainer: Mark Nudleman <markn@greenwoodsoftware.com> 4231.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/less/ 4241.335SlukemHome Page: http://www.gnu.org/software/less/ 4251.1SlukemMailing List: 4261.1SlukemResponsible: mrg 4271.387SrpauloLicense: BSD or GPLv2 4281.1SlukemNotes: 4291.1SlukemMany changes to make less act as more when invoked as more. Beware. 4301.1SlukemUse the src/usr.bin/less/less2netbsd script to prepare source tree 4311.1Slukemfor importation. Run ./configure before hand to generate "defines.h". 4321.110SwizTalk to mrg before importing any new version. (less 381's configure 4331.88Smrgdoes not detect NetBSD has a sigset_t due to a bad test; this is fixed 4341.88Smrgby hand in defines.h.) 4351.1Slukem 4361.1SlukemPackage: libcdk 4371.1SlukemVersion: 4.9.9-20000407-myc3 4381.1SlukemCurrent Vers: cdk-4.9.10-20000923 4391.1SlukemMaintainer: mike@vexus.ca 4401.144SdentArchive Site: http://www.vexus.ca/products/CDK/ 4411.335SlukemHome Page: http://www.vexus.ca/products/CDK/ 4421.1SlukemResponsible: garbled 4431.387SrpauloLicense: BSD (4-clause) 4441.1SlukemNotes: 4451.1SlukemInitial port to netbsd curses was done by mycroft. This is a heavily 4461.1Slukemmodified version of the released CDK 4.9.9. The current version has been 4471.1Slukemtaken over by the Ncurses people, and has a number of changes to it. It 4481.1Slukemmight be worthwhile to import at some future date, but for now we should 4491.1Slukemleave it alone. (garbled 1/4/2001) 4501.1Slukem 4511.263SwizPackage: libevent 4521.327SwizVersion: 1.0c 4531.338SwizCurrent Vers: 1.1a 4541.263SwizMaintainer: Niels Provos <provos@citi.umich.edu> 4551.263SwizArchive Site: http://www.monkey.org/~provos/libevent/ 4561.335SlukemHome Page: http://www.monkey.org/~provos/libevent/ 4571.263SwizResponsible: provos 4581.387SrpauloLicense: BSD (3/4-clause) 4591.263SwizNotes: 4601.263Swiz 4611.1SlukemPackage: libpcap 4621.245SdyoungVersion: 0.8.3 4631.348SdrochnerCurrent Vers: 0.9.3 4641.1SlukemMaintainer: tcpdump-workers@tcpdump.org 4651.1SlukemArchive Site: http://www.tcpdump.org/release/ 4661.335SlukemHome Page: http://www.tcpdump.org/ 4671.1SlukemMailing List: tcpdump-workers@tcpdump.org 4681.245SdyoungResponsible: itojun,dyoung 4691.387SrpauloLicense: BSD (3/4-clause) 4701.1SlukemNotes: 4711.1Slukem 4721.1SlukemPackage: libwrap 4731.1SlukemVersion: tcp_wrappers 7.6 w/ large amount of IPv6 changes 4741.1SlukemCurrent Vers: tcp_wrappers 7.6-ipv6.1 4751.1SlukemMaintainer: Wietse Venema <wietse@porcupine.org> 4761.1SlukemArchive Site: ftp://ftp.porcupine.org/pub/security/ 4771.335SlukemHome Page: ftp://ftp.porcupine.org/pub/security/ 4781.230SjunyoungMailing List: 4791.1SlukemResponsible: cjs, itojun 4801.387SrpauloLicense: BSD-like 4811.1SlukemNotes: 4821.1SlukemWe import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 4831.1Slukemunder src/usr.sbin). We don't use tcpd; that functionality is built 4841.1Slukeminto inetd. The provided libwrap2netbsd script handles just libwrap. 4851.1Slukem 4861.1SlukemPackage: mopd 4871.1SlukemVersion: 2.5.3 4881.1SlukemCurrent Vers: 2.5.3 4891.1SlukemMaintainer: Mats O Jansson <maja@celsiustech.se> 4901.335SlukemArchive Site: BROKEN ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ 4911.335SlukemHome Page: http://www.stacken.kth.se/~moj/mopd.html 4921.230SjunyoungMailing List: 4931.1SlukemResponsible: cjs 4941.387SrpauloLicense: BSD (4-clause) 4951.1SlukemNotes: 4961.1SlukemDelete the otherOS directory before importing. 4971.1Slukem 4981.1SlukemPackage: nawk 4991.341SjdolecekVersion: 2005-04-24 5001.333SjlamCurrent Vers: 2005-04-24 5011.1SlukemMaintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies) 5021.1SlukemArchive Site: http://cm.bell-labs.com/who/bwk/ 5031.335SlukemHome Page: http://cm.bell-labs.com/who/bwk/ 5041.1SlukemMailing List: 5051.1SlukemResponsible: jdolecek 5061.387SrpauloLicense: BSD-like 5071.1SlukemNotes: 5081.1SlukemBuild maketab from nawk sources and generate proctab.c. 5091.1SlukemRemove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 5101.38Swizto src/dist/nawk. 5111.1Slukem 5121.1SlukemPackage: ndbootd 5131.1SlukemVersion: 0.5 5141.1SlukemCurrent Vers: 0.5 5151.1SlukemMaintainer: Matt Fredette <fredette@alum.mit.edu> 5161.335SlukemArchive Site: BROKEN http://mit.edu/fredette/www/ndbootd/ 5171.335SlukemHome Page: BROKEN http://stuff.mit.edu/people/fredette/home.html 5181.1SlukemResponsible: fredette 5191.387SrpauloLicense: BSD (4-clause) 5201.1SlukemNotes: 5211.1SlukemRun ./configure, save config.h, make distclean, rm all autoconf/automake 5221.1Slukemand ndbootd-raw.c. Restore saved config.h, and force it to define 5231.1SlukemHAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 5241.1Slukem 5251.421SwizPackage: ntp 5261.421SwizVersion: 4.2.0 5271.421SwizCurrent Vers: 4.2.0 5281.421SwizMaintainer: David L. Mills <mills@udel.edu> 5291.421SwizArchive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 5301.421SwizHome Page: http://www.ntp.org/ 5311.421SwizMailing List: 5321.421SwizResponsible: simonb, jonathan 5331.421SwizLicense: BSD-like 5341.421SwizNotes: 5351.421SwizSee /usr/src/dist/ntp/ntp2netbsd for update instructions. 5361.421SwizNOTE: As of 20010405 -current includes a fix for the "ntpdx" root 5371.421Swizexploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches. 5381.421Swiz 5391.1SlukemPackage: nvi 5401.312SaymericVersion: 1.79 5411.1SlukemCurrent Vers: 1.79 5421.1SlukemMaintainer: Keith Bostic <bostic@bsdi.com> 5431.1SlukemArchive Site: ftp://ftp.bostic.com/pub/ 5441.335SlukemHome Page: http://www.bostic.com/vi/ 5451.230SjunyoungMailing List: 5461.5SmrgResponsible: aymeric 5471.387SrpauloLicense: BSD (3/4-clause) 5481.1SlukemNotes: 5491.312SaymericWe have lots of local bug fixes, and the point of importing 1.81.x would 5501.312Saymericbe to get multibyte characters support. For now this means waiting for 5511.312Saymericadditions in our libcurses. 5521.1Slukem 5531.293SchristosPackage: OpenPAM 5541.406SchristosVersion: 20050616 5551.370SwizCurrent Vers: 20050616 5561.351SjunyoungMaintainer: Dag-Erling Sm�rgrav <des@FreeBSD.org> 5571.276SwizArchive Site: http://www.openpam.org/ 5581.335SlukemHome Page: http://www.openpam.org/ 5591.276SwizMailing List: 5601.276SwizResponsible: christos 5611.387SrpauloLicense: BSD (3-clause) 5621.276SwizNotes: 5631.276Swiz 5641.1SlukemPackage: OpenSSH 5651.405SchristosVersion: 4.3 5661.404SwizCurrent Vers: 4.3 / portable 4.3p1 5671.1SlukemMaintainer: OpenSSH 5681.1SlukemArchive Site: http://www.openssh.com/ftp.html 5691.335SlukemHome Page: http://www.openssh.com/portable.html 5701.1SlukemMailing List: openssh-unix-announce@mindrot.org 5711.298SitojunResponsible: thorpej, christos, elric 5721.387SrpauloLicense: BSD or more free. See src/crypto/dist/ssh/LICENSE 5731.1SlukemNotes: 5741.1Slukemimported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH) 5751.1Slukeminto crypto/dist/openssh. use openssh2netbsd before import. 5761.1Slukemlocal changes (should always try to bring them back to master openssh tree, 5771.1Slukemmarkus is very cooperative about it): 5781.1Slukem- default for PermitRootLogin is set to "no" 5791.1Slukem- IgnoreRootRhosts added 5801.1Slukem- look at login.conf to check valid user/access list 5811.279Schristos- krb4 and krb5 support re-added 5821.405Schristos- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 5831.279Schristos when someone imports openssl, we can remove this. 5841.279Schristos- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD 5851.280Schristos- added moduli from portable openssh 5861.280Schristos- added USE_PAM patches and auth_pam.[ch] from portable openssh 5871.384Schristos- always bump major when importing to avoid api problems. 5881.1Slukem 5891.1SlukemPackage: OpenSSL 5901.380SchristosVersion: 0.9.8a 5911.380SchristosCurrent Vers: 0.9.8a 5921.1SlukemMaintainer: The OpenSSL Project 5931.1SlukemArchive Site: ftp://ftp.openssl.org/source/ 5941.335SlukemHome Page: http://www.openssl.org/ 5951.1SlukemMailing List: openssl-announce@openssl.org 5961.310SchristosResponsible: mcr, thorpej, itojun, groo, christos 5971.387SrpauloLicense: OpenSSL and SSLeay license (both BSD-like) 5981.1SlukemNotes: 5991.380Schristos- Run openssl2netbsd to get rid of the RCSID identifiers 6001.380Schristos- run make in /usr/src/lib/libcrypto/man to regen man pages. 6011.1Slukem 6021.19SwizPackage: pdisk 6031.19SwizVersion: 0.8a2 6041.19SwizCurrent Vers: 0.8a2 6051.19SwizMaintainer: Eryk Vershen <eryk@cfcl.com> 6061.19SwizArchive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 6071.335SlukemHome Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 6081.19SwizMailing List: 6091.19SwizResponsible: dbj 6101.387SrpauloLicense: BSD-like 6111.19SwizNotes: 6121.19SwizThis is the disk partition utility used by Apple's mkLinux and osX 6131.19SwizIt is imported into dist/pdisk, with a reachover makefile in 6141.19Swizsrc/sbin/pdisk builds for macppc and mac68k. 6151.19Swiz 6161.1SlukemPackage: pdksh 6171.1SlukemVersion: 5.2.14p2 6181.1SlukemCurrent Vers: 5.2.14p2 6191.1SlukemMaintainer: Michael Rendell <michael@cs.mun.ca> 6201.1SlukemArchive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 6211.335SlukemHome Page: http://www.cs.mun.ca/~michael/pdksh/ 6221.1SlukemMailing List: 6231.1SlukemResponsible: 6241.387SrpauloLicense: Public domain 6251.1Slukempdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 6261.1Slukem 6271.421SwizPackage: PF (openbsd packet filter) 6281.421SwizVersion: OpenBSD 3.7 6291.422SpeterCurrent Vers: OpenBSD 3.9-current 6301.422SpeterMaintainer: The OpenBSD Project 6311.421SwizArchive Site: ftp://ftp.openbsd.org/ 6321.421SwizHome Page: http://www.openbsd.org/faq/pf/ 6331.421SwizMailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 6341.422SpeterResponsible: itojun, peter, yamt 6351.421SwizLicense: BSD (2-clause) 6361.421SwizNotes: 6371.421Swizkernel code is imported into src/sys/dist/pf and src/sys/net has reachover 6381.421Swizdefinition (files.pf). userland code is imported into src/dist/pf, and 6391.421Swizreachover Makefiles are in src/usr.sbin/pf. 6401.421Swiz 6411.1SlukemPackage: ping 6421.1SlukemVersion: 980911 6431.1SlukemCurrent Vers: 980911 6441.1SlukemMaintainer: Vernon Schryver <vjs@rhyolite.com> 6451.1SlukemArchive Site: ftp://ftp.rhyolite.com/src/ 6461.335SlukemHome Page: http://www.rhyolite.com/src/ 6471.1SlukemMailing List: 6481.392SrpauloResponsible: christos 6491.387SrpauloLicense: BSD (3-clause) 6501.1SlukemNotes: 6511.1SlukemWe use err() and friends. We have changes for snprintf, extra 6521.1Slukemformating in man pages, disallowing flood pinging, alignment fixes, 6531.1Slukemand more. 6541.1Slukem 6551.1SlukemPackage: postfix 6561.430SrpauloVersion: 2.2.10 6571.430SrpauloCurrent Vers: 2.2.10/2.3-20060207 6581.1SlukemMaintainer: Wietse Venema <wietse@porcupine.org> 6591.1SlukemArchive Site: ftp://postfix.cloud9.net/official/ 6601.335SlukemHome Page: http://www.postfix.org/ 6611.1SlukemMailing List: postfix-users@postfix.org 6621.393SrpauloResponsible: perry, rpaulo 6631.387SrpauloLicense: Several. See src/gnu/dist/postfix 6641.1SlukemNotes: 6651.1Slukem 6661.1SlukemPackage: ppp 6671.397SchristosVersion: 2.4.3 [with 2.4.4b1 changes] 6681.359SrpauloCurrent Vers: 2.4.4b1 6691.1SlukemMaintainer: Paul Mackerras <paulus@samba.org> 6701.1SlukemArchive Site: ftp://ftp.samba.org/pub/ppp/ 6711.349SjunyoungHome Page: 6721.1SlukemCVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 6731.1SlukemMailing List: 6741.392SrpauloResponsible: christos 6751.387SrpauloLicense: BSD (3-clause) 6761.1SlukemNotes: 6771.1SlukemBSD support was removed from 2.4.0; I added it back and removed 6781.1Slukemsome GPL pieces. Multilink support is missing. Repeated pings to 6791.1SlukemPaulus have not yielded results. I've retrofitted pppdump to use 6801.397Schristosnet/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 6811.1Slukemis clearly a pain. I have not tested the modules code, neither our 6821.1Slukemmakefiles make it easy to construct a module, but I left one there 6831.1Slukemas an example. 6841.289ScubeTDB code as found in 2.4.3 is under GPL. Therefore, we're using 6851.289Scubethe version found in 2.4.1. 6861.1Slukem 6871.1SlukemPackage: rcs 6881.1SlukemVersion: 5.7 6891.1SlukemCurrent Vers: 5.7 6901.1SlukemMaintainer: FSF 6911.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/rcs/ 6921.1SlukemMailing List: bug-gnu-utils@gnu.org 6931.335SlukemHome Page: http://www.gnu.org/software/rcs/ 6941.1SlukemResponsible: mycroft 6951.387SrpauloLicense: GPLv2 6961.1SlukemNotes: 6971.1SlukemBeta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 6981.1Slukem 6991.1SlukemPackage: root.cache 7001.182StacaVersion: 2004012900 (Jan 29, 2004) 7011.182StacaCurrent Vers: 2004012900 (Jan 29, 2004) 7021.14SperryMaintainer: InterNIC 7031.14SperryArchive Site: ftp://ftp.internic.net/domain/named.root 7041.335SlukemHome Page: ftp://ftp.internic.net/domain/named.root 7051.1SlukemMailing List: 7061.14SperryResponsible: perry, thorpej 7071.387SrpauloLicense: Public domain 7081.1SlukemNotes: 7091.1SlukemThe root server cache is also included with BIND. However, the 7101.1SlukemInterNIC version is usually more up to date. 7111.1Slukem 7121.1SlukemPackage: routed 7131.201SchristosVersion: 2.28 7141.255SwizCurrent Vers: 2.30 7151.1SlukemMaintainer: Vernon Schryver <vjs@rhyolite.com> 7161.1SlukemArchive Site: ftp://ftp.rhyolite.com/src/ 7171.335SlukemHome Page: http://www.rhyolite.com/src/ 7181.1SlukemMailing List: 7191.392SrpauloResponsible: christos 7201.387SrpauloLicense: BSD (4-clause) 7211.1SlukemNotes: 7221.1SlukemWe use the md5 code from libc 7231.1SlukemWe don't allow RIP_TRACEON and RIP_TRACEOFF 7241.201SchristosWe use arc4random 7251.201SchristosWe use strlcpy/snprintf 7261.1Slukem 7271.1SlukemPackage: send-pr (part of GNATS) 7281.1SlukemVersion: 3.95 7291.359SrpauloCurrent Vers: 4.1 7301.1SlukemMaintainer: FSF 7311.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/gnats/ 7321.335SlukemHome Page: http://www.gnu.org/software/gnats/ 7331.1SlukemMailing List: bug-gnats@gnu.org 7341.387SrpauloLicense: GPLv2 7351.1SlukemResponsible: 7361.1SlukemNotes: 7371.1Slukem 7381.1SlukemPackage: sendmail 7391.301SatatatVersion: 8.13.3 7401.423SrpauloCurrent Vers: 8.13.6 7411.1SlukemMaintainer: Eric P. Allman 7421.1SlukemArchive Site: ftp://ftp.sendmail.org/pub/sendmail/ 7431.335SlukemHome Page: http://www.sendmail.org/ 7441.1SlukemMailing List: 7451.392SrpauloResponsible: atatat 7461.387SrpauloLicense: Specific. See src/gnu/dist/sendmail/LICENSE 7471.1SlukemNotes: 7481.1Slukemuse gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags. 7491.1Slukemlocal changes: 7501.1Slukem- do not reverse-resolve link-local addresses 7511.1Slukem- syslog args change 7521.1Slukem 7531.1SlukemPackage: SoftFloat 7541.1SlukemVersion: 2a 7551.1SlukemCurrent Vers: 2b 7561.144SdentMaintainer: John Hauser <jhauser@jhauser.us> 7571.144SdentArchive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 7581.335SlukemHome Page: http://www.jhauser.us/arithmetic/SoftFloat.html 7591.1SlukemMailing List: 7601.1SlukemResponsible: bjh21 7611.387SrpauloLicense: Public domain 7621.1SlukemNotes: 7631.1SlukemHeavily modified for use as a soft float library for GCC. The actual 7641.1Slukemarithmetic code is unchanged, though, and should behave exactly like the 7651.1Slukemoriginal. 7661.1Slukem 7671.1SlukemPackage: tcpdump 7681.245SdyoungVersion: 3.8.3 7691.348SdrochnerCurrent Vers: 3.9.3 7701.429ShubertfMaintainer: tcpdump-workers@lists.tcpdump.org 7711.1SlukemArchive Site: http://www.tcpdump.org/release/ 7721.335SlukemHome Page: http://www.tcpdump.org/ 7731.429ShubertfMailing List: tcpdump-workers@lists.tcpdump.org 7741.1SlukemResponsible: itojun 7751.387SrpauloLicense: BSD (3-clause) 7761.1SlukemNotes: 7771.2SwizCode will be imported into src/dist/tcpdump. Changes have to go back to 7781.1Slukemtcpdump.org. 7791.1Slukem 7801.1SlukemPackage: termcap.src 7811.1SlukemVersion: 9.13.25 7821.1SlukemCurrent Vers: 11.0.1 7831.1SlukemMaintainer: Eric S. Raymond <terminfo@ccil.org> 7841.50SenamiArchive Site: http://www.catb.org/~esr/terminfo/ 7851.335SlukemHome Page: http://www.catb.org/~esr/terminfo/ 7861.1SlukemMailing List: 7871.1SlukemResponsible: 7881.387SrpauloLicense: Public domain 7891.1SlukemNotes: 7901.1Slukem 7911.1SlukemPackage: TestFloat 7921.1SlukemVersion: 2a 7931.1SlukemCurrent Vers: 2a 7941.144SdentMaintainer: John Hauser <jhauser@jhauser.us> 7951.144SdentArchive Site: http://www.jhauser.us/arithmetic/TestFloat.html 7961.335SlukemHome Page: http://www.jhauser.us/arithmetic/TestFloat.html 7971.1SlukemMailing List: 7981.1SlukemResponsible: ross 7991.387SrpauloLicense: BSD (4-clause) 8001.1SlukemNotes: 8011.1Slukem 8021.1SlukemPackage: texinfo 8031.232SwizVersion: 4.7 8041.271SwizCurrent Vers: 4.8 8051.1SlukemMaintainer: FSF 8061.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/texinfo/ 8071.335SlukemHome Page: http://www.gnu.org/software/texinfo/ 8081.1SlukemMailing List: bug-texinfo@gnu.org 8091.1SlukemResponsible: wiz 8101.387SrpauloLicense: GPLv2 8111.1SlukemNotes: 8121.38SwizUse src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 8131.38Swizfor the import. 8141.1Slukem 8151.1SlukemPackage: top 8161.250SsorenVersion: 3.5beta12 8171.377SrpauloCurrent Vers: 3.6beta3 8181.1SlukemMaintainer: William LeFebvre <wnl@groupsys.com> 8191.1SlukemArchive Site: ftp://ftp.groupsys.com/pub/top/ 8201.335SlukemHome Page: http://www.unixtop.org/ 8211.1SlukemMailing List: top-spinners@ocee.groupsys.com 8221.1SlukemResponsible: simonb 8231.387SrpauloLicense: BSD (2-clause) 8241.1SlukemNotes: 8251.1SlukemRemove all non-current NetBSD machine definitions and man page 8261.1Slukemextensions in machine/ before importing. 8271.1SlukemAfter importing, run: 8281.1Slukem ./Configure <netbsd-module-name> 8291.1Slukem rm machine/*.desc Make.desc SYNOPSIS machine.c 8301.1Slukem cvs commit -m "Update ./Configure'd files." top.local.h top.1 8311.1Slukem 8321.1SlukemPackage: traceroute 8331.1SlukemVersion: 1.4a5 8341.1SlukemCurrent Vers: 1.4a12 8351.1SlukemMaintainer: traceroute@ee.lbl.gov 8361.1SlukemArchive Site: ftp://ftp.ee.lbl.gov/ 8371.335SlukemHome Page: http://ftp.ee.lbl.gov/ 8381.1SlukemMailing List: 8391.1SlukemResponsible: 8401.387SrpauloLicense: BSD (4-clause) 8411.1SlukemNotes: 8421.1Slukem 8431.1SlukemPackage: tz 8441.402SkleinkVersion: tzcode2004a / tzdata2006a 8451.402SkleinkCurrent Vers: tzcode2006a / tzdata2006a 8461.1SlukemMaintainer: Arthur David Olson <ado@elsie.nci.nih.gov> 8471.1SlukemArchive Site: ftp://elsie.nci.nih.gov/pub/ 8481.349SjunyoungHome Page: 8491.1SlukemMailing List: tz@elsie.nci.nih.gov 8501.1SlukemResponsible: kleink 8511.387SrpauloLicense: Public domain 8521.1SlukemNotes: 8531.1SlukemUse src/lib/libc/time/tzcode2netbsd to prepare the source tree 8541.1Slukemfor import. 8551.1Slukem 8561.1SlukemPackage: uucp 8571.1SlukemVersion: 1.06.1 8581.104SwizCurrent Vers: 1.07 8591.1SlukemMaintainer: Ian Lance Taylor <ian@airs.com> 8601.1SlukemArchive Site: ftp://ftp.gnu.org/gnu/uucp/ 8611.335SlukemHome Page: http://www.airs.com/ian/uucp.html 8621.1SlukemMailing List: taylor-uucp@cirr.com 8631.425StronResponsible: tron 8641.387SrpauloLicense: GPLv2 8651.1SlukemNotes: 8661.1Slukem 8671.365SwizPackage: wpa_supplicant 8681.431SrpauloVersion: 0.4.8 8691.431SrpauloCurrent Vers: 0.4.8 8701.365SwizMaintainer: Jouni Malinen <jkmaline@cc.hut.fi> 8711.365SwizArchive Site: http://hostap.epitest.fi/releases/ 8721.365SwizHome Page: http://hostap.epitest.fi/ 8731.365SwizMailing List: 8741.365SwizResponsible: scw, dyoung 8751.387SrpauloLicense: BSD or GPLv2 8761.365SwizNotes: 8771.365SwizSee /usr/src/dist/wpa_supplicant/NetBSD-upgrade for update instructions. 8781.365Swiz 8791.1SlukemPackage: XFree86 8801.307StronVersion: 4.5.0 8811.305StronCurrent Vers: 4.5.0 8821.349SjunyoungMaintainer: XFree86 Project, Inc. 8831.1SlukemArchive Site: ftp://ftp.xfree86.org/pub/XFree86/ 8841.335SlukemHome Page: http://www.xfree86.org/ 8851.349SjunyoungMailing List: devel@xfree86.org 8861.1SlukemResponsible: tron 8871.387SrpauloLicense: XFree 8881.1SlukemNotes: 8891.1Slukem4.x: 8901.60Stron Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript 8911.1Slukem files which we don't need in our tree. 8921.1Slukem ALL changes must be sent back to the XFree86 repository. Patches should 8931.305Stron be submitted back via http://bugzilla.xfree86.org. 8941.1Slukem 8951.421SwizPackage: Xorg 8961.421SwizVersion: 7.0 8971.421SwizCurrent Vers: 7.0 8981.421SwizMaintainer: The X.Org Foundation 8991.421SwizArchive Site: http://xorg.freedesktop.org/releases/X11R7.0/src/ 9001.421SwizHome Page: http://www.x.org/ 9011.421SwizMailing List: xorg@lists.freedesktop.org 9021.421SwizResponsible: macallan 9031.421SwizLicense: XFree 9041.421SwizNotes: This is the modular branch tagged as XORG-7_0 pulled from 9051.421Swiz xorg's cvs repository. 9061.421Swiz 9071.1SlukemPackage: zlib 9081.397SchristosVersion: 1.2.3 9091.349SjunyoungCurrent Vers: 1.2.3 9101.1SlukemMaintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 9111.1SlukemArchive Site: http://www.gzip.org/zlib/ 9121.335SlukemHome Page: http://www.gzip.org/zlib/ 9131.1SlukemMailing List: 9141.397SchristosResponsible: gwr, tron, christos 9151.387SrpauloLicense: BSD (3-clause) 9161.1SlukemNotes: 9171.397SchristosImported to src/common/dist/zlib and shared by the kernel and userland. 918