Commit graph

2850 commits

Author SHA1 Message Date
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
abs
406b1db830 Updated speedtouch to 1.1 [abs 2002-07-18]
New version works fully under NetBSD 1.6_BETA, and also works on
	some systems which failed to communicate with the USB modem correctlyt
	under earlier versions. Additional fix to pkg/17531
2002-07-18 00:10:07 +00:00
agc
af1cd66a9a Add a patch to ensure that select(2) is prototyped. 2002-07-17 13:10:30 +00:00
agc
a94f67ce57 Specify the PKGDIR properly, and use it where appropriate.
Add a missing CONFLICT on the new snort-mysql package.
2002-07-17 13:06:04 +00:00
skrll
687d6d1cb4 Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.

Changes are:
arts
	Again Build fixes.
	Realtime priority configuration fix

kdelibs
	dcop: Make it possible to disable the Qt bridge.
	make sure tooltip effects can be configured.
	kbuildsycoca: avoid crash on unreadable directories.
	kdockwidget: fixing reading of configuration.
	kedittoolbar: fix leak.
	khtml: many fixes.
	kded: signal handling fixes.
	kio-http slave: fixes related to form posts and cache handling.
	kjs: added max recursion limit.
	kjs: leak and compatibility fixes.

kdebase
	kicker: &-escaping fix
	audiocd: fix cddb computation
	thumbnail previewer: calculate the number of bytes to read instead
	    of hardcoding it.
2002-07-17 07:54:03 +00:00
fredb
31013b9e1b Update to 4.1.1a. Add drivers for TrueTime 560 IRIG-B decoder
and Zyfer GPStarplus, minor documentation updates.
2002-07-16 14:57:08 +00:00
wiz
6de6d68497 Remove a trailing empty line. 2002-07-15 23:04:38 +00:00
heinz
a4c3534d73 Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some
slight formatting changes.
2002-07-15 22:57:27 +00:00
wiz
d9e6cb3190 Prepend ${.CURDIR} to some paths. 2002-07-15 14:41:51 +00:00
wiz
c7932517a1 Update to 1.8.7, prompted by Mipam.
Changes:
The main purpose of this release is a stable target with many fragroute
and tcp connection oriented fixes.  This is also the last release of the
1.8.7 line and signals the start of the beta cycle for the 1.9 branch.
2002-07-15 14:41:26 +00:00
wiz
6940f3ee76 Sort. 2002-07-14 20:29:04 +00:00
wiz
f964ddfaef Remove gnut. It has a vulnerability, there's no newer version available,
and it has an open PR against it (13619).
There are enough other gnutella clients out there...
2002-07-14 20:27:57 +00:00
wiz
caf19a9aa5 Update to 0.35.8, fixes pkg/17574.
Relevant changes:
* --fake-stat support, fakes mode/stat information.
  Very useful on MacOS X finder that uses this.
* Bug fixes

Also, sort PLIST, and standardize MESSAGE slightly.
2002-07-12 20:40:31 +00:00
agc
f8aa94d206 Add and enable snort-mysql 2002-07-12 16:56:34 +00:00
agc
f97fb9cc5b Initial import of snort-mysql into the NetBSD packages collection.
Provided by Tracy Di Marco White in PR 17449

snort-mysql is a libpcap-based packet sniffer/logger using a MySQL database
2002-07-12 16:55:40 +00:00
wiz
b05c5e8bbe Update to 2.4.0, supplied by Julio Merino in pkg/17414, for GNOME2.
Changes since 2.3.108:
* leak fixes (Michael)
	+ async code
	+ connection dispose
	+ GIOP 1.0 service contexts
* trace cleanup (Sean Atkinson)
	+ us timestamp printing
	+ ellipsize long strings
* Bug fixes
	+ accept NULL async callbacks (Michael)
	+ CosNaming mess fixups (Michael)
	+ Java interop fix (Mark)
	+ IDL compiler more type friendly (Gergo)
2002-07-12 15:33:12 +00:00
wiz
47c20bade4 Update to 0.5.0, per patch from Julio Merino in pkg/17413.
Changes: not many, GNOME2 version.
2002-07-12 15:19:06 +00:00
wiz
0e430ef967 LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. Makes libdsocks.a appear again. 2002-07-12 15:13:08 +00:00
wiz
c3226829b9 Update to 1.1.13.
Changes since 1.1.9:
Logging fixes (deprecating -l option to sockd)
Two commercial modules available, redirect and bandwidth (not included in pkg)
Some more from the 'Changes' file:
o Move daemon() call to later so more errors can be reported, suggested
  by Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>.
o fix problem when linking with libsocks;
  NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp>.
o fix some problems when socksifying, making certain programs
  hang forever (e.g. certain versions/installations of "ssh -X").
  Thanks to NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> for
  diagnosis, help and testing.
o Don't mark the rule as good either if sockscf.state.unfixedpamdata,
  fixes bug reported by Jerry Murdock" <jmurdock@itraktech.com>.
o fix a bug preventing the list given in a 'user:' keyword from
  being checked correctly. Reported by Oleg Bulavsky <bulch@ftc.ru>.
o "-h" prints out configfile used, based on suggestion from
  dh_tsc_10@ugcs.net.
o fix bugs that reset some defaults at the wrong time, reported by
  dh_tsc_10@ugcs.net.
o prototype script for generation of graphs with usage information included
  (bin/sockd-graphgen). Contact us if you run a socks server with significant
  usage, and you are willing to help with testing.
o Some minor optimisations in server i/o code, at the cost of some
  timer accuracy concerning bandwidth limiting/client expiration.
o prefix "socks" to some global variables to avoid collisions during
  socksify.  Reported by Don Reid <donr@cvs.agilent.com>.
o capi/socks.h needs Rxxx prototypes to work with a c++
  compiler. Noted by Alex Morozov <alex@idisys.iae.nsk.su>.
o If Rgetsockname() is called on a socket that a previous uncompleted
  Rconnect() has been done on, try to sleep until Rconnect() has
  finished instead of returning ENOBUFS.  Hoped to help compatibility
  with some applications.
o Modified httpproxy code a little, based on patch from
  dh_tsc_10@ugcs.net.
o Code for selecting which of multiple external ipaddresses to use
  on a global basis based on routing.
  Code contributed by Tom Chan <tchan@austin.rr.com>.
o Rename "pamservicename" to "pam.servicename".
o Fix memory overrun problem in Rgethostbyname*().  Found and
  diagnosed by dme@dme.org, thanks.
o new method added: "pam".  Code contributed by
  Patrick Bihan-Faou, MindStep Corporation, patrick@mindstep.com.
o let client-rules have their own global methodline, "clientmethod",
  default value set to "none".
  The global "method" is only used for socks-rules now.
o delay checking of password/etc til we have received the socks
  request (rather than during negotiation, as was the case).
  Required for supporting passwordbased authentication via non-socks
  methods, e.g. pam.
o socklen_t definition updated for NetBSD 1.5U.
  Problem report and patch submitted by Janne Snabb <snabb@ssh.com>.
o Output from 'config.guess' is not sufficient to determine use
  of elf on NetBSD.
  Problem report and patch submitted by Janne Snabb <snabb@ssh.com>
2002-07-12 14:47:03 +00:00
agc
1ce5321258 Add and enable IglooFTP 2002-07-11 21:41:30 +00:00
agc
70ef7fc445 Initial import of IglooFTP-0.6.1 into the NetBSD Packages Collection.
Provided in PR 16141 by rxg@ms25.url.com.tw (Rui-Xiang Guo)

IglooFTP is a new graphical FTP client written from scratch.
Its main goals is to be easy to use and intuitive when used
by novice,  but powerful and fully configurable in the hand
of experienced users.

Already available features are :

Intuitive user friendly interface, graphical configurability,
toolbar, fast-connect bar,  graphical directories browser,
tree hierarchical site manager with site groups, user profile
management,  local and remote prompt command,
directories creation/deletion, recursive downloads/uploads
delete/move/chmod,  file transfert resume, resolution of
symbolic links, support of passive and non-passive data
connection, possibility to show / hide hidden file,
anti-idle tool, DND support, firewall support,
own Netscape mini-toolbar and a great appearance.
2002-07-11 21:40:41 +00:00
itojun
6b579a9d1f obey PKG_SYSCONFBASE/DIR setting 2002-07-10 13:55:17 +00:00
kim
e20efd627b Remove Merit RADIUS. 2002-07-10 12:36:26 +00:00
wiz
824713cbf5 pkglint. 2002-07-10 11:31:35 +00:00
kim
0c930cd68d Add gethost. 2002-07-10 02:12:55 +00:00
kim
377b6f16e9 Add net/gethost submitted by reed@reedmedia.net, with minor mods by me.
Closes PR 17489.
2002-07-10 02:12:00 +00:00
itojun
63211cbc43 upgrade to 0.93a (it is a leaf package, so it should be okay)
0.93a
+ Fix host_name to host_triplet.
+ Ohara's crush fix for ospf6d.
0.93
+ New config of BGP.
+ Crush problem ospfd which reported on Zebra ML is fixed.
+ KDD R&D Laboratories, Inc. OSPF Opaque LSA and TE LSA.
2002-07-09 23:48:17 +00:00
agc
f1fdc4ce2b Add and enable nbtscan 2002-07-09 20:09:35 +00:00
agc
17b972bdd7 Initial import of nbtscan-1.0.2 into the NetBSD packages collection.
Provided in PR 17355 by ISIHARA,Takanori

NBTscan is a program for scanning IP networks for NetBIOS name
information. It sends NetBIOS status query to each address in supplied
range and lists received information in human readable form. For each
respondent host it lists IP address, NetBIOS computer name, logged-in
user name and MAC address.
2002-07-09 20:08:48 +00:00
wiz
65c0894ed7 Make compile on >=1.5ZB. Closes pkg/17531. 2002-07-09 14:38:18 +00:00
wiz
268a83bff7 Update to 0.90, as requested in pkg/17508. Changes since 0.85:
- All configuration can now be made from the GUI.
- Fully redesigned search filters to work like ipchains/iptable on Linux.
- Obsoleted experimental "auto-download", superseded by the new filtering code.
- Added Gnutella bandwidth management.
- Both HTTP and Gnet bandwidth is now displayed real time.
- Added full HUGE support (Hash/URN Gnutella Extensions).
- Added support for local host preference.
- Gtk-gnutella can do traffic compression when connecting to a node that
  also supports it.
- Upload and downloads will now show User-Agent/Server information.
- Added status to the download queue.
- You can now freeze the download queue whilst manipulating it.
- Searches can now be listed on the left side of the screen, or as tabs like
  in the previous versions.
- Added automatic banning of servents that are hammering us.
- Many more cool new features that you'll discover whilst playing with it.
2002-07-07 19:27:28 +00:00
taca
03c65bd065 Update ja-samba package to 2.2.4.1.0 (samba-ja 2.2.4-ja-1.0).
This is localized message based on samba 2.2.4.  Its own feature:

- Localized winbind support (though winbind isn't supported on NetBSD.)
- Japanese support for resource name: file name, share name, NetBIOS name
  and NetBIOS user name.
- Machine depended character code for file and directory name.
- Japanese documents.
- Internatilnalized swat.

It also fixes security problem found on samba 2.2.3 and later which
happens with --with-tdbsam option.  (It isn't enabled on default.)
2002-07-07 14:36:40 +00:00
tv
c2d5f923ab Add envstat2mrtg. 2002-07-06 19:18:21 +00:00
tv
75d1f9d976 Add some additional files that appeared in a newer version. 2002-07-06 19:16:58 +00:00
wiz
a4904542d4 Fix MASTER_SITES (none any longer) and HOMEPAGE. 2002-07-02 14:36:43 +00:00
wiz
e9b80bd3f4 More pkglint friendly. 2002-07-02 13:01:35 +00:00
wiz
62eb3ae43e Add RCS Id. 2002-07-02 13:00:55 +00:00
wiz
1a4485ab32 Add RCS Id. 2002-07-02 12:56:53 +00:00
toshii
4d962fd464 Update to 0.9.5. ethreal-0.9.5/NEWS says:
== June 28, 2002

Ethereal 0.9.5 has been released. This version fixes several potential
security problems revealed since the release of 0.9.4. See the security
advisory at http://www.ethereal.com/appnotes/enpa-sa-00005.html for
more details.


New Features:

The ability to read packet data from a pipe was enhanced.  Printing
under Windows now works.


New Protocols

802.3 LACP, Apache JServ, AODV6, DCERPC Browser, Java RMI, TAPI


Updated Protocols

ATM, BGP, BOOTP, DCE RPC, EPM, Frame Relay, GTP, L2TP, LMP, MAPI, MIP,
MMSE, MTP3, NCP, NFS, NSPI, PPP, Q2931, RADIUS, RSVP, SCSI, SMB, SNA,
SOCKS, SPOOLSS, SRVSVC, SunATM, TFTP, TNS, Token Ring, UCP, VJ TCP/IP,
WCP, WEP, WSP, WTP


Capture File Updates

Ethereal can now write LANalyzer files.  The Sniffer, nettl, snoop,
NetXRay, and libpcap code all received updates.
2002-07-01 17:25:59 +00:00
schmonz
6294705c99 Build and run on Darwin using its JDK. 2002-06-30 15:02:51 +00:00
dmcmahill
4937ebbf24 add missing <string.h> for alpha. 2002-06-30 13:13:48 +00:00
jlam
b45f5e32ec Remove redundant homepage in DESCR. 2002-06-30 03:57:52 +00:00
jlam
d895983c63 Update net/ipa to 1.2.7. Changes from version 1.2.5 include a
- Honor PKG_SYSCONFDIR and use bsd.pkg.install.mk to handle config files
  and rc.d scripts.
- Memory access fixes.
- Now '{', '}', '#' and ';' characters are not allowed for naming
  rules and limits.

	*** SECURITY UPDATE ***

  Removed SUID bit from ipastat(8) due to security problems (and don't
  even try to set it back).  Admins who use the "db_owner" parameter
  *and* use some safe user/group, *and* didn't forget to set the same
  safe user/group for the ipastat(8) program, as it was said in the
  SECURITY NOTE on the ipastat(8) manual page, should not worry a lot.
  Admins who ignored that SECURITY NOTE should double check the security
  of their systems and change all passwords, secrets keys, etc. if you
  think that somebody cracked your systems by ipastat(8).
2002-06-30 03:47:53 +00:00
agc
6a7bec3529 sync PLIST with reality. 2002-06-29 20:48:44 +00:00
taca
208ccffbfe - Add two additional fix about localization.
- bump package revision.
2002-06-28 17:13:59 +00:00
drochner
db1515e469 need suse_compat for libstdc++-libc6.1-2.so.3 2002-06-28 11:30:51 +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
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
agc
c172842567 Make this package xpkgwedge-friendly 2002-06-27 20:52:06 +00:00