Commit graph

3206 commits

Author SHA1 Message Date
jlam
d81f1aef1b * NetBSD's (and most likely Linux's) indent program is sufficient for ORBit,
so don't depend on devel/gindent on these two platforms.

* USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO.

* Don't use the hackish test for libwrap supplied in the configure script.
  Instead, just specify the necessary variables to link against libwrap
  in the package Makefile.

This closes PR 18712 by Greg A. Woods.
2002-11-25 21:20:05 +00:00
jwise
33f597505f Update tcl-scotty to version 2.1.11 and tkined to version 1.4.11 (the version bundled with scotty-2.1.11)
Tnm changes since 2.1.10:

15/6/01 (bug fix) Fixed a buffer overrun in ntping. This is actually
the reason to make this bugfix release public.

2/11/99 (bug fix) Make sure that remaining job times do not increase if
the system clock moves backwards.

17/5/99 (bug fix) Make sure that commands bound to a recv event are
always evaluated.

6/4/99 (bug fix) Fixed a Y2K bug in tnmHttp.c (thanks to bkozuma@aol.com
for finding this problem).

23/3/99 (bug fix) Accept derived types (e.g. DisplayString) in a varbind
list.

9/3/99 (bug fix) Fixed bugs in straps.c which could cause security
problems due to buffer overruns or signed/unsigned conversion.

8/3/99 (new feature) Added the global tnm(cache) variable which points
to a directory where Tnm saves frozen MIB files. The default value for
tnm(cache) is compatible with previous 2.1.X releases.


Tkined changes since 1.4.10:

21/4/99 (bug fix) The size of the canvas is now independent from the
resolution of the display. Further, PostScript dumps should now fit
on the selected page size.
2002-11-25 17:53:20 +00:00
jschauma
d62aba3b5e Update net/gtk-gnutella to 0.91.1 using patches provided by Christian Biere
(christianbiere at gmx dot de) in PR pkg/19152.

Changes since 0.91.0:

* Will now verify the SHA1 of downloaded files in the background.
* New configuration parameter for the directory where "bad files" not
matching their advertised SHA1 should be put (don't forget to
configure it, as it defaults to /tmp).
* Files are now copied in the background, so it is possible to setup the
various "download" directories on different filesystems.
* Node connection time and remote node's uptime(if available) are now
shown.
* It is now possible to paste a "magnet:" URI in the search to launch a
SHA1 search.
* The "connection indicator" at the bottom left is now a toggle.
Depressing it will terminate any Gnet connection but will continue to
serve uploads and process downloads.
* The active download status now shows how many sources are available and
how many are currently active (i.e. downloading). It will also show the
estimated remaining time for the whole file, as well as the global
reception rate for the file, accounting for all currently active
sources.
* Fixed bug that prevented proper downloading from recent
BearShare(4.1.x or better) and Shareaza (1.6.0.x or better) nodes
when the SHA1 of the file is known.
* Will now protect against "PUSH floods" by banning the relevant IPs.
* At startup, scan the download "tmp" dir for orphan files and reintegrate
them into the fileinfo database, moving completed files to the relevant
directory(depending on whether its SHA1 checked OK).
* Minor bug fixing: improper countdown for push timeout when falling back,
fixed corner-case processing that could lead to crashes or incorrect
behaviour, accidental localization on X-Live-Since headers, freezing of
the GUI when clearing many uploads, obscure portability fixes.
2002-11-25 15:20:26 +00:00
grant
3fca283c9f - honour PKG_SYSCONFDIR
- bump PKGREVISION

from Julio Merino in pkg/18981.
2002-11-21 11:05:56 +00:00
grant
281ffb7995 correct path to hesiod.conf in hesinfo(1) man page.
fixes pkg/18804 from John T. Rose.
2002-11-21 10:59:20 +00:00
grant
55592db162 unmark ntop2 as BROKEN.
addresses pkg/18915 from Robert Elz.
2002-11-21 10:23:06 +00:00
grant
69e4a05537 - fix to run as daemon properly (from Sam Uong in pkg/19086)
- convert to bsd.pkg.install.mk rc.d script and example
  config installation
