Commit graph

8095 commits

Author SHA1 Message Date
obache
c77ad8c6e8 Update tor to 0.1.2.17.
Changes in version 0.1.2.17 - 2007-08-30
  o Major bugfixes (security):
    - We removed support for the old (v0) control protocol. It has been
      deprecated since Tor 0.1.1.1-alpha, and keeping it secure has
      become more of a headache than it's worth.

  o Major bugfixes (load balancing):
    - When choosing nodes for non-guard positions, weight guards
      proportionally less, since they already have enough load. Patch
      from Mike Perry.
    - Raise the "max believable bandwidth" from 1.5MB/s to 10MB/s. This
      will allow fast Tor servers to get more attention.
    - When we're upgrading from an old Tor version, forget our current
      guards and pick new ones according to the new weightings. These
      three load balancing patches could raise effective network capacity
      by a factor of four. Thanks to Mike Perry for measurements.

  o Major bugfixes (stream expiration):
    - Expire not-yet-successful application streams in all cases if
      they've been around longer than SocksTimeout. Right now there are
      some cases where the stream will live forever, demanding a new
      circuit every 15 seconds. Fixes bug 454; reported by lodger.

  o Minor features (controller):
    - Add a PROTOCOLINFO controller command. Like AUTHENTICATE, it
      is valid before any authentication has been received. It tells
      a controller what kind of authentication is expected, and what
      protocol is spoken. Implements proposal 119.

  o Minor bugfixes (performance):
    - Save on most routerlist_assert_ok() calls in routerlist.c, thus
      greatly speeding up loading cached-routers from disk on startup.
    - Disable sentinel-based debugging for buffer code: we squashed all
      the bugs that this was supposed to detect a long time ago, and now
      its only effect is to change our buffer sizes from nice powers of
      two (which platform mallocs tend to like) to values slightly over
      powers of two (which make some platform mallocs sad).

  o Minor bugfixes (misc):
    - If exit bandwidth ever exceeds one third of total bandwidth, then
      use the correct formula to weight exit nodes when choosing paths.
      Based on patch from Mike Perry.
    - Choose perfectly fairly among routers when choosing by bandwidth and
      weighting by fraction of bandwidth provided by exits. Previously, we
      would choose with only approximate fairness, and correct ourselves
      if we ran off the end of the list.
    - If we require CookieAuthentication but we fail to write the
      cookie file, we would warn but not exit, and end up in a state
      where no controller could authenticate. Now we exit.
    - If we require CookieAuthentication, stop generating a new cookie
      every time we change any piece of our config.
    - Refuse to start with certain directory authority keys, and
      encourage people using them to stop.
    - Terminate multi-line control events properly. Original patch
      from tup.
    - Fix a minor memory leak when we fail to find enough suitable
      servers to choose a circuit.
    - Stop leaking part of the descriptor when we run into a particularly
      unparseable piece of it.
2007-09-11 15:53:57 +00:00
obache
7775df7a31 Use standard rc script handler, instead of custom.
Fixes PR 36965.
2007-09-11 15:26:14 +00:00
adrianp
6220468432 Update to 8.4.7-P1
- Fix ${MASTER_SITES}
- Fix permissions on installed html files

BIND changes:
1750.	[cleanup]	Add "End of Life" notices.
1749.	[security]	Use arc4 rather than LC NSID for QID RNG. [RT #17034]
1719.   [port]          HPUX-IA64 support.
1716.   [port]          solaris: poll() support.
1715.   [port]          solaris: uses Sun's md5 implementation.
1712.   [bug]           turning off non-blocking i/o was broken.
1700.   [port]          Use closefrom() if available.

See CHANGES for all the details.
2007-09-10 19:05:01 +00:00
xtraeme
2dc61bcb9e + net/libmms 2007-09-10 16:18:26 +00:00
xtraeme
5727061c81 Initial import of libmms-0.3 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols)
parsing library, licensed under LGPL.
2007-09-10 16:17:34 +00:00
wiz
c654997f7e Update to 2.9.1:
2007/09/09: version 2.9.1 = tag release-2-9-1
6192: EDK: Use discovered client_ip when lowid

2007/09/05
6187: BT: Fix wrong file order of multifile torrents due to patch #6174

2007/09/01
6179: BT: Send correct downloaded amount to tracker when download completed
6174: BT: Encode non-UTF8 filenames using "encoding" or "codepage" data
      from .torrent if present

2007/08/31
6175: Yet another patch for share_scan_interval
- new default 30 minutes for newly created ini files
- still use 0 to disable
- hard-coded global minimum of 5 minutes, this updates old default 1 to 5
- automated options update, if update is needed (options_version <= 19) and
  share_scan_interval = 5 (because of new hard-coded minimum, which is
  processed earlier) its changed to new default of 30
6145: EDK: Update options description of max_connected_servers (Schlumpf)
6172: EDK: properly advertise and honour noviewshared tag (TripleM)

2007/08/23
6160: BT: Another fix for share_scan_interval
- Old hard-coded default was 300s, now with share_scan_interval its
  possible to use a minimum of 60s which produces high CPU load.
  This patch implements a minimum of 300s for the BT share_files timer.

2007/08/04
6128: New default for option messages_filter (unease)
6132: HTML: Fix group display in vd <num> for admin users
      view of other users files
6130: Change API for network_parse_url, support user group
6127: HTML: Display file_chunk_sizes/file_piece_size in vd <num>
6135: BT: Fix high CPU load when share_scan_interval = 0
      due to buggy patch #6049 (thx to darkman)
2007-09-10 08:21:51 +00:00
adrianp
a8a8ad11ff Remove libpreludedb dependency for snort-prelude builds. Apparently it's
not required.  From John R. Shannon.
2007-09-09 19:57:23 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
wiz
2ab82f4340 Update HOMEPAGE. 2007-09-08 13:03:28 +00:00
wiz
4456722b12 + fpdns. 2007-09-08 12:05:53 +00:00
wiz
a31b111164 Initial import of fpdns-0.9.1:
fpdns fingerprints DNS servers to find out which type they are.
2007-09-08 12:03:07 +00:00
wiz
dcccbb9891 Add missing dependencies. Bump PKGREVISION.
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting
at all before.
2007-09-07 23:06:13 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
jlam
cdb276bfa1 Convert to use the options framework. 2007-09-07 22:07:31 +00:00
spz
015569be5a patches irrtoolset to handle extended autnums
most changes supplied by mlelstv@NetBSD.org (Michael van Elst)
patch to src/rpsl/rpsl/rptype.cc supplied by he@NetBSD.org (Havard Eidnes)

also fixes PR pkg/36807
2007-09-07 21:26:31 +00:00
wiz
c1a95b12e2 Update to 1.22:
Bug Fixes
  * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
2007-09-07 15:56:26 +00:00
obache
05e68fc209 Update ttt to version 1.8.2.
This version contains build problem with gcc4 reported and patch provided
by Yakovetsky Vladimir in PR 36943.
2007-09-07 13:53:44 +00:00
taca
dfa21108ce Fix build problem with gcc4 (on NetBSD 4/current). 2007-09-07 05:42:25 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
reed
917e0fd646 Fix typo. 2007-09-06 14:37:19 +00:00
wiz
971e524ae6 + youtube-dl, - yougrabber. 2007-09-05 21:17:03 +00:00
wiz
522076e418 Remove yougrabber -- doesn't work any longer after youtube changed some
URLs, and upstream doesn't have time to fix it.

Use pkgsrc/net/youtube-dl instead.
2007-09-05 21:16:48 +00:00
wiz
22b46b1564 Initial import of youtube-dl-20070824:
youtube-dl is a small command-line program written in Python to
download videos from YouTube.com.
2007-09-05 21:14:30 +00:00
seb
bfc352240e Unbreak build: fix RCD_SCRIPTS "build" after the change introduced
in pkgsrc/mk/pkginstall/bsd.pkginstall.mk revision 1.31.
2007-09-04 21:08:00 +00:00
wiz
93bcc9c89b Fix WRKSRC after PKGNAME fix :) 2007-09-03 21:57:52 +00:00
wiz
b3b19ae2c5 Fix PKGNAME. 2007-09-03 21:50:47 +00:00
jdolecek
bc2f6aca1a fix build on Mac OS X - adjust so that the logic in package config.m4 would correctly
find the builtin installation
2007-09-03 19:51:40 +00:00
wiz
d5e25ce756 Remove half sentence that does not make much sense here. Pipe through fmt. 2007-09-02 08:02:44 +00:00
adrianp
f7c65b92fb +nipper 2007-09-01 22:34:47 +00:00
adrianp
945388a7dd Nipper performs security audits of network device configuration files. The
report produced by Nipper includes; detailed security-related issues with
recommendations, a configuration report and various appendices. Nipper has a
large number of configuration options which are described on this page.
2007-09-01 22:33:53 +00:00
wiz
e4b5a5c12c Update HOMEPAGE and add commented out newer MASTER_SITE. 2007-08-30 20:20:31 +00:00
obache
457dc30100 And also rewrite certificate file path in document. 2007-08-26 08:06:48 +00:00
obache
373e933b4f Fixes installation directory issue, reported in PR 36779.
Honor PKG_SYSCONFDIR and PKGMANDIR.
Use SUBST framework instead of manual sed.
And pkglintfy.

Bump PKGREVISION.
2007-08-25 09:00:45 +00:00
obache
5f630abaa4 Bump PKGREVISION due to libosip's ABI changes. 2007-08-25 02:51:17 +00:00
heinz
7379109c0b Updated to version 0.61.
Pkgsrc changes:
  - none

Changes since version 0.60:
===========================
*** 0.61, 1 August 2007

Fix rt.cpan.org #28106, 28198, and 28590
    Modification of $_ in various places.

Fix
    t/11-inet6 assumed lowercase domain names.
2007-08-24 19:28:16 +00:00
jlam
684ff53568 Correctly specify the location of uucico for the "uucp" user's shell.
This fixes PR pkg/36695 by Jim Bernard.

