Commit graph

3193 commits

Author SHA1 Message Date
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
wiz
e8241d5cf2 buildlink1 -> buildlink2. 2002-10-25 18:33:29 +00:00
wiz
2bd0737533 buildlink1 -> buildlink2. 2002-10-25 17:51:44 +00:00
wiz
7c2325c81c buildlink1 -> buildlink2. 2002-10-25 11:56:13 +00:00
wiz
1969f249bd buildlink1 -> buildlink2. 2002-10-25 10:30:36 +00:00
wiz
c50616d168 buildlink1 -> buildlink2. Add dependency on postgresql-lib for another test.
Bump PKGREVISION.
2002-10-25 10:21:33 +00:00
wiz
3ab90d3e93 buildlink1 -> buildlink2. 2002-10-25 09:51:51 +00:00
drochner
9b6d87aead use buildlink2 2002-10-24 22:30:45 +00:00
drochner
d40de07c44 call the builink file "buildlink2.mk" (it doesn't do anything different
for simple Python packages however)
2002-10-24 13:05:33 +00:00
jlam
19ef2b6021 If a package uses the UCD-SNMP interface to Net-SNMP, then first check
if ucd-snmp is installed.  If it is, then use it, otherwise, use the
net-snmp package with the ucd-snmp-compatibility headers and libraries.

A package signals that it wants to use the UCD-SNMP interface by defining
USE_UCD_SNMP in the package Makefile.
2002-10-24 09:54:43 +00:00
jlam
04adaa09eb Remove net-snmp-current. 2002-10-24 09:43:45 +00:00
jlam
d3838172f9 Remove net/net-snmp-current -- it's superseded by net/net-snmp. 2002-10-24 09:43:04 +00:00
jlam
314c92b5fd Install the UCD-SNMP look-alike headers and libraries to ease porting of
older software to use net-snmp.
2002-10-24 09:34:07 +00:00
jlam
be3997794c Add and enable net-snmp. 2002-10-24 08:30:26 +00:00