Commit graph

5126 commits

Author SHA1 Message Date
jlam
bb8b28ccd8 Update net/samba to 3.0.7. Changes from version 3.0.5 include:
o Fixes for two Denial of Service vulnerabalities
    (CVE ID# CAN-2004-0807 & CAN-2004-0808).
  o Winbind failure to return user entries under certain conditions.
  o Syntax errors in the OpenLDAP schema file (samba.schema).
  o Printing errors caused by not setting default values for the various
    printing commands.
  * Disable 'winbind enable local accounts' by default.
  o Schannel failure in winbindd.
  o Incompatibilities between the 'write list' and 'force user' smb.conf
    options.
  o Premature optimization of the open_directory() internal function that
    broke tools such as the ArcServe backup agent, Macromedia HomeSite,
    and Robocopy.
  o Sharing violation errors commonly seen when opening when serving
    Microsoft Office documents from a Samba file share.
  o Browsing problems caused by an apostrophe (') in the computer's
    description field.
  o Problems creating special file types from UNIX CIFS clients and
    enabling 'unix extensions'.
  o Fix stalls in smbd caused by inaccessible LDAP servers.
  o Remove various memory leaks.
  o Fix issues in the password lockout feature.
  o Using a cups server other than localhost.
  o Maintaining the service principal entry in the system keytab for
    integration with other kerberized services.  Please refer to the
    'use kerberos keytab' entry in smb.conf(5).  When using the heimdal
    kerberos libraries, you must also specify the following in /etc/krb5.conf:
    [libdefaults]
       default_keytab_name = FILE:/etc/krb5.keytab
  o Support for maintaining individual printer names stored separately
    from the printer's sharename.
  o Support for maintaining user password history.
  o Support for honoring the logon times for user in a Samba domain.
  * Reintroduce 'force unknown acl user' parameter.  When getting a security
    descriptor for a file, if the owner sid is not known, the owner uid is
    set to the current uid. Same for group sid.
2004-09-14 17:18:05 +00:00
wiz
4380814aec Make build on 2.0 with a patch provided by Pavel Cahyna.
Remove NOT_FOR_PLATFORM line.
2004-09-12 22:19:27 +00:00
kristerw
78e905f164 Correct path to config.h. 2004-09-12 21:34:21 +00:00
jlam
20fcfd595a Different platforms expect different names for the NSS winbind and
WINS modules.  Fix from PR pkg/26640 by John Benninghoff with
modifications by me.
2004-09-12 05:00:53 +00:00
wiz
54c417c67d Fix build with gcc3. 2004-09-10 19:47:43 +00:00
wiz
180b6c89cf Mark as not for NetBSD>1.6ZC, since it uses the obsoleted-in-1.6ZD
if_ieee80211.h header file.
2004-09-10 19:37:36 +00:00
drochner
d2e22bc7db coda5's C++ code doesn't compile with gcc-3.3 and higher
check and set PKG_FAIL_REASON to get a better error msg
2004-09-10 12:19:13 +00:00
drochner
c9f7ca5866 1. we need py-soappy
2. py-soappy needs a threaded Python
1+2: we need threads
2004-09-10 12:09:26 +00:00
wiz
0ff3f93480 Fix a dependency to match the current version. 2004-09-09 22:29:35 +00:00
xtraeme
b6a4272449 + ftplibpp (hi cjep!) 2004-09-09 06:56:01 +00:00
sketch
e5b95695d3 Complete the job of detecting strcasestr(3) by using it if available. 2004-09-08 15:28:38 +00:00
sketch
a845139c9e varargs->stdarg, fixes build with GCC3.
Add dante to CONFLICTS as they install files with the same name (dante already
has socks4 in its own CONFLICTS).
2004-09-08 15:03:15 +00:00
xtraeme
18de3fd899 Update MASTER_SITES. 2004-09-08 08:51:31 +00:00
jmmv
46a1aefd21 Avoid invoking automake and autoconf, and instead patch configure directly.
This fixes the build of this package, which was failing because recent
versions of automake do not accept some constructions used in it.
2004-09-07 22:22:18 +00:00
cjep
b43b7675d3 better 2004-09-06 16:27:41 +00:00
cjep
aa675e0571 Initial import of ftplibpp version 1.0.1 as net/ftplibpp.
ftplibpp is a C++ class providing ftp client functionality. It is a
direct derivate from the great ftplib C library by Thomas Pfau.
2004-09-06 16:27:03 +00:00
cjs
bb5864215b Bugfix: a sprintf format string in the distribution patches was incorrect. 2004-09-06 07:00:29 +00:00
wiz
c85130d403 AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
2004-09-04 23:40:43 +00:00
jmmv
4e0e4977df Update to 0.8.4:
* Fix aclocal quotation issue (Tomasz K³oczko)
2004-09-02 10:58:33 +00:00
schmonz
90b4aa8f81 Note in DESCR and in README.pkgsrc that {dnscache,tinydns}-showctl
are useful only for services configured in the standard way (with
{dnscache,tinydns}-conf(8)).

On second thought, don't use the G prefix for the account names.
It makes the dnscache account longer than 8 characters, which in
turn makes noise in the nightly report. (Also, it looks a little
funny.) Since this is already a heavily customized way of running
djbdns services, it's just a little more customized now.

Bump version.
2004-09-02 08:23:02 +00:00
schmonz
cc96b760e7 Describe this package's particular reasons for RESTRICTED. 2004-09-01 20:33:01 +00:00
schmonz
badbc0a27b Add and enable djbdns-run. 2004-09-01 20:16:31 +00:00
schmonz
978c4b79c5 I was going to do something that would've resulted in a CONFLICT,
but I didn't, so there isn't one! This does not imply world peace.
2004-09-01 20:15:56 +00:00
schmonz
01f641147d Initial import of djbdns-run, a package that provides NetBSD-style
rc.d scripts (inspired by Bennett Todd's Linux init.d scripts) to
run djbdns services. It also includes Jonathan de Boyne Pollard's
dnscache-showctl and tinydns-showctl scripts.
2004-09-01 20:13:04 +00:00
schmonz
84bca92710 Whitespace, and remove the "by Dan Bernstein" from COMMENT. Everyone
already knows.
2004-09-01 20:11:02 +00:00
schmonz
5b4f879e40 Updated man pages to 20031023. From the changelog:
* merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8,
    tinydns-data.8.
* pickdns-conf.8, pickdns-data.8, pickdns.8: remove.
* dnscache-conf.8, rbldns-conf.8, tinydns-conf.8, walldns-conf.8: adapt.
* axfrdns-conf.8: new.

pkgsrc changes:
* Convert to bsd.options.mk. Available options: "ignoreip2 inet6".
* Set USE_BUILDLINK3=yes.
* Patch to honor PKG_SYSCONFDIR.
* As long as we're patching, patch the installer to avoid setting unusual
    permissions on ${PREFIX} and ${PREFIX}/bin.
* Work around the standard djbware errno problem on recent Linux glibc.
* Update to the latest pkgsrc djbware RESTRICTED clause.
* Remove the third-party logfile formatters (they can go elsewhere if needed).
* Take maintainership (suggested by zuntum).

Bump PKGREVISION.
2004-09-01 20:07:35 +00:00
salo
b656a5c116 Update to version 3.70.
Significant changes:

- Rewrote core port scanning engine, which is now named ultra_scan().
  Improved algorithms make this faster (often dramatically so) in
  almost all cases.  Not only is it superior against single hosts, but
  ultra_scan() can scan many hosts (sometimes hundreds) in parallel.
  This offers many efficiency/speed advantages.  For example, hosts
  often limit the ICMP port unreachable packets used by UDP scans to
  1/second.  That made those scans extraordinarily slow in previous
  versions of Nmap.  But if you are scanning 100 hosts at once,
  suddenly you can receive 100 responses per second.  Spreading the
  scan amongst hosts is also gentler toward the target hosts.  Nmap
  can still scan many ports at the same time, as well.  If you find
  cases where ultra_scan is slower or less accurate, please send a
  report (including exact command-lines, versions used, and output, if
  possible) to Fyodor.

- Added --max_hostgroup option which specifies the maximum number of
  hosts that Nmap is allowed to scan in parallel.

- Added --min_hostgroup option which specifies the minimum number of
  hosts that Nmap should scan in parallel (there are some exceptions
  where Nmap will still scan smaller groups -- see man page).  Of
  course, Nmap will try to choose efficient values even if you don't
  specify hostgroup restrictions explicitly.

- Rewrote TCP SYN, ACK, Window, and Connect() scans to use
  ultra_scan() framework, rather than the old pos_scan().

- Rewrote FIN, Xmas, NULL, Maimon, UDP, and IP Protocol scans to use
  ultra_scan(), rather than the old super_scan().

- Overhauled UDP scan.  Ports that don't respond are now classified as
  "open|filtered" (open or filtered) rather than "open".  The (somewhat
  rare) ports that actually respond with a UDP packet to the empty
  probe are considered open.  If version detection is requested, it
  will be performed on open|filtered ports.  Any that respond to any of
  the UDP probes will have their status changed to open.  This avoids a
  the false-positive problem where filtered UDP ports appear to be
  open, leading to terrified newbies thinking their machine is
  infected by back orifice.

- Nmap now estimates completion times for almost all port scan types
  (any that use ultra_scan()) as well as service scan (version
  detection).  These are only shown in verbose mode (-v).  On scans
  that take more than a minute or two, you will see occasional updates
  like:
  SYN Stealth Scan Timing: About 30.01% done; ETC: 16:04 (0:01:09 remaining)
  New updates are given if the estimates change significantly.

- Added --exclude option, which lets you specify a comma-separated
  list of targets (hosts, ranges, netblocks) that should be excluded
  from the scan.  This is useful to keep from scannig yourself, your
  ISP, particularly sensitive hosts, etc.  The new --excludefile reads
  the list (newline-delimited) from a given file.  All the work was
  done by Mark-David McLaughlin (mdmcl(a)cisco.com> and William McVey
  ( wam(a)cisco.com ), who sent me a well-designed and well-tested
  patch.

- Nmap now has a "port scan ping" system.  If it has received at least
  one response from any port on the host, but has not received
  responses lately (usually due to filtering), Nmap will "ping" that
  known-good port occasionally to detect latency, packet drop rate,
  etc.

- Service/version detection now handles multiple hosts at once for
  more efficient and less-intrusive operation.

- Nmap now wishes itself a happy birthday when run on September 1 in
  verbose mode!  The first public release was on that date in 1997.

- The port randomizer now has a bias toward putting
  commonly-accessible ports (80, 22, etc.) near the beginning of the
  list.  Getting a response early helps Nmap calculate response times and
  detect packet loss, so the scan goes faster.

- Host timeout system (--host_timeout) overhauled to support host
  parallelization.  Hosts times are tracked separately, so a host that
  finishes a SYN scan quickly is not penalized for an exceptionally
  slow host being scanned at the same time.

- When Nmap has not received any responses from a host, it can now
  use certain timing values from other hosts from the same scan
  group.  This way Nmap doesn't have to use absolute-worst-case
  (300bps SLIP link to Uzbekistan) round trip timeouts and such.

- Enabled MAC address reporting when using the Windows version
  of Nmap.  Thanks to Andy Lutomirski (luto(a)stanford.edu) for
  writing and sending the patch.

- Workaround crippled raw sockets on Microsoft Windows XP SP2 scans.
  I applied a patch by Andy Lutomirski (luto(a)stanford.edu) which
  causes Nmap to default to winpcap sends instead.  The winpcap send
  functionality was already there for versions of Windows such as NT and
  Win98 that never supported Raw Sockets in the first place.

- Changed how Nmap sends Arp requests on Windows to use the iphlpapi
  SendARP() function rather than creating it raw and reading the
  response from the Windows ARP cache.  This works around a
  (reasonable) feature of Windows Firewall which ignored such
  unsolicited responses.  The firewall is turned on by default as of
  Windows XP SP2.  This change was implemented by Dana Epp
  (dana(a)vulscan.com).

- Fixed some Windows portability issues discovered by Gisle Vanem
  (giva(a)bgnett.no).

- Upgraded libpcap from version 0.7.2 to 0.8.3.  This was an attempt
  to fix an annoying bug, which I then found was actually in my code
  rather than libpcap :).

- Removed Ident scan (-I).  It was rarely useful, and the
  implementation would have to be rewritten for the new ultra_scan()
  system.  If there is significant demand, perhaps I'll put it back in
  sometime.

- Documented the --osscan_limit option, which saves time by skipping
  OS detection if at least one open and one closed port are not found on
  the remote hosts.  OS detection is much less reliable against such
  hosts anyway, and skipping it can save some time.

- Updated nmapfe.desktop file to provide better NmapFE desktop support
  under Fedora Core and other systems.  Thanks to Mephisto
  (mephisto(a)mephisto.ma.cx) for sending the patch.

- Further nmapfe.desktop changes to better fit the freedesktop
  standard.  The patch came from Murphy (m3rf(a)swimmingnoodle.com).

- Fixed capitalization (with a perl script) of many over-capitalized
  vendor names in nmap-mac-prefixes.

- Ensured that MAC address vendor names are always escaped in XML
  output if they contain illegal characters (particularly '&').  Thanks
  to Matthieu Verbert (mve(a)zurich.ibm.com) for the report and a patch.

- Changed xmloutputversion in XML output from 1.0 to 1.01 to note that
  there was a slight change (which was actually the MAC stuff in 3.55).
  Thanks to Lionel CONS (lionel.cons(a)cern.ch) for the suggestion.

- Many Windows portability fix and bug fixes, thanks to patch from
  Gisle Vanem (giva(a)bgnett.no).  With these changes, he was able to
  compile Nmap on Windows using MingW + gcc 3.4 C++ rather than MS
  Visual Studio.

- Removed (addport) tags from XML output.  They used to provide open
  ports as they were discovered, but don't work now that the port
  scanners scan many hosts at once.  They did not specify an IP
  address.  Of course the appropriate (port) tags are still printed
  once scanning of a target is complete.

- Configure script now detects GNU/k*BSD systems (whatever those are),
  thanks to patch from Robert Millan (rmh@debian.org)

- Fixed various crashes and assertion failures related to the new
  ultra_scan() system, that were found by Arturo "Buanzo" Busleiman
  (buanzo(a)buanzo.com.ar), Eric (catastrophe.net), and Bill Petersen
  (bill.petersen(a)alcatel.com).

- Fixed some minor memory leaks relating to ping and list scanning as
  well as the Nmap output table.  These were found with valgrind (
  http://valgrind.kde.org/ ).

- Provide limited --packet_trace support for TCP connect() (-sT)
  scans.

- Fixed compilation on certain Solaris machines thanks to a patch by
  Tom Duffy (tduffy(a)sun.com)

- Fixed some warnings that crop up when compiling nbase C files with a
  C++ compiler.  Thanks to Gisle Vanem (giva(a)bgnett.no) for sending
  the patch.

- Tweaked the License blurb on source files and in the man page.  It
  clarifies some issues and includes a new GPL exception that
  explicitly allows linking with the OpenSSL library.  Some people
  believe that the GPL and OpenSSL licenses are incompatable without
  this special exception.

- Fixed some serious runtime portability issues on *BSD systems.
  Thanks to Eric (catastrophe.net) for reporting the problem.

- Changed the argument parser to better detect bogus arguments to the
  -iR option.

- Removed a spurious warning message relating to the Windows ARP cache
  being empty.  Patch by Gisle Vanem (giva(a)bgnett.no).

- Removed some C++-style line comments (//) from nbase, because some C
  compilers (particularly on Solaris) barf on those.  Problem reported
  by Raju Alluri <Raju.Alluri(a)Sun.COM>
2004-09-01 01:20:51 +00:00
wiz
37ae7a6713 Add pthread bl3, and some NOT_FOR_PLATFORM lines
for older NetBSD releases, since this package needs the net80211/*.h header files.
Addresses PR 26814.
2004-08-31 15:35:42 +00:00
recht
08cd75ab7d update to ncftp-3.1.8
patch submitted by Ove Soerensen in PR 26810

3.1.8.1, 2004-07-27
  + A fix for some DNS resolution problems on Linux.

3.1.8, 2004-07-07
  + Ncftpget, ncftpput, and ncftpls now try to erase the arguments to the
    -u/-p/-j (user, password, account) options so they do not show in
    a "ps" command (Thanks, Konstantin Gavrilenko).
  + Recognize broken IBM mainframe FTP servers and work around them.
  + Working around a problem with ProFTPD 1.2.9 and later which would
    cause recursive downloads to fail.
  + Fixed a bug where ncftpput in recursive mode could lock up if you
    used a trailing slash on the directory to upload.
  + For the malicious server problem that was addressed in 3.1.5, enhanced
    the fix for better compatibility with mainframe FTP servers.
  + Ncftpget, ncftpput, and ncftpls, and ncftp's open command now accept
    an additional advanced option (-o) which lets you do things like disable
    NcFTP's use of SITE UTIME, FEAT, HELP SITE, etc.
  + Several HP-UX 10 compatibility bugs fixed (Thanks, Laurent FAILLIE).
  + A couple of looping problems with ncftpbatch fixed (Thanks, George Goffe).
  + Bug fixed with the upload socket buffer not being set (Thanks, ybobble).
  + The utility programs now accept "-" for the config file name used
    with "-f" to denote standard input (Thanks, Jeremy Monin).
  + Bug fixed with ncftpput when using both -c and -A (Thanks, Ken Woodmansee).
  + Support for boldface text in Windows version (Thanks, Adam Gates).

3.1.7, 2004-01-07
  + Fixed a memory leak introduced in 3.1.6.
  + Fixed problem where it was assumed that daylight saving's time occurred
    at the same time each year for all timezones.
  + Bug fixed with running a shell escape.
  + Ncftpget now uses passive-with-fall-back-to-port mode like ncftpput and
    ncftpls.
  + Problem fixed with "ls -a" where occasionally a row with ".." and another
    file would be omitted.
  + Ncftpbatch now uses the UTC timezone for spool files.
  + The configure script can now detect when the config.cache file has been
    improperly recycled from a machine with a different OS.
  + The Windows version now uses the USERPROFILE environment variable, if it
    was set, as the location of the user's home directory.
  + Recognize broken DG/UX servers and work around them.
2004-08-30 21:44:23 +00:00
martti
22fa525752 Updated mrtg to 2.10.15
* patches for netware support
* the optional Conversion function wants to have the original
  data pulled in via snmp to work with, mapping \n and \r to nothing
  and stripping spaces must happen later.
* better error message for missing library
* Updated to snmp_session 1.05
* fix for cuin and cout values saved in html comments
* fix for polish translation
* nodetach option for running mrtg under daemontools
* fixed indexmaker. added missing last for  --section=portname code
* fixed scaling bug in rateup (unsigned long) should have been long long
* fix indexmaker when used with 14all
2004-08-30 18:40:14 +00:00
martti
6468e0403f Add PAM support (pkg/26522) 2004-08-30 18:13:18 +00:00
wiz
84cb4ee1c5 Fix installation to make less warnings, and make defrag use
bash, since it uses lots of bash features. Addresses PR 26799
by Simon Hitzemann.
Bump PKGREVISION for bash dependency.
2004-08-29 19:46:45 +00:00
hubertf
555796ef53 Improve wording, suggested by iceblox@IRC 2004-08-28 19:47:23 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
jlam
f405734143 libtool uses $(CC) to link objects, not $(LD). 2004-08-27 07:29:24 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
reed
139b6721e8 Import ppp-lzs from pkgsrc-wip. Thank you, Iain Hibbert.
This is a NetBSD decompressor for PPP compatible with the Stac LZS
scheme as described in rfc1974.  The algorithm is apparently covered
by patents held by Hifn in the USA and Europe though it was written
independently with no help from Hifn or anybody associated with them,
and with no reference to the patents.  You might want to consider this
'example' code only if that makes you feel better.

This package patches the included pppd in NetBSD and thus, in order to
compile this, you will need to have the NetBSD source sets installed.
2004-08-27 00:22:01 +00:00
reed
823a4b9bca This is initial import of ppp-lzs-1.2.
It is a	PPP daemon and LKM with Stac LZS decompression.

This was packaged by Iain Hibbert and provided via pkgsrc-wip.

This is a NetBSD decompressor for PPP compatible with the Stac LZS
scheme as described in rfc1974.  The algorithm is apparently covered
by patents held by Hifn in the USA and Europe though it was written
independently with no help from Hifn or anybody associated with them,
and with no reference to the patents.  You might want to consider this
'example' code only if that makes you feel better.

This package patches the included pppd in NetBSD and thus, in order to
compile this, you will need to have the NetBSD source sets installed.

NOTE: I didn't test this software.
2004-08-27 00:16:50 +00:00
cjs
03daadfac5 Rather than saying "family = family;", say nothing at all. This does not
change the way the program works, so the package version has not been changed.
2004-08-25 07:56:18 +00:00
jlam
9d5426ff76 Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework.  Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS.  This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.

This fixes PR pkg/26590.
2004-08-22 19:32:51 +00:00
markd
ee585e9c18 Update to KDE 3.3
Changes:
* Kopete
  o Implement Jabber file transfers. Till Gerken
  o Add Jabber group chat support. Till Gerken
  o Complete Kopete's handling of external changes to IM data stored
    in KABC - add new contacts if added in KABC and rearrange
    metacontacts following the data in KABC, similarly, remove. Will
    Stephenson
  o New connection API that supporting logging in as a different status
    than "online" Matt Rogers
  o New disconnect API so we can tell when we've been disconnected by
    the server and can then reconnect. Matt Rogers
  o Latex render plugin Duncan Mac-Vicar
  o Add support for bold, italic and underlined messages to Yahoo Matt
    Rogers
  o Add new mail notifications to the Yahoo! plugin Matt Rogers
  o Add SSL Support in IRC Jason Keirstead
  o Add the ability to associate custom KNotify event notifications with
    a metacontact (Buddy Pounce) Will Stephenson
  o Add support for irc:// protocols in Konqueror Jason Keirstead
  o Change the KopeteAwayAction to be more like Konqueror's Recent
    Documents Jason Keirstead
  o Add an alias plugin Jason Keirstead
  o Seperate the password handling from KopeteAccount Richard Smith
  o Support amaroK in Kopete's Now Listening plugin Will Stephenson
  o Action to toggle encryption on/off in a chat. Olivier Goffart
  o Implement KIMIface in Kopete to enable presence and messaging
    integration across the desktop. Will Stephenson
  o Merge data acquired from Kopete's protocols to the KDE address book,
    e.g. names, email addresses and phone numbers. Will Stephenson
  o Plugin to invite MSN contacts to uses gnomemeeting. Olivier Goffart
  o "Send Email..." context menu entry. Reuben Sutton
  o ICQ, support mimetype application/x-icq to add contacts Stefan Gehn
  o AIM, support aim: protocol to add contacts Stefan Gehn
  o ICQ, support for ignore-, invisible- and visible-list Stefan Gehn
  o MSN incoming File transfers trought the chat session as MSN
    Messenger 6 does.Olivier Goffart
* Remote Desktop Connection (krdc)
  o Rewrote the RDP client to use an external rdesktop process, which
    includes support for RDP 5. Currently this requires a patched
    rdesktop version to be installed. Future rdesktop versions will have
    this support built-in. Arend van Beelen jr.
  o Switch to enforce the local cursor. Tim Jansen
* KWiFiManager
  o when multiple cards are in use, each instance shows information
    for one card Stefan Winter
  o major code cleanup Stefan Winter
  o support for wireless scanning Stefan Winter
* File Sharing
  o Create an advanced fileshare Control Center module, based on
    KSambaPlugin and KNFSPlugin Jan Schaefer
  o Create an advanced Konqueror properties dialog plugin, based on
    KSambaPlugin and KNFSPlugin Jan Schaefer
2004-08-21 14:56:17 +00:00
minskim
1285f3b89d On Interix, use waitpid(-1, status, options) instead of
wait3(status, options, NULL).
2004-08-21 05:50:44 +00:00
tv
9372f79214 Make build on Interix, essentially with the fix from PR pkg/25910. A better
fix (using autoconf) will be submitted to the rsync maintainers for a
future release.
2004-08-20 14:22:16 +00:00
cjs
a78f5445fd Add a patch: the address family coming back from the loopback interface is
in host, not network format. At least, this is the case for NetBSD. I don't
know what systems out there exist where this is not the case, but Linux is
one possibility.
2004-08-20 07:10:53 +00:00
tv
52ca289400 Use LICENSE=no-commercial-use. 2004-08-18 14:25:04 +00:00
adrianp
6199767bff - make pkglint happy
- fix typos in DESCR

suggestions by snj@.
2004-08-17 19:19:53 +00:00
taca
67cb96a48a Update ja-samba package to 2.2.10.1.0 (samba-2.2.10-a-1.0).
Changes from 2.2.9.1.0 is a fix for CAN-2004-0686 included in samba 2.2.10
though it is already applied by ja-samba-2.2.9.1.0nb1 package.

This pkgsrc also contains a fix by Samba 2.2.11; smbd crash problem
by Windos XP SP2 client.
2004-08-17 17:32:43 +00:00
kleink
c22bed6bf5 Bump to jwhois-3.2.2nb7: IPv6 allocation update. 2004-08-17 16:38:11 +00:00
adrianp
328c3646ed - Update tcptrace to 6.6.1
- Remove FreeBSD header from pkgsrc Makefile
- ok'ed snj@/wiz@

From the ChangeLog:
- Fixed the processing of duplicate ACKs as in the BSD stack to count towards
  the 3 dupacks required for fast-retransmit.
- Fixed the bug in processing IPv6 extension headers in ipv6.c:gethdrlength()
  based on the patch sent by Thomas Bohnert.
- Added dsack counter to long output format and dsack sample input and output
- Fixed bug in the calculation of the "avg win adv" field, so that now avg.
  falls in between min and max.
- Changes made to make gcc-3.3 make lesser warnings with tcptrace.
- Made the --csv/--tsv/--sv options' implementation better.
- Fixed a bug in traffic module, so that the number of open connections are
  printed correct in the traffic_stats.dat file, even without giving
  the -C option.
- Included the code to recognize Endace ERF (Extensible Record Format), sent
  by Jesper Peterson.
- Included the code to recognize the PPP (Point-to-Point) input file format,
  sent by Yann Samama.
- Fixing the bug with filtering connections based on hostname/portname with
  the -f option.
- Included the code to generate PF file with '-c' option. Error messages are
  made more logical when generating error messages for unsupported input and
  captured file formats.
- Applied patch from Ulisses Alonso Camaro that lets SYN segments following
  zero window advertisements from the opposite direction *not* be treated
  as window probes. Also fixed a compilation problem due to the previous
  patch by Jitesh (moved the "static int count=0" line to the beginning of
  trace_done() function in trace.c).
- Fixed bunch of gcc3.3.1 warnings in erf.c (unused variable warning), netm.c,
  ns.c (dereferencing type-punned pointer warnings).
- Fixed the typo(?) that made us have a #ifndef __WIN32 to #ifdef __WIN32 in
  ipv6.h for the in6_addr structure definition.
- Patching in changes to mod_http.c making it more robust to print
  information in cases where connections get closed with RST instead of
  FINs and other trivia based on Yufei Wang's patch.
- Applying the patch courtesy John Heffner that displays a yellow rwnd line
  in owin plots. Also adding --showrwinline option to control the yellow
  rwnd line, in case it gets annoying.
- Also fixing trivia (type conversions for certain uint to int, etc.) in
  output.c to keep gcc3.3 from warning on MacOSX 10.3.
- All the changes you see above in the 6.4.x series are part of the release
  6.6.0.
- Includes a bugfix by Ramani, that restored the old semantics of the
  SameConn() and WhichDir() functions and includes
  new functions AVL_CheckHash() and AVL_CheckDir() to support the AVL tree
  hash-bucket implementation.
- Includes a fix to ns.c to correctly read port numbers; added
  functionality to track LEAST variables and reno LEAST algorithm to trace.c;
  added isRTO() in rexmit.c : all by Wes.
2004-08-17 11:10:27 +00:00
ben
e4cd7b38c8 MAINTAINER unreachable by mail, setting to tech-pkg. 2004-08-17 03:54:28 +00:00
wiz
804ee76794 Update to 0.217:
v0.217 updates for Linksys wireless router IP detection
v0.216 Mike Pennington, alerted to ipcheck uses v1.x of pysnmp
v0.215 Mark Keisler default route detection fix
v0.214 Brad Crittenden -VT1000v patch
v0.213 For CISCO IOS: Hansjoerg G.Henker - www.c-bit.org
v0.212 DI504 home command sent
v0.211 DI614+ updates
v0.210 updated the hosts array
v0.209 added -5 for dlink with no password
v0.208 enable https for all python versions except 2.1 and 2.2
2004-08-17 00:21:59 +00:00
schmonz
f921e1b5d2 Include pthread.buildlink3.mk. Should fix the problem seen in
Krister's 1.6.2 bulk build.
2004-08-16 23:21:56 +00:00
tron
6a4753f93e Fix path-sanitizing bug which allows unauthorized remote file access.
Bump package revision because of that.
2004-08-14 14:15:51 +00:00
jschauma
095b36fe57 add/enable tor 2004-08-13 19:34:50 +00:00
jschauma
00ba74d734 Import tor into pkgsrc:
The simple version: Tor provides a distributed network of servers ("onion
routers"). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around
the routers. This makes it hard for recipients, observers, and even the onion
routers themselves to track the source of the stream.

The complex version:  Onion Routing is a connection-oriented anonymizing
communication service. Users choose a source-routed path through a set of
nodes, and negotiate a "virtual circuit" through the network, in which each
node knows its predecessor and successor, but no others. Traffic flowing down
the circuit is unwrapped by a symmetric key at each node, which reveals the
downstream node.
2004-08-13 19:33:41 +00:00
adam
a3af25ec82 Changes 0.10.6:
* Windows preferences bug fixed
* New utility: capinfo
2004-08-13 11:31:28 +00:00
adam
7f93dee00c Changes 5.1.2:
* Minor improvements to snmpdelta
* Minor improvements to snmpnetstat (IPv6 output)
* Fixes
2004-08-13 11:28:49 +00:00
recht
16152f8438 Add/use buildlink3.mk files. 2004-08-13 08:57:14 +00:00
salo
275b73f683 Updated to version 3.0.7.
Changes:

- slow-start in sftp implemented.
- ftp proxy which expects user@proxy-user@host is now supported
  with new boolean setting ftp:proxy-auth-joined.
- key passphrase for sftp is now supported.
- new setting http:cache-control to set corresponding request
  header.
- don't send FEAT to ftp proxy before login.
- fixed timeout handling after FEAT command.
- fixed find and du to show status line correctly when output
  goes to screen.
- fixed shell (!) command to return proper error code.
- fixed binding ftp data socket in non-passive mode.
2004-08-13 07:19:51 +00:00
lukem
e1fdf88edd Update to tnftpd 20040810. Notable changes:
* remove use of setjmp/longjmp
* improve safety of signal handlers
* fix minor memory leaks
* improve portability to BSD/OS 3.0
2004-08-10 01:58:11 +00:00
seb
888e93aac7 Use bsd.options.mk framework for flow-tools package. 2004-08-09 22:37:34 +00:00
taca
2777d84d16 This package should be conflict with ja-samba, too. 2004-08-08 06:13:02 +00:00
cube
105367c0d8 Update to version 1.5.1. Patch provided in PR 26574 by Isihara Takanori.
Version 1.5.1 - June 2003

- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
- Fixed printing ugliness (noticed by Darren Critchley)
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
2004-08-07 09:10:01 +00:00
jdolecek
c539267d0e Update samba2 package to 2.2.10
Changes in 2.2.10:
A buffer overrun has been located in the code used to support
the 'mangling method = hash' smb.conf option.   Affected Samba
2.2 installations can avoid this possible security bug by using
the hash2 mangling method.  Server installations requiring
the hash mangling method are encouraged to upgrade to Samba v2.2.10
or v3.0.5.

Changes in 2.2.9:
This is a maintenance release of Samba 2.2.8a to address the
problem with user password changes after applying the Microsoft
hotfix described in KB828741 to Windows NT 4.0/200x/XP clients.

Also updated dependant packages pam-smbpass and winbind.
2004-08-07 08:18:37 +00:00
recht
9ceb661fa6 Add a DESCR to bittorrent-gui, too.
Noted by Iain Hibbert in private mail.
2004-08-05 22:22:33 +00:00
drochner
9bfafdd761 add a valuable feature from Debian: quit after EOF on stdin
being here, apply a string termination fix from Debian
bump PKGREVISION
2004-08-05 14:47:46 +00:00
markd
76ae1f74c2 Apply patch from kdenetwork HEAD that fixes build on Solaris.
No functional change for platforms that previously built.
2004-08-05 13:41:54 +00:00
drochner
1cd4763fd2 use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror 2004-08-05 13:38:00 +00:00
jlam
b32800e3ff Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
2004-08-05 03:04:33 +00:00
jlam
47ccdf3659 Update net/p5-Net-Server to 0.87. Changes from version 0.86 include
bug fixes and integrating pre_accept_hook and post_accept_hook into
Net::Server::Fork.
2004-08-03 02:32:41 +00:00
adam
1b82cb23d5 Changes 0.94:
* GUI updates:
 * File info pane renamed to "Downloads".
 * Downloads pane renamed to "Sources".
 * Progress of a download can now be visualized.
 * Uploads and download sources pane now contain a visual progressbar.
 * The GTK2 GUI can now be resized smaller than a width of 933 pixels.
 * Search results now include an extension column.
 * The Gnet stats panel and the statusbar now include horizon statistics.

* New Gnutella extension HSEP/0.2 included.
* The remote shell now includes a command "HORIZON", which will output horizon
  stats.
* If no default port is specified, gtk-gnutella will now bind to a random port
  and will use that port from then on.
* If you are behind a firewall and have routed a port to gtk-gnutella, please
  check that gtk-gnutella is still running on the port you want it to!
* Will parse up to 150 hosts in a gwebcache reply to bootstrap from.
* New hostcache to make gtk-gutella connect to the network more quickly.
* Translations updated.
2004-08-02 09:00:34 +00:00
itojun
450cbd97fe nsd 2.1.2.
FEATURES:
         - NSD now fully supports unknown record types using the
           notation specified in RFC3597.
         - Support for the following RR types has been added: WKS, X25,
           ISDN, RT, NSAP, PX, NAPTR, KX, CERT, DNAME, and APL.  DNAME
           special processing is not supported.

and bug fixes.
2004-07-31 17:15:15 +00:00
jlam
b460ce1ab5 Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:

	make show-var VARNAME=PKG_OPTIONS_VAR

The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30 21:05:41 +00:00
rh
62e3ad9d41 Update bpalogin to 2.0.2. Changes are bugfixes only. 2004-07-28 10:38:04 +00:00
recht
f9ca125c15 update to gift-openft-0.2.1.3
changes:
 * Fixed a potentially fatal problem when parsing an HTTP request header
   which fails to provide a request method.

Also add a patch from CVS to fix a core dump when giftd tries to scan
files with non printable names when building a share index.

Patch by Kailash Sethuraman
2004-07-27 15:39:21 +00:00
recht
8a2bc5c96b To allow plugins the use of pthreads giftd itself has to be built
against libpthread. Or in other words: dlopen of libpthread doesn't work.

Patch sent in private mail by Kailash Sethuraman

bump PKGREVISION to 1
2004-07-27 15:37:22 +00:00
grant
401eee5c13 bump PKGREVISION for SIGINT fixes. 2004-07-27 10:25:24 +00:00
grant
2a74b0885a apply fix from NetBSD-current for SIGINT handling. ok'd by lukem. 2004-07-27 10:25:09 +00:00
minskim
91d4d0eca2 Sergio Jimenez will maintain this package. 2004-07-27 05:44:46 +00:00
schmonz
379af5fb50 Enable pkgviews installation. 2004-07-26 19:16:09 +00:00
tv
0269baa633 Update to 0.2.23.
(Add --ignore, --mime-none, --delete options; a couple memory alloc fixes.)
2004-07-25 15:36:31 +00:00
tv
1d1bd365ee duh.org is no longer mirroring the distfile. 2004-07-25 15:30:57 +00:00
tv
51d0d54f89 www.duh.org is no longer mirroring the distfile. 2004-07-25 15:29:29 +00:00
tv
728f216bff Update to 0.8.2.416 (long overdue); some minor fixes in keyspace management. 2004-07-25 15:29:11 +00:00
tv
9c235e4027 Update to 5.2. Changes:
BUG: Client crashes when server reply comes from a different IP address
than that to which the initial packet had been sent. Fixed.

BUG: SIG_CHLD set to SIG_IGN but wait() used. Fixed. SIG_IGN was removed.
   connectivity with CHECK_REQs. (see refresh option in dhid.conf.sample)
2004-07-25 15:27:02 +00:00
minskim
c5e70908e2 Update amule to 1.2.8. Patch provided by Sergio Jimenez in PR pkg/26421.
Changes since 1.2.6:
        * Added eserver 16.47 fix (org. by Kry)
	* Translations update
	* Added auto-priority fixes (org. by Xaignar)
        * Removed the useless connection wizard from aMule
	* Code cleaning
	* Added websearch function (filehash.com)
	* Added Fake-checks function (jugle.net & filehash.com)
	* Changed the default server.met URL
	* New buttons added:
	  - reload sharedfiles
	  - switch upload/uploadqueue
	  - clear completed files
	* Fixed filesize in copy ed2k link to clipboard (org. by lemonfan)
	* Added fix from lugdunum to avoid blacklisting on servers
	* Rabbit icons for aMule clients in DL & UP window
	* Added alehack's queue patches
	* Removed double A4AF entry (org. by Xaignar)
	* Added bluecow's fix
	* Added 2 new columns in upload window (Upload/Download + Remote Status)
	* "Asked for another file" on sources now with the filename that is asked for ( i.e. A4AF -> xyz.avi)
	* Added copy file 'feedback' to clipboard function
	* Fixed curl-config detection for debian users
	* Added new Toolbar icons [ thx to http://www.everaldo.com ;) ]
	* Changed:
	  - max connections: 25-7500
          - upload queue: 500-5000
          - max new connections / 5 sec: 5-500
          - remove dead servers after: 1 >
          - tcp port: 80 > (for users with bad ISP's .. but remember -> running aMule as root is unsecure !!!)
	* > 2GB bug (untested)
	* Removed "Upload/Download list refresh" code
	* Kry's fixes from 2.0
        * Onlinesig fixes
	* Fixed already downloading files not being marked as such on search results (org. by elfstone)
	* Improved Launch-browser function
        * Compatibility with new amulesig.dat
	* Updated the licence file
	* Changed installation of webserver stuff
	* Fixed better gtk2 detection
        * Phk for searching for new icons ;)
	* Everaldo for the great icons
	* All the bug-reporters, helpers, translators and users at http://forum.amule.org
	* As usual thx to eMule & wxWidgets devs and everyone i forgot ;)
2004-07-25 14:00:21 +00:00
grant
84898028ef including libpcap/buildlink3.mk now adds the required socket
libraries for the target platform to LDFLAGS automatically, so we
don't need to also specify them here.
2004-07-25 00:21:16 +00:00
grant
b0c97d22ca this blindly calls "gcc" with gcc specific flags, so use buildlink3 so
we use the wrappers.
2004-07-25 00:10:38 +00:00
grant
ce800511ae expose hidden dependency on openssl and tell configure where to find it. 2004-07-25 00:06:33 +00:00
grant
c6dff8ecb2 use buildlink3 so we strip gcc specific arguments. 2004-07-24 23:56:29 +00:00
recht
8dc45652d4 Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
2004-07-24 22:45:14 +00:00
jlam
c95ff9bcd6 LTCONFIG_OVERRIDE is deprecated. 2004-07-24 13:47:04 +00:00
grant
0d48368d9f don't call "install -d" with >1 argument. 2004-07-24 02:52:27 +00:00
xtraeme
4cb4dfedba Fix typo. 2004-07-23 20:04:49 +00:00
xtraeme
21e95e6c4f * Enable pkgviews installation.
* Conflicts with openntpd.

Bump PKGREVISION.
2004-07-23 19:59:41 +00:00
xtraeme
ba0e9ae410 * Enable pkgviews installation.
* Conflicts with net/ntp4.

Bump PKGREVISION.
2004-07-23 19:58:42 +00:00
taca
a97c68ccab - Fix the problem that swat authentication always fail. Noted by
MORI Kouji on tech-pkg-ja mailing list.
- merge security fix related change between samba 2.2.9 and 2.2.10.
  See http://www.samba.org/samba/whatsnew/samba-2.2.10.html or
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0686.

Bump package revision.
2004-07-23 16:45:42 +00:00
tron
4f2a6d490e Update "samba" package to version 3.0.5. This version fixes the security
problems described in CAN-2004-0600 and CAN-2004-0686.
2004-07-23 15:11:30 +00:00
xtraeme
c4d287bf54 Update net/wimon to 0.3.
Changes:

        * bugfixes and code cleanups
        * getopt support added
        * autoscale added by nohar
        * sound support added
        * BSD-ish Makefile using <bsd.prog.mk>
        * man page added
2004-07-23 13:03:55 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
schmonz
eee84ff646 Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Rename post-configure
to do-configure, and configure all the conf-* files. In post-install,
install the man pages one at a time in a loop, both to simplify
the Makefile and to help on our differently abled platforms. Sort
PLIST. Take MAINTAINER.
2004-07-22 01:04:35 +00:00
scw
2df5a73a9a Enable kphone. 2004-07-21 21:49:24 +00:00
scw
4314051acd Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) user
agent for *nix. (Basically, a VoIP client)

There are some rough edges in the NetBSD audio support of this package,
but it runs well enough on my esa(4)-equipped laptop to make and receive
FWD calls.

A couple of minor patches are courtesy of the FreeBSD port of Kphone.

Alistair Crooks also tidied up my first amateurish attempt at
packaging this.
2004-07-21 21:49:02 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
recht
6dfa389b8f update to pure-ftpd-1.0.19
patch provided by Sergio Jimenez in PR pkg/26381

* Version 1.0.19:
 - A workaround for pure-ftpwho not working on OpenBSD has been added.
 - Real disk space is no more shown.
 - A possible denial of service when too many users were connected should be
fixed. Reported by Agri <agri@desnol.ru>, thanks!
2004-07-20 22:04:15 +00:00
wiz
3b33e71f9d Update to 1.0:
Release 1.0 (2004/07/08)
=========================
  ALL:
    - All the routing processes can now be started and configured via the
      RTRMGR/XORPSH.

  LIBXORP:
    - Addition of support for safe callbacks (e.g., if an object is
      destroyed, all callbacks that refer to that object are invalidated).

  LIBXIPC:
    - Addition of support for event notification if the status of a target
      changes.

  LIBFEACLIENT:
    - Few bug fixes.

  XRL:
    - No significant changes.

  RTRMGR:
    - Addition of new command-line option "-v" to print verbose information.

    - Removal of command-line option "-d" that prints default information,
      because the same information is printed with the "-h" flag.

    - Addition of support for explicit configuration of the XRL target name of
      a module.

    - Addition of support for %help command in the rtrmgr template files.

    - Addition of support for new methods per module: "startup_method"
      and "shutdown_method".

    - Numerous other improvements and bug fixes.

  XORPSH:
    - Addition of new command-line option "-v" to print verbose information.

    - Removal of command-line option "-d" that prints default information,
      because the same information is printed with the "-h" flag.

    - Addition of support for help string in the xorpsh operational
      commands template files.

    - Addition of support for positional arguments in the xorpsh operational
      commands template files.

    - Addition of support to interrupt an operational command.
      Now if a command is interrupted from the command line by typing Ctrl-C,
      then the executed binary command itself (and its forked children, if any)
      is killed.

    - Numerous other improvements and bug fixes.

  FEA/MFEA:
    - Addition of support for propagating the Forwarding Information Base
      from the underlying system to clients interested in that information.

    - Addition of support for opening TCP or UDP sockets via the FEA.

    - Modification to the MFEA to use "libfeaclient" to obtain the interface
      information from the FEA.

    - Numerious bug fixes.

  RIB:
    - Addition of support for redistributing routes between two internal
      tables.

    - Addition of support for obtaining routes directly from some of the
      internal tables.

    - Modification to the RIB to use "libfeaclient" to obtain the interface
      information from the FEA.

    - Modification to the RIB to use the new RedistTable to propagate
      the final routes to the FEA and anyone else interested (e.g., PIM-SM).

    - Few bug fixes.

  RIP:
    - Packet forwarding and reception via FEA written for RIPv2 and RIPng.
      RIPv2 should be usable.

  BGP:
    - IPv6 has now been tested with peerings to the 6Bone; unicast and
      multicast SAFIs.

    - Route origination is now possible from BGP.

    - The memory leaks from the previous release have been found and fixed.

  STATIC_ROUTES:
    - This is a new module for configuring static routes to the
      unicast or multicast RIB.

  MLD/IGMP:
    - During startup, a primary address is selected per configured interface,
      and this primary address should be the link-local unicast address
      of that interface.

    - New CLI commands: "show igmp interface address" and
      "show mld interface address"

    - Resend some of the XRLs (e.g., those who do not carry soft-state
      such as protocol control messages) if there is an error.

    - Few bug fixes.

  PIM-SM:
    - Updated to support the lastest PIM-SM specification
      (draft-ietf-pim-sm-v2-new-09.{ps,txt}).

    - Addition of support for "alternative subnet" configuration such that
      non-local senders appear as senders connected to the same subnet.
      It is needed as a work-around solution when there are uni-directional
      interfaces for sending and receiving traffic (e.g., satellite links).

    - During startup, a primary address and a domain-wide address are
      selected per configured interface.
      The primary address should be the link-local unicast address
      of that interface, and the domain-wide address should be a domain-wide
      reachable unicast address.

    - Resend some of the XRLs (e.g., those who do not carry soft-state
      such as protocol control messages) if there is an error.

    - Several bug fixes.

  FIB2MRIB:
    - This is a new module for propagating the unicast forwarding information
      obtained from the underlying system via the FEA to the multicast RIB.

  CLI:
    - Addition of support to propagate command interruption (e.g., Ctrl-C)
      from the CLI to the object that handles the command processing
      by calling a pre-defined callback.

    - During startup, if the input is a terminal (e.g., xorpsh), then
      read the terminal size instead of using the default values.

    - A bug fix related to the CLI paging output: now it can handle properly
      lines that are longer than the width of the CLI output terminal.

    - Several other bug fixes.

  SNMP:
    - No significant changes.


Release 0.5 (2003/11/06)
========================
  ALL:
    - New library libfeaclient to simplify interface configuration
      replication and event reception.

  LIBXORP:
    - Addition of ServiceBase class (service.hh) for asynchronous
      process components that might provide a service.  The
      ServiceBase contains status information, (e.g. starting,
      running, shutting down, shutdown) and methods for triggering
      status changes (e.g.start, shutdown).  It also provides an
      interface for observers to be notified of state changes.

    - Addition of ctype(3) wrappers that work properly even if the
      value of the int argument is not representable as an unsigned
      char and doesn't have the value of EOF.

  LIBXIPC:
    - Minor refactoring and code clean-up.

    - Fixes to XrlAtom binary marshalling methods and test code for
      checking this functionality in future.

  LIBFEACLIENT:
    - Added to project.  Provides interface configuration tree
      mirroring and update event notification.  Intended to unify how
      this data is replicated between processes.

  XRL:
    - kdoc generation nits.

  RTRMGR:
    - Fix the process name of a started proces to be the same
      as the binary name.

    - Minor code cleanup.

  XORPSH:
    - No significant changes.

  FEA/MFEA:
    - Added Linux Netlink support for writing network interface information,
      and routing entries to the kernel, and for observing the change of
      that information in the kernel.

    - Completed support for Linux /proc parsing to return network interface
      information.

    - Added support for NetBSD and OpenBSD to the unicast FEA.

    - Added compilation-time check whether the underlying system
      supports IPv6 multicast and IPv6 multicast routing, and isolate
      the compilation of all MFEA code that is specific to IPv6 multicast
      and IPv6 multicast routing.

    - Added support for run-time check whether the underlying system
      supports IPv4 or IPv6 multicast routing.

    - Various bug fixes and cleanup

  RIB:
    - No significant changes.

  BGP:
    - Supports multiprotocol IPv6.

    - The code for multicast SAFI is enabled but is untested.

    - MED processing is now deterministic.

    - A memory leak exists.

  MLD/IGMP:
    - No significant changes.

  PIM-SM:
    - A bug fix related to the removal of timed-out multicast forwarding
      entries.

  CLI:
    - Change slightly the command-line editing, so now Ctrl-W deletes
      the word before the cursor. Before, Ctrl-W would delete the
      whole line.

    - Apply a fix to libtecla in network mode such that
      keyboard-generated signals are not propagated to the process
      we have connected to.

  SNMP:
    - No significant changes.

  RIP:
    - Code added to talk to FEA and RIB.  To become functional it
      still requires the ability to send packets and receive UDP
      packets through the FEA (work in progress).

Release 0.4 (2003/08/28)
========================
  ALL:
    - Rename all process names from "foo" to "xorp_foo":
      bgp -> xorp_bgp
      fea -> xorp_fea
      fea_dummy -> xorp_fea_dummy
      finder -> xorp_finder
      ospfd -> xorp_ospf
      rib -> xorp_rib
      rtrmgr -> xorp_rtrmgr

    - Added support for "gmake install" that installs the required
      XORP pieces under /usr/local/xorp.
      Currently, the installed subdirectories and files follow
      the organization in the XORP source code tree.
      Only the following binaries are installed in subdirectory "bin":
      call_xrl, xorp_rtrmgr, xorpsh.

    - Removed old directory "mfea", because it is not needed anymore
      (all the MFEA code has been merged with the FEA).

    - The code does not compile anymore on MacOS X 10.2.x (or earlier),
      due to compiler issues. After Apple starts distributing a better
      compiler (probably with MacOS X 10.3.x?), then attempt will be
      made to keep the code compiling again on MacOS X.

  LIBXORP:
    - Added pre-order iterators for Trie and RefTrie.

  LIBXIPC:
    - Addition of virtual methods in XrlRouter to provide processes with
      an opportunity to detect finder connection, registration, and
      disconnection events.

  XRL:
    - Minor changes to clnt-gen that changes the names of some typedefs.

  RTRMGR:
    - Now all relative paths to templates, xrl files, configuration
      files, etc are computed relative to the root of the XORP tree.
      The root is computed in the following order:
      1. The shell environment XORP_ROOT (if exists).
      2. The parent directory the rtrmgr is run from
         (only if it contains the etc/templates and the xrl/targets
         directories).
      3. The XORP_ROOT value as defined in config.h (currently this is
         the installation directory, and it defaults to /usr/local/xorp).

  XORPSH:
    - Now all relative paths to executable commands are computed
      relative to the root of the XORP tree. The root is computed
      similar to the rtrmgr root (see above), except that in step (2)
      we consider the parent directory the xorpsh is run instead.

  FEA/MFEA:
    - Bug fix: if the multicast protocol to start/stop is PIM, then start/stop
      PIM multicast routing in the kernel.

    - Bug fix (Linux-specific): if IGMP/MLD is enabled, then the multicast
      router will properly receive all IGMP/MLD messages.

    - Added support to enable/disable unicast forwarding in the kernel
      via the FEA.
      Currently, the support is only for FreeBSD, but is not used yet.
      Hence, the user must explicitly enable unicast forwarding
      before starting XORP.
      E.g., in case of FreeBSD run `sysctl net.inet.ip.forwarding=1`
      as root. In case of Linux run
      `echo 1 > /proc/sys/net/ipv4/ip_forward` as root.

    - Fix a compilation problem for NetBSD
      (courtesy Hitoshi Asaeda <Hitoshi.Asaeda@sophia.inria.fr>
      and Jun-ichiro itojun Hagino <itojun@iijlab.net>).

    - Initial support for Linux /proc parsing to return network interface
      information (work in progress).

    - Bug fixes in setting the broadcast or p2p flags and addresses
      in the FEA internal interface tree (IfTree).

    - Bug fix in computing the minimum size of a message received
      on a routing socket.

    - Change the MFEA configuration scripts so now the IPv4/IPv6 setup
      is controlled by a single variable IP_VERSION that should be
      either IPV4 or IPV6. Note that those configuration scripts
      are temporary solution until the MFEA is integrated with
      the rtrmgr.

  RIB:
    - No significant changes.

  BGP:
    - Update packets with unknown path attributes are now correctly handled.

  MLD/IGMP:
    - Change the "RX" log messages to include the vif name a message was
      received on.

    - Initial support for returning the process status via get_status XRL.

    - Change the MLD/IGMP configuration scripts so now the IPv4/IPv6 setup
      is controlled by a single variable IP_VERSION that should be
      either IPV4 or IPV6. Note that those configuration scripts
      are temporary solution until the MLD/IGMP is integrated with
      the rtrmgr.

  PIM-SM:
    - Change the "RX" log messages to include the vif name a message was
      received on.

    - Change the PIM configuration scripts so now the IPv4/IPv6 setup
      is controlled by a single variable IP_VERSION that should be
      either IPV4 or IPV6. Note that those configuration scripts
      are temporary solution until the PIM is integrated with
      the rtrmgr.

    - Implement Join/Prune items fragmentation across Join/Prune messages
      when generating Join/Prune messages.

    - Fix some of the XRL names related to static RP configuration
      in the configuration shell scripts.

    - Fix the generation of Assert messages when data packets are received
      on the wrong interface; in addition, the Assert messages triggered
      by data packets are rate-limited to one Assert message/s (on
      average, per (S,G) or (*,G) routing entry).

    - Implement an optimization when generating Assert messages
      triggered by the data packets received on the wrong interface:
      suppress the second Assert message that is a duplicate.

    - Implement bandwidth-prorated SPT switch triggering:
      The SPT switch can be triggered at the last-hop router if the
      bandwidth from a given source is above a configured threshold.
      In addition, the same mechanism is implemented in the RP as well
      (not in the spec, where the SPT switch in the RP is always triggered
      by the first packet).

    - Keep various PIM-related statistics (e.g., number of sent
      or received PIM control messages per interface, etc), and add
      the appropriate XRL interface to get or reset those statistics.

    - Modify slightly the "show pim join" CLI output. E.g., print
      "Could assert WC:" for all entries, print "Could assert SG:"
      for (S,G,rpt) as well, etc.

    - Bug fix: when receiving IPv6 PIM packets, use the IPv6-specific
      pseudo-header to compute the checksum.

  CLI:
    - On exit, restore the original terminal flags in case of stdio-based
      CLI access. This should fix a bug when running xorpsh from sh/bash
      and pressing Ctrl-D leaves sh/bash in non-echo mode.

    - Reverse the key binding of 'j' and 'k' in page mode. Now the
      binding is same as in "vi/more/less":
      'j' scroll down one line, while 'k' scroll up one line.

  SNMP:
    - Full implementation of BGP4-MIB module (RFC 1657) including traps.

  RIP:
    - Implementation functionally operational save communication with the RIB
      for injecting routes, the FEA to send and receive packets, FEA
      interface monitoring code, and an XRL interface for configuration.
2004-07-20 21:55:31 +00:00
drochner
926492b94a add boinc3-seti stuff 2004-07-19 20:31:49 +00:00
drochner
d32bcba4ce seti@home client for the BOINC-3 framework
(tested on i386 and amd64, has runtime problems on sparc64)
2004-07-19 20:14:21 +00:00
drochner
72095ac843 common libaries for BOINC-3 projects 2004-07-19 20:11:04 +00:00
drochner
280ebe2fb6 import the current "stable" version of BOINC, the distributing
computing framework
2004-07-19 20:09:15 +00:00
xtraeme
8671ab25ab Added openntpd. 2004-07-19 19:19:08 +00:00
xtraeme
31fc36be34 Initial import of openntpd-20040719p from pkgsrc-wip, contributed by
Peter Postma.

OpenNTPd is a free implementation of the Network Time Protocol.
It provides the ability to sync the local clock to remote NTP servers and
can act as NTP server itself, redistributing the local clock.

OpenNTPd is primarily developed by Henning Brauer and Alexander Guy as part
of the OpenBSD Project. The portable version is made by Darren Tucker.
The software and is freely useable and re-useable by everyone under a BSD
license.
2004-07-19 19:17:25 +00:00
wiz
4aab61be0d Update to 1.83, use DIST_SUBDIR, since old distfile is gone.
Changes unknown.
2004-07-19 13:36:11 +00:00
bad
b467f977d7 Update p5-Net to libnet-1.19 because I need the XVERP support in the mail()
method.

Changes for 1.19 and 1.18:
libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004

Bug Fixes
  * Fixed datasend test to work on Win32 platform
  * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
  * Fixed bug that a restarted get with Net::FTP did not append to local file

libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004

Bug Fixes
  * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
  * Fixed bug in converting numbers returned by PASV command into a
    packed IP address
  * Fixed bug that caused Net::FTP->get to truncate the local file after
    the restart method had been called
  * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
    the contents of a directory
  * Fixed bug in POP3 that was sending unnecessary RSETs

Enhancements
  * Added support for POP3 CAPA command
  * Added support for XVERP to Net::SMTP
  * Added Net::POP3->banner method to return the banner received from
    the server during connect
  * Added Net::POP3->auth method for performing authentication using
    SASL, requires Authen::SASL
  * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
    which can be used instead of passing the host as the first argument
  * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
    string used for the connect. This is useful to determine which host
    was connected to when multiple hosts are specified
  * Added support for more non-standard responses to Net::FTP->size
  * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
    constructor. (Jeff Macdonald)

Changes from 1.15 to 1.17 not available due to Subversion lossage.
2004-07-19 11:04:23 +00:00
markd
1e747cba77 Do package version handling properly. 2004-07-19 04:08:13 +00:00
markd
42a7a3e72d Cleanup whitespace. 2004-07-19 04:07:16 +00:00
markd
77f5cb29f4 Redo original bind version test in way that doesnt result in a make
warning about null output from shell.  We don't want to get a version
number for bind versions older that 9 as that complicates the later
tests.
2004-07-18 12:59:02 +00:00
tron
26549ddd6a Fix BIND version test to work with pre BIND 9 versions in NetBSD. 2004-07-18 11:22:13 +00:00
markd
21de22507e Add builtin.mk to allow use of bind9 from the base OS. 2004-07-17 22:28:43 +00:00
martti
ff078ec8f7 Added xfce4-wavelan-plugin 2004-07-13 09:20:49 +00:00
martti
4481983e97 WLAN plugin for XFce4. 2004-07-13 09:20:35 +00:00
salo
90fd747069 Replace test -e with -d.
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10 23:13:01 +00:00
wiz
bfcf2d3fbe Make two patches apply cleanly again (whatever happened here...).
Use RCD_SCRIPTS for gated rc.d script. Set USE_BUILDLINK3. Add missing dirrm to PLIST.
2004-07-10 21:00:00 +00:00
wiz
447633f868 Teach configure script about NetBSD 2* to make package build on NetBSD-2.0.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
2004-07-10 20:19:11 +00:00
thorpej
bcc09e41f3 On Darwin, leave out the ucd-snmp/diskio and mibII mib modules. 2004-07-10 17:59:57 +00:00
thorpej
5325c7699c In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; the
former is provided by system or private header files, and the latter may
not be.
2004-07-10 17:59:17 +00:00
grant
a7105aea4c Updated docsis to 0.9.1.
changes since 0.9.0:

- add support for ModemCapabilities
- add support for Subscriber Management Filter groups
- make SNMP VarBind encoding more "compatible" with other encoders
- cleanup argument handling, fix bug with error printing
- fix bug where SnmpMibObject OID output would switch to numeric format
  after a decode_oid
- re-organized and beautified source code
2004-07-10 12:37:20 +00:00
grant
086d54e886 .include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk> 2004-07-10 09:08:44 +00:00
grant
362aaa2dad use buildlink3 because this blindly calls "gcc" with gcc specific
flags.
2004-07-10 09:07:22 +00:00
grant
a6993f25cb .include "../../bsd.pkg.mk" not .include <../../bsd.pkg.mk> 2004-07-10 09:04:57 +00:00
grant
46ed9add77 use buildlink3 because this blindly calls "gcc" with gcc specific
flags.
2004-07-10 09:04:38 +00:00
grant
789d67c8ba this uses a c and c++ compiler. 2004-07-10 03:14:45 +00:00
grant
af606127e5 use buldlink3 so we strip gcc specific flags when not using gcc. 2004-07-10 01:55:32 +00:00
recht
a4f6ec3768 Use VARBASE, drop maintainership. 2004-07-09 22:45:04 +00:00
recht
5edc80745d update to 2.10.3
changes:

2004-06-23  Michael Meeks  <michael@ximian.com>

	* Version 2.10.3

2004-06-22  Michael Meeks  <michael@ximian.com>

	* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
	add missing pre-align for struct/except types. Complicate the
	union alignment rules.

2004-05-17  Fernando Herrera  <fherrera@onirica.com>

	* src/idl-compiler/orbit-idl-c-backend.c: (out_for_pass):
	Merge fix from HEAD for bug #142546.  clobber LC_ALL because
	cpp tranlates some strings in some locales during dep files
	generation that makes compilation fails.

2004-05-17  Michael Meeks  <michael@ximian.com>

	* ORBit-2.0.pc.in: prune pkgconfig cruft.
2004-07-09 22:06:54 +00:00
xtraeme
571319d983 Added wimon-0.2. 2004-07-08 16:20:54 +00:00
xtraeme
1a40e8cf33 Initial import of wimon-0.2.
wimon is a curses tool that shows a real-time graph of your wireless
connection status. It is based on Bill Paul's wiconfig.
It runs on NetBSD, FreeBSD and OpenBSD.
2004-07-08 16:19:37 +00:00
xtraeme
684b374ca9 Added ucarp-1.0 2004-07-08 10:32:45 +00:00
xtraeme
78088a5113 Forgot to remove this before importing... hmm 2004-07-08 10:31:29 +00:00
xtraeme
5aa16b4621 Initial import of ucarp-1.0 from pkgsrc-wip.
UCARP allows a pair of hosts to share common virtual IP addresses in order to
provide automatic failover. It is a portable userland implementation of the
secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
alternative to the VRRP).

Strong points of the CARP protocol are : very low overhead, cryptographically
signed messages, interoperability between different operating systems and no
need for any dedicated extra network link between redundant hosts.
2004-07-08 10:30:31 +00:00
martti
83bb1ef3e0 Updated ethereal to 0.10.5
Multiple problems in Ethereal 0.10.4: It may be possible to make Ethereal
crash or run arbitrary code by injecting a purposefully malformed packet
onto the wire or by convincing someone to read a malformed packet trace file.

* Updated protocol support

  AIM, ASAP, ASN.1 BER, ARP, ATM, DHCP, CFPI, CLNP, DCERPC (DCERPC, LSA, NT,
  SAMR, SRVSVC, WKSSVC), EAP, ENIP, Frame Relay, GRE, H.225, H.245, H.450,
  HTTP, IAX2, IEEE 802.11, ISAKMP, iSNS, ISUP, JFIF, Kerberos, LMP, M3UA,
  MGCP, MPLS, MTP3, NCP, NetFlow, NFS, OSPF, PIM, RADIUS, RIP, RSVP, RTCP,
  RTP, RTSP, SCSI, SDP, SIP, SMB, SMTP, SNMP, SOCKS, SSL, T.35, TCP, VRRP,
  WBXML (User-Agent Profile), WSP, X11

* New protocol support:  DNP, ENRP, giFT, H.235, PacketCable, SigComp, SIR
2004-07-08 06:18:37 +00:00
salo
a3a439a122 Updated to version 3.55.
Changes:
========
- Added MAC address printing.  If Nmap receives packet from a target
  machine which is on an Ethernet segment directly connected to the
  scanning machine, Nmap will print out the target MAC address.  Nmap
  also now contains a database (derived from the official IEEE
  version) which it uses to determine the vendor name of the target
  ethernet interface.  The Windows version of Nmap does not yet have
  this capability.  If any Windows developer types are interesting in
  adding it, you just need to implement IPisDirectlyConnected() in
  tcpip.cc and then please send me the patch.  Here are examples from
  normal and XML output (angle brackets replaced with [] for HTML
  changelog compatability):
  MAC Address: 08:00:20:8F:6B:2F (SUN Microsystems)
  [address addr="00:A0:CC:63:85:4B" vendor="Lite-on Communications"
   addrtype="mac" /]

- Updated the XML DTD to support the newly printed MAC addresses.
  Thanks to Thorsten Holz (thorsten.holz(a)mmweg.rwth-aachen.de) for
  sending this patch.

- Added a bunch of new and fixed service fingerprints for version
  detection.  These are from Martin Macok
  (martin.macok(a)underground.cz).

- Normalized many of the OS names in nmap-os-fingerprints (fixed
  capitalization, typos, etc.).  Thanks to Royce Williams
  (royce(a)alaska.net) and Ping Huang (pshuang(a)alum.mit.edu) for
  sending patches.

- Modified the mswine32/nmap_performance.reg Windows registry file to
  use an older and more compatable version.  It also now includes the
  value "StrictTimeWaitSeqCheck"=dword:00000001 , as suggested by Jim
  Harrison (jmharr(a)microsoft.com).  Without that latter value, the
  TcpTimedWaitDelay value apparently isn't checked.  Windows users
  should apply the new registry changes by clicking on the .reg file.
  Or do it manually as described in README-WIN32.  This file is also
  now available in the data directory at
  http://www.insecure.org/nmap/data/nmap_performance.reg

- Applied patch from Gisle Vanem (giva(a)bgnett.no) which allows the
  Windows version of Nmap to work with WinPCAP 3.1BETA (and probably
  future releases).  The Winpcap folks apparently changed the encoding
  of adaptor names in this release.

- Fixed a ping scanning bug that would cause this error message: "nmap:
  targets.cc:196: int hostupdate (Target **, Target *, int, int, int,
  timeout_info *, timeval *, timeval *, pingtune *, tcpqueryinfo *,
  pingstyle): Assertion `pt->down_this_block > 0' failed."  Thanks to
  Beirne Konarski (beirne(a)neo.rr.com) for reporting the problem.

- If a user attempts -PO (the letter O), print an error suggesting
  that they probably mean -P0 (Zero) to disable ping scanning.

- Applied a couple patches (with minor changes) from Oliver Eikemeier
  (eikemeier(a)fillmore-labs.com) which fix an edge case relating to
  decoy scanning IP ranges that must be sent through different
  interfaces, and improves the Nmap response to certain error codes
  returned by the FreeBSD firewall system.  The patches are from
  http://cvsweb.freebsd.org/ports/security/nmap/files/ .

- Many people have reported this error: "checking for type of 6th
  argument to recvfrom()... configure: error: Cannot find type for 6th
  argument to recvfrom()".  In most cases, the cause was a missing or
  broken C++ compiler.  That should now be detected earlier with a
  clearer message.

- Fixed the FTP bounce scan to better detect filered ports on the
  target network.

- Fixed some minor bugs related to the new MAC address printing
  feature.

- Fixed a problem with UDP-scanning port 0, which was reported by
  Sebastian Wolfgarten (sebastian(a)wolfgarten.com).

- Applied patch from Ruediger Rissmann (RRI(a)zurich.ibm.com), which
  helps Nmap understand an EACCESS error, which can happen at least
  during IPv6 scans from certain platforms to some firewalled targets.

- Renamed ACK ping scan option from -PT to -PA in the documentation.
  Nmap has accepted both names for years and will continue to do
  so.

- Removed the notice that Nmap is reading target specifications from a
  file or stdin when you specify the -iL option.  It was sometimes
  printed to stdout even when you wanted to redirect XML or grepable
  output there, because it was printed during options processing before
  output files were handled.  This change was suggested by Anders Thulin
  (ath(a)algonet.se).

- Added --source_port as a longer, but hopefully easier to remember,
  alias for -g.  In other words, it tries to use the constant source
  port number you specify for probes.  This can help against poorly
  configured firewalls that trust source port 20, 53, and the like.

- Removed undocumented (and useless) -N option.

- Fixed a version detection crash reported in excellent detail by
  Jedi/Sector One (j(a)pureftpd.org).

- Applied patch from Matt Selsky (selsky(a)columbia.edu) which helps
  Nmap build with OpenSSL.

- Modified the configure/build system to fix library ordering problems
  that prevented Nmap from building on certain platforms.  Thanks to
  Greg A. Woods (woods(a)weird.com) and Saravanan
  (saravanan_kovai(a)HotPop.com) for the suggestions.

- Applied a patch to Makefile.in from Scott Mansfield
  (thephantom(a)mac.com) which enables the use of a DESTDIR variable
  to install the whole Nmap directory structure under a different root
  directory.  The configure --prefix option would do the same thing in
  this case, but DESTDIR is apparently a standard that package
  maintainers like Scott are used to.  An example usage is
  "make DESTDIR=/tmp/packageroot".

- Removed unnecessary banner printing in the non-root connect() ping
  scan.  Thanks to Tom Rune Flo (tom(a)x86.no) for the suggestion and
  a patch.

- Updated the headers at the top of each source file (mostly to
  advance the copyright year to 2004 and note that Nmap is a registered
  trademark).
2004-07-07 20:54:34 +00:00
xtraeme
0b3d7d3315 Added arping-2.01. 2004-07-07 17:31:34 +00:00
xtraeme
15a909427c Initial import of arping-2.01 from pkgsrc-wip, contributed by
Quentin Garnier.

Arping can be used to find out it a specific IP address on the LAN is 'taken'
and what MAC address owns it.  Sure, you *could* just use 'ping' to find out if
it's taken and even if the computer blocks ping (and everything else) you still
get an entry in your ARP cache.  But what if you aren't on a routable net?  Or
the host blocks ping (all ICMP even)?  Then you're screwed.  Or you use arping.
2004-07-07 17:30:12 +00:00
xtraeme
d3d73f6357 Added argus-3.3. 2004-07-07 17:24:08 +00:00
xtraeme
bfdb96959c Initial import of argus-3.3 from pkgsrc-wip, contributed by
<drue at users.sourceforge.net>.

Argus is a system and network monitoring application. It will monitor
anything you ask it to monitor (TCP + UDP applications, IP connectivity,
SNMP OIDS, Programs, Databases, etc), presents a nice clean, easy to view
web interface, it can send alerts numerous ways (such as via pager) and
can automatically escalate if someone falls asleep.
2004-07-07 17:22:30 +00:00
minskim
bc676186cc Enable pkgviews installation. 2004-07-07 14:40:00 +00:00
he
0efe4873bb Add a patch to fix a race condition in the straps program. If
traps arrive in a steady stream, straps will exit before the client
(scotty) manages to connect, because traps are handled before new
client connections in straps.  Adds a sleep(3) first, and rearranges
the order of handling of these events, so that scotty can get around
to connecting as a client before the first trap is handled by straps.

Bump pkgrevision to 3.
2004-07-07 14:39:33 +00:00
minskim
d81157dcc9 Honor BINOWN and BINGRP. 2004-07-07 14:37:49 +00:00
xtraeme
9ea4dca809 Accept sun-jdk13, sun-jdk14, jdk13 and jdk14. 2004-07-07 11:35:26 +00:00