Commit graph

4166 commits

Author SHA1 Message Date
recht
bcc891fff2 update to 0.11.1
changes:

- Preliminary pyGlobus support (contributed by Ivan R. Judson)
- Fixes for many of the test scripts in tests/*.py, as well as
  documentation in tests/README of what tests succeed and fail.
- New/Changed configuration settings:
- Added 'strict' option to the WSDL class constructor. If strict is
  true, a RuntimeException will be raised if an unrecogned message is
  recieved. If strict is false, a warning will be printed to the
  console, the message type will be added to the WSDL schema, and
  processing will continue.  This is in response to the second half of
  bug report [ 817331 ] "Some WSDL.py changes", submitted by Rudolf
  Ruland.
- Config.simplify_objects=1 now converts all SOAPpy objects into basic
  Python types (list, dictionary, tuple, double, float, etc.).  By default,
  Config.simplify_objects=0 for backward compatibility.
- Config.dict_encoding='ascii' converts the keys of dictionaries
  (e.g. created when Config.simplify_objects=1) to ascii == plain python
  strings instead of unicode strings.  This variable can be set to any
  encoding known to string.encode().
- Config.strict_range=1 forces the SOAP parsing routines to perform
  range checks on recieved SOAP float and double objects.  When

The following bugs have been fixed:

[ 752882 ] "SSL SOAP Server no longer working."
[ 792258 ] "SOAPBuilder.SOAPBuilder.dump can catch wrong exceptions"
[ 792600 ] "SOAPBuilder.SOAPBuilder.dump possibly should not call gentag"
[ 817331 ] "Some WSDL.py changes"
[ 858168 ] 'xsi:nil="true" causes exception'

In addtion, all of the outstanding bugs in the WSDL implementation
have been fixed, so WSDLProxy should now function properly.
2003-12-24 11:42:02 +00:00
recht
a4e9d3e8d6 + py-zsi 2003-12-24 10:31:37 +00:00
recht
8c8d7576b1 initial import of py-ZSI-1.4.1 from pkgsrc-wip
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in The
SOAP 1.1 Specification (see http://www.w3.org/TR/soap).  It can also
be used to build applications using SOAP Messages with Attachments.
(see http://www.w3.org/TR/SOAP-attachments) ZSI is intended to make it
easier to write web services in Python.

In particular, ZSI parses and generates SOAP messages, and converts
between native Python datatypes and SOAP syntax. Simple dispatch and
invocation methods are supported.  There are no known bugs.  It's only
known limitation is that it cannot handle multi-dimensional arrays.
2003-12-24 10:30:33 +00:00
recht
ed1dd71118 + py-spreadmodule 2003-12-24 09:57:41 +00:00
recht
cb761ea108 initial import of py-spreadmodule 1.4
This is a Python extension module for Spread, an open source group
communications package.
2003-12-24 09:55:55 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
agc
143ac41a6a Make this work with gcc3 (no more multi-line string constants). 2003-12-23 11:09:17 +00:00
sketch
839613806e Use compiler.mk logic, fixing systems with a non-GCC compiler. 2003-12-23 10:37:56 +00:00
cube
a8fc6d5414 Update to version 2.6.11.
What's new since 2.6.10:
* fixed mirror -c for empty files.
* a rare coredump fixed in http 0.9 handling, when first line of reply is empty.
* compilation fixes for compilers other than gcc.
* translations update.
2003-12-23 10:11:23 +00:00
kristerw
79bb48358f Override config.sub and config.guess to let it recognize shark. 2003-12-21 18:53:26 +00:00
kristerw
561078e105 Override config.sub and config.guess to let it recognize shark. 2003-12-21 17:44:36 +00:00
veego
c089453a84 Add missing file (bin/btdownloadlibrary.py) which was installed but had
a date in the past: May 20 2003
Found by uninstalling all packages.
2003-12-20 17:29:51 +00:00
grant
bda506ae88 incorporate patch from othersrc/libexec/tnftpd to honour --sysconfdir
(will be included in the next release) and make the package honour
PKG_SYSCONFDIR.

use CONF_FILES to install the sample configuration ftpd.conf and
ftpusers.

bump PKGREVISION, as the default configuration file location has
changed to ${PKG_SYSCONFDIR}. set PKG_SYSCONFDIR.tnftpd=/etc to get
the previous behaviour.
2003-12-20 13:38:37 +00:00
grant
ea7c879d95 nuke PKGNAME (not needed) and SVR4_PKGNAME (invalid).
use CPPFLAGS.SunOS instead of a conditional.
2003-12-19 21:30:00 +00:00
agc
a4501a4216 Bump PKGREVISION for varargs -> stdarg fixes. 2003-12-19 12:25:02 +00:00
agc
7f99714885 fixes for gcc3-isms (varargs -> stdarg) 2003-12-19 12:24:25 +00:00
zuntum
f26e335c1d Update to version 1.2
Changes from version 1.1:
        * Added support for hex netmasks.
        * Minor bugfixes, cleanup.

Provided by the maintainer - Joe Laffey <joe@laffeycomputer.com>, thanks!
2003-12-19 12:23:56 +00:00
grant
5b45acc471 use MAKE_ENV.SunOS instead of a conditional. 2003-12-19 12:02:04 +00:00
agc
f9f562f2af It might be better to indent the "if", rather than the ".", so that make(1)
DTRT.
2003-12-19 10:52:18 +00:00
agc
200a286e88 Remove superfluous PKGNAME definition - it takes its value from DISTNAME. 2003-12-19 09:16:52 +00:00
agc
7862f08a4d Add and enable rp-l2tp 2003-12-18 16:40:03 +00:00
agc
82ec40fec4 Initial import of rp-l2tp-0.3 into the NetBSD Packages Collection.
l2tpd is a user-space L2TP daemon.  L2TP is the Layer Two Tunneling
Protocol described in RFC 2661.  It allows you to tunnel PPP sessions
over a network or transport protocol (in this case, UDP.)

Part of the l2tp code is implemented in the l2tpd program, and part of
it is implemented as "handlers".  A handler is a shared-object library
which is dynamically linked into l2tpd at run-time using the
"load-handler" configuration directive.

Although the handlers included with this package (sync-pppd and cmd)
are licensed under the GPL, as a special exception, you may write your
own handlers which link to code in this package and not release them
under the GPL.  There may be other reasons why your handlers must
be released under the GPL (for example, they may link with other GPL'd
code), but in the absence of other reasons, you may keep your handlers
proprietary.
2003-12-18 16:39:18 +00:00
wiz
8b2b83024e Wildcard tcl-scotty dependency. 2003-12-18 09:52:32 +00:00
xtraeme
22b580daff Update to 1.0.17a
Changes:

* Version 1.0.17a:

 + An old standing issue has been fixed : ungracefully aborted transfers
   caused the session to exit without removing ftpwho entry and atomic
   files. This fix also speeds up ftpwho and peruserlimit.

* Version 1.0.17:

 + The SSL certificate file can now be changed through a new configuration
   switch, --with-certfile. It doesn't depend on sysconfdir any more and it
   defaults to the original location : /etc/ssl/private/pure-ftpd.pem.
 + Shadowed NIS accounts and MacOS X Panther system accounts are now
   processed by the pure-pwconvert tool.
 + The server doesn't reject users any more on Linux when capabilities are
   used.
 + The documentation has been improved (man pages, README, FAQ, typos).
 + Optimizations have been made.
 + SO_REUSEPORT is now used on FreeBSD to always bind the ftp-data port.
 + SSL-related error messages are now more explicit.
 + The SITE TIME command has been implemented.
 + The sample PAM configuration file has been rewritten.
 + A logfile parser has been added to the contribs.
 + MacOS X Panther specific instructions have been added.
 + Upload is now atomic. A file is uploaded with a temporary name and it
   gets its final name only once the upload has been completed. If a file
   already exists with the same name, the content can be preserved until the
   new content has been fully transfered (using the new --notruncate run-time
    switch).
   Web servers will no more serve partially transfered files during uploads.
   The new handling of uploads also limits the races in virtual quota
   handling.

* Version 1.0.16c:

 + The PAM backend and the CGI mode were accidentally broken in version
   1.0.16b. This version fixes both issues.
 + The Norwegian translation has been updated.

* Version 1.0.16b:

 + The server now properly compiles with SSL/TLS on RedHat 9 systems.
 + pure-ftpwho now outputs nice-looking XHTML 1.1 conformant code, an XSS
   issue has been fixed and the local host name is now properly displayed in
   verbose mode.
 + The path to SSL certificates now follows the --sysconfdir prefix.
 + Minor optimizations have been made.
 + IPv4 and IPv6 addresses will now listen for connections even
   without the -4 switch on NetBSD and FreeBSD.
2003-12-18 04:26:05 +00:00
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