- bump PKGREVISION
2002-11-21 10:02:56 +00:00
martti
b9a43fba61 Updated samba to 2.2.7
A security hole has been discovered in versions 2.2.2 through 2.2.6
of Samba that could potentially allow an attacker to gain root access
on the target machine.  The word "potentially" is used because there
is no known exploit of this bug, and the Samba Team has not been able to
craft one ourselves. However, the seriousness of the problem warrants
this immediate 2.2.7 release.

1)  ensure we send the notify message in the same way it is expected
    to be received by srv_spoolss_receive_message().
2)  attribute matching on truncate only matters when opening truncate
    with current SYSTEM|HIDDEN -> NONE. It's fine to truncate on open
    with current NONE -> SYSTEM | HIDDEN.
3)  Fix bug in rpcclient's deldriver command
4)  Don't set global_machine_password_needs_changing if
    lp_machine_password_timeout() is set to zero
5)  don't parse the BUFFER5 if the buffer length is zero
6)  fix core dump if pdbedit is run as non-root or smbpasswd file does
    not exist
7)  Ensure can_delete() returns correct error code
8)  correctly return NT_STATUS_DELETE_PENDING from open code
9)  fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
    fixes core dump in smbd when using rpcclient's deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
12) must add one to the extra_data size to transfer the 0 string
    terminator.  This was causing "wbinfo --sequence" to access past the
    end of malloced memory
13) fix for large systems allowing more than 65536 files open in
    NTcreate&X
14) Fix bug in %U expansion
2002-11-21 08:09:07 +00:00
agc
4d76f1f1a7 Update net/ettercap from version 0.6.6.6 to 0.6.7
Prompted by Simon Hitzemann in PR 19061

Changes from 0.6.6.6 to 0.6.7:

0.6.7       20020702

      + Updated the passive OS fingerprint database (853 records)
      !! Fixed the strlcpy bug in the the telnet dissector (oops alor mistake)
      !! Fixed a possible sigfault in the rlogin dissector
      !! Fixed the exit_func for Mac OS X
2002-11-19 21:07:57 +00:00
martti
78409539e5 Updated mrtg to 2.9.26.2nb1
Avoid negative request ids (default_avoid_negative_request_ids=1) as
this might cause problems with some devices. Solution provided by
Tobias Oetiker in a private mail.
2002-11-19 11:24:28 +00:00
martti
45bee59f13 Updated mrtg to 2.9.26.2 (2.9.26b)
* with thresholds ... have two decimals in % mode
* give threshdesc and value as ar 4 and 5 of called threshprog
* propperly ignore signal 127 on UNIX
* make cfgmaker foundry aware
* ds3 (30) and sonet (39) are wan interface types too
  added them to the $if_is_wan group in cfgmaker
* don't give up too quickly if a confcache setup entry does not match ...
* make rateup.c (64bit) work on macos x
* debug 64bit rateup ...
* drop special MacOS X includes they are harmful on 10.2. Use bsd approach
* use long long in log files to enable logging of FAST links
  long long = 64 bit integers
* make cfgmaker support ifHighSpeed propperly and teach it about Juniper
* make output of cfgmaker such that indexmaker will sort propperly
2002-11-18 14:12:54 +00:00
itojun
56b5bea064 upgrade to 8.3.4. all security patches are applied in 8.3.3nb1. 2002-11-17 16:08:08 +00:00
itojun
9827b693b0 upgrade to 4.9.11. security patches are already applied in 4.9.10nb1,
so it is just to sync with official release tarball.
2002-11-17 16:03:12 +00:00
jlam
cecb2bc473 This package has been converted to use buildlink2. 2002-11-15 00:10:54 +00:00
jlam
9be49d0e40 We don't need USE_BUILDLINK_ONLY...this package uses buildlink2. 2002-11-15 00:06:20 +00:00
itojun
6f4df524e8 pull in http://www.isc.org/products/BIND/patches/bind833.patch
bump PKGREVISION

---
1469.  [bug]           buffer length calculation for PX was wrong.
1468.  [bug]           ns_name_ntol() could overwite a zero length buffer.
1467.  [bug]           off by one bug in ns_makecannon().
1466.  [bug]           large ENDS UDP buffer size could trigger a assertion.
1465.  [bug]           possible NULL pointer dereference in db_sec.c
1464.  [bug]           the buffer used to construct the -ve record was not
                       big enough for all possible SOA records.  use pointer
                       arithmetic to calculate the remaining size in this
                       buffer.
1463.  [bug]           use serial space arithmetic to determine if a SIG is
                       too old, in the future or has internally constistant
                       times.
1462.  [bug]           write buffer overflow in make_rr().
2002-11-14 04:13:46 +00:00
itojun
482ef6da07 pull in http://www.isc.org/products/BIND/patches/bind4910.diff.
bump PKGREVISION.

--
825. [bug]     the buffer used to construct the -ve record was not
               big enough for all possible SOA records.  use pointer
               arithmetic to calculate the remaining size in this
               buffer.
824. [bug]     use serial space arithmetic to determine if a SIG is
               too old, in the future or has internally constistant
               times.
824. [bug]     write buffer overflow in make_rr().
823. [bug]     getnetbyname() was broken.
822. [bug]     write buffer overflows in getnetby{name,addr}().
2002-11-14 04:07:28 +00:00
itojun
9c0a40484a upgrade to 9.3.0s20021113
1400.	[bug]		Block the addition of wildcard NS records by IXFR
			or UPDATE. [RT #3502]
1399.	[bug]		Use serial number arithmetic when testing SIG
			timestamps. [RT #4268]
1398.	[doc]		ARM: notify-also should have been also-notify.
			[RT #4345]
1397.	[bug]		J.ROOT-SERVERS.NET is now 192.58.128.30.
1396.	[func]		dnssec-signzone: adjust the default signing time by
			1 hour to allow for clock skew.
1395.	[port]		OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
			have a working implementation.  [RT #4079]
1394.	[func]		It is now possible to check if a particular element is
			in a acl.  Remove duplicate entries from the localnets
			acl.
1393.	[port]		Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
			is not available in the kernel to prevent accidently
			listening on IPv4 interfaces.
1392.	[bug]		named-checkzone: update usage.
1391.	[func]		Add support for IPv6 scoped addresses in named.
1390.	[func]		host now supports ixfr.
1389.	[bug]		named could fail to rotate long log files.  [RT #3666]
1388.	[port]		irix: check for sys/sysctl.h and NET_RT_IFLIST before
			defining HAVE_IFLIST_SYSCTL. [RT #3770]
1387.	[bug]		named could crash due to an access to invalid memory
			space (which caused an assertion failure) in
			incremental cleaning.  [RT #3588]
1386.	[bug]		named-checkzone -z stopped on errors in a zone.
			[RT #3653]
1385.	[bug]		Setting serial-query-rate to 10 would trigger a
			REQUIRE failure.
1384.	[bug]		host was incompatible with BIND 8 in its exit code and
			in the output with the -l option.  [RT #3536]
1383.	[func]		Track the serial number in a IXFR response and log if
			a mismatch occurs.  This is a more specific error than
			"not exact". [RT #3445]
1382.	[bug]		make install failed with --enable-libbind. [RT #3656]
1381.	[bug]		named failed to correctly process answers that
			contained DNAME records where the resulting CNAME
			resulted in a negative answer.
1380.	[func]		'rndc recursing' dump recursing queries to
			'recursing-file = "named.recursing";'.
1379.	[func]		'rndc status' now reports tcp and recursion quota
			states.
1378.	[func]		Improved positive feedback for 'rndc {reload|refresh}.
1377.	[func]		dns_zone_load{new}() now reports if the zone was
			loaded, queued for loading to up to date.
1376.	[func]		New function dns_zone_logc() to log to specified
			category.
1375.	[func]		'rndc dumpdb' now dumps the adb cache along with the
			data cache.
1374.	[func]		dns_adb_dump() now logs the lame zones associated
			with each server.
1373.	[bug]		Recovery from expired glue failed under certian
			circumstances.
1372.	[bug]		named crashes with an assertion failure on exit when
			sharing the same port for listening and querying, and
			changing listening addresses several times. [RT# 3509]
1371.	[bug]		notify-source-v6, transfer-source-v6 and
			query-source-v6 with explict addresses and using the
			same ports as named was listening on could interfere
			with nameds ability to answer queries sent to those
			addresses.
1370.	[bug]		dig '+[no]recurse' was incorrectly documented.
1369.	[bug]		Adding an NS record as the lexicographically last
			record in a secure zone didn't work.
1368.	[func]		remove support for bitstring labels.
1367.	[func]		Use response times to select forwarders.
1366.	[contrib]	queryperf usage was incomplete.  Add '-h' for help.
1365.	[func]		"localhost" and "localnet" acls now include IPv6
			addresses / prefixes.
1364.	[func]		Log file name when unable to open memory statistics
			and dump database files. [RT# 3437]
1363.	[func]		Listen-on-v6 now supports specific addresses.
1362.	[bug]		remove IF_RUNNING test when scanning interfaces.
1361.	[func]		log the reason for rejecting a server when resolving
			queries.
1360.	[bug]		--enable-libbind would fail when not built in the
			source tree for certain OS's.
1359.	[security]	Support patches OpenSSL libraries.
			http://www.cert.org/advisories/CA-2002-23.html
1358.	[bug]		It was possible to trigger a INSIST when debugging
			large dynamic updates. [RT #3390]
1357.	[bug]		nsupdate was extremely wasteful of memory.
1356.	[tuning]	Reduce the number of events / quantum for zone tasks.
1355.	[bug]		Fix DNSSEC wildcard proof for CNAME/DNAME.
1354.	[doc]		lwres man pages had illegal nroff.
1353.	[contrib]	sdb/ldap to version 0.9.
1352.	[bug]		dig, host, nslookup when falling back to TCP use the
			current search entry (if any). [RT #3374]
1351.	[bug]		lwres_getipnodebyname() returned the wrong name
			when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
			was set.
1350.	[bug]		dns_name_fromtext() failed to handle too many labels
			gracefully.
1349.	[security]	Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
			http://www.cert.org/advisories/CA-2002-23.html
1348.	[port]		Win32: Rewrote code to use I/O Completion Ports
			in socket.c and eliminating a host of socket
			errors. Performance is enhanced.
1347.	[placeholder]
1346.	[placeholder]
1345.	[port]		Use a explicit -Wformat with gcc.  Not all versions
			include it in -Wall.
1344.	[func]		Log if the serial number on the master has gone
			backwards.
			If you have multiple machines specified in the masters
			clause you may want to set 'multi-master yes;' to
			suppress this warning.
1343.	[func]		Log successful notifies received (info).  Adjust log
			level for failed notifies to notice.
1342.	[func]		Log remote address with TCP dispatch failures.
1341.	[func]		Allow a rate limiter to be stalled.
1340.	[bug]		Delay and spread out the startup refresh load.
1339.	[func]		dig, host and nslookup now use IP6.ARPA for nibble
			lookups.  Bit string lookups are no longer attempted.
1338.	[func]		IPv6 synthesis is now performed for IP6.ARPA bit
			string queries.
1337.	[func]		IPv6 synthesis is now performed for both IP6.ARPA
			and IP6.INT nibble queries.
1336.	[func]		Nibble lookups under IP6.ARPA are now supported by
			dns_byaddr_create().  dns_byaddr_createptrname() is
			deprecated, use dns_byaddr_createptrname2() instead.
2002-11-13 01:53:39 +00:00
wiz
36d8e71df8 Update to 0.65. Changes:
- Dutch translation of the GUI updated by Myckel Habets.
- fix the compilation problem with Berkeley DB4. (open function of db4.0 has the
  same prototype as DB3 one but db4.1 does not).
- fix erroneous tooltip of virtual share entry.
- In find popup menu and user share list popup menu, only GDL having the same
  size as the selected rows are displayed in the first level of the menu.
- In find popup menu and user share list popup menu, GDL entries were modified.
  GDL ID is not displayed and GDL size is displayed using locale format.
- file size and upload position of the upload list is now displayed using locale
  format.
- Support of new flag added: IGNORE_PUBMSG.
- it is now possible to flag user from the public chat by selecting a line (or
  part of a line) containing a nickname. It is even possible to flag virtual
  user like Hub-Security.
2002-11-11 14:01:32 +00:00
wiz
f03dd7474b Update to 0.83.8. Changes:
This version fixes compilation problems with old C compilers and with
Berkeley DB 4.0. Malformed MyINFO data are handled more gracefully,
IGNORE_SLOT_LIMIT properly works now, a program to send DCTC command to
running client from a script was added, and a new flag was added to ignore
public chat messages from a user.
2002-11-11 13:58:25 +00:00
hubertf
0bf707ed8a Handle ifconfig aliases better.
Patch contributed by Ed Gould <ed@left.wing.org> in PR pkg/18999
2002-11-10 05:30:59 +00:00
wiz
b8de028caa COMMENT should be set in Makefile, not any common Makefile parts. 2002-11-09 13:43:48 +00:00
itojun
488b0f2b98 upgrade to 20021107.
- moved to sourceforge, maintainer changed
- manpage included in main distrib
- select(2) code included in main distrib
- multiple address range support
2002-11-09 02:23:22 +00:00
atatat
a964d3fb71 It seems that when kqueue was merged to the trunk, sys/select.h
was altered to include sys/queue.h, which supplies a pile of macros
and defines _SYS_QUEUE_H_.  Prior to this change, ettercap was able
to pull in its own ec_queue.h file to define these macros (and the
missing ones below) and also define _SYS_QUEUE_H_.  The two macros
listed below are not in our definition of the macros, so we define
them manually later, if they're not defined by the include files.
2002-11-06 19:13:29 +00:00
hubertf
e72a0e09ed elaborate 2002-11-06 16:55:06 +00:00
tron
9a71a14871 Fix bad target directory in installation target so that "ipv6logconv"
gets installed into the correct directory.
2002-11-05 10:57:53 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
itojun
bcf449eb3b upgrade to 2.3. master site has changed, it seems.
---
Revision 2.3  2001/11/20  17:10:19  tliston
Added support for Linux window probes.

Revision 2.2  2001/10/02  22:51:51  tliston
I screwed up!  Moved something I shouldn't oughtta move...  Sorry!

Revision 2.1  2001/10/02  17:04:23  tliston
Added many new command line parameters (-T, -d, -q, -R, -o) and did some
minor bug squashing and cleanup.
2002-11-05 06:20:27 +00:00
hubertf
ee1311af8e Update ipv6calc to 0.44. Changes:
20021104/PB:
	update IPv6 address allocation for 2001::/16
	update IPv4 databases
	remove user/group on "make install" to enable non-root RPM build
	update text on ipv6calcweb.cgi
	minor reviews
	tag version 0.44

20020830/PB:
	add support of dashes on MAC/EUI-48 addresses
	showinfo prints now type of EUI-48 addresses

20020817/PB:
	fix configure.in, learnt now how to proper use AC_CHECK_LIB and AC_CHECK_HEADERS
	 credits to Arkadiusz Miskiewicz!

20020730/PB:
	fix not proper autodetection code for MAC addresses
	tag version 0.43

20020717/PB:
	update URL to OUI database, cosmetic OUI fixes, update databases
	tag version 0.42

20020511/PB:
	bugfix not showing OUI on showinfo "-i"
	update CIDR and OUI data
2002-11-04 23:08:22 +00:00
seb
d2a2ea44fd Fix USE_UCD_SNMP behaviour: previously net-snmp package was never considered
even with USE_UCD_SNMP not defined.
Include bsd.prefs.mk so PKG_INFO is defined.
2002-11-04 17:07:24 +00:00
wiz
ff6d4b18a4 Update to 0.63. Changes:
- Dutch translation of the GUI updated by Myckel Habets.
- Download date of share list added to cached share list.
- Cached share lists can now be sorted by size and by date.
- Add capability to generate automatically autoscan pattern for selected GDL.
- fix compilation problem with Berkeley DB 4 (open function has a different
  prototype).
- French translation of the GUI updated by Nicolas Le Gaillart.
- GDL renaming part now works properly.
- GDL end program support added.
- fix the missing translation files problem in the RPM file.
- find result list modified. The local filename column is gone and is replaced
  by a column with the connection speed of the user having the file. Currently,
  only speed of users on the same hub is displayed.
- user list partially rewritten and is now displayed faster when reconnecting
  to a client.
- button added to close all private chats in one click.
- dc_gui does not hang anymore when it retrieves the hublist. The "connect"
  label will blink when the hublist is received.
2002-11-03 21:32:24 +00:00
wiz
6beb459a70 Update to 0.83.7:
Fixed a compilation problem with Berkeley DB4, updated the man page, and
added the ability to start a program when a GDL ends. Downloading the
hublist no longer hangs the GUI, automatic generation of autoscan patterns
was added, and a problem with missing translation files in the RPM was
fixed.
2002-11-03 21:31:24 +00:00
rh
2a22cd5d4e Add and enable bug-buddy 2002-11-02 02:49:21 +00:00
rh
a9a7501cf4 Initial import of bug-buddy-2.2.0, a graphical GNOME2 bug reporting tool 2002-11-02 02:48:26 +00:00
wiz
f7538fa45d Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
itojun
46baa03421 net/dnstop 2002-10-30 21:14:12 +00:00
itojun
9f672efa57 dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network. Currently dnstop displays
tables of:

* Source IP addresses
* Destination IP addresses
* Query types
* Top level domains
* Second level domains

http://dnstop.measurement-factory.com/
2002-10-30 21:13:35 +00:00
martti
2a4bc323fe Updated ipa to 1.2.9 (provided by Andrey Simonenko in pkg/18859)
- Fixed support for 32-bits IP Filter v3.4.x rule group numbers (previous
  incorrect implementation was introduced in IPA-1.1.3)
- Now it is possible to remove not needed accounting systems support
  with the help of -DWITHOUT_{IPFW|IP6FW|IPFIL|PF} options
- Now FreeBSD IPFW2 is supported
- "getsockopt(IPV6_FW_GET): Invalid argument" IPv6 Firewall bug was fixed
- Minor improvements for IPv4/v6 Firewall support
2002-10-30 09:28:33 +00:00
seb
9f6dbd0564 Add HOMEPAGE. 2002-10-30 08:47:39 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
5bfb969f47 Update gtk-gnutella to 0.91. Provided in PR pkg/18805 by Christian Biere.
Changes include:

* Now uses HTTP/1.1, which implies support for persistent connections.
* gtk-gnutella will now monitor whether we're connected to Internet and
  slow down its connection requests when it detects the connection was
  broken (after a delay of ~3 minutes at most).
* Download swarming is now supported: gtk-gnutella will download different
  portions of the same file from many hosts, as long as alternate sources
  are available.
* The download mesh (alternate source collection during downloads) is now
  used to fill the download queue with more sources.
* Alternate locations can also be passively collected from query hits.
  You can enable this in the swarming section on the download config pane.
* Download scheduling was entiretly redesigned to avoid hammering busy
  hosts and scale to 5000+ entries in the queue without slowing down the
  whole.
* Is now smart about the "push" flag and will try to ignore it if possible,
  in case the remote host wrongly set the flag but is not firewalled.
* gtk-gnutella now remembers the files it downloaded and will ignore
  further requests to download the same file. It will visually mark those
  files, as well as the ones it already shares, by showing them in lighter
  color in the search results.
* It is possible to supply to gtk-gnutella your own ignore lists by SHA1
  and by name/size but the feature is under-documented.
* Added an "expert mode". Only when this is enabled will gtk-gnutella show
  the users some of the most complex settings.
* New Gnutella statistics pane, showing the packets we sent and received,
  how many we generated, and the reasons why we drop packets, by packet
  type.
* Now understands UTF-8 queries, but does not generate them.
* Fixed important bugs whereby all earlier versions of gtk-gnutella were
  unintentionally corrupting the Gnutella traffic!
* Moved away from the public hostcaches and now uses the Gnutella Web
  Cache.
* Will now show all upload attempts, not only the ones that are
  transferring. If the connection is aborted, the reason is also shown.
* New search stats types: queries by router, whole query.
* "Queries by router" shows how many queries have been recieved from any
   node gtk-gnutella was directly connected to.
* "Whole query" shows stats based on the complete query string instead of
   individual query words.
* New visual indications via icons in the status bar: whether gtk-gnutella
  is rebuilding the library, computing SHA1 of shared files in the
  background, and whether we are connected to Internet or not.


KNOWN BUGS/PROBLEMS:

* When changing the directory for incomplete/complete files, all partially
  downloaded files recorded in ~/.gtk-gnutella/fileinfo will still be
  downloaded to the old directory.  You need to manually change the paths
  in above file using search/replace and your favourite text editor.
* Sorting order of tables is not perserved across sessions.
* Marking/highlighting of results/downloads/uploads heavily depends on
  your GTK theme. Especially most themes do not set fg[ACTIVE] and
  fg[NORMAL] to different values.
* There is currently no way to un-ignore a file via the gui.  You can
  however edit the done.sha1 and done.namesize files in your
  ~/.gtk-gnutella directory manually.  Unignoring via gui is planned for
  the next release.
2002-10-29 22:35:38 +00:00
wiz
7df7914297 Improve a bit, suggested by grant. 2002-10-29 10:39:19 +00:00
wiz
cede8daaf4 Correct typo in MESSAGE per PR 18848 by Simon Hitzemann. 2002-10-29 10:18:37 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
rh
76dbc70780 Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.
Changes include:
        * bug fixes
                + HP/UX / ANSI fixes (Albert Chin)
                + imodule fixage (James Henstridge)
                        + nested unions, structs, exceptions
                        + fall-through case unions subnames
                        + type mis-inclusion
                + request handler segv (Mark)
                + epv typecasts (Gergo)
                + improve generic marshaller (Michael)
                + fix TC_void's kind (Michael)
                + fix linc EOF locking interaction silly (Michael)
                + kill name server cruft (Mark)
                + fix linking for -pthread (Mark)
                + IDL compiler backend fix (Murray Cumming)
                + internal header / build fixes (Gergo Erdi)
        * features
                + IDL compiler language backend API (Mark, Gergo)
                  NB. see module 'orbitcpp' for C++ bindings [!]
                + CORBA_Typecode API (Gergo)
                + IDL -> IInterface converter (Mark)
                + improved imodule handling (Mark)
                + more regression tests (Michael, James)
                + de-bloated IDL compiler -6k LOBC (Mark)
2002-10-27 09:16:08 +00:00
rh
b10a8a0b9a Update linc to 0.7.0. Changes are bugfixes only.
Provided in PR pkg/18706 by Julio Merino <jmmv@menta.net>
2002-10-27 09:08:41 +00:00
rh
480aa8a373 Check for pth, not NetBSD, so this compiles with native threads.
Bump PKGREVISION.
2002-10-27 07:53:58 +00:00
seb
7aa8af76f3 Fix whitespace. 2002-10-26 18:45:14 +00:00
seb
5170cbdceb Provide buildlink2.mk. 2002-10-26 18:44:20 +00:00
wiz
cea80e5c43 buildlink1 -> buildlink2. Use texinfo.mk so that deinstall and binary packages work. 2002-10-25 18:40:23 +00:00