pkgsrc/net
itojun 5113fcc8c9 upgrade to 9.2.1rc1 (pkg version = 9.2.0.1 to avoid version skew)
--- 9.2.1rc1 released ---

1207.	[bug]		libbind: getaddrinfo() could call freeaddrinfo() with
			an invalid pointer.

1206.	[bug]		SERVFAIL and NOTIMP responses to a EDNS should trigger
			a non-EDNS retry.

1205.	[bug]		OPT, TSIG and TKEY cannot be used to set the "class"
			of the message. [RT #2449]

1204.	[bug]		libbind: res_nupdate() failed to update the name
			server addresses before sending the update.

1201.	[bug]		Require that if 'callbacks' is passed to
			dns_rdata_fromtext(), callbacks->error and
			callbacks->warn are initialized.

1200.	[bug]		Log 'errno' that we are unable to convert to
			isc_result_t. [RT #2404]

1198.	[bug]		OPT printing style was not consistant with the way the
			header fields are printed.  The DO bit was not reported
			if set.  Report if any of the MBZ bits are set.

1197.	[bug]		Attempts to define the same acl multiple times were not
			detected.

1196.	[contrib]	update mdnkit to 2.2.3.

1195.	[bug]		Attempts to redefine builtin acls should be caught.
			[RT #2403]

1194.	[bug]		Not all duplicate zone definitions were being detected
			at the named.conf checking stage. [RT #2431]

1193.	[bug]		Best effort parsing didn't handle packet truncation.

1191.   [bug]           A dynamic update removing the last non-apex name in
			a secure zone would fail. [RT #2399]

1189.	[bug]		On some systems, malloc(0) returns NULL, which
			could cause the caller to report an out of memory
			error. [RT #2398]

1188.	[bug]		Dynamic updates of a signed zone would fail if
			some of the zone private keys were unavailable.

1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
                        EOL token when reading to end of line.

1185.	[bug]		libbind: don't assume statp->_u._ext.ext is valid
			unless RES_INIT is set when calling res_*init().

1184.	[bug]		libbind: call res_ndestroy() if RES_INIT is set
			when res_*init() is called.

1183.	[bug]		Handle ENOSR error when writing to the internal
			control pipe. [RT #2395]

1182.	[bug]		The server could throw an assertion failure when
			constructing a negative response packet.

1176.	[doc]		Document that allow-v6-synthesis is only performed
			for clients that are supplied recursive service.
			[RT #2260]

1175.	[bug]		named-checkzone failed to call dns_result_register()
			at startup which could result in runtime
			exceptions when printing "out of memory" errors.
			[RT #2335]

1174.	[bug]		Win32: add WSAECONNRESET to the expected errors
			from connect(). [RT #2308]

1173.	[bug]		Potential memory leaks in isc_log_create() and
			isc_log_settag(). [RT #2336]

1172.	[doc]		Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
			table of RR types in ARM.

1170.	[bug]		Don't attempt to print the token when a I/O error
			occurs when parsing named.conf. [RT #2275]

1168.	[bug]		Empty also-notify clauses were not handled. [RT #2309]

1167.	[contrib]	nslint-2.1a3 (from author).

1166.	[bug]		"Not Implemented" should be reported as NOTIMP,
			not NOTIMPL. [RT #2281]

1165.	[bug]		We were rejecting notify-source{-v6} in zone clauses.

1164.	[bug]		Empty masters clauses in slave / stub zones were not
			handled gracefully. [RT #2262]

1162.	[bug]		The allow-notify option was not accepted in slave
			zone statements.

1161.	[bug]		named-checkzone looped on unbalanced brackets.
			[RT #2248]

1160.	[bug]		Generating Diffie-Hellman keys longer than 1024
			bits could fail. [RT #2241]

1156.	[port]		The configure test for strsep() incorrectly
			succeeded on certain patched versions of
			AIX 4.3.3. [RT #2190]

1154.	[bug]		Don't attempt to obtain the netmask of a interface
			if there is no address configured. [RT #2176]

1152.	[bug]		libbind: read buffer overflows.

1144.	[bug]		rndc-confgen would crash if both the -a and -t
			options were specified. [RT #2159]

1142.	[bug]		dnssec-signzone would fail to delete temporary files
			in some failure cases. [RT #2144]

1141.	[bug]		When named rejected a control message, it would
			leak a file descriptor and memory.  It would also
			fail to respond, causing rndc to hang.
			[RT #2139, #2164]

1140.	[bug]		rndc-confgen did not accept IPv6 addresses as arguments
			to the -s option. [RT #2138]

1136.	[bug]		CNAME records synthesized from DNAMEs did not
			have a TTL of zero as required by RFC2672.
			[RT #2129]

1125.	[bug]		rndc: -k option was missing from usage message.
			[RT #2057]

1124.	[doc]		dig: +[no]dnssec, +[no]besteffort and +[no]fail
			are now documented. [RT #2052]

1123.	[bug]		dig +[no]fail did not match description. [RT #2052]

1109.	[bug]		nsupdate accepted illegal ttl values.

1108.	[bug]		On Win32, rndc was hanging when named was not running
			due to failure to select for exceptional conditions
			in select(). [RT #1870]

1081.	[bug]		Multicast queries were incorrectly identified
			based on the source address, not the destination
			address.

1072.	[bug]		The TCP client quota could be exceeded when
			recursion occurred. [RT #1937]

1071.	[bug]		Sockets listening for TCP DNS connections
			specified an excessive listen backlog. [RT #1937]

1070.	[bug]		Copy DNSSEC OK (DO) to response as specified by
			draft-ietf-dnsext-dnssec-okbit-03.txt.

1014.	[bug]		Some queries would cause statistics counters to
			increment more than once or not at all. [RT #1321]

1012.	[bug]		The -p option to named did not behave as documented.

 988.	[bug]		'additional-from-auth no;' did not work reliably
			in the case of queries answered from the cache.
			[RT #1436]

 995.	[bug]		dig, host, nslookup: using a raw IPv6 address as a
			target address should be fatal on a IPv4 only system.
2002-03-15 02:44:36 +00:00
..
6to4 Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
6tunnel Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
adns Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to 2001-11-19 19:39:04 +00:00
agqt Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
airportbasestationconfig Invoke JVM with "-green -jar" instead of "-jar -green" if "blackdown-jdk13" 2002-02-08 19:24:21 +00:00
archie Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
arla Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
arpd Strongly buildlinkify. 2002-01-27 19:33:03 +00:00
arpwatch /bin/mkdir -> ${MKDIR}. 2002-02-05 22:39:00 +00:00
batchftp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
bind4 Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
bind8 bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txt 2002-02-06 03:35:39 +00:00
bind9 upgrade to 9.2.0. 2001-11-27 03:38:40 +00:00
bind9-current upgrade to 9.2.1rc1 (pkg version = 9.2.0.1 to avoid version skew) 2002-03-15 02:44:36 +00:00
bing Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
bounce Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
bridged Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
cftp Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
choparp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
cia Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
cidr Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
citrix_ica * Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwise 2002-01-21 13:19:08 +00:00
coda5_client Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
coda5_server Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
coda_client Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
coda_doc Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
coda_intro Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
coda_server Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
dante Add the appropriate types to various network system call prototypes, so 2001-12-19 22:25:30 +00:00
ddclient Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". 2002-02-05 06:04:36 +00:00
delegate Update to 7.7.1, provided by Hiramatsu Yoshifumi in pkg/14826. 2001-12-11 14:20:10 +00:00
dhid Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
dhisd s/root/${ROOT_USER}/g, now that the definition appears in the 2001-12-05 15:00:44 +00:00
dip Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
djbdns Introduce MANVERSION (now set to 20010212), so proper file name is used 2001-11-18 13:15:55 +00:00
dlint upgrade to 1.4.0. 2001-11-22 08:18:25 +00:00
dynipclient Revert MAINTAINER to packages@; make sure rc.d script is in PLIST. 2002-02-27 01:36:09 +00:00
echoping Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
etherape Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
ethereal Buildlinkify this package. 2002-02-17 21:23:39 +00:00
fair-identd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
firewalk Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
firewalk-gtk Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
fmirror Yet another FTP mirroring program. From it's README file: 2001-11-17 19:39:35 +00:00
fping Updated fping to 1.20nb1 2002-02-18 18:40:41 +00:00
freewais-sf Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
gated Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
gftp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
gkrellm-ping Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gkrellm-snmp Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gkrellm-wireless Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gnapfetch Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
gnapster Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gnubile Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gnut Remove old and commented out code. 2002-03-11 09:00:25 +00:00
gopher Initial import of gopher-3.0.2, a distributed document delivery client 2002-01-21 15:41:55 +00:00
gtk-gnutella Update to 0.18; changes since 0.17 include: 2001-12-31 14:33:31 +00:00
gtk_wicontrol Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
gtksamba Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
gtm Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
hesiod Trivially buildlinkify. Also correct typo: NEED_HESIOD should be 2001-11-29 13:34:35 +00:00
host Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
httptunnel Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
icsi-finger mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00
ip6_int Initial import of ip6_int 2001-11-25 18:47:02 +00:00
ipa mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00
ipcalc No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just set 2002-02-10 22:11:36 +00:00
ipcheck initial import of ipcheck-0.151, a python client for the dyndns service 2002-02-05 19:54:27 +00:00
ipv6calc Update ipv6calc to 0.39. Changes: 2002-03-03 04:09:35 +00:00
ipw Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
irrd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
isic Strongly-buildlinkify 2001-11-02 09:49:59 +00:00
ispman Make postfix dependency match current versioning scheme. 2002-03-08 15:46:18 +00:00
jwhois Update to 3.1.0; minor bugfixes including fixed whois-servers.net support. 2002-02-27 01:39:12 +00:00
kdenetwork Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
kdenetwork2 Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
kmap Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
LaBrea Changes instances where BSD_INSTALL_* were used by targets in the Makefile 2002-02-06 16:58:11 +00:00
latd New "latd" package supplied by Matt Fredette: 2002-03-12 22:19:18 +00:00
lftp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
libnids Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
libpcap Update libpcap to version 0.7.1. 2002-02-13 15:25:16 +00:00
libsscript Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
lopster Updated lopster to 1.0.1 2002-01-18 13:39:03 +00:00
lukemftp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
lukemftpd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
md-whois Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
mirror mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00
mouse-pppoe Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
mrt Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
mrtg Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
mtr Update mtr packages to 0.49. Changes since 0.42: 2002-03-13 02:16:11 +00:00
mtr-gtk Update mtr packages to 0.49. Changes since 0.42: 2002-03-13 02:16:11 +00:00
nap Fix pattern for incompatible "curses" libraries so that "ncurses" is used 2002-01-24 12:04:54 +00:00
napshare Update "napshare" package to version 1.0. Changes since version 0.1: 2002-01-20 09:25:51 +00:00
ncftp2 Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ncftp3 Buildlinkify. 2001-12-25 20:38:00 +00:00
neat Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
nemesis Update HOMEPAGE, per pkg/15601. 2002-02-13 23:04:51 +00:00
net-snmp-current net-snmp (formerly ucd-snmp), pre-releases. 2002-03-14 06:29:01 +00:00
netatalk Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
netatalk-asun Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
netcat Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
netname Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
netperf Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
netsaint-base gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet. 2002-03-14 00:43:09 +00:00
netsaint-plugin-cluster Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
netsaint-plugin-snmp Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
netsaint-plugins Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
ngrep Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
nmap Add patch-af (recognize mipseb in config.sub). 2001-12-06 14:51:07 +00:00
nmapfe Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
nocol Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
nsca Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
nslint Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ntop Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
ntp4 Update to ntp-4.1.1. From the "NEWS" file: 2002-02-28 13:51:23 +00:00
openh323 Changes instances where BSD_INSTALL_* were used by targets in the Makefile 2002-02-06 16:58:11 +00:00
openslp Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". 2002-02-05 06:04:36 +00:00
ORBit Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
p5-ispman Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Net Update to version 1.10, provided in PR#15898 by Shell Hung 2002-03-14 21:56:34 +00:00
p5-Net-Daemon Update to 0.36 2001-11-30 14:32:09 +00:00
p5-Net-DNS Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Net-IRC Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329) 2002-01-26 06:51:17 +00:00
p5-Net-SNMP Update p5-Net-SNMP to 4.0.1 2002-01-18 22:50:16 +00:00
p5-Net-Telnet Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Net-TFTP Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-SNMP Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
p5-SNMP_Session Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Socket6 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Wais Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
pchar Fix a double slash in a pathname. 2002-02-17 21:40:31 +00:00
pconsole Adjust format a bit: 2001-11-11 06:17:26 +00:00
pen make it compile. 2001-11-22 08:12:24 +00:00
pfnet Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
php3-snmp Move to net/php3-snmp from the www category to match similar 2002-01-10 13:08:17 +00:00
php4-ftp Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
php4-sockets Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
php4-yp Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
pim6dd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
pim6sd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
pload Make it work with xpkgwedge. 2002-01-29 13:46:54 +00:00
poink Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
polsms Improve COMMENT 2001-12-29 13:29:42 +00:00
poptop Upgrade to poptop-1.0.1 since the old distribution was no longer 2001-12-23 17:18:12 +00:00
ppp Fix call for vslprintf to work on netbsd/powerpc 2002-03-07 07:41:39 +00:00
ppp-mppe Fix call for vslprintf to work on netbsd/powerpc 2002-03-07 07:41:39 +00:00
pptp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
proftpd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
publicfile Make this package depend on net/ucspi-tcp 2001-12-21 23:23:43 +00:00
pureftpd Change 2002-03-02 23:24:34 +00:00
pxe Remove -ggdb as it confuses egcs on powerpc 2002-03-07 07:55:22 +00:00
py-IP initial import of py-IP-0.4, a python module to handle IPv4 and IPv6 address, 2002-01-29 16:24:39 +00:00
py-soaplib move to canonical pkg name (pyX.Y-pkg-vers) 2002-01-17 11:29:19 +00:00
py-xmlrpclib move to canonical pkg name (pyX.Y-pkg-vers) 2002-01-17 11:29:19 +00:00
ra-pna-proxy Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ra-rtsp-proxy Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
radius Mark package as broken until security problems described in PR pkg/14850 2001-12-19 13:42:10 +00:00
radiusd-cistron Update to 1.6.6 - vendor supplied fix for CERT announced radiusd issues. 2002-03-05 06:27:48 +00:00
rdesktop Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
rdist6 Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ripe-whois Initial import of the latest RIPE whois client, version 3.0, into the NetBSD 2002-02-05 13:01:10 +00:00
ripe-whois-tools Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
rp-pppoe Fix some format string bugs and make pppoe-server use our libc md5 2001-12-07 18:35:50 +00:00
rsync Update "rsync" package to version 2.5.3. Changes since version 2.5.4: 2002-03-13 11:42:30 +00:00
ruby-drb Update ruby-drb package to 1.3.4.2. Changes from 1.3.2 are bellow 2002-01-20 06:43:23 +00:00
ruby-icmp Update ruby-icmp package to 0.2.1. Changes are not available. 2002-01-19 09:30:32 +00:00
ruby-xmlrpc4r Use proper path for DEPENDS getting to ruby-nqxml 2002-02-05 07:45:30 +00:00
samba update samba package to 2.2.3.1 (samba 2.2.3a). 2002-02-07 09:57:19 +00:00
samba20 Mark this as being obsoleted by samba>=2.2.3, which brought back the 2002-02-05 16:55:09 +00:00
sdig Import sdig, Switch Digger finds port assignments for a client on a switched 2002-01-10 14:06:31 +00:00
sdist Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
SDL_net Update SDL_net to 1.2.3 2002-02-11 21:15:47 +00:00
sendfile Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
sftp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
sharity-light Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
sitescooper Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
smb2www As noted in pkg/13129, smb2www doesn't work with samba-2.2 and up. Make 2001-11-21 17:25:13 +00:00
sniffit Add powerpc/macppc support 2002-03-13 08:20:18 +00:00
snort Add powerpc/macppc support 2002-03-13 08:20:18 +00:00
socks4 Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
socks5 Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
speakfreely Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
speedtouch Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
spegla Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
srsh Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ssync Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
stripes Install to LOCALBASE, not hardwired /usr/pkg. 2002-01-29 13:42:28 +00:00
tacacs Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcl-scotty Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcpdmerge Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcpdpriv Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcpdstat Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcpdump Update tcpdump to version 3.7.1. 2002-02-13 15:50:35 +00:00
tcpillust Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcpslice Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tcptrace Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tightvnc Fix cpp problems on -current, by using USE_CC_E. 2002-02-19 00:02:28 +00:00
tightvncviewer Updated tightvncviewer to 1.2.2 2002-02-12 07:11:26 +00:00
tinyfugue Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tkined Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tn5250 Improve. 2001-11-10 08:41:24 +00:00
tnftp/files Import of canonical tnftp 20030825 sources, 2001-09-27 19:29:50 +00:00
totd upgrade to 1.3. 2002-03-15 01:54:15 +00:00
traceroute-as Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
trafshow Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ttt Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ucd-snmp Fix silly typo in original sources which causes build failures on NetBSD 2002-03-04 12:40:24 +00:00
ucspi-tcp The check whether ${CFLAGS} contains -O2 didn't catch the case of 2002-02-12 15:18:46 +00:00
unison make DIST_SUBDIR include the package version since the source tarball 2002-01-17 13:19:45 +00:00
userppp Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
vnc Fix cpp handling in vnc's private imake to deal with change of cpp location 2002-01-31 09:49:19 +00:00
vncviewer Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
vsftpd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
vtun Buildlink'ify and use the generic INSTALL scripts. Also move the lock 2001-12-21 21:04:23 +00:00
wakeup Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wget Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
whatmask Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wminet Fix build problem on system running XFree86 3.3.x in conjuction with the 2001-11-01 09:36:33 +00:00
wmnet Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
wmpload Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wu-ftpd Add logic so macppc will build wu-ftpd 2002-03-13 08:05:07 +00:00
x2vnc Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
xarchie Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
xipdump Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
xspeakfree Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
xtraceroute Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
yale-tftpd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ytalk Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
ywho Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
zebra Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
zephyr Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
Makefile Add and enable net-snmp-current. 2002-03-14 13:12:56 +00:00