Commit graph

29975 commits

Author SHA1 Message Date
agc
6a7bec3529 sync PLIST with reality. 2002-06-29 20:48:44 +00:00
agc
25ff117ef0 Explicitly create the ${PREFIX}/share/rox/ROX-Filer directory, and use
a more orthodox way of populating it.
2002-06-29 12:51:32 +00:00
wiz
0380f82998 Add and enable kttcp (hi jason!) 2002-06-29 08:37:38 +00:00
dmcmahill
187edbfd07 don't hard code the start time stamp file as .start.${arch} but allow
OBJMACHINE and OBJHOSTNAME to work.  Also don't hardcode /usr/pkg and
/usr/X11R6 for LOCALBASE and X11BASE.  Finally, fix a few typos in messages
while here.
2002-06-29 03:33:34 +00:00
kristerw
ee74f12239 Correct sound support. Patch provided by David Griffith.
Solves PR 14061.
2002-06-29 01:48:52 +00:00
grant
376a1e0a58 minor formatting fix. 2002-06-29 01:34:59 +00:00
thorpej
155dfab9f2 This is only for NetBSD. 2002-06-29 01:10:34 +00:00
thorpej
63aeeab692 kttcp -- userland portion of the kttcp network throughput tester 2002-06-29 01:07:19 +00:00
jun
4a4586878e Update pgpdump to 0.17
* Defining the SHA-1 hash for Secret Key Packet.
* Defining the -a and -g option.
* Catching up to 2440bis-05.
* Implementing User_Attribute_Packet.
* Implementing features and revocation_target.
* Removing macros to avoid side-effects.
2002-06-28 23:48:11 +00:00
agc
99f3151e0c Fix MASTER_SITES 2002-06-28 20:50:14 +00:00
agc
f3dacf833f Make this package compile on 1.6 and above (thanks, Johnny) 2002-06-28 19:05:22 +00:00
jlam
6ac62a9292 IGNORE platforms that aren't noted to have an in-tree OpenSSH. For now,
this means only NetBSD-1.5.* and NetBSD-1.6* can do this update.
2002-06-28 18:34:14 +00:00
jlam
2cc60feafc No need to substitute for @PREFIX@, as ${PKG_PREFIX} already has that
value.
2002-06-28 18:29:20 +00:00
jlam
fbebf3817c Only allow an in-tree update to occur if OpenSSL>=0.9.5a is in the base
distribution.  This prevents surprises like "hey, why is /usr/sbin/sshd
broken" if a pkgsrc openssl is pkg_delete'd.  Idea by itojun.
2002-06-28 18:00:45 +00:00
taca
208ccffbfe - Add two additional fix about localization.
- bump package revision.
2002-06-28 17:13:59 +00:00
jlam
18dad003e4 Add ability to update the in-tree OpenSSH directly from pkgsrc. This
installs the binaries directly in /usr and places the manpages and example
files in the correct hier(7) locations.  We don't register installation in
this case because the package database can't handle it.  We deal with the
ssh config files and directories as follows:

	NetBSD-1.5.*	use /etc/ssh_config, /etc/sshd_config
	NetBSD-1.6	use /etc/ssh/ssh_config, /etc/ssh/sshd_config

We also emit a warning in the MESSAGE file that /etc/ssh.conf and
/etc/sshd.conf should be renamed in order to keep using them.  Lastly,
there is a new target "tarball" to generate a tarball of the installed
files that might be used to install quickly on many machines, though it
may be only of limited utility.

These changes are only active if UPDATE_INTREE_OPENSSH is defined.
2002-06-28 17:10:16 +00:00
jlam
fef800e69a Warn about what to do if you have /etc/ssh.conf and /etc/sshd.conf. 2002-06-28 16:58:38 +00:00
agc
17c78c9b5f Make this compile on 1.6 and above 2002-06-28 16:03:02 +00:00
agc
3a5e8ec836 Strongly buildlink this package. 2002-06-28 14:54:18 +00:00
agc
066759f6de Make this program compile in the presence of xpkgwedge 2002-06-28 13:15:16 +00:00
agc
e9cec5e4bb Make this package compile in the presence of xpkgwedge 2002-06-28 12:11:01 +00:00
agc
514261f1d3 Make this package xpkgwedge-friendly
Make sure we pick up the correct formatting utilities by prefixing the
   correct directory into the path.
Minor whitespace corrections
2002-06-28 11:36:05 +00:00
drochner
db1515e469 need suse_compat for libstdc++-libc6.1-2.so.3 2002-06-28 11:30:51 +00:00
abs
5b9dd7bc81 Updated skill to 4.1nb2
Fix for pre NetBSD-1.5 systems.
2002-06-28 10:45:31 +00:00
agc
cf22084a33 Make this package install properly in the presence of xpkgwedge 2002-06-28 10:28:58 +00:00
agc
3d79665905 Make this package compile 2002-06-28 09:29:01 +00:00
agc
d052b13774 Make this package compile 2002-06-28 09:07:12 +00:00
seb
b37de5b10e Add PKG_SYSCONFDIR to BUILD_DEFS.
Note: it was already as part of CONFIGURE_ENV value, this change only makes
it more "readable" IMHO.

Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of
Makefiles.
2002-06-28 09:05:16 +00:00
agc
7d5fe93d6e Use the correct pathname for the rgb.txt in the presence of xpkgwedge 2002-06-28 08:55:16 +00:00
agc
d770bff3a2 fix typo 2002-06-28 08:46:38 +00:00
agc
5f89a1bec0 Remove diagnostic ttytype from debug messages - native curses doesn't
have the ttytype throw-back, and it's not exactly useful these days.
2002-06-28 08:42:34 +00:00
agc
8527edc3d6 On 1.6 and above, <readline/history.h> needs <stdio.h> to be included
specifically - do so.
2002-06-28 08:00:27 +00:00
agc
33334d61db Don't hardcode the value /var/db/pkg - this may not be the desired value
of PKG_DBDIR. Instead, get the value using "make show-var".
Pass this value down through the environment to pkg_info and pkg_delete
2002-06-28 07:54:36 +00:00
agc
8ba1781bc0 Make sure that rep.m4 is placed in the right directory. 2002-06-28 07:46:23 +00:00
seb
f9499956ba Add a missing `$'. 2002-06-28 07:44:32 +00:00
jlam
8f8c919852 Add and enable ap2-perl. 2002-06-28 07:41:57 +00:00
jlam
89b1bab107 Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 is
considered *BETA* software and may not work at all.  This package is here
solely to provide Apache-2.0 users with a testbed for porting existing
mod_perl-1.2.x applications.
2002-06-28 07:40:29 +00:00
agc
5e5852c64e Correct a typo in the master site. 2002-06-28 07:31:36 +00:00
itojun
6e0dab8bee upgrade to 8.3.3. includes important security fix.
--- 8.3.3-REL released --- (Wed Jun 26 21:15:43 PDT 2002)
1301.	[func]		log attempts to exploit #1300.
1300.	[bug]		Remote buffer overrun.
1299.	[func]		Log to xfer-in when a named-xfer fails and one of
			the masters returned REFUSED.
1298.	[bug]		named could leak a OPT record when returning a
			negative response.
1297.	[func]		'ndc restart' will now attempt to preserve the
			arguments named was started with.
			Use 'ndc restart --' to clear the arguements.
			Use 'ndc restart <new arguements>' to restart named
			with a alternate set of arguements.
1296.	[bug]		delay setting need_restart until the response to
			ndc exec has been sent.
1295.	[func]		new ndc command 'args'.  returns the arguements that
			named was started with %xx escaped.
1294.	[bug]		#1272 broke linkage for those OS's using -lfl (flex).
			Move -ll/-lfl to LIBL for all platforms.
	--- 8.3.2-REL released --- (Mon Jun 17 20:24:32 PDT 2002)
1293.	[doc]		update man pages for 'dig', 'dnsquery' and 'host'
			to reflect IPv6 capabilities (nslookup and nsupdate
			were already IPv4/IPv6 agnostic).
1292.	[func]		host: the default lookups now also include AAAA
			records.
1291.	[func]		'dig -x <ip6>' now works.
1290.	[bug]		'dig @server' fail to report the IPv6 address of the
			server in error messages.
1289.	[contrib]	normalize_zone now handles $TTL.
1288.	[bug]		named: -t and -w could not be used together.
1287.	[func]		report serial(s) in out going transfer operation.
	--- 8.3.2-RC1 released --- (Thu May 30 23:06:11 PDT 2002)
1286.	[func]		libbind: no longer attempts bit string labels for
			IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
			for nibble style resolution.
1285.	[port]		linux: ss_family vs __ss_family in sockaddr_storage.
1284.	[port]		freebsd: 5.0 uses gid_t rather that int for
			GETGROUPLIST_ARGS
1283.	[port]		bsdi: 4.2 also has struct sockaddr_storage.
1282.	[bug]		nslookup was using inet_ntoa() to print out a IPv6
			address.
1281.	[bug]		escape '(' and ')' when coverting to presentation
			form.
1280.	[func]		server { edns yes_or_no; } is now supported.
1279.	[bug]		nslookup: partial coversion to similar style outputs
			for both -type=aaaa and -type=a.
1278.	[bug]		free() of non-malloced memory in nslookup.
1277.	[port]		cast all instances of yytext in commands.l to (char*)
			to silence compilers on OS's where lex declares it
			as (unsigned char *).
1276.	[port]		hpux 11.22: ansify GetAnswer in getinfo.c to
			silence compiler.
1275.	[bug]		bad declaration of si in tsig_key_from_addr().
1274.	[port]		hpux 11.22: ansify hexstring() and display() in
			addr.c to silence compiler.
1273.	[bug]		const pointer conficts in res_debug.c.
1272.	[port]		hpux 11.22: don't link against -ll unless required.
1272.	[bug]		main_need_num was not last entry in enum.
			main_need_tick nolonger required.
1271.	[port]		hpux: treat all hpux systems as BIG_ENDIAN, don't
			include <sys/mbuf.h>.
1270.	[port]		hpux 11.22 namespace clash DATASIZE -> BIND_DATASIZE.
1269.	[port]		hpux 11.11 interface scaning.
1268.	[port]		solaris: 64 bit binary compatability.
1267.	[bug]		aix4: missing IN6_IS_ADDR_V4COMPAT macro.
1266.	[bug]		If you are using TSIG #1261 introduced the potential
			of a infinite loop.
1265.	[bug]		nslookup failed on platforms that don't have BSD 43
			style sockets.
1264.	[bug]		LINK_INIT and UNLINK were not compatible with
			C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
	--- 8.3.2-T1B released --- (Tue May  7 18:49:58 PDT 2002)
1263.	[bug]		gethostans() could get out of sync parsing the
			response if there was a very long CNAME chain.
1262.	[bug]		winnt: dumpdb and stats should now work reliably.
1261.	[bug]		using a valid TSIG with a compressed ownername could
			result a INSIST() failure.
1260.	[func]		"notify explicit;" from BIND 9.
1259.	[misc]		leave the verification of the OPT options to the
			caller.
1258.	[func]		accept SOA MNAME field as legitimate additional
			data.
1257.	[bug]		malformed response to query w/ tsig + edns.
1256.	[port]		darwin: probe for IPv6 support.
1255.	[bug]		xfers_running could become out of sync if a zone
			was removed while it was being transfered.
1254.	[func]		nsupdate can now update IPv6 servers.
1253.	[func]		host now accepts IPv6 addresses.
1253.	[bug]		reserve space for the signature when performing a
			zone transfer.
1252.	[func]		dnsquery now accepts IPv6 addresses.
1251.	[bug]		win32: it was possible to call RegCloseKey() on a
			invalid key.
1250	[func]		nslookup now accepts IPv6 addresses.
1249.	[func]		dig now accepts IPv6 addresses.
1248.	[doc]		correct some typos in named.conf.5 and corresponding
			html.
1247.	[bug]		get_salen() IPv6 support was broken for OSs w/o sa_len.
1246.	[support]	add highly dangerous compile time option
			NXDOMAIN_ON_DENIAL.  it should not be used
			except in testing.
1245.	[bug]		if we don't have enough file descriptors to open
			a socket attempt to close a idle tcp client.
1244.	[port]		bsdi: 4.3 has struct sockaddr_storage.
1243.	[bug]		SERVFAIL can have too many other causes to be used
			say whether a server supports EDNS or not.
1242.	[port]		64k answer buffers were causing stack space to be
			exceeded for certian OS.  Use heap space instead.
1241.	[bug]		getnameinfo() failed to lookup IPv4 mapped /
			compatible addresses.
1340.	[bug]		reference after free for included conf file name.
1339.	[bug]		doaddinfo would not always attempt to fetch missing
			glue when it should have.
1338.	[bug]		an IPv6 only nameserver could generate spurious
			sysquery errors.
1337.	[port]		linux: IN6ADDR_LOOPBACK_INIT, IN6ADDR_ANY_INIT and
			sockaddr_storage not declared by early kernels.
1336.	[bug]		getaddrinfo() could call freeaddrinfo() with an
			invalid pointer.
1335.	[bug]		res_nupdate() failed to update the name servers
			addresses before sending the update.
1334.	[bug]		A6 is expected in the additional section.
2002-06-28 06:03:04 +00:00
itojun
ef5867115a upgrade to 4.9.9.
--- 4.9.9-REL released ---

818. [bug]      remote buffer overrun.
2002-06-28 05:49:09 +00:00
grant
14ec93ad6d s/${PKG_SYSCONFDIR}/@PKG_SYSCONFDIR@/ 2002-06-28 04:40:05 +00:00
jschauma
a61ca914bd Add missing 'distinfo' (makesum and makepatchsum). 2002-06-28 00:35:12 +00:00
lukem
9e46e9da70 add -p to the diff arguments; it's useful to know which function a
patch applies to when updating a package
2002-06-27 23:09:01 +00:00
dmcmahill
caffd74ead add and enable h8300-hms-binutils and h8300-hms-gcc 2002-06-27 22:32:55 +00:00
dmcmahill
58025bbdd5 import of cross-h8300-hms-gcc-3.1 provided by
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350


gcc for hitachi h8300-hms cross-compile environment
2002-06-27 22:29:09 +00:00
dmcmahill
36f0cfaf69 import of cross-h8300-hms-binutils-2.12.1 provided by
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350


binutils for hitachi h8300-hms cross compile
2002-06-27 22:24:36 +00:00
agc
c172842567 Make this package xpkgwedge-friendly 2002-06-27 20:52:06 +00:00
abs
fd65f65333 Updated cpuflags to 0.24
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
2002-06-27 20:49:02 +00:00
jlam
8aca95c13e Don't bother the admin to create a directory from MAKE_DIRS if it already
exists on the system.  We still make noise about directories in
MAKE_DIRS_PERMS because those directories must have special permissions
that the admin should check, even if they do exist.
2002-06-27 20:46:31 +00:00
jlam
6697300211 Don't bother the admin about the ${PKG_SYSCONFBASE} and ${RCD_SCRIPTS_DIR}
directories if they still exist after we try to remove them.
2002-06-27 20:43:44 +00:00