summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-29kttcp -- userland portion of the kttcp network throughput testerthorpej5-0/+276
2002-06-28Update pgpdump to 0.17jun2-5/+5
* 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-28Fix MASTER_SITESagc1-4/+2
2002-06-28Make this package compile on 1.6 and above (thanks, Johnny)agc2-5/+40
2002-06-28IGNORE platforms that aren't noted to have an in-tree OpenSSH. For now,jlam1-1/+3
this means only NetBSD-1.5.* and NetBSD-1.6* can do this update.
2002-06-28No need to substitute for @PREFIX@, as ${PKG_PREFIX} already has thatjlam1-2/+2
value.
2002-06-28Only allow an in-tree update to occur if OpenSSL>=0.9.5a is in the basejlam2-6/+14
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- Add two additional fix about localization.taca4-2/+41
- bump package revision.
2002-06-28Add ability to update the in-tree OpenSSH directly from pkgsrc. Thisjlam3-19/+70
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-28Warn about what to do if you have /etc/ssh.conf and /etc/sshd.conf.jlam1-2/+7
2002-06-28Make this compile on 1.6 and aboveagc5-1/+79
2002-06-28Strongly buildlink this package.agc1-8/+6
2002-06-28Make this program compile in the presence of xpkgwedgeagc2-4/+4
2002-06-28Make this package compile in the presence of xpkgwedgeagc2-6/+6
2002-06-28Make this package xpkgwedge-friendlyagc1-17/+17
Make sure we pick up the correct formatting utilities by prefixing the correct directory into the path. Minor whitespace corrections
2002-06-28need suse_compat for libstdc++-libc6.1-2.so.3drochner1-2/+3
2002-06-28Updated skill to 4.1nb2abs4-14/+17
Fix for pre NetBSD-1.5 systems.
2002-06-28Make this package install properly in the presence of xpkgwedgeagc1-8/+8
2002-06-28Make this package compileagc2-4/+4
2002-06-28Make this package compileagc2-1/+15
2002-06-28Add PKG_SYSCONFDIR to BUILD_DEFS.seb4-7/+6
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-28Use the correct pathname for the rgb.txt in the presence of xpkgwedgeagc2-5/+12
2002-06-28fix typoagc1-2/+2
2002-06-28Remove diagnostic ttytype from debug messages - native curses doesn'tagc3-3/+30
have the ttytype throw-back, and it's not exactly useful these days.
2002-06-28On 1.6 and above, <readline/history.h> needs <stdio.h> to be includedagc2-1/+14
specifically - do so.
2002-06-28Don't hardcode the value /var/db/pkg - this may not be the desired valueagc1-18/+24
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-28Make sure that rep.m4 is placed in the right directory.agc2-5/+14
2002-06-28Add a missing `$'.seb1-2/+2
2002-06-28Add and enable ap2-perl.jlam1-1/+2
2002-06-28Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 isjlam4-0/+70
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-28Correct a typo in the master site.agc1-2/+2
2002-06-28upgrade to 8.3.3. includes important security fix.itojun2-8/+7
--- 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-28upgrade to 4.9.9.itojun4-228/+7
--- 4.9.9-REL released --- 818. [bug] remote buffer overrun.
2002-06-28s/${PKG_SYSCONFDIR}/@PKG_SYSCONFDIR@/grant1-3/+3
2002-06-28Add missing 'distinfo' (makesum and makepatchsum).jschauma1-0/+11
2002-06-27add -p to the diff arguments; it's useful to know which function alukem1-4/+4
patch applies to when updating a package
2002-06-27add and enable h8300-hms-binutils and h8300-hms-gccdmcmahill1-1/+3
2002-06-27import of cross-h8300-hms-gcc-3.1 provided bydmcmahill4-0/+265
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350 gcc for hitachi h8300-hms cross-compile environment
2002-06-27import of cross-h8300-hms-binutils-2.12.1 provided bydmcmahill4-0/+197
Osamu OISHI <oishi@alef.ims.ac.jp> in PR pkg/17350 binutils for hitachi h8300-hms cross compile
2002-06-27Make this package xpkgwedge-friendlyagc2-1/+15
2002-06-27Updated cpuflags to 0.24abs2-8/+19
If BSD_PKG_MK is not defined, only touch COPTS, not CFLAGS etc.
2002-06-27Don't bother the admin to create a directory from MAKE_DIRS if it alreadyjlam1-1/+4
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-27Don't bother the admin about the ${PKG_SYSCONFBASE} and ${RCD_SCRIPTS_DIR}jlam1-4/+14
directories if they still exist after we try to remove them.
2002-06-27Put PKG_SYSCONFBASE and PKG_SYSCONFDIR in the header so that they may bejlam1-1/+4
used in the scripts.
2002-06-27Back out revisions 1.21 and 1.22 andjlam1-5/+4
(1) do the work of not being so noisy for /etc and /etc/rc.d in the scripts themselves, and (2) make PKG_SYSCONFBASE and PKG_SYSCONFDIR usable from within the INSTALL/DEINSTALL scripts by putting them in the header. This preserves the ability for a single binary package to be used for both PKG_CONFIG=yes or PKG_CONFIG=no.
2002-06-27Cast away C++ compiler errors (thanks, Martin).agc2-1/+17
2002-06-27I don't maintain this package any more.tron1-2/+2
2002-06-27Update dillo to version 0.6.6.agc2-6/+5
Changes are mainly bug fixes: - * Added a few canonical casts to fix some obvious 64bit issues. Patch: pvalchev - * Fixed a bug with cookies path parsing. * Fixed persistent-cookies obliteration (BUG#312, BUG#314) * Set max 20 persistent cookies for each domain. Patches: J<F6>rgen Viksell - * Switched flock to lockf. Patch: Andreas Schweitzer - * Made a little bugfix in doc/Makefile.am. Patch: Grigory Bakunov - * Removed the < 256 hostname length restraint from http queries. * Made a date-parser that copes with three HTTP date-syntaxes (BUG#335) * Made the HTML parser a bit more robust with bad HTML (BUG#325, BUG#326) Patches: Jorge Arellano Prompted by PR 17420 from Martin Weber <Ephaeton@gmx.net>
2002-06-27Add the rpath to the binary if we're on NetBSDagc2-4/+4
2002-06-27Updated msu to 1.03:abs2-5/+5
Revoke all additional groups Sanitise LD_* and friends from the environment. syslog() less, err() more.