Bump PKGREVISION to 5.
2007-08-24 13:56:27 +00:00
abs
c7a5f39d39 patchsum fix 2007-08-23 16:45:12 +00:00
abs
1beeafcfef Update ktorrent to 2.2.1nb1. Fix compile on NetBSD/-current - from Bernd Ernesti - PR/36804 2007-08-23 16:40:29 +00:00
tron
a2dddf4560 Add SuSE's patch to fix the vulnerability reported in CVE-2007-4091.
Bump package revision.
2007-08-23 13:47:50 +00:00
joerg
aed560de83 Remove patches that were scheduled for removal with the last maradns
update.
2007-08-23 09:53:13 +00:00
rillig
9feebcf105 Added the URL for the change log. 2007-08-20 23:14:01 +00:00
adrianp
40fa62c50e Remove obsolete patch 2007-08-20 21:06:50 +00:00
adrianp
0b9c00aa6b Update to 3.1.1
By default, no longer try to use libnet.  You must now specify --enable-libnet (#148)
Remove support for pcap_snapshot_override which was never added to libpcap (#140)
Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82)
tcpprep & tcprewrite no longer require root access (#3)
Remove libnids dependancy for flowreplay

And many more, see the following for all the details:

http://tcpreplay.synfin.net/trac/browser/trunk/docs/CHANGELOG?rev=1886
2007-08-20 21:06:15 +00:00
adrianp
87761da3f5 Update to 2.7.0.1
Fixed header files to avoid conflicts with system files on BSD for
IPv6 data structures.
Added code to prevent URI-related alerts from firing when the
body is being normalized.
Make Stream5 the default stream engine.
Add alert for multiple GRE encapsulations.
Added ability for Snort to track fragmented ICMPv6 to check for the
remote BSD exploit (Bugtraq ID 22901, CVE-2007-1365).
Code cleanup, change malloc/calloc to SnortAlloc, use safer functions
SnortSnprintf, SnortStrncpy, etc.  Check pointers before use.
Additional updates for bounds checking.

And many more . . . check the ChangeLog for all the details
2007-08-20 20:28:18 +00:00
rillig
9ea09da5b1 Updated skype to 1.4.0.99. Changes unknown. 2007-08-20 13:29:52 +00:00
tron
4bbc7c25a4 Update "libtorrent" package to 0.11.6 and "rtorrent" package to 0.7.6.
Change since versions 0.11.4 respectively 0.7.4:
- The old option handler has been rewritten.
- Added support for SCGI rpc calls.
- Added "http_ca{path/cert}" options. Patch by Johan Gunnarsson
- Added configure options that allow building universal binaries.
- Fixed a bug that caused piped requests to be lost.
- Improved XMLRPC support, including support for 64bit ints, removed
  defective FastCGI support,
- Added a large number of commands for use with XMLRPC. See
  system.listMethods for a complete list.
- Fixed a bug where the tracker re-announce interval for the previous
  tracker was being used. Now the announce intervals for each tracker is
  stored seperately.
- Commands that pass through rpc::parse_command_* now support inline
  commands that start with a '$'. E.g 'print="$get_ip="'.
- Allow ';' as a separator for multi-command lines. Not recognized by
  the string parser, so it must be preceded by whitespace.
- Allow escaping of newlines in the resource file.
- The "load_*" commands now allow a list of commands to be appended.
  These commands will be called on the newly loaded download.
2007-08-19 18:08:02 +00:00
heinz
a088cfcda3 Updated to version 0.14.
Pkgsrc changes:
  - none

Changes since version 0.13:
===========================
0.14: (2007-08-03)
	* allow CGI subclasses (like CGI::Fast) for args.  bug fix
	  from Chris Kastorff <encryptio@gmail.com>.
2007-08-19 17:30:23 +00:00
obache
895425ed87 Update libupnp to 1.6.0. Merge from wip/libupnp.
No functionally changes since RC1.
2007-08-19 01:36:22 +00:00
plunky
ef975405dc take notice of the 'inet6' package option,
by default, inet6 support is built in, but it can be disabled for systems
that do not have inet6 capability.
2007-08-18 09:59:48 +00:00
joerg
f3fcc74a50 Try to sort out modular Xorg support. Untested as it doesn't build
on NetBSD/current.
2007-08-17 21:03:51 +00:00
abs
cb0d14fa76 Update net/ktorrent to 2.2.1:
- Fix file selection bug
- Fix several webgui bugs
- Make sure plugin list is sorted on the plugin name
- Fix bug with UPnP plugin not releasing ports when KT is shutdown
2007-08-17 16:05:48 +00:00
joerg
23bc34e15a Add DESTDIR and modular Xorg support. 2007-08-16 23:12:20 +00:00
joerg
28dd6d715b Add DESTDIR and modular Xorg support. 2007-08-16 22:39:14 +00:00
tnn
38c78edf17 Revbump sweep of all libevent consumers due to update to libevent-1.3d. 2007-08-16 09:27:03 +00:00
obache
08187376ff Add IPv6 option knob. IPv6 support was added in version 2.17.2.
Fixes PR 36775.
2007-08-14 09:30:56 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
3f458fdfc1 Fix path to Perl. Depend on and fix path to tk-Tix.
Bump revision.
2007-08-12 14:06:55 +00:00
joerg
64042495c8 Improve portability and while here, fix a rather obvious buffer overflow
in the argument handling. No idea how this was supposed to work, but
consider running it in / with relative arguments.

Bump revision.
2007-08-12 13:57:35 +00:00
joerg
fa8a956e56 Remove dragonfly.h, it is included upstream now.
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.
2007-08-12 13:36:36 +00:00
joerg
9258a49e84 Update to maradns-1.2.12.06.
Most important changes:
- full Y2038 compliance
- full support for DNS over TCP
- some changes in the zone format.
2007-08-12 01:14:30 +00:00
joerg
27e0c7881a Update nsd to 3.0.5:
NOTE: the configuration file format has changed. Don't update blindly.

Major changes:
- integrated AXFR/IXFR support for zone transfer. IXFR is not supported
  when acting as master.
- TSIG authentication support for queries, notifies and zone transfers.
- full NOTIFY support
- DNAME type is supported
- experimental support for NSEC3 and NSID, not enabled in pkgsrc
- various bug fixes.
2007-08-11 23:48:40 +00:00
joerg
87b3bbd81b Remove malloc.h hack, which was replaced by a single patch.
Depend on and fix path to Perl in installed script.
Bump revision.
2007-08-11 16:51:27 +00:00
adam
d695e6ce90 Chagesn 5.4.1:
snmplib:
  - [BUG 1619827]: link libraries against needed external libraries
  - [PATCH 1616912]: fix memory leak in UDP transport code
  - [PATCH 1592706]: fix memory leak when cloning varbinds
  - Change snmp_sess_add_ex to consistently close and delete the
    transport argument on failure, earlier the liveness of the
    transport argument was undecided.
snmpd:
  - [BUG 1558823]: fix ipAddressTable memory leak
  - [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
  - [BUG 1611524]: fix tcp connection table file descriptor leak
  - handle row deletion issues in dataset tables
  - [BUG 1712988]: default and configurable maximum number of
    varbinds returnable to a GETBULK request.
  - [PATCH 1666737]: include ipv6 counts in
    udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
  - [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
  - [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
    second walk of the table.
perl:
  - link Perl modules against the exact set of libraries needed
  - [BUG 1619827]: properly link against libperl when configured with --enable-as-needed
  - [PATCH 1725049]: fix bulkwalk in cases of non-repeater
python:
  - [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
  - [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
    implementation for mach/darwin
  - IF-MIB rewrite now enabled by default
Win32:
  - fix AES support
  - [PATCH 1706344]: fix compilation with cygwin
IRIX:
  - [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
  - Fix default shared library building instead of forcing static use
FreeBSD:
  - [BUG 1633483]: Support CPU HAL on FreeBSD4.x
2007-08-11 11:05:56 +00:00
seb
22ed3ea8ad Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.

Bump PKGREVISION to 2.
2007-08-10 23:37:02 +00:00
jlam
d84da67bc0 Update net/couriertcpd to 0.56.0. Changes from version 0.53.2 include:
+ Remove BDB_LIB workaround which should already be handled by the wrapper
  scripts and db1.builtin.mk.
+ Remove unnecessary patch-aa and patch-ab.

* Setting protocol to SSL3 will now disable SSL2.
* Send a dummy EHLO before STARTTLS (gmail wants it).
* Allow setting the max # of connections on a per-IP address basis.
2007-08-10 17:57:17 +00:00
joerg
62e1e5bf36 Cleanup conditional for systems without native iconv.
Based on patch from Yakovetsky Vladimir in PR 36766.
2007-08-10 16:41:51 +00:00
drochner
7c77ba6a52 Update to 0.1.2.16, which is the top of the new 0.1.2.x stable branch.
Too many changes to list here; most are not visible to client-only
users anyway.
I've tested client and anymous service functions. Couldn't test server
myself. Since noone responded when I asked for testers I'm committing
the update anyway, also because security flaws were reported without
telling whether they apply to the old 0.1.1 branch.
2007-08-09 19:33:58 +00:00
joerg
fd434a8f8d Don't use malloc.h. 2007-08-08 21:37:49 +00:00
joerg
d4743316f3 Don't use malloc.h. 2007-08-08 21:31:26 +00:00
joerg
15cc144275 Don't use malloc.h 2007-08-08 20:22:10 +00:00
reed
2da7fd65d2 Fix two typos. I didn't test this. Bump PKGREVISION as on
"dragonfly" this may change the build.
2007-08-08 18:32:45 +00:00
joerg
17900c7597 Suports DESTDIR. 2007-08-08 17:33:44 +00:00
taca
54fe638ee9 Update md-whois package to 4.7.22.
Changes are unavailable, but it seems that more tld and IP address
delegation information was added.
2007-08-07 21:48:39 +00:00
wiz
84fbb12b15 Update to 2.9.0:
2007/07/27: version 2.9.0 = tag release-2-9-0
6118: Configure: Update defaults
- enable DirectConnect by default
- disable Gnutella & Gnutella2 by default
  - MLDonkey does not support UDP host cache and contains
    non-working GWebCache URLs
  - Gnutella/G2 code has not been updated for several years,
    its officially unmaintained for now
  - remove non-existing GWebCache URLs

2007/07/25
6087: Fix logging of verbosity "bw", remove obsolete options
6085: BT: Improve UTF8 support
- parse field "encoding"
- use field "name.utf8" instead of "name", if available

2007/07/10
5996: BT: Recognize more client types (orbit)
6065: DirectConnect: Support dc++ hublist in web_infos
6063: BT: Better detect single-file torrents

2007/07/03
6068: BT: Fix download start when torrents/downloads filesystem
      allows more than 16M chars

2007/07/01
6064: BT: Earlier first scan of torrents/incoming/*
6053: HTML: Send correct filename when previewing (chandlerding)
6061: Options: New type port_option, values are bound to be >= 0 and <= 65535
6060: Do not send mail notifications when smtp_server = ""
6059: Multiuser: Avoid double group entries in user_groups
6056: Log username, IP:port and old/new value when changing options

2007/06/30
6049: BT: Support user_commit_dir when seeding,
      reshare every share_scan_interval minutes

2007/06/26
Move docs/multiuser.txt to distrib/multiuser.txt
6048: Make Ocaml 3.10.0 the default compiler
- MLDonkey can still be compiled with Ocaml 3.08.3/4 & 3.09.*
- if you need GTK1 oldgui you must use Ocaml < 3.10.0 to compile

2007/06/24
6044: BT: Limit max_bt_uploaders to max_upload_slots (pango)
6043: Discover WAN IP
- new command "discover_ip" to force discovery
- new option "discover_ip" to enable automatic discovery on startup
  and after SIGHUP, default true
- this patch is important for BT-only usage, without this patch the
  WAN IP was discovered only by using EDK server replies
6034: Load $MLDONKEY/web_infos/* before activating network modules
- this fixes a security hole when networks started connecting
  before IP blocklist was loaded
6025: Extend command "links" to optionally display all downloading files
- "links" displays all files, not only shared ones like before
- "links shared" lists only shared files
- "links downloading" lists only downloading files

2007/06/18
6024: Multiuser: New parameters for command useradd:
      user_mail + user_max_concurrent_downloads

2007/06/17
6021: Remove leftovers from optional zlib support,
      replace Autoconf.zlib__* with Zlib.* functions
6005: Swarmer: Implement new download mechanism
- its now possible to switch the order blocks are downloaded from random
  (first and last block first, default) to linear
- new command: download_order <file number> <random|linear>
6017: Multiuser: New optional parameters group/commit_dir for command useradd
6020: Multiuser: Fix handling of user "admin", its user_commit_dir was not
      used when MLDonkey was not restarted between download start and commit
6019: BT: Disable user_commit_dir for multifile torrents to fix seeding
6011: BT: Send no_peer_id to trackers to save some bandwidth (berni)
6010: Update syslog.ml to version 1.4
5995: EDK: Better handle permission denied errors for shared/downloading files
5992: BT/IP block: Fix country-based IP blocking
2007-08-07 05:56:17 +00:00
lukem
ca09998c65 no need for PKGREVISION yet 2007-08-07 04:59:52 +00:00
lukem
a667d70a31 fix CONFIGURE_ARGS for socks 2007-08-07 04:59:33 +00:00
lukem
865bb9d31a update version to 20070806 2007-08-07 04:56:22 +00:00
lukem
ea4adf0123 No support for SOCKS4 in tnftp 20070806. 2007-08-07 04:55:09 +00:00
lukem
38da2c1f8b The UINT32_T shouldn't be necessary any more, with the
updated configure.ac in tnftp 20070806.
2007-08-07 03:37:52 +00:00
lukem
477c6bbbca Merge tnftp 20070806. 2007-08-07 02:06:54 +00:00
lukem
3e684b6ecf Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 16:48:57 +00:00
tron
9e9361c9d7 Fix build with modular X11. 2007-08-06 14:54:04 +00:00
gdt
40c367fcf6 Update to 6.9.2.
No NEWS or ChangeLog, but from mailing list this adds gcodacon, a
system tray applet to show reintegration status, converts to automake,
and various bugfixes.
2007-08-06 12:31:25 +00:00
lukem
ef9c920e05 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 04:53:23 +00:00
lukem
5fa3a9c42c Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 04:42:53 +00:00
lukem
c1a6de9ce0 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 01:58:04 +00:00
joerg
86415d1043 Don't run the IDL compiler multiple times due to a bogus
dependency, esp. not during the install phase. This is an
attempt to workaround the random breakage I see on DragonFly,
but it makes the build faster as well, which is a good thing.
2007-08-05 20:48:47 +00:00
joerg
70cccabbd6 Don't use malloc.h. 2007-08-05 18:37:01 +00:00
joerg
5471e226b8 Don't use malloc.h. 2007-08-05 15:48:09 +00:00
gdt
c6405d8bc6 PKGREVISION++ due to rpc2 shlib bump 2007-08-04 14:03:27 +00:00
abs
fe6a66de4d Update net/teamspeak-server from 2.0.23.15 to 2.0.23.19:
No changelog available, but the developers report "you should update
your installation as quickly as possible since the new release
contains more than 20 security fixes and stability improvements."
http://forum.teamspeak.com/showthread.php?t=38640&highlight=2.0.23.19
2007-08-03 16:51:10 +00:00
jlam
c05d170d22 Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.common
into the Makefiles of the packages that include it:

(1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be
    defined since the only code that used it in Makefile.common was
    removed.

(2) Package Makefiles need to properly define PKG_OPTIONS_VAR and
    PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk.  Set
    them to the appropriate values to match the orginal names from
    before the botched migration.
2007-08-02 22:07:32 +00:00
taca
08fb8b11e8 Update tcpdump to 3.9.7.
(I think that "Summary for 0.9.7 libpcap" below should be read
"Summary for 3.9.7 tcpdump".)

Wed.	July 23, 2007.  mcr@xelerance.com.  Summary for 0.9.7 libpcap release

    	NFS: Print unsigned values as such.
	RX: parse safely.
	BGP: fixes for IPv6-less builds.
	801.1ag: use standard codepoint.
	use /dev/bpf on systems with such a device.
	802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
	smb: make sure that we haven't gone past the end of the captured data.
	smb: squelch an uninitialized complaint from coverity.
	NFS: from NetBSD; don't interpret the reply as a possible NFS reply
		if it got MSG_DENIED.
	BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
	revised INSTALL.txt about libpcap dependancy.

Wed.	April 25, 2007. ken@xelerance.com.  Summary for 3.9.6 tcpdump release
	Update man page to reflect changes to libpcap
	Changes to both TCP and IP Printer Output
	Fix a potential buffer overflow in the 802.11 printer
	Print basic info about a few more Cisco LAN protocols.
	mDNS cleanup
	ICMP MPLS rework of the extension code
	bugfix: use the correct codepoint for the OSPF simple text auth token
	 entry, and use safeputs to print the password.
	Add support in pflog for additional values
	Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
	Add support for the Message-id NACK c-type.
	Add support for 802.3ah loopback ctrl msg
	Add support for Multiple-STP as per 802.1s
	Add support for rapid-SPT as per 802.1w
	Add support for CFM Link-trace msg, Link-trace-Reply msg,
	 Sender-ID tlv, private tlv, port, interface status
	Add support for unidirectional link detection as per
	 http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
	Add support for the olsr protocol as per RFC 3626 plus the LQ
	 extensions from olsr.org
	Add support for variable-length checksum in DCCP, as per section 9 of
	 RFC 4340.
	Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree
	Add support for Multiple-STP as per 802.1s
	Add support for the cisco propriatry 'dynamic trunking protocol'
	Add support for the cisco proprietary VTP protocol
	Update dhcp6 options table as per IETF standardization activities
2007-08-02 15:16:51 +00:00
taca
9e49fd6cc7 Update libpcap to 0.9.7.
libpcap

Wed.	July 23, 2007.  mcr@xelerance.com.  Summary for 0.9.7 libpcap release

	FIXED version file to be 0.9.7 instead of 0.9.5.
	added flags/configuration for cloning bpf device.
	added DLT_MTP2_WITH_PHDR support (PPI)
        "fix" the "memory leak" in icode_to_fcode() -- documentation bug
        Various link-layer types, with a pseudo-header, for SITA http://www.sita.aero/
	introduces support for the DAG ERF type TYPE_COLOR_MC_HDLC_POS.
	Basic BPF filtering support for DLT_MTP2_WITH_PHDR is also added.
        check for IPv4 and IPv6, even for DLT_RAW
	add support for DLT_JUNIPER_ISM
  	Pick up changes from NetBSD: many from tron, christos, drochner
	Allocate DLT_ for 802.15.4 without any header munging, for Mikko Saarnivala.
	Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header

Wed.	April 25, 2007. ken@xelerance.com.  Summary for 0.9.6 libpcap release

	Put the public libpcap headers into a pcap subdirectory in both the
	 source directory and the target include directory, and have include
	 files at the top-level directory to include those headers, for
	 backwards compatibility.
	Add Bluetooth support
	Add USB capturing support on Linux
	Add support for the binary USB sniffing interface in Linux
	Add support for new FreeBSD BIOCSDIRECTION ioctl
	Add additional filter operations for 802.11 frame types
	Add support for filtering on MTP2 frame types
	Propagate some changes from the main branch, so the x.9 branch has
	 all the DLT_ and LINKTYPE_ values that the main branch does
	Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
	 encapsulated packets
	Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
	 by Linux drivers
	Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
	Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
	Add DLT for Bluetooth HCI UART transport layer
	When building a shared library, build with "-fPIC" on Linux to support x86_64
	Link with "$(CC) -shared" rather than "ld -shared" when building a
	 ".so" shared library
	Add support for autoconf 2.60
	Fixes to discard unread packets when changing filters
	Changes to handle name changes in the DAG library resulting from
	 switching to libtool.
	Add support for new DAG ERF types.
        Add an explicit "-ldag" when building the shared library, so the DAG
	 library dependency is explicit.
	Mac OSX fixes for dealing with "wlt" devices
	Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
	 device lists
	Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
	 was not checked.
2007-08-02 15:15:20 +00:00
adrianp
e79c810421 Fix for bind package name pointed out by John Klos on tech-pkg@ 2007-08-01 21:09:57 +00:00
joerg
db04577c1e Fix path to ksh, depend on it & use subst framework. Bump revision. 2007-08-01 20:13:41 +00:00
joerg
b573295566 Fix path to bash and depend on it. Bump revision. 2007-07-31 12:30:16 +00:00
gdt
45f9011e7e Sort LICENSE before RESTRICTED. Reword RESTRICTED. Add
NO_SRC_ON_FTP.
2007-07-30 19:38:19 +00:00
wiz
4f7de8c884 Needs libstdc++.so.5, so add suse*compat dependency. 2007-07-30 19:20:29 +00:00
seb
21b115c7d3 Add & enable nfdump 2007-07-29 21:36:10 +00:00
seb
bdd2a54ff2 Add buildlink3 file. 2007-07-29 21:34:31 +00:00
seb
60436d8357 Initial import of nfdump version 1.5.2 into The NetBSD Packages Collection.
The nfdump tools collect and process netflow data on the command line.
Nfdump tools:
nfcapd     - netflow collector daemon
nfdump     - netflow dump
nfprofile  - netflow profiler
nfreplay   - netflow replay
nfclean.pl - cleanup old data - installed as example
ft2nfdump  - read flow-tools format - optional tool
sfcapd     - sflow collector daemon - optional tool
2007-07-29 21:33:42 +00:00
obache
52c8c9de53 Added spreadlogd. 2007-07-29 07:00:59 +00:00
obache
2a377946ed Import spreadlogd version 2.0.0.
Packaged and provided by Mark Blackman via PR 36348.

Spreadlogd is a general purpose daemon for receiving Spread toolkit
broadcast/multicast messages and logging them either to a file or for further
processing by a Perl module as an interpreter is embedded.
2007-07-29 06:58:59 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
obache
abf0a1c3d2 Fixed build problem on Linux, infinity recursive call...
Patch provided by Ondrej Tuma in PR 36700.
2007-07-28 17:25:51 +00:00
adrianp
0f8acfef46 Update to 9.4.1-P1
2206.	[security]
"allow-query-cache" and "allow-recursion" now
cross inherit from each other.
If allow-query-cache is not set in named.conf then
allow-recursion is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.
If allow-recursion is not set in named.conf then
allow-query-cache is used if set, otherwise allow-query
is used if set, otherwise the default (localnets;
localhost;) is used.

2203.	[security]
Query id generation was cryptographically weak.

2202.	[security]
The default acls for allow-query-cache and
allow-recursion were not being applied.

2193.	[port]
win32: BINDInstall.exe is now linked statically.

2192.	[port]
win32: use vcredist_x86.exe to install Visual
Studio's redistributable dlls if building with
Visual Stdio 2005 or later.
2007-07-28 11:41:56 +00:00
wiz
09cd8ff017 Update to 2.14.8:
ORBit2-2.14.8

	* bug fixes
		+ Fix GIOP timeouts and add unit tests (Jules Colding)
		+ Code cleanups (Kjartan)
		+ Fix pointer arithmetics (Roland Illig)
		+ Fix crash with uninitialized exception (Vincent Untz)
                + ORBLocalOnly mode in Solaris fixes (Brian Cameron)
2007-07-28 08:39:34 +00:00
joerg
351c5f8f35 malloc.h cleanup. 2007-07-28 01:30:01 +00:00
rillig
f73ddfc689 Changed tsocks.sh so that it matches the man page. PKGREVISION++ 2007-07-26 12:27:18 +00:00
wiz
f27e57402e Update to 1.2.7:
1.2.7:
Joakim L. Gilje - Sat Jul 14 22:54:37 PDT 2007
 * Set server TCP sockets to blocking mode on Mac OS X, Solaris, etc.
2007-07-26 00:06:04 +00:00
jschauma
694fd8ebe1 update to 0.41:
A cross site scripting vulnerabilty was found in the ipcalc CGI wrapper
script. (Note: This is not the ipcalc script itself, it is only used
when ipcalc is run via a web interface).
This script was included in the tar archives of ipcalc 0.39 and 0.40.

ok zuntum@
2007-07-24 17:23:34 +00:00
lukem
2334ce12d9 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-22 11:24:55 +00:00
abs
947189473c Updated net/ktorrent from 2.1.4 to 2.2:
Changes in 2.2 :
- Allow user to create torrents without tracker
- Double clicking on files in files tab opens them

Changes in 2.2rc1
- Revamped plugin settings page, looks much nicer now.
- Scan dialog now has only one button cancel, which becomes close when the
scan is finished
- Add max seed time feature
- Add download and seed time columns in view

Changes in 2.2beta1
- Ditch KMDI in favor of KDevelop IDEA code
- Infowidget has been fully moved to the bottom tabbar
- Possibility to open as many views as needed
- By default a downloads and uploads tab is now shown
- Immediatly hide system tray icon at exit
- Make sure to many files open bug is very unlikely to happen
- Search plugin tab has now become a toolbar
- Added option to fully preallocate diskspace for torrents
- Added support for seeding from readonly filesystems
- Make sure FileView remembers it's state
- Sleep time of upload and download is now configurable through a CPU usage
slider in the settings
- Added option to move finished downloads to a different directory
- Readded feature to show the total and the number of running torrents in the
tab of each view
- Added progress bar in status bar when searching
- Redesigned FileSelectDlg
- Added option to add torrent to group when loading
- Added option to choose download directory for torrent when loading
- Added option to copy .torrent files to user specified directory
- Show torrent path when trying to load a corrupt torrent from torX/ directory
- Added speed limits for individual torrents
- Added dynamic diskspace checking.
- Added option to disable diskspace preallocation
- Improved system tray popup icon : we now use boxed style KPassivePopup instead
 of Qt tooltips, it also only disappears when the cursor
is moved away from the tray icon and the text can be updated
- The log now gets autorotated when it gets larger then 10 MB
- Import dialog is now network transparent for the torrent file
- Added statistics plugin which was developed by Krzysztof Kundzicz
2007-07-22 08:38:57 +00:00
lukem
843c700659 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-07-22 04:33:14 +00:00
joerg
597c9768c7 Needs pkg-config. 2007-07-20 16:55:51 +00:00
rillig
4dab86dbd3 Explained why netcat is installed in sbin/ and netcat6 in bin/. 2007-07-19 11:10:03 +00:00
adrianp
e0591ad815 Update to 1.4.0
- Install ares_dns.h too
- Brad House added ares_save_options() and ares_destroy_options() that can be
  used to keep options for later re-usal when ares_init_options() is used.
- Brad House's man pages for ares_save_options() and ares_destroy_options()
  were added.
- James Bursa reported a major memory problem when resolving multi-IP names
  and I found and fixed the problem. It was added by Ashish Sharma's patch
  two days ago.
2007-07-14 22:05:56 +00:00
obache
55e1bd491d Update py-GeoIP to 1.2.1.
Patch provided by maintainer, Bartosz Kuzma in PR 36642.

Changes since 1.2.0:

1.2.1	2005-06-28
	* Added support for GeoIP Region
2007-07-13 07:31:54 +00:00
xtraeme
891f6817fe The code is not -Werror clean, disable it for now to let it build. 2007-07-12 06:11:54 +00:00
tron
d6be838751 Fix an installation problem under Mac OS X on a case-insensitive filesystem.
"bmake" would always report that "`install' is up to date." because it
finds "INSTALL" when searching for "install".
2007-07-11 19:27:18 +00:00
obache
47518817ed Update libVNCServer to 0.9.1.
* libs are built shared by defaut now.
 * x11vnc is no longer included in the package tarball.
2007-07-11 14:37:25 +00:00
drochner
aeb3540ecc remove stale dependency on popt,
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISION
2007-07-09 17:17:53 +00:00
drochner
0f1a27959f remove stale dependency on popt,
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISION
2007-07-09 16:56:15 +00:00
drochner
c5a0d7d09a add "test" target 2007-07-09 16:33:43 +00:00
minskim
cb914356c2 Add urlgfe. 2007-07-08 19:21:59 +00:00
minskim
18bc9d28fc Import urlgfe from pkgsrc-wip. Packaged by Cesar Catrian and updated by
othyro.

UrlGfe is a download manager that uses gtk2+ and libcurl.

Features:
1. It allows you classify URLs before downloading them.
2. Every category has an independent configuration that can be
   inherited by each download in that category.
3. Multiple categories can download at one time.
4. Batch mode can generate URLs.
5. Import URLs from .html files. (UTF-8 Encoding only)
6. Export URLs (for wget -i)
2007-07-08 19:19:44 +00:00
wiz
2966b1cf79 Reset maintainer, rpaulo resigned. 2007-07-08 12:35:10 +00:00
drochner
f2fa6c9d7f update to 2.14.3
changes:
-Fix build problem on Mac OS X
-Fix compatibility with non-ORBit2 based servants
2007-07-06 18:47:37 +00:00
drochner
420de96d3f oops - add patch which quells a "array subscript is char" gcc warning 2007-07-06 17:59:16 +00:00
drochner
d80dec9822 update to 0.99.6
changes:
-security fixes for the HTTP, DCP ETSI, SSL, DHCP, and MMS dissectors
 (crashes, resource exhaustion, off-by-one)
-GUI/display filter improvements
2007-07-06 17:58:09 +00:00
martti
ed2d53a296 Updated net/proftpd to 1.3.1rc3
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce
that the third release candidate for ProFTPD 1.3.1 is now available
for public consumption.

The 1.3.1rc3 release includes a number of minor bugfixes, including
segfaults when handling the NLST command, dealing assigning IPv6 addresses
for the EPSV command, and better handling of Display files in chrooted
sessions.

Please read the included NEWS and ChangeLog files for the full details.
2007-07-06 11:04:40 +00:00
rillig
5f7e7213c3 Fixed the name of the pkg-config file. PKGREVISION++ 2007-07-05 16:18:11 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
taca
660a48c1a9 Update p5-Net-DNS package to 0.60.
Changes are more than 100 lines, but it fixes these security problem.

	http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377
	http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409
2007-07-03 14:53:20 +00:00
joerg
e24209d145 Add common handling for libresolv similiar to dlopen(3) wrapping.
For now, DragonFly and FreeBSD use the libc version, it is not reentrant,
but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base
(the BIND9 resolver), all other fall back to net/bind9. Feel free to add
your favorite platform if it has a thread-safe resolver in base.

Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and
net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2007-07-03 13:54:45 +00:00
sborrill
acdf066ddb Update to version 10.6.115659 of Linux client. Changes are:
Build    Fix

1        Fixes a failure to disconnect the session if the smart card used for
         logon is removed during a reconnected session with a server running
         Citrix Presentation Server version version 4.0. (Hotfix Rollup Pack
         3 or later must be installed on the server.) Corrects problems
         that prevent the client from running on Ubuntu Linux version 6.10.

         This build also includes all fixes from versions 9.43 to 9.49.

         9.43:
         Fixes a problem that prevented the Microsoft Windows "Snap To"
         mouse option from working.

         9.44:
         Ensures that the maximization state of seamless windows is correctly
         restored when they are maximized after being reduced to icon size.
         Adds a "TWIConfineToWorkArea" configuration option that can be set
         "Off" to allow seamless windows to be moved outside the work area.
         Also adds configuration parameters "PointerGrabTime" and
         "PointerClickTime" to set two timer parameters for pointer position
         echo suppression. They control the period after a mouse position
         report is sent during which any server-originated positions are
         discarded as echoes, and the period after a mouse click during which
         all server positions are accepted as a response to the click. Values
         are in milliseconds.

         9.45: Citrix internal build.

         9.46:
         Corrects an error in the treatment of the "BrowserTimeout" parameter
         that was introduced in build 9.20. The SCardListReaders function
         can now be called with a null context parameter when using the
         smart card virtual channel. The pnabrowse utility now enumerates
         applications correctly when $HOME/.ICAClient has not been populated.

         9.47:
         Improves the change to pointer positioning introduced in version 9.43
         and prevents client work-area information from having an effect
         in non-seamless sessions. Corrects an error in the pnabrowse utility
         that stopped it working with some server configurations.

         9.48:
         Corrects the modification time of files edited using client drive
         mapping. Corrects an error in the pnabrowse utility that could stop it
         launching published applications.

         9.49:
         Corrects an error that may inhibit session sharing when one seamless
         session is started within a few seconds of another.  Adds special
         behaviour to the smart card virtual channel to correct problems with
         a particular application following session reconnection.  That is
         controlled by a new configuration parameter "UCSCWAMap", and is
         normally disabled.

2        Causes tear-off menus from Microsoft Windows applications to vanish
         correctly when the application loses focus. Improves the drawing
         performance with seamless windows, particularly in 256-color sessions
         with multiple windows. Adds workspace control operations to the
         pnabrowse utility.

3        Fixes incorrect use of SSL error message 47.

4        Enlarges the sensitive area of notification area icons, improves text
         parameter handling in locales using the ISO 8859-15 character set and
         improves reconnection to multiple sessions using pnabrowse.

5        Fixes a font problem when using Ubuntu Linux version 7, and
         the appearance of some application icons in non-seamless sessions.
         Corrects Program Neighborhood's handling of 8-bit characters in
         user and client names when using non-UTF8 locales.
         Corrects the behaviour of seamless sessions started by Web Interface
         or Program Neighborhood Agent, when the default session type is
         full screen.

6        Updated for release to Web.
2007-07-03 13:31:31 +00:00
joerg
97fee77fc5 Remove FreeBSD CVS ID -- it doesn't add much information and creates
a mismatch between ident and the +BUILD_VERSION logic.
2007-07-02 09:46:51 +00:00
tnn
014bb00766 +solaris-tap 2007-07-01 22:24:04 +00:00
adrianp
23b2c8543b Update to 1.2.3
Add audible ping
2007-07-01 15:56:08 +00:00
tnn
f23875c078 Merge Solaris tap support patch for OpenVPN by "Kazuyoshi". 2007-07-01 15:40:05 +00:00
tnn
a430ce03d6 On SunOS, depend on net/solaris-tap to get the <net/if_tun.h> header. 2007-07-01 01:11:38 +00:00
tnn
b17fabcfbe regen due to version bump and use of DIST_SUBDIR 2007-07-01 00:59:57 +00:00
tnn
086351861b The import message stated version 20070527, the package stated 20070525,
but in actuality it is 20070625. My poor excuse for the screwup is that it
has been sitting in my tree for a while.
2007-07-01 00:52:31 +00:00
tnn
f7f8092767 Add net/solaris-tap version 20070527 to pkgsrc:
Solaris kernel module for virtual Ethernet devices (TAP) and virtual
point-to-point tunneling interfaces (TUN).
2007-07-01 00:43:20 +00:00
tnn
40e34807a8 Nitpick: use += for DEPENDS (make pkglint warn about this and get a cookie) 2007-07-01 00:25:07 +00:00
tnn
c2ff23ad9e Make the tightvnc package a bit more modular X.org-friendly:
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
2007-07-01 00:13:31 +00:00
joerg
323bc6a6f8 Fix build on DragonFly. 2007-06-30 19:30:50 +00:00
heinz
d00ef0836e Instead of the bogus path for the net-snmp package use
"BUILDLINK_PREFIX.net-snmp". Hopefully this lets the package find
net-snmp on Darwin.

Acknowledged that the package can be installed to DESTDIR.
2007-06-30 13:28:06 +00:00
lkundrak
37d2bfffbe Fix for a CVE-2007-2165 security issue grabbed from upstream #2922. 2007-06-26 23:25:56 +00:00
markd
8bbfd97b26 Fix ordering of @dirrm's in PLIST - From Bernd Ernesti.
Bump PKGREVISION.
2007-06-23 21:41:23 +00:00
tron
d0d2660fbb Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run"
is enough and avoids building the package on system which have
"bash" in the base system.
2007-06-22 17:46:19 +00:00
jlam
073181c3cc Update net/openvpn to 2.1rc4. Changes from version 2.1rc2 include:
* Fixed 64-bit portability bug in time_string function
  (Thomas Habets).

* Clean up configure on FreeBSD for recent autotool versions
  that require that all .h files have to be compiled.
  Also, FreeBSD install does not support GNU long options
  which the Makefile in easy-rsa/2.0 uses (not checked the
  others as we don't install those on Gentoo) (Roy Marples).
2007-06-21 21:44:42 +00:00
wiz
361bff022b Update to 2.1.4 (security fix), based on patches provided
by Sergey Svishchev.

Changes in 2.1.4
- Fixed crash in parsing of DHT messages
- Fixed problem with files with .. in their name
- ScanFolder can now handle incomplete torrent files properly

Changes in 2.1.3
- Fixed crash in torrent parsing

Changes in 2.1.2
- Fix 2 security vulnerabilities (thanks to Bryan Burns from Juniper Networks
for finding them)

Changes in 2.1.1
- Rewrite of webserver
- New webgui : coldmilk
- Networking thread has been split up in 2 threads, one for upload, one for
download
- Significant speed improvements when downloading over a LAN

Changes in 2.1
- Some minor bug fixes

Changes in 2.1rc1
- Share ratio column added in main view
- Added option to use a different proxy then the default KDE proxy for HTTP trackers
- Added feature to show/hide columns in main view
- Moved search box to bottom, so that the window is not enlarged in 1024 x 768 resolutions, when you search for something
- Made sure no duplicates get into search box history
- Fixed 'Trackers' tab in InfoWidget to properly resize tracker URL label
- Zeroconf plugin added
- Added µTorrent compatible PEX
- Fixed a bug in WebInterface plugin causing JS tooltips not to show.
- Fixed a bug with 'Stop All' not stopping queued torrents.
2007-06-21 19:32:54 +00:00
jlam
86433a6e5d gofish doesn't actually need any hardcoded uids or gids, as the gofish
daemon will do a lookup using getpwnam() to derive the correct uid/gid
of the gopher/gofish user.  As such, make the following changes:

(1) Remove GOPHER_{UID,GID}.
(2) Allow GOPHER_{USER,GROUP} to be user-settable.
(3) Correctly substitute for the gopher user, not the uid and gid, in
    the example gofish.conf.
(4) Use the subst framework instead of rolling our own code.

Bump the PKGREVISION to 2.

This should allow this package to be built in the bulk builds.
2007-06-20 17:46:03 +00:00
spz
6c2d54e476 fix up TOOLS list 2007-06-20 06:24:11 +00:00
jlam
1a6fb589c8 Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta and
net/uucp to mk/defaults/mk.conf.
2007-06-19 21:29:09 +00:00
rh
a3acffc63a Update libupnp to 1.6.0 (currently a leaf package). Changes are mainly
bugfixes, including a couple of serious bugs that prevented the library
from working on NetBSD and Darwin (for anything other than trivial tests).
Add a buildlink3.mk while at it.
2007-06-19 01:40:13 +00:00
joerg
28ddcadcd8 Create man page directories. 2007-06-18 22:45:42 +00:00
minskim
3d93db0ec3 Make the usage of hostent POSIX-compliant to compile on Darwin. 2007-06-18 19:00:21 +00:00
jlam
052dbc0b86 * Use subst framework instead of custom code for replacing rmail and
uucpd Makefiles.

* Modify rmail and uucpd makefiles to be standalone instead of requiring
  BSD make.

* Fix build on MacOS X where libcrypt and libutil don't exist.

* Fix build on MacOS X and older NetBSDs that don't support utmpx.

* Install the example UUCP /etc snippets into the examples directory
  for the benefit of binary package users.

* Sort the PLIST.

Bump PKGREVISION to 4.
2007-06-18 14:45:28 +00:00
tnn
256de9bc57 Update to tightvnc-1.3.9. pkgsrc changes:
---
 o patch-{ad,al}: regen
 o patch-ak: recognise NetBSD/amd64
 o Makefile: support X11_TYPE=modular and NetBSD/amd64

Major upstream changes that affect the server portion of the unix port:

1.3.9
-----
 o Added support for the standard RFB protocol version 3.8 with TightVNC
   extensions.
 o Made "host:port" parsing maximally compatible with VNC4. Interpreting a
   number in host names like somehost:5900 as an actual port number if it's not
   in the range [0..99].
 o Applied patches from Debian Linux that port Xvnc to x86_64 platform
   (tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks
   to Quanah Gibson-Mount.

1.3dev7
-------
 o Fixed a serious bug with sending cursor updates when there was no
   FrameBufferUpdateRequest from that client.
 o Fixed problems with building Xvnc on modern linux distributions, such as
   Fedora Core 3.
 o Disallowing clipboard transfers for view-only clients.

1.3dev5
-------
 o A number of bugfixes -- copying clipboard to non-authenticated clients in
   Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching
   between KDE virtual desktops in vncviewer.
 o Support for the new -autopass option has been added, a patch from
   Ki NETWORKS, Inc.
2007-06-17 20:58:49 +00:00
tnn
4d39361052 Update to tightvncviewer-1.3.9.
Major upstream changes to the viewer are:
1.3.9
-----
 o Added support for the standard RFB protocol version 3.8 with TightVNC
   extensions.

1.3.8
-----
 o Port numbers are now calculated modulo 65536 with vncviewer's -listen
   option. That makes it possible to listen on TCP ports under 5900.

1.3dev4
-------
 o Fixed a bug with the viewer crashing on selecting text in Xvnc,
   and then choosing F8 / Clipboard: local -> remote, twice.
2007-06-17 20:39:39 +00:00
minskim
5e275430f6 Modify the patch so that it compiles without a c99 compiler. 2007-06-17 19:41:12 +00:00
obache
45ee1937a8 Honor PKG_SYSCONFDIR and VARBASE, noticed in PR 36501.
OLD LOCATION				NEW LOCATION
  /var/run/dtcpclient.pid		${VARBASE}/run/dtcpclient.pid
  ${PREFIX}/etc/dtcpclient.auth		${PKG_SYSCONFDIR}/dtcpclient.auth
  /usr/local/dtcpclient_script.conf	${PKG_SYSCONFDIR}/dtcpclient_script.conf
2007-06-17 04:23:32 +00:00
wiz
fd487197da Change default to use (labl)GTK2. Bump PKGREVISION. 2007-06-15 21:40:54 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
joerg
d70ad67011 Fix XScrnSaver for !native. 2007-06-15 17:50:48 +00:00
darcy
d1e31cc334 Prepend two tokens with "gg_" to avoid conflicts with our system. A little
klugey but I doubt that we will be changing our proplib.h anytime soon.
2007-06-15 14:26:22 +00:00
heinz
df2b07953a Updated to version 4.007.
Pkgsrc changes:
  - The supplied URL for HOMEPAGE did not work, changed it to search.cpan.org.
  - A C compiler is necessary.
  - The package supports installation to DESTDIR.

Changes since version 4.000 (changes since 3.33 not provided anymore):
======================================================================
4.007  Wed Jun  6 16:41:11 VET 2007
       Update copyright dates
       Wed Jun  6 21:50:20 VET 2007
       Added patch from Daryl O'Shea to remove remaining $`. Thanks Daryl.

4.006  Wed Jun  6 15:58:04 VET 2007

       A patch from Michael got rid of $& and $` as reported by Daryl
       O'Shea and documented at
       http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5312

4.004  Wed Aug 16 16:01:54 PDT 2006
        update to include/exclude files in corrupted distro

4.003  Sun Aug  6 10:48:25 PDT 2006
	correct SYNOPSIS documentation
	add :old_nth

	update Lite.pm documentation
	update Util.pm documentation
	Imported into distribution CVS tree - Some revision number
	mismatches are to be expected
	Latin-1 is back
	Fixed some angle brackets so that they show up in the docs

4.002  Fri Aug  4 14:14:16 PDT 2006
	remove unused global variable $isV6

	update Lite.pm to v1.02
        $isV6 global converted to a lexical variable within sub "_xnew"
        $Class global removed and replaced by calls to UNIVERSAL::isa
        Thanks to julian@mehnle.net for spotting problems related to
        using the Lite.pm with mod_perl

4.001  Thu Jul  6 14:09:01 PDT 2006
	various bug fixes courtesy of Luis Munoz:
	changes to Lite.pm v1.01, Util.pm v0.17 see Changes in those distros.
	update t/v6-re.t, addconst called as a scalar, should be called to
	return the address value ()[1]

4.000  Mon Jun 19 21:51:10 PDT 2006
	initial release of version 4.000 which includes
	full support of ipV6 addresses and drops the requirement
	for Math::BigInt and will run on older versions of Perl
	at least back to  5.005_03
2007-06-13 14:17:24 +00:00
joerg
882d11e722 Make the GNU M4 check actually work with GNU m4... 2007-06-12 22:20:09 +00:00
joerg
e102af86aa PTHREAD_MUTEX_RECURSIVE on DragonFly is an enum, adjust. 2007-06-12 21:59:32 +00:00
joerg
ca55f33ab3 Use INSTALLATION_DIRS. 2007-06-12 14:39:22 +00:00
joerg
7f540c297e Automatically include pthread variables. Bump revision as it might
change some of the binaries.
2007-06-12 14:08:37 +00:00
obache
f5133279d1 Fix depending version of libpcap, need newer prototype for pcap_freenode.
Bump PKGREVISION.
2007-06-11 15:23:12 +00:00
tron
00fffaadd1 Bring this package closer to building under NetBSD 4.0:
- Escape some question marks to avoid weird GCC warning.
- Fix broken use of "__attributed (__packed__)". Bump package revision
  because this is a code generation issue.
2007-06-11 12:36:23 +00:00
minskim
46a4600d5a Add p5-Geo-IPfree. 2007-06-10 17:13:38 +00:00
minskim
08eab9cf32 Import p5-Geo-IPfree from pkgsrc-wip. Packaged by Adrian Portelli.
This module a simple file-based database.  This database simply contains IP
blocks as keys, and countries as values.  The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.
2007-06-10 17:11:06 +00:00
jdolecek
c8ddb3234a fix path to .cz mirror 2007-06-08 20:52:18 +00:00
rillig
de69808a15 This package has no options, but uses a Makefile.common which includes
bsd.options.mk. Therefore, an empty PKG_SUPPORTED_OPTIONS is needed.
2007-06-08 15:18:42 +00:00
wiz
5d4498b5fc PKGREVISION bump for db4 shlib name change. 2007-06-08 12:24:59 +00:00
gdt
f5144b456b Due to build failure (not finding a library), add:
MAKE_JOBS_SAFE=		NO
2007-06-07 23:53:55 +00:00
rh
9bfc9e4163 Update libupnp to 1.4.6. Changes include tons of bugfixes and portability
fixes.  This version now also comes with full API reference documentation.
2007-06-07 08:08:16 +00:00
wiz
77d8ad4471 Update to 2.8.7:
2007/06/03: version 2.8.7 = tag release-2-8-7
5988: BT: Completely parse handshake packet of newer BT clients (thx to Berni)
- this patch should fix the serious performance problem with BT downloads

2007/06/02
5987: GeoIP: Small cosmetical fix for loading GeoIP.dat (pango)
5986: Fix GC problem in bz2 code (pango)

2007/06/01
5891: Disconnect clients we download from when a file is queued/paused
5905: Replace old DirectConnect module with new DC++ code (alffa)
- enable it with ./configure --enable-directconnect
- bzip2 support is manditory
- preliminary docs: http://mldonkey.sourceforge.net/DirectConnect
-------------------------------------------------------------------------------
2007/06/01: version 2.8.6 = tag release-2-8-6
5984: EDK: Small log updates

2007/05/31
5982: Save archives used for ini files backup with rights 600 (pango)
5981: EDK/Swarming: Download first 9MB first for preview,
      not 10MB to avoid downloading second chunk too early (pango)
5972: GeoIP: Load GeoIP.dat into RAM (pango)

2007/05/28
5976: Search for autoconf261 in ./configure

2007/05/27
5940: GeoIP: Reduce disc access to lower CPU usage
- store computed country values in client/server structures
- EDK: fix a bug where a firewalled client was displayed with IP 0.0.0.0
- new verbosity level "geo" to monitor access to GeoIP.dat

2007/05/23
5961: Include compile patch for Ocaml 3.08.3
5956: Remove unused files src/networks/donkey/donkeyIndexer.ml*

2007/05/22
Updated Mozilla protocol handler to version 2.1
- original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey

2007/05/21
5944: configure: Allow use of Ocaml 3.10.0, keep 3.09.3 as default

2007/05/08
5897: FileTP: Support HTTP downloads of files > 1GB
5815: Unix32: Override system umask to force correct function
      of option create_file_mode (pango)
5912: Extend patch 5817: "Code updates for Ocaml 3.10.0beta compatability"
      to Ocaml 3.11
5910: EDK: Revoke upload slot when client asks for blocks positioned after EOF
5908: Fix commit when incoming filesystem allows more than 16M chars
5906: Telnet/BT: Display clients country code without HTML in vd <num>

2007/04/28
5903: commonPictures: Update favicon.ico (meto)
5902: Updated italian translation for mldonkey (surricani)
5901: Updated german translation for mldonkey
- taken from german wiki: http://www.mldonkey.org/wiki/index.php/Mlnet_strings
5900: Updated italian translation for mldonkey (surricani)

2007/04/26
5898: Updated italian translation for mldonkey (surricani)

2007/04/25
5892: Updated italian translation for mldonkey (surricani)

2007/04/24
5888: Partial italian translation for mldonkey (surricani)
      stored in ./distrib/i18n/mlnet_strings.it_IT.UTF-8
5718: Improve command "nu"
- close all upload slots
- do not give an upload slot to clients in pending slot
- restrict command "nu" to admin users
2007-06-07 04:49:50 +00:00
tnn
693e24acc2 Pull in a patch from rdesktop CVS, xwin.c rev 1.223.
Fixes a segfault with X11_TYPE=modular. Should fix PR 36443.
2007-06-06 00:16:35 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
2f81ffb47f Update to 1.21:
libnet 1.21  -- Sat May 19 08:53:09 CDT 2007

Bug Fixes
  * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
  * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
  * Fixed bug causing removal of last character on the line when
    doing ASCII FTP transfers

Enhancements
  * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
  * Changed default for FTP transfers to be passive
  * Added support for FTP FEAT command
2007-06-01 18:23:05 +00:00
wiz
1829f27dec Add mysql option, requested in private mail.
Add patch to make most modules build on NetBSD-4.99.20/amd64.

XXX: pike.so still doesn't; it won't get installed and the PLIST
is wrong.
2007-06-01 00:26:36 +00:00
rillig
a06bb197a5 Reformatted. 2007-05-31 04:22:55 +00:00
rillig
5394bdb726 In pkgsrc, the directory layout does not depend on the operating system. 2007-05-31 04:22:10 +00:00
rillig
9923485e48 Added a patch for sunpro on Solaris. 2007-05-30 19:49:54 +00:00
minskim
22cac7d45f Do not declare a static variable in a header file. This makes the package
build with gcc-4.
2007-05-30 17:47:04 +00:00
tonio
b95de031ea update net/unison-devel to 2.27.29
Small bugfixes, in particular for windows
2007-05-30 12:46:58 +00:00
gendalia
92940ca215 Update hobbit client from 0.3 to 4.2.0 + allinone.patch
Changes:
http://www.hobbitmon.com/hobbiton/2006/08/msg00321.html
* Full client support. The Hobbit clients now support monitoring
  of cpu-, disk- and memory-utilisation, as well as system logfiles,
  network ports and traffic, processes, file- and directory sizes,
  system clock synchronization, and much more. When a problem is
  detected on a host, the client data is automatically saved so
  it is available for later troubleshooting - even if the host
  has completely crashed.
2007-05-29 04:58:06 +00:00
markd
a5e56bbfde Fix distinfo as shortly after release the author quietly modified the
tarball.  Don't bother bumping the PKGREVISION or doing the DIST_SUBDIR
dance as noone other than me would have had a chance to grab the old
tarball as it was updated before I committed the package update.
Fixes PR pkg/36391 from Robert Elz.
2007-05-28 21:54:41 +00:00
rh
a9f99cffe4 Make it explicit that this is a Socks 4/5 proxy as suggested by lukem@
Remove me as maintainer (I haven't been maintaining this for some time now)
2007-05-25 00:28:19 +00:00
markd
bb75a57a33 Update to KDE 3.5.7
Kopete
* Increase the use of passive popups.
* Huge performance improvement in chat rendering.
* Fix crash after creating an ICQ account.
* Fix webcam-freeze when more than one people are watching the cam
* Fix crash when launched with AIM quasi-url.
* Fix linebreaks showing up as <br /> (Yahoo! protocol).

Krfb
* Fix 100% CPU usage with first connection.
2007-05-23 13:10:04 +00:00
sketch
70b998e406 Ensure the last statement in configure script returns true, else the build
fails on certain platforms.
2007-05-23 11:12:35 +00:00
gdt
3f5d894b4d Update to 0.99.7.
*  bgpd
          o Minor performance improvement patch
          o bug #352: IPv6/Multicast address-family config not written out
          o V. quick route flap gets mistaken for duplicate, route is then ignored
          o Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds
          o Peer delete can race with reconfig leading to crash
    * zebra
          o For solaris IPv6 PtP interfaces, try to support prefixlen != 128
          o IRDP should ignore non-IPv4 addresses
          o Bug #351: Don't redistribute routes to ipv4 link-local prefixes
          o Only suppress adding a connected route to the kernel if it is
          o Fix interface metric bug on BSD
          o Retain configured IPv4 address upon removal by kernel
          o MTU change should propogate to zserv client on BSD/Solaris
    * ospfd
          o Fix bug: should exit immediately on SIGTERM if OSPF not actually running
          o Return SNMP standard neighbor state values, not quagga internal ones
          o Fix bug in 'passive-interface default' behavior
          o Bug #330: SPF must consider that nexthop-calc may fail
          o Fix regression in SPF introduced by bug#330 fixes
          o Bug #330 regression: failure to calculate routes through networks
    * ospf6d
          o Bug 322: ospf6d show ipv6 neighbour showing wrong times
          o Fix string comparison bug in ospf6_lsa_handler_name.
    * ripd
          o Fix "show ip rip status" display of time until next update
          o Fix the display of route timeout in "show ip rip".
    * ripngd
          o Fix the display of some timers.
    * general
          o Better comment explaining that GNU awk is really required.
          o de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice.
          o [PtP over ethernet] New peer flag allows much more addressing flexibility
          o [logging] Add new "log timestamp precision" command for subsecond timestamps

# 2006-12-09: Quagga 0.99.6 Released

Quagga 0.99.6 has been released, see the full changelog for the details. A summary of the changes:

    * bgpd
          o Bug #302, bgpd can get stuck in state Clearing
          o Implement 'debug bgp zebra' to log all messages to and from zebra.
          o Fix bug where a deleted route that was quickly re-added was being lost
          o trivial: non C99 u_int.._t should be uint.._t
          o struct peer must have bgp field valid (redistribute crash)
          o Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer.
          o CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table
          o Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing.
          o Trivial fix of printf format/arg mismatch
          o reduce the process queue hold time to something more sensible
          o RIB statistics address space size shouldnt double count space
          o simplify peer refcounts, squash slow peer leak
          o Fix 0.99 shutdown regression, introduce Clearing and Deleted states
          o Add RIB reporting commands, show bgp ... statistics
          o Handle pcount as flags are changed, fixing pcount issues
          o Add 'show ... neighbor .... prefix-counts' command
    * ospfd
          o Consider all connected addresses when creating ospf interfaces
          o Add debug messages for a few zebra messages that had been overlooked
          o Fix bug in passive-interface default commands.
          o Stop losing subsequent default-information originate 'always' info
          o Add passive-interface default support
          o Improve some warning messages.
          o Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
    * isisd: Fix compiler warnings and allow v4-only compilation
    * zebra
          o Changes of nexthops of static routes didnt take effect
          o Compile fix for PF_ROUTE
    * ripd
          o bug #293: routemap set metric doesn't check for underflow correctly
          o bug #278: remove gratuitous use of mid-function declaration
    * general
          o [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax
          o Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands
          o [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)
          o [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work.

    * 2006-09-17: Quagga 0.99.5 Released

      Quagga 0.99.5 was released on the 28th of August, see the release announcement (version with HTML links). A small regression in ospfd was quickly reported and fixed by a user, available in CVS. Additionally, the final 0.99 BGP regressions mentioned in the 0.99.5 announcement are believed to be fixed in CVS, see this mail to quagga-dev. Testing of bgpd in CVS snapshots dated 2006-09-14 or later would be appreciated.

      BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an important fix for an AS-Path loop-checking regression, or even a CVS snapshot, to assist in testing. OSPF 0.99-CVS is believed to be stable at this point.
2007-05-23 10:44:17 +00:00
adam
bac0c985d4 Changes 5.5.5:
- Compilation problems using gcc 4
- Support for SDPs created by VLC and Mpeg4IP
- Fix date display in DSS Web Admin
- Better support for streaming through NAT
- Better support for running DSS on a multi-homed system
- Relaying problems with VLC
- A security fix for possible stack and heap overflow attacks in the
  StreamingProxy (CVE-2007-0748, CVE-2007-0749)
- A fix for sync sample searching on OS X intel.
- A fix for an infinite loop when the server fails to bind to streaming ports.
- An enhancement allowing RTSP requests to contain the hh:mm:ss format for
  the npt value
2007-05-23 07:52:15 +00:00
reed
52f17df66c Also buildlink the include directory.
This is for PR 36352.
Alternatively, maybe this could have been done in the package that
needed it instead.
2007-05-22 14:04:33 +00:00
obache
ed72aaec09 Update wide-dhcpv6 to 20070507.
pkgsrc changes:
  Fix hard-coded paths in manual pages.
  Pointed out in PR 36316 by Jonathan A. Kollasch.

Changes:
[Common to all programs]
- supports compilation on Solaris
- supports interface names other than {alphabet}{numeric} format.
- allows a user to specify the owner/group for the installed files.
- fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they
  have the same IA-ID.


[DHCPv6 Relay]
- supported script execution for dhcp6relay.
- accepts ULA
- changes the destination port of a relayed DHCP packet from 546 to 547, when
  it is supposed to be bound for a relay, instead of a client.


[DHCPv6 Server]
- implemented DHCPv6 Confirm message processing
- implemented DHCPv6 Decline message processing
- fixed a Solicitation message validation as stated in RFC3315 15.2.
- fixed a bug that Rebind does not work for IA-NA.
- supported an address pool that has only one entry.
- fixed an IA allocation failure from pool when it doubly requested by the same
  client
- recognizes "-P" option.
2007-05-22 12:53:01 +00:00
tron
2e00a1547a Fix package list issue affecting Linux, "sbin/mount.cifs" and
"sbin/umount.cifs" were missing. Bump package revision.

This should fix PR pkg/36372 by Ondrej Tuma.
2007-05-22 12:41:04 +00:00
spz
cc5da952bb new version, a lot less bugs 2007-05-22 12:18:23 +00:00
spz
bac508cecb new version, new patches: upstream adopted a bunch of ours, but gcc found
new things to bitch about
2007-05-22 12:17:30 +00:00
joerg
466299c6a6 Use relational pattern instead of [234].*. Bump revision. 2007-05-21 10:01:44 +00:00
heinz
1e86682777 Added support for installation to DESTDIR. 2007-05-20 15:38:33 +00:00
seb
183e36fad8 Fix build on recent NetBSD current:
net/route.h needs to be included before netinet6/in6_pcb.h.h and
net/if.h needs to be included before netinet6/in6_var.h.

While here add a patch file on the source of the configure script
which IMHO should have been added earlier.

Bump PKGREVISION to 1.

Note: I supposed the libdes related hunk in patches/patch-af had
been generated by an older than 2.59 autoconf script and carried
over from one net-snmp version update to the next.  This would
explain the slight differences about this hunk between the revision
I'm committing and the previous one.
2007-05-20 13:55:28 +00:00
heinz
2b1cd6d4bc Package supports installation to DESTDIR. 2007-05-19 22:12:53 +00:00
tron
463aa5aee5 Add security patches for CVE-2007-2444, CVE-2007-2446 and CVE-2007-2447
from Samba website. Bump package revision because of these security fixes.
2007-05-19 17:55:12 +00:00
adrianp
20aab0d59e Update to 2.6.1.5
Snort v2.6.1.5 includes:
* A new http_post rule keyword used to search for content in normalized
  HTTP posts
* A fix for a potential memory leak when generating HTTP Inspection events

Snort v2.6.1.4 includes detection functionality for a BSD IPv6 fragmentation
overflow, and addresses a number of potential security-related issues in
Snort as reported by customers, uncovered by internal investigations, and
through third-party code audits.
2007-05-18 22:20:09 +00:00
peter
da2ced0ef3 Remove myself as maintainer, I don't have the time anymore to keep these
packages up to date.
2007-05-18 10:03:30 +00:00
heinz
382d0a1e1c Updated to version 2.23.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 2.21:
===========================
IP-Country-2.23, 2007.02.02
---------------------------
Thanks to mropp for bug report.
BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=21036
  lower case country codes when using IP::Country::Medium
Database update:
  Feb  2 02:43 delegated-afrinic-latest
  Feb  1 21:17 delegated-apnic-latest
  Feb  2 09:03 delegated-arin-latest
  Feb  2 02:50 delegated-lacnic-latest
  Feb  2 04:06 ripe.db.inetnum


IP-Country-2.22, 2006.12.17
---------------------------
Database update:
  Dec 17 01:11 ripe.db.inetnum.gz
  Dec 17 02:50 delegated-afrinic-latest
  Dec 16 21:17 delegated-apnic-latest
  Dec 17 09:03 delegated-arin-latest
  Dec 17 02:50 delegated-lacnic-latest
2007-05-17 16:50:14 +00:00
martti
f876f5f797 Updated net/mrtg to 2.15.2
* bug fixes
2007-05-16 09:01:13 +00:00
kristerw
993327ef31 Remove soup. 2007-05-15 21:24:37 +00:00
agc
590a6ecbae Fix compilation errors on NetBSD-current. 2007-05-13 20:59:48 +00:00
wiz
2e8801824f Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
2007-05-13 14:39:15 +00:00
agc
a86a70c794 Attempt to do some (admittedly fairly naive) future-proofing for openafs. 2007-05-13 06:59:16 +00:00
gdt
d85a3fc8d8 add comment with URL of helpful page on coda wiki. 2007-05-11 15:19:11 +00:00
obache
a3c370d457 Update darkstat to 3.0.619.
Patch provided by MAINTAINER, Bartosz Kuzma in PR 36250.

Changes from 3.0.540 to 3.0.619:
 - Decode DLT_PPP and DLT_PPP_SERIAL on NetBSD,
   patch courtesy of Bartosz Kuzma.
 - Don't use pcap_setnonblock(), with help from Colin Phipps.
 - Reduce the number of syscalls made.
 - Answer FAQ about graph axes / labels / scale.
 - Fix build on OpenBSD (thanks Chris!) and Solaris.
 - Commandline arg (-n) to disable promiscuous mode when
   sniffing, thanks to Chris Kuethe for the implementation.
 - Commandline arg (-r) to disable DNS resolver.
 - Track and report per-host last seen MAC address.
 - Move FAQ into manpage.
 - Implement display of start time and running time.
 - Web: implement sorting the hosts table by in/out/total.
 - Web: implement paging through the hosts table.
 - Web: implement full view of hosts table.
 - Don't die if the capture interface loses its IP address.
 - Make daemonize (previously -d) the default, and make -D the
   argument to suppress it.
 - Commandline arg (-l) to graph traffic entering/leaving the
   local network as opposed to just the local IP.  v2 had this.
 - Allow configure-time override of CHROOT_DIR and PRIVDROP_USER.
 - Web: new color scheme.
2007-05-09 13:39:11 +00:00
ghen
f05d47eaa1 Update to PowerDNS 2.9.21, requested by YazzY.
This seems to fix a coredump on NetBSD 4.99.19.

The (long) list of changes can be viewed at
http://doc.powerdns.com/changelog.html#CHANGELOG-2-9-21
2007-05-09 08:05:23 +00:00
heinz
b137e4ab45 Activated p5-Net-OpenID-Consumer 2007-05-06 14:02:24 +00:00
heinz
03f2f362b6 Initial import of p5-Net-OpenID-Consumer 0.13.
This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity.  More information is available at:

  http://openid.net/
2007-05-06 14:00:56 +00:00
heinz
5060511a94 Activated p5-RPC-XML 2007-05-06 13:28:28 +00:00
heinz
c52578ac93 Initial import of p5-RPC-XML 0.59.
The package was originally created by Roman Kulik in pkgsrc-wip. Very
small changes by me.


The RPC::XML package is an implementation of XML-RPC. The module
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.
2007-05-06 13:25:12 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
markd
457fa9025f Update kftpgrabber to 0.8.1
FIX: Rewritten speed limiting code, so limits work much better now
FIX: Directory entry and path caching
FIX: Minor file exists dialog problems
FIX: Some issues related to using multiple transfer threads
FIX: Local directory scans now honor priority settings
FIX: Total speed display for multiple running transfers (patch by David
     Gnedt)
ADD: Added a quick option to set speed limits and number of threads
2007-05-05 21:39:11 +00:00
grant
5b05872db5 don't bother building the sample 'helloworld' module, it doesn't get
installed, anyway, and was breaking the build on Solaris.
2007-05-04 04:53:03 +00:00
wiz
033684dda6 Update to 2.8.5:
2007/04/23: version 2.8.5 = tag release-2-8-5
5855: Increase Unix32.max_cache_size, fix max_opened_connections check
      (thx to pango)

2007/04/21
5878: HTML: Fix preview in vd <num> broken by patch #5866

2007/04/20
5876: HTML: Send mime-type video/mpeg for file extension .vob

2007/04/19
5857: EDK: Remove upload compression (patch #5665) due to ineffective caching
5875: Swarmer: Some cosmetic changes (pango)
5856: EDK: Set TCP backlog to max_upload_slots for donkey_port socket
5869: EDK/Swarmer: Try harder to read corrupt files.ini
- reset chunk table to missing after re-creating a missing temp file
- discard swarmers without files entry in files.ini instead of stopping
- check that partial hashes file_md4s match with file_md4 when reading files.ini
5870: Updated distrib/mldonkey_submit, it now uses command dllink instead of dd,
      it also supports http and sig2dat links (atordo)

2007/04/13
5866: HTML: fix third button row to also successful act within frames (schlumpf)

2007/04/12
5867: EDK: Show country code/flags for indirect clients
5862: BT: Informative GUI console messages after sending a .torrent file to GUI
5859: HTML: Support sending files from $MLDONKEY_DIR/html_themes/

2007/04/10
5861: HTML: Fix errors reported by w3.org validator in html_header_mods0
5860: HTML: fix broken refresh on Opera/Safari (schlumpf)

2007/04/08
5854: Set shared_check_files = 0 to disable scanning of shared directories
5853: New option defaults
- download_sample_size 100, 10 is too low, download rate is computed wrong
- ED2K-propagate_sources false, this activates outdated MLDonkey-style source
  exchange, MLDonkey supports eMule-style source exchange which is not affected
  by this option
- ED2K-update_server_list_server should be false, there are lots of fake servers
  out there, trust only servers from trusted server lists. For more details read
  http://mldonkey.sourceforge.net/ServerList#Fake_search_results
- ED2K-upload_full_chunks should be true to reflect the same default eMule uses
- ED2K-upload_compression_table_size should not be smaller than max_upload_slots

2007/04/03
5821: New variables for file_completed_cmd:
      file_group_cnt, file_group_user, file_group_dir
5849: EDK: Report correct short versions for Windows clients

2007/04/02
5847: BT: Fix exceptions when handling BT clients as friends
5845: Do not reverse order in files.ini after restart (pango)
5844: HTML: Keep totals line when sorting statistics tables (schlumpf)
2007-05-03 11:44:27 +00:00
cjs
753b5b5e37 Update BIND to 9.4.1:
CVE-2007-2241: A sequence of queries can cause a recursive nameserver
to exit. While it is unlikely these will occur in normal operation, an
attack can use them to cause the affected versions to exit. This attack
is a denial of service, and does not allow an attacker to gain control
of affected systems.
2007-05-02 08:12:37 +00:00
abs
2cf531a093 Since the Teamspeak licence has changed ensure it uses a different
name, so users have to explicitly decide to agree to the new licence.
Noted by flexlmwizd.
2007-05-01 11:34:05 +00:00
abs
4764721087 enable teamspeak-server 2007-04-30 15:34:13 +00:00
abs
452285d8ab Import teamspeak-server-2.0.23.15 into pkgsrc:
TeamSpeak is a quality, scalable application which enables people
to speak with one another over the Internet. TeamSpeak consists of
both client and server software. The server acts as a host to
multiple client connections, capable of handling literally thousands
of simultaneous users. This results in an Internet based teleconferencing
solution that works in a variety of applications such as team mates
speaking with one another while playing their favorite online game,
small businesses cutting costs on long distance charges, or for
personal communication with friends and family.

This package contains the TeamSpeak server for Linux/i386
2007-04-30 15:33:27 +00:00
hubertf
6014cb3a04 remove with last update to 0.4.0 2007-04-29 09:41:27 +00:00
hubertf
3267048a4c Update vpnc to 0.4.0. Changes:
* DragonFly BSD support by Hans-Werner Hilse
    * Solaris 10 fixes by Sunil
    * support to read obfuscated passwords from .pcf files, based on work
      from "HAL-9000@evilscientists.de"
    * granted Dan Villiom Podlaski Christiansen svn commit privileges
    * Darwin support by Dan Villiom Podlaski Christiansen
    * UDP IP keepalive support from FreeBSD port
    * Juniper/ScreenOS support from Marc Huber
    * replace "--disable-natt --force-natt --udp" with "--natt-mode"
    * null cipher support from Simon Lipp
    * Windows/Cygwin and tap support from Paolo Zarpellon
    * rekeying support
    * various other fixes contributed by Joerg Mayer, Heiko Stamer, Plamen
      Todorov, Asgeir, Jukka Salmi, Wolfram Sang, Laurence MOINDROT, Chris
      Osicki, Anton Altaparmakov, Adam Simpkins, Ken Bell, Hanno Boeck,
      Kyle McKay, Dennis Schneider

Also, the binary is now in .../sbin instead of .../bin.

Patch contributed by Jukka Salmi <j+pkgsrc@salmi.ch> in private mail.
2007-04-28 20:17:04 +00:00
schmonz
801dd9ecd1 Add the usual macosx-bind9-bind8compat hack to fix build on OS X. 2007-04-27 22:31:53 +00:00
tv
4fe1592d0f give away to pkgsrc-users 2007-04-26 20:04:37 +00:00
minskim
24d9313e62 Update ns to 2.31.
Major Changes:
- Several changes to WPAN module.
- Several changes to allow ns to compile on Solaris with the Sun C compiler.
- Significant change to PackMime-HTTP HTTP/1.1 behavior.
- Updated SCTP implementation.
- corrected sendpacket() signature.
- Major XCP cleanup.
- Minor changes to TCP.
- TFRC changes.
- Adding DelayBox and PackMimeHTTP modules.
2007-04-26 16:11:50 +00:00
tnn
fe9171f449 Update to lftp-3.5.11.
Version 3.5.11 - 2007-04-11
* fixed mirror for MDTM-less ftp servers.
* fixed readline prompt for \[\] (visible on win32).
* fixed compilation with Sun native compiler (Yann Rouillard).
Version 3.5.10 - 2007-03-26
* fixed core dump when doing ls on file: connection.
* fixed core dump when doing pget to write-protected directory.
2007-04-25 18:37:38 +00:00
tnn
4726602c49 Bump PKGREVISIONs to chase update of devel/libevent. 2007-04-25 16:39:40 +00:00
gdt
d670556096 add license (from "Licensing") 2007-04-24 14:49:34 +00:00
ghen
328a23191f Update tcpdump to 3.9.5:
Fix compiling on AIX (, at end of ENUM)
Updated list of DNS RR typecodes
Use local Ethernet defs on WIN32
Add support for Frame-Relay ARP
Fixes for compiling under MSVC++
Add support for parsing Juniper .pcap files
Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
Rework the OSPFv3 printer
Fix printing for 4.4BSD/NetBSD NFS Filehandles
Add support for Cisco style NLPID encapsulation
Add cisco prop. eigrp related, extended communities
Add support for BGP signaled VPLS
Cleanup the bootp printer
Add support for PPP over Frame-Relay
Add some bounds checking to the IP options code, and clean up
the options output a bit.
Add additional modp groups to ISAKMP printer
Add support for Address-Withdraw and Label-Withdraw Msgs
Add support for the BFD Discriminator TLV
Fixes for 64bit compiling
Add support for PIMv2 checksum verification
Add support for further dissection of the IPCP Compression Option
Add support for Cisco's proposed VQP protocol
Add basic support for keyed authentication TCP option
Lots of minor cosmetic changes to output printers
2007-04-24 12:31:47 +00:00
tron
30e3b86f8a Fix incorrect permission (only warnings) reported by "checkperms". 2007-04-24 12:14:23 +00:00
tron
f73c35c2e5 The "gated" script must be run early during system startup because it is
part of the network initialization. Use similar dependences as the
(corrected) "route6d" script. Bump package revision because of this fix.

This should fix PR pkg/36203.
2007-04-24 12:06:18 +00:00
abs
1bfa7bc276 Update net/p5-Net-eBay to 0.41:
- Added ebay-get-item script
2007-04-23 13:24:13 +00:00
obache
9d5fe512ed Update tinc to 1.0.7.
News

Jan 5th 2007
Version 1.0.7 released.
 * Fixed a bug that caused slow network speeds on Windows.
 * Fixed a bug that caused tinc unable to write packets to the tun device on OpenBSD.

Dec 18th 2006
Version 1.0.6 released.
 * More flexible detection of the LZO libraries when compiling.
 * Fixed a bug where broadcasts in switch and hub modes sometimes would not work anymore when part of the VPN had become disconnected from the rest.

Nov 14th 2006
Version 1.0.5 released.
 * Lots of small fixes.
 * Broadcast packets no longer grow in size with each hop. This should fix switch mode (again).
 * Generic host-up and host-down scripts.
 * Optionally dump graph in graphviz format to a file or a script.
 * Support LZO 2.0 and later.
2007-04-21 15:19:01 +00:00
bouyer
3665c1fd42 gcc4 can't read an include file backward :)
Move variables declaration after struct definitions, so that gcc knows the
size of the variables. Fix build on netbsd-4.
2007-04-20 18:55:00 +00:00
tron
f0bcb129a6 Update "libtorrent" package to version 0.11.4 and "rtorrent" package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
  http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
  directories, while the right arrow or ^F enters the selected directory.
  Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply to a download.
  These must be used with the new "on_*" options, so as to allow you to
  create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
  it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
  non-fast-resume checks, which would cause multiple torrents to be hashed
  at once.
- File progress is now updated when hash_check is called, and no longer
  cleared on close. This fixes a bug with >100% file progress being reported
  and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
  and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
  more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
  f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
  = wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
  wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
  the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.
2007-04-20 13:37:57 +00:00
joerg
769fd07af1 Don't use | in the comment. From Woodstock in #pkgsrc. 2007-04-17 22:52:04 +00:00
joerg
f5e73c9a1b Fix DragonFly build. 2007-04-16 15:42:03 +00:00