Commit graph

4192 commits

Author SHA1 Message Date
xtraeme
047733a3ce Regen. 2003-12-18 03:36:24 +00:00
xtraeme
6f6b551f07 Update to 0.6.b
Changes:

0.6.b       20030710

      + Plugins now works with GTK+ interface
      + Updated the passive OS fingerprint database (1279 records)
      !! Fixed internal refreshing (for huge traffic loads)
      !! Fixed wifi-dump support
      !! Fixed doppleganger re-arp
      !! Fixed a problem with signed char under mac G3
      !! Fixed some possible buffer overflows


0.6.a       20030507

      + Buffered Data Connections (only for ncurses)
      + New Sniffing method (Port Stealing)
      + Updated the passive OS fingerprint database (1189 records)
      + enhanced smb dissector
      + enhanced troll plugin against request caching
      + NEW PLUGIN: Confusion,Hunter, SMB suite
      + partial wifi-dump support (experimental)
      !! Fixed demonization problem
      !! Fixed StateMachine problem
      !! a bouch of bug fix
2003-12-18 03:01:38 +00:00
grant
8f15e0cea5 tnftp listens _on_ a port, not "at" a port.
s/netbsd.org/NetBSD.org/
2003-12-18 01:50:00 +00:00
grant
7bdd4e6e52 indent conditionals, quote some literals, uppercase some literals. 2003-12-18 01:49:05 +00:00
grant
ea0b299166 indent conditionals, quote some literals, uppercase FTP and a literal. 2003-12-18 01:47:07 +00:00
lukem
588a130e02 Update tnftpd to 20031217. Notable changes:
*	Improved portability to Tru64, IRIX, and other LP64 platforms.
	(Inbuilt ls works on IRIX now.  Thanks to Onno van der Linden
	for highlighting the underlying issue!)
    *	License updates on third party code.
    *	Update fts(3) code to include fix for possible race condition.
2003-12-18 01:14:59 +00:00
martti
88290cc824 Use buildlink 2003-12-17 14:22:30 +00:00
martti
c85a7291f7 Initial version 2003-12-17 14:21:39 +00:00
xtraeme
9144af728f Update to 0.132
Changes:

	o Fix sound support.
	o Fixes, translations, remove compact mode,
	  move support to rdesktop 1.3.
2003-12-17 08:14:18 +00:00
grant
c33cc3b14e Updated docsis to 0.9.0.
Changes since 0.7.5:

0.9.0			- fix range of MaxCPE (1-254)
			- add support for Win32 with Cygwin
			- fix ReAuthTimeout upper limit (30)
			- add script to generate HTML help from
			  the symbol table
			- add NSIS packaging script for Win32
			- added configure script, re-organized stuff
			- source code clean-up

0.8.8  02/07/03		- fix handling of label-hinted suffix to OIDs
evvolve			- check for string length overflow while parsing
			- added mibs to distribution
			- change SNMPv3* labels to SNMP*
			- add Docsis20Enable configuration setting
			- complete support for SnmpV3NotificationReceiver

Many thanks to Rudy Zijlstra for pointing out a few bugs.

0.8.7  20/6/03		- fix bug with encoding HexStrings with trailing zeros
Ronald Rosenfeld	- fix double declaration of symbol T_MAC
			- add support for negative integers
evvolve			- change -lcrypto to -lcrypt to make default
			  more "mainstream".
			- add support for ASN_GAUGE encodings
			- fix VendorSpecific decoding
			- print label as comment for enums

Many thanks to Ronald Rosenfeld for sending in three patches.

0.8.6  31/05/03		- add support for SNMPv3Kickstart and
evvolve		  	  partial support for SNMPv3 Notification Receiver
			- fix compilation warnings
			- add support for PHS Rule (untested)
			- cleanup indexes in docsis_symtable.h
			- add regression test script

0.8.4  10/05/03		- fixed SNMP handling ... hopefully for the last time :)
evvolve			- fixed Solaris support
ctrl			- added support for VendorSpecific TLVs


0.8.2  30/01/03		- Integrated fixes from Adrian Kwong and Cornel.
evvolve			- Updated OID format to accept "-" and "_" in labels
ctrl			- We can now encode decoded files directly !
akwong			  (thanks to help from Adrian Kwong)
			- MIB output format changed.
			- NET-SNMP 5.x support.
			- Dropped support for ucd-snmp.
			- Made SNMP decoding smarter - i.e. output OID
			  suffix only; but switch to full-OID output
			  if MIBs are not installed.
			- Hacked support for encoding MTA configuration files.
			- Added support for Vendor Specific info.
			- Worked around string formatting issues in NET-SNMP.
			- Added indent functionality.

Update provided by Simas Mockevicius (the new maintainer) in private
mail, with some changes by me.
2003-12-16 22:52:37 +00:00
martti
c98ce2350f Updated mrtg to 2.10.11nb1
* Added IPv6 support (pkg/23769 by Adrian Portelli)
2003-12-16 19:59:20 +00:00
martti
8f699752fd Added p5-INET6 2003-12-16 19:41:41 +00:00
martti
2a44caedda IO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket
interface and inherits all the methods defined by IO::Socket.
2003-12-16 19:41:03 +00:00
martti
4694497b69 radiusd-cistron (1.6.7) cistron; urgency=medium
* Fix checkrad.pl::cisco_snmp and usrhiper_snmp so that communities
    other than "public" can be used too.
  * Error out on superflous command line args (optind >= argc)
  * Encrypt CHAP-Password in radclient so that CHAP can be tested too
  * Add "wildcard" option to realms - if you set this option, you can
    match on the entire username using shell wildcards in the realms file.
  * If the nastype in /etc/raddb/naslist is set to 'none' for a nas,
    logins on that nas will have no simultaneous use restrictions imposed
    and those logins will not count towards the total amount of logins.
  * Removed 'raduse' and manpage.
  * Can disable radutmp with "-u none" (likewise radwtmp with "-W none",
    though we already had "-w" for that).
  * Call checkrad with an extra argument, the framed IP address.
  * Fix bug where $INCLUDEing a file without any records would
    cause the rest of the original file to be ignored
  * Support for 64-bit wide integers (integer8 type). If compiled with
    gcc, users file can contain both hex and decimal 64-bit values,
    and 64-bit values are printed in decimal. With other compilers
    (no "long long" support) only hex 64-bit values are supported.
  * Change "_" to "-" in dictionary.redback and change the 64 bits
    values to integer8.
  * Moved the dictionary files to /usr/local/share/radius. Now
    only /etc/raddb/dictionary remains that $INCLUDES all the others.
    For new installs only; existing installations won't be changed
  * Make integer in the format string of sprintf(buf, "%03d:%.20s", ..) in
    make_wtmp() unsigned (%u), otherwise the sprintf could in some cases
    (negative NAS-Port, very long NAS-name) overrun the buffer by one
    byte, overwriting the least significant byte of the return address
    on the stack with a \0. Not sure if this is exploitable or not,
    but it could be a security problem.
  * Make sure ut.login (struct radutmp member) is treated everywhere
    as a NON-zero terminated string.
  * Make sure unsigned integers are used in all places using lvalues
    (32 bits radius values), especially nas_port.
  * radrelay: update id of packet when retransmitting.
  * Print an error and free the request struct if we receive an unknown
    packet type.
  * rad_check_multi: if username/NAS/port match, don't count as dup.
2003-12-16 19:19:41 +00:00
sketch
f65d99908f Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build. 2003-12-16 11:22:31 +00:00
recht
32f02c4f58 update to 0.12
Patch provided by Adrian Portelli in PR 23764

From the CHANGELOG:

2003-10-28  Hajimu UMEMOTO  <ume@mahoroba.org>
* Bump version number to 0.12.
* Socket6.pm: Mention that getipnodeby*() was deprecated in
  RFC3493.

2001-09-20  Hajimu UMEMOTO  <ume@mahoroba.org>
* getaddrinfo.c (getaddrinfo): Correct AI_PASSIVE parsing bug.

2001-09-18  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.11.
* getaddrinfo.c (getaddrinfo), gai.h: Add support of AI_NUMERICHOST.
* getnameinfo.c (getnameinfo): Use socklen_t rather than size_t.
* getnameinfo.c (getnameinfo): Fix buffer overflow problem.

2001-09-17  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm, Socket6.xs, config.h.in, configure.in: Add glue
  functions for getipnodeby*() and gai_strerror().
* Socket6.xs: inet_pton() should work as it is.
* Socket6.xs: Better documentation of inet_pton() and inet_ntop().
* Socket6.pm: Description was filled.
* Socket6.pm, Socket6.xs: Return an error message string if
  getaddrinfo() fails.

2001-03-27  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.10.
* Socket6.xs: Make compilable under OpenBSD.  Though OpenBSD has
  KAME, OpenBSD doesn't have netinet6/ipsec.h.

2001-03-21  Hajimu UMEMOTO  <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.09.
* aclocal.m4 (IPv6_CHECK_FUNC): There is getaddrinfo(3) in
  libsocket under Solaris8.
2003-12-16 08:05:05 +00:00
recht
029f86c906 update to 2.4.1.1
Patch provided by Min Sik Kim in PR 23772

Changes since 2.4.0:
- Not disable deprecations by default.
- Fix a crash when debugging a program not in the path. Fix #115147
2003-12-16 07:47:43 +00:00
agc
0dad84bd0c Apply patch from Geoff C. Wing from PR 22475 to make ipw work properly again
after changes to the ARIN whois response.

Bump PKGREVISION
2003-12-15 17:02:22 +00:00
martti
cca67cb5dd Updated ethereal to 0.10.0a
* Updated protocols
* Few new protocols
* Bug fixes
2003-12-15 10:34:33 +00:00
xtraeme
344f2a0841 Update to 2.4.0
Many bugfixes were solved. Review Changelog to see a full list of changes.
2003-12-14 23:54:09 +00:00
jmmv
39baefe344 Update to 2.8.0, based on work done by xtraeme@:
ORBit2-2.8.0
	* bug fixes
		+ sequence_concat helper (Frank)
		+ corbaloc fixes (Frank)

ORBit2-2.7.6
	* bug fixes
		+ try_connection deadlock (Michael, Padraig O'Briain)
		+ shutdown_orb fd leak (Michael, Morten Welinder)
		+ don't export libIDL strangely (Michael, Morten)
	* featurelets
		+ define file specific foo in idlcompile (James H)


ORBit2-2.7.5
	* bug fixes
		+ cmdline option parsing (Michael)
		+ idl-compiler stderr fixes (Dan Winship)
		+ object key hashing fix (Frank Rehberger)
		+ ~always enable thread-safety (Michael)
		+ parallel build fixes (Michael)
		+ _is_a fixes for in-proc + transient poa (Michael)
	* featurelets
		+ RootPOA/POACurrent set guards (Frank)
		+ corbaloc support (Frank)
		+ more regression tests (Michael, Frank)

ORBit2-2.7.3
	* bug fixes
		+ vicious union discriminator issue (Brian Cameron)
		+ non_existent / try_connection fix (Michael)
		+ 'broken' emission at idle (Michael, George Lebl)
		+ DynAnyFactory registration (Michael)
		+ no longer explicitely "entering a wold of pain"
		+ ORBit_sequence fixes (Frank Rehberger)
		+ linc source fix (Padraig O'Briain)
		+ gthread linkage fix (Michael)
		+ struct/union leakage on exceptions (Frank)
	* featurelets
		+ improved regression tests (Michael, Frank, Bowie Owens)
		+ lots of documentation improvements (Gustavo Carneiro)
		+ -ORBInitRef, -ORBNamingIOR (Frank)

ORBit2-2.7.2
	* bug fixes
		+ fixed docs build (Gustavo Varneiro)
		+ thread pool fix (Alex)
		+ build fixes (Waschk, oGalaxy, Michael)
	* features (Michael)
		+ vastly improved thread safety (& Alex)
		+ improved regression tests
		+ much improved ABI
		+ implemented POA thread policies
		+ client side re-enterancy guard policies
		+ internalized linc as 'linc2/link'
		+ in-proc cross-thread invocation
		+ poa copying API

ORBit2-2.7.1
	* bug fixes
		+ tail align fix (Herbert Valerio Riedel)
		+ request ID fix (Herbert)
		+ thread hint fix (Gustavo Carneiro)
		+ build fixes (Richard Kinder)
		+ packed type marshal fix (Michael Haubenwallner)
		+ purifing mode fixes (Michael)
		+ use g_get_tmp_dir (Michael)
	* features
		+ much improved thread safey (Michael)
		+ improved tests (Michael)
		+ locate request impl. (Herbert)
		+ GIOP cleans (Herbert)
		+ configurable init msg limit (Michael)
		+ cygwin support (Masahiro Sakai)
		+ code cleans (Richard Kinder)
2003-12-14 19:43:50 +00:00
jmmv
e9ee316c6b Update to 1.1:
* much improved threading (Michael)
	* much improved docs (Gustavo Carneiro)
	* cygwin support (Masahiro Sakai)
	* Unix socket length fix (Masahiro)
	* OSF/1 True64 support (mmokrejs)

While here, enable OpenSSL support.
2003-12-14 19:41:40 +00:00
cube
78e0a7b829 Update to version 2.6.10. This version contains a fix for a buffer
overflow vulnerability in the HTML parser code affecting "ls" command on
malicious HTTP server.

See http://lists.netsys.com/pipermail/full-disclosure/2003-December/014824.html

Version 2.6.10 - 2003-12-11

* security fixes in html parsing code.
* fxp between ftps session is now possible (unencrypted yet).
* fixed a rare bug with access to freed memory in ftp.
* fixed a bug in mirror, now it does not incorrectly append directory name
  when target directory is the root.
* fixed compilation on AIX.
* Polish translation updated.
2003-12-14 15:48:36 +00:00
xtraeme
a13f9bfa8e Update to 5.1.0 provided by Soren Jacobsen PR pkg/23743.
Changes:

5.1.0 (2003-11-09)
        * GNU TLS support (alternative to OpenSSL),
        * Small licence change,
        * Portability fixes (MacOS X)
5.0.1 (2002-11-04)
        * Small bug fixes,
        * Better error messages with invalid options
5.0.0 (2002-10-11)
        * Now uses getnameinfo/getaddrinfo. Two consequences:
           - you can compile only on a recent Unix
           - you have IPv6 support
        * With -v, now able to separate kernel (TCP) and application latency
        * Now displays the standard deviation for repeated tests. Warning:
          this may break some scripts which parse the output of echoping.
4.2.0 (2001-03-16)
        * New -a and -A options to control the proxy/cache (disable caching).
          Fixes bug/wish #232324
        * Support for microsecond wait (uses usleep)
        * New option (-p) to set socket priority (Linux only)
        * New option (-P) to set IP Type of Service octet
        * Bug fixes: #230384 (SSL records are different from text lines)
2003-12-14 04:08:32 +00:00
xtraeme
1b362f3e95 Updated to 2.0.16
Changes:

	o More translation files
	o bugfixes, etc.

Review Changelog for a complete list of changes.
2003-12-13 11:49:39 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
kristerw
fcb3ffa918 Override config.sub and config.guess to let it recognize shark. 2003-12-12 21:35:24 +00:00
heinz
f240b1e325 Update to version 0.42.
Changes since 0.40:


*** 0.42 October 26, 2003

Fixed compilation problems on panther (Mac OS 10.3).

Fixed a bug in Net::DNS::Resolver::Recurse which allowed an endless
loop to arise in certain situations.  (cpan #3969, patch
by Rob Brown)

Applied Mike Mitchell's patch implementing a presistant UDP socket.
See the Net::DNS::Resolver documentation for details.

*** 0.41 October 3, 2003

Added some documentation about modifying the behavior of Net::DNS::Resolver.

** 0.40_01 September 26, 2003

Fixed some uninitialized value warnings when running under windows.

Fixed a bug in the test suite that caused 00-version.t to fail with
certain versions of ExtUtils::MakeMaker.   Thanks to David James, Jos
Boumans and others for reporting it.

Reply handlers in Net::DNS::Nameserver are now passed the peerhost.
(Assen Totin <assen@online.bg>)

Reply handlers in Net::DNS::Nameserver can now tweak the header bits
that the nameserver returns.  [Olaf]

The AD header bit is now documented, and twiddleable. [Olaf]

The change log has been trimmed, entries for versions older than 0.21
have been removed.

** NOTICE **
Net::DNS::Resolver::axfr_old() has been removed from the package.
An exception will be thrown if you attempt to use this method.  Use
axfr() or axfr_start() instead.
2003-12-10 22:38:41 +00:00
lukem
1a94f63ead Update to tnftpd 20031210.
Notable changes:
    *	portability fixes for Darwin/Tru64.
    *	license updates
    *	version format change
2003-12-10 02:57:51 +00:00
lukem
2510b890a4 Import tnftp 20050103.
Various changes, including:
	* forbid mget of filenames that aren't in or below the local cwd.
	* improve auto-fetch transfers
	* improve www/proxy authentication support
	* improve http response header parsing
	* change UCB-licensed code from 4-clause to 3-clause
2003-12-10 01:31:53 +00:00
xtraeme
6f2391af9a typo 2003-12-09 07:01:29 +00:00
xtraeme
9c1571b1ec Update to 1.0.3, provided by Min Sik Kim in PR pkg/23673.
Changes:

        o Don't install linc-cleanup-sockets (Michael)
        o Unix socket length fix (Masahiro)
2003-12-09 06:54:29 +00:00
grant
089b4d7345 fix formatting. 2003-12-09 04:51:55 +00:00
wiz
a2551edefe Update to 1.9.1:
* Wget 1.9.1 is a bugfix release with no user-visible changes.

* Changes in Wget 1.9.

** It is now possible to specify that POST method be used for HTTP
requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
send a POST request with the specified contents.

** IPv6 support is available, although it's still experimental.

** The `--timeout' option now also affects DNS lookup and establishing
the TCP connection.  Previously it only affected reading and writing
data.  Those three timeouts can be set separately using
`--dns-timeout', `--connection-timeout', and `--read-timeout',
respectively.

** Download speed shown by the progress bar is based on the data
recently read, rather than the average speed of the entire download.
The ETA projection is still based on the overall average.

** It is now possible to connect to FTP servers through FWTK
firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
log on to the proxy as "username@host".

** The new option `--retry-connrefused' makes Wget retry downloads
even in the face of refused connections, which are otherwise
considered a fatal error.

** The new option `--dns-cache=off' may be used to prevent Wget from
caching DNS lookups.

** Wget no longer escapes characters in local file names based on
whether they're appropriate in URLs.  Escaping can still occur for
nonprintable characters or for '/', but no longer for frequent
characters such as space.  You can use the new option
--restrict-file-names to relax or strengthen these rules, which can be
useful if you dislike the default or if you're downloading to
non-native partitions.

** Handling of HTML comments has been dumbed down to conform to what
users expect and other browsers do: instead of being treated as SGML
declaration, a comment is terminated at the first occurrence of "-->".
Use `--strict-comments' to revert to the old behavior.

** Wget now correctly handles relative URIs that begin with "//", such
as "//img.foo.com/foo.jpg".

** Boolean options in `.wgetrc' and on the command line now accept
values "yes" and "no" along with the traditional "on" and "off".

** It is now possible to specify decimal values for timeouts, waiting
periods, and download rate.  For instance, `--wait=0.5' now works as
expected, as does `--dns-timeout=0.5' and even `--limit-rate=2.5k'.
2003-12-08 21:44:35 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
fredb
9a7a98d326 Link directly to the documentation page, drop the udel link, whitespace. 2003-12-07 16:32:59 +00:00
martti
3997f3b4e6 Updated proftpd to 1.2.9
* bug fixes
2003-12-07 13:53:34 +00:00
martti
478f77da58 Updated mrtg to 2.10.11
* lots of bug fixes
2003-12-07 13:53:32 +00:00
xtraeme
dc095f12f6 Make this build with gcc3. Patch obtained from PR pkg/23643. 2003-12-06 01:52:10 +00:00
xtraeme
626c41f2ff Add and enable libsoup. 2003-12-05 22:54:56 +00:00
xtraeme
a35b4c0bb9 Initial import of libsoup-1.99.26 from pkgsrc-wip, packaged by Marc
Recht.

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication
2003-12-05 22:54:11 +00:00
recht
b78f331a2c + gnetcat 2003-12-05 14:13:00 +00:00
recht
28945f9ada initial import of gnetcat 0.7.0
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol.
It is designed to be a reliable "back-end" tool that can be used directly
or easily driven by other programs and scripts. At the same time, it is a
feature-rich network debugging and exploration tool, since it can create
almost any kind of connection you would need and has several interesting
built-in capabilities.

This package was provided by Adrian Portelli via pkgsrc-wip.
2003-12-05 14:11:27 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
5b2f7734e2 Bump PKGREVISION (libIDL-0.8.2) 2003-12-04 17:08:51 +00:00
xtraeme
b6fd48c6d2 Require at least libIDL-0.8.2 to pick up the dependencies (missed in
previous). Bump PKGREVISION.
2003-12-04 17:07:48 +00:00
tron
a28f1c6317 Update "rsync" package to version 2.5.7. Changes since version 2.5.6:
- SECURITY: Fix buffer handling bugs.
2003-12-04 10:57:42 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
heinz
bf655f6a27 Change SVR4_NAME (already used by p5-Net) 2003-12-03 19:25:30 +00:00
xtraeme
6b845b5e66 Add and enable wistumbler2. 2003-12-03 19:11:47 +00:00
xtraeme
9d6e60aa80 Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.
======== WiStumler2 ======================
Network stumbler for WaveLAN/IEEE wireless
==========================================

Original code: Isao SEKI <iseki@gongon.com>
Fork&patches:  pancake <pancake@phreaker.net>

WiStumbler2 is a fork of original wistumbler caused by the incommunication
of the original author, because seems that development was getting stopped.

In the fork of wistumbler I add some new features and bugfixes.

Diff on wistumbler:
 - gtk2 and theme support.
 - some gtk widgets wasn't correctly used.
 - Support for console mode (no X needed).
 - Allow log-saving on the fly (new button).
 - Patches some GPS pointers that segfaults.
 - Speaker beeps like windows-stumbler. (ear-wardriving)
 - FreeBSD port finished.
2003-12-03 19:11:01 +00:00
jmmv
020f7b1ddf Update to 1.7.1. IIUC, this is the unstable branch, but AFAIK it is far more
stable than the last 1.6.1 version, and connects to a lot more servers, so here
is the update.

Version 1.7.1
-------------
Un-Thesis' Contributions:
   * FIXED: A bug that would cause approx 5% download sources to be deleted
     unnecessarily.
   * FIXED: aMule 1.1.2 bug in their ZLib implementation (look for "FIXME" in
     their code heh).
   * FIXED: Removed the undefined VoidList warning in mfc.cpp.
   * Added ZLIB support to xMule, based on aMule 1.1.1, which is based on eMule
     0.30c.
   * Changed target minimum speed for each upload from 3000 bytes/sec to
     2KB/sec.
   * Implemented nearly 100% of aMule-1,1,2's network modifications that worked.
   * Client now masquerades as eMule v0.34 heh.
   * Download list now refreshes in *real* time.  No more seconds delay.
   * Less waiting for downloads!  Fixed a broken if statement that was tossing
     out some of the early download connections.
DongCheon Park's contributions:
   * Updated the Korean translation files for new features in 1.7.x.

Version 1.7.0
-------------
Highlights:
   * There are no known exploits in this version.
   * Lots of fixed memleaks and cpuleaks.
   * Extended support for more eMule v3x protocol changes.
   * Enhanced transfer controls.
   * Supports every eDonkey server.
malware's contributions:
   * FIXED: endless loop in sending UDP packets.
   * FIXED: a possibly exploitable bug as noticed by S. Esser from e-matters
     (#3 "Servername Format String Vulnerabilities").
   * FIXED: new downloads assigned to random category.
   * FIXED: Bug rehashing a part file.
   * FIXED: Various minor problems found by malloc debuggers.
   * FIXED: Bug using MFC CMap.
   * Speed up the initial sharing by making KnowFileList a hash map.
   * Remove the assign to category context menu entry only if it was
     already there.
   * Reimplemented hashing thread.
   * Removed unused locks. As the NetBSD team pointed out they are
     causing problems on their system because it does core dump on
     unlocking a mutex that was not locked.
   * Made the title for systray the same as for the main dialog.
   * Never share a file twice.
   * Check size of OP_SERVERSTATUS packet more strictly.
   * Do not display the unit for file size twice in shared file list web page.
   * Make xmule not to send the MOD_VERSION information. This does avoid a
     problem with the LSD mod and other xmules.
   * Added check for libm to configure.in.
   * Avoid accepting an unrequested hashset.
   * Removed memory leak from hashing thread.
   * Implemented rescaling of the graph of currently active connections.
   * Remove invalid gap information entries which might be caused by
     incomplete part.met files.
   * Removed all font specifications from the XML resources.
   * Do not start a search after adding an ED2K-Link.
   * Enable clipping in download list control.
   * Possible fix for some problems while ending the program.
   * Keep the requested file in sync with the part status in CUpDownClient.
   * Imported from eMule:
       - Source exchange v2
       - Do not swap a source to a stopped file.
       - Up-/download auto-priority
       - Request of shared files by directory.
       - "Obtained Parts" bar in the shared files list
Un-Thesis' contributions:
   * FIXED: Bug that kept auto-backtrace from occuring in Linux.
   * FIXED: Rare crash occuring in Preferences->Directories.
   * FIXED: Optimization and compilation warnings using -O2 with GCC 3.3.x.
   * FIXED: Two memleaks in ClientCreditList.cpp.
   * FIXED: Several GCC 3.4 problems.
   * FIXED: Several Intel C++ problems.
   * Added more support for Solaris, thanks to wimms.
   * Corrected various Linux-specific #ifdefs.
   * Now masquerades as eMule v0.31 in order to use hostile eMule servers.
   * Added initial support for GCC 3.2+ AthlonXP optimizations.
   * Added initial support for wxGTK 2.5.1.
   * Two tweaks to make SuSE builds less CPU-intensive.
   * New build system, easier to maintain and automake free. Yay!
   * Streamlined included images: now only necessary ones are there.
   * Added initial support for JusSx's ed2k+ daemon.
   * Added initial support for Hetfield's systray daemon.
   * Added initial support for my telnet/ssh/www daemon.
NetBSD team's contributions:
   * FIXED: bug with the mutex protecting calls to gethostbyname.
   * Try to increase some resource limitation to the permitted maximum.
sepahewe's contributions:
   * Fix images in transfer list web page.
Justinas' contributions:
   * Fixed the mfc.h warnings at lines 418, 423,
2003-12-03 13:04:30 +00:00
jmmv
a63f17df49 Add and enable tsocks. 2003-12-03 12:58:21 +00:00
jmmv
7a21537448 Initial import of tsocks, version 1.7:
tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
SOCKS without any modification.  It does this by intercepting the calls that
applications make to establish network connections and negotating them through
a SOCKS server as necessary.

tsocks is based on the 'shared library interceptor' concept.  Through use of
the LD_PRELOAD environment variable, tsocks is automatically loaded into the
process space of every executed program.
2003-12-03 12:57:20 +00:00
salo
864ce084ee Update to version 2.6.9.
Addresses PR pkg/23633 by Soren Jacobsen.

Changes:
- shorten DESCR
- style nits

2.6.9:
======
- New setting ftp:ssl-protect-list for encrypting file listings selectively.
- Don't use PRET again if it is not supported.
- Added cls --sort=time option (alias for sort=date).
- Don't set file modification time if it grew while downloading.
- New setting cmd:verify-path-cached.
- Added long options for `open' command.
2003-12-03 09:06:56 +00:00
xtraeme
025c33f8b8 Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603.
Changes:

libIDL 0.8.2:

        * Support new versions of flex (Jody Goldberg)

libIDL 0.8.1:

        * add '_' prefix escaped keyword support (Nick Lewycky)
        * cygwin build support (Masahiro Sakai)
        * build fixes (Mark McLoughlin, Thomas Vander Stichele)
        * autoconf upgrade (Havoc Pennington)
        * BSD portability fix (Jacob Berkman)
2003-12-03 02:18:58 +00:00
cube
fe25a609d3 Bump PKGREVISION after last commit (fix for a connection hanging bug). 2003-12-01 17:23:24 +00:00
cube
e299dd8c0e Comment out the code that returned DECOMP_ERROR when an out-of-order packet
is received.  It is necessary because in the case of a dropped packet,
while it is understandable to return DECOMP_ERROR, it has the side effect
of making NetBSD desactivate the MPPE decompressor on the PPP interface.

A comment in net/if_ppp.c mentions a patent that would prohibit an
automatic failure recovery in that case, so it would need MPPE-specific
code in net/if_ppp.c, which of course is impossible since the MPPE
decompressor is only available as a LKM.

Just ignoring the problem is a bit of a hack, but is a much more nicer
solution that what I used when I first encountered the issue.

Problem reported and patch provided in PR 23593, by Yoshitaka Tokugawa.
2003-12-01 15:07:03 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
wiz
d71fc12f5f Update HOMEPAGE and MASTER_SITES.
Recreate distinfo since tarball on new site is repackaged (same contents
verified). Add DIST_SUBDIR since the name hasn't changed (can be removed
on next update).
2003-11-28 09:42:54 +00:00
abs
37dd4f403e Update tightvnc to 1.2.9 to match tightvncviewer
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27 17:27:29 +00:00
recht
68065af0f6 update to 1.2.9 provided in PR 23580 by Min Sik Ki
* TightVNC 1.2.9

  - Unix version: New "Request refresh" button has been implemented in
    the viewer's F8 popup menu.

  - Unix version: A patch to fix input focus problems in the X11
    viewer has been applied, from Greg Breland.

  - Unix version: A patch fixing Xvnc crashes on Sparc has been
    applied, from the RealVNC distribution.

  - Unix version: A problem with incorrect port interpretation has
    been fixed, in the vncviewer's -tunnel option handling. Thanks to
    Clark Sessions.

  - Other minor improvements and bugfixes.

ok'ed by wiz@
2003-11-27 16:19:22 +00:00
grant
e71f951d44 fix COMMENT 2003-11-26 05:59:50 +00:00
jlam
ac375f17de Convert to use buildlink2. Remove s/make/${MAKE}/g changes in patch-ae
made unnecessary by tools.mk.
2003-11-23 01:23:58 +00:00
grant
466686b97a fix sound support on NetBSD by picking up ${DEVOSSAUDIO} from
ossaudio.buildlink2.mk and using it.

reorder WRKSRC to appease pkglint.

bump PKGREVISION.
2003-11-22 03:34:51 +00:00
fredb
195affaa71 Don't change the permissions of files in the work directory,
so that "make clean" after just-in-time "su" works. Closes
PR pkg/23477 by Adrian Portelli.
2003-11-21 01:02:24 +00:00
he
42670a0633 Centralize the specification of the version number, so that the
post-install target doesn't get out of sync and creates a symlink
pointing into empty space.  Package revision bumped to 1 since
this will modify a binary package.
2003-11-20 14:26:00 +00:00
fredb
648d43d599 Disable detection of <sys/soundcard.h>, to let this build on very current
systems (NetBSD 1.6ZF).
2003-11-20 12:09:09 +00:00
grant
c6c45e2138 Updated rdesktop to 1.3.0.
Major changes since 1.2.0:

New features:

* RDP 5
* 15, 16 and 24 bit color depths
* Basic clipboard redirection
* Sound
* IPv6
* Attaching to console on Windows 2003

Other changes:

* Updated keymaps
* Increased maximum lengths for usernames and passwords
* Support for specifying geometry in terms of percent of whole screen
2003-11-20 04:46:08 +00:00
wiz
7db38d55ce Fix a security problem wrt telnet control characters. Bump PKGREVISION.
Patch from RedHat Source RPM via itojun (same for zebra commit a minute ago).
While here, fix PLIST.
2003-11-18 16:34:49 +00:00
wiz
2ac60416e4 Fix a security problem wrt telnet control characters. Bump PKGREVISION. 2003-11-18 16:34:13 +00:00
hubertf
46bc41cf1d Put back .py files accidentally removed in last upgrade.
Patch contributed by Bernd Ernesti <bernd@veego.de> in private mail.

XXX why are the .py files dated a few minutes before the pkg was built!?
2003-11-17 00:26:49 +00:00
agc
7a13fe3ac5 Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it.

Differences from previous version is (the modification to the comment
is mine):

--- old/tsclient-0.124/src/support.c    2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c    2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@

       // do this [....] for all modes
       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-4] = '\0';
+      //buffer[strlen(buffer)-4] = '\0';
       c_argv[c_argc++] = g_strdup (buffer);

     } else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
       c_argv[c_argc++] = strdup(buffer);

       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-2] = '\0';
+      //buffer[strlen(buffer)-2] = '\0';
       c_argv[c_argc++] = strdup(buffer);

     } else if (rdp->protocol == 3) {
2003-11-16 21:23:04 +00:00
cube
4f73b397e7 o Better handling of pthreads dependency
o Fixes to make building and installing more easy
o Make MaraDNS actually look into ${PKG_SYSCONFDIR} for its configuration
  file, thus bumping PKGREVISION.
2003-11-14 21:19:03 +00:00
tron
653a95fbab Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-14 13:36:21 +00:00
wiz
92c0808d82 Make build with pth. 2003-11-14 09:34:42 +00:00
tron
e5b77324e8 Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-13 21:20:08 +00:00
xtraeme
29e1c9efb8 Update to 1.3.6 provided by Andrey Simonenko (Maintainer). PR pkg/23417.
Changes since 1.3.5:

- Fixed bug: ipa incorrectly worked when some IPFW/IP6FW/IPF/PF
  rule overflowed and this rule is not the first by order in the
  corresponding parameter (in "ipa -t" output), it calculated more
  bytes than actually should be calculated
- Fixed two bugs: ipa sometime incorrectly did accounting for limits
  if statistics was subtracted in some rule
- Fixed bug: limit's start_time could be yyyy.mm.dd/24:00:00
  in the database, mktime(3) on tested systems understands such
  local time and transforms it to next_day/00:00:00, now start_time
  can't be 24:00:00 any more and always is next_day/00:00:00.
- Fixed bug: if new_local_time - old_local_time > one_day (for
  example as the result of date of ntpdate commands usage), then
  ipa thought that a new day came, now it tries to find out if
  local time is changed too quickly
2003-11-13 06:43:45 +00:00
cube
d925067381 Use BSDSRCDIR to find kernel sources instead of simply /sys. 2003-11-12 05:25:45 +00:00
cube
894aaff61c Make it look for openssl 0.9.6l, in order to compile. 2003-11-12 05:19:40 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
wiz
6785b7a2c9 Update to 0.207 since distfile download broke.
Changes since 0.151:
v0.207 badauth self. fix
v0.206 SMC password
v0.205 Added myphotos.cc
v0.204 Added dynalias.com, net and org
v0.203 Updated dyndns.html page for domains list
v0.202 DLink DSL504 bug fix from Stephan Allene
v0.201 DLink DSL504 patch from Stephan Allene
v0.200 rollback to 198 and apply barricade patch from Adam Jenkins
v0.199 try to send the pws twice on barricade
v0.198 fixed a small bug with the printing of alcatel password length
v0.197 added DI614+ to the DI804 section
v0.196 pro800turbo fixes
v0.195 -Z parsing after only one prompt
v0.194 update list of non-custom domains
v0.193 put the double auth on 3114 back in
v0.192 save the netgear 3114 pages to different out files
v0.191 added --pfile bad usage check, dropped netgear 3114 double auth
v0.190 -R fixes and added --pfile
v0.189 put U back in upper opts, add netgear 3114
v0.188 allow 0 in fourth quad of an IP
v0.187 more verbose ipcheck.html file to debug 302 result
v0.186 SMC Barricade htm to HTM
v0.185 Alcatel -r info, custom and offline allowed
v0.184 DI704 menu parsing
v0.183 HTTPS version check and log messages
v0.182 DI704 post changes
v0.181 added isa-geek domains and changed exit to warning
v0.180 search for 2. instead of 2.0 python version
v0.179 port forward for Alcatel STP from Paul Andreassen
v0.178 Siemens Speedstream 2620 support from Douglas Henke
v0.177 fixed a logger reference in write for ErrorFile class
v0.176 disable https by default for python2
v0.175 Cayman_user fix
v0.174 more code clean up
v0.173 DLink DI713P support from Larry Kluger
v0.172 more code clean up patches from Juha Ylitalo
v0.171 two more code clean up patches from Juha Ylitalo
v0.170 code clean up patches from Juha Ylitalo
v0.169 routerIP fixes
v0.168 Netgear338 fixes
v0.167 Barricade update
v0.166 RT338 tweaks
v0.165 DI704 changes
v0.164 RT338 initial testing
v0.163 DI704 more changes
v0.162 DI704 change
v0.161 make platform strings case insensitive
v0.160 --snmpget fix patch from Tristan Hill
v0.159 --snmpget option thanks to Tristan Hill
v0.158 -X fix, look for either Default and IP to preceed address
v0.157 404 error handling
v0.156 DI704 initial try
v0.155 Os2rt tip from Bas
v0.154 DLink DI804 patch from Frank Adcock
v0.153 syslog respects -q
v0.152 Eicon Diva fix
2003-11-11 09:32:27 +00:00
danw
9481ae28d8 support darwin 2003-11-10 03:30:33 +00:00
jdolecek
0d0ea1f24e Update PHP to 4.3.4
From release announcemenet:

After a lengthy QA process, PHP 4.3.4 is finally out!
This is a medium size maintenance release, with a fair number of bug fixes.
All users are encouraged to upgrade to 4.3.4.

Bugfix release

PHP 4.3.4 contains, among others, following important fixes, additions
and improvements:
* Fixed disk_total_space() and disk_free_space() under FreeBSD.
* Fixed FastCGI support on Win32.
* Fixed FastCGI being unable to bind to a specific IP.
* Fixed several bugs in mail() implementation on win32.
* Fixed crashes in a number of functions.
* Fixed compile failure on MacOSX 10.3 Panther.
* Over 60 various bug fixes!

For full list of changes in PHP 4.3.4, see ChangeLog:
	http://www.php.net/ChangeLog-4.php#4.3.4
2003-11-08 06:58:10 +00:00
xtraeme
557a912cf6 Upgrade to 2.6.8, by Soren Jacobsen via PR pkg/23383.
Changes since 2.6.7:

	* better multibyte character support.
	* experimental ftp protocol command PRET added; new setting
	  ftp:use-pret.
	* unblock SIGCLD signal when running external programs.
	* fixed compilation with socks.
2003-11-08 06:31:58 +00:00
jdolecek
1f0e3bafbf use net-snmp (version 5.x) instead of ucd-snmp (version 4.x), mainly because
the latter doesn't actually compile on -current
bump pkg revision
2003-11-07 23:23:18 +00:00
reed
5a41c8b1b3 Add buildlink2.mk for net/netatalk. (Okay'd by wiz.)
This is for PR #23391 submitted by Hauke Fath. Changes include
using wildcard for include/atalk/* and include/netatalk/*
and also added bin/netatalk-config as a buildlink file.
2003-11-07 23:07:09 +00:00
gavan
d50b33ce66 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
abs
c464727825 Update speedtouch to 1.2-beta2nb2:
Switch to BEFORE ipnat rather than REQUIRE ipnat, so ipnat over
	adsl tun0 interface works as expected
2003-11-07 11:17:58 +00:00
abs
0c5ed6be1a Update speedtouch to 1.2-beta2nb1:
Fix install of example files after upgrade to 1.2-beta2
2003-11-07 11:06:17 +00:00
cube
9c4deee051 Nothing in pkgsrc creates a lib/tcl/tnm3.0.0 path, so remove it from the
MIB search PATH.
2003-11-07 05:13:05 +00:00
fredb
2d7ee8c6ba Update post-install target and MESSAGE for churn in the documentation,
and especially fix permissions on the new directories.  Should close
PR pkg/23378, by Wolfgang S. Rupprecht.
2003-11-06 20:32:57 +00:00
agc
03996cfbda Use a DIST_SUBDIR based on the PKGNAME as the distfile has changed
without a version number (the changes seem to be "trailing garbage at
the end of the archive", but I'd like a second opinion on this one).
2003-11-05 08:22:12 +00:00
recht
b59b837137 Update the checksum. The archive changed in size, but the contained .tar
file is still the same.
2003-11-05 00:48:56 +00:00
dmcmahill
330109670c use gcc3 on alpha to avoid compiler errors which prevent building 2003-11-05 00:04:20 +00:00
heinz
0f9865cb33 Bump revision due to change in PLIST 2003-11-04 20:57:11 +00:00
heinz
d31f2e8c19 Using GNU configure lets this work on Solaris as well 2003-11-04 20:52:47 +00:00
adam
aadd21d1a2 Don't use pcap_compile_nopcap() 2003-11-04 14:14:01 +00:00
adam
090b22dc57 Ethereal 0.9.16:
This release fixes potential security issues with the GTP, ISAKMP,
  MEGACO, and SOCKS dissectors.

New and updated features
  Ethereal has leapt forward into the 90's and added a toolbar.

  Ethereal and Tethereal can now force the data link type of captured
  frames.

  RTP analysis has been enhanced.

  Individual frames can now be marked as time references

  Service response time and general I/O statistics have been enhanced.  I/O
  statistics can now calculate client load (experimental).

New protocol support
  ACN, ALCAP, ANSI MAP, ASN.1 BER, BSSAP, DCE/RPC DRSUAPI, DCE/RPC
  INITSHUTDOWN, DCE/RPC RS_BIND, FC-SP, FICON, GSM BSSMAP, GSM DTAP, GSM
  SMS TPDU, GSM SMS, GSM SS, H.450, IOS 4.0.1 IS-637-A (SMS), IS-683-A
  (OTA), T.38, TCAP, TPCP

Updated protocol support
  AODV, ASN.1 PER, BSSGP, CDP, Cisco HDLC, COPS, DCE/RPC BROWSER, DCE/RPC
  DNSSERVER, DCE/RPC EPM, DCE/RPC LSA, DCE/RPC Messenger, DCE/RPC REG,
  DCE/RPC SVCCTL, DCE/RPC, DFS, DHCPv6, DOCSIS, EAPOL, ENIP, Frame Relay,
  FTP, GPRS, Gryphon, GTP, H.225, H.245, HTTP, ICMP, IEEE 802.11, IPX,
  ISAKMP, ISUP, LAPB, Laplink, LWAPP, MAPI, MDSHDR, MEGACO, MPLS, NCP,
  NDPS, NETLOGON, NFS, NTLMSSP, OSPF, OXID, PPP, Q.931, Q.933, RANAP, RIP,
  RTP, SAMR, SCCP, SCSI, SCTP, SDP, SIP, SMB, SMPP, SNMP, SOCKS, SONMP,
  SPOOLSS SRVLOC, SRVSVC, T.35, TACACS+, TAPI, TCP, TZSP, WKSSVC, WSP,
  X.25, Yahoo! Messenger

Updated capture file support
  Linux Bluez Bluetooth hcidump support has been added.

  Endace ERF and Network Instruments Observer, and NetXRay support has
  been enhanced.
2003-11-04 12:49:25 +00:00