Commit graph

4934 commits

Author SHA1 Message Date
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
adam
3de3db975d Changes 0.93.4:
* Improved stability
* Memory corruption issues should be resolved
* Better gwebcache support, will parse up to 150 hosts in a reply
2004-07-06 09:54:42 +00:00
xtraeme
cfcaf19222 Added hlfl-0.60.1. 2004-07-06 07:52:03 +00:00
xtraeme
a1c5fafcce Initial import of hlfl-0.60.1 from pkgsrc-wip, packaged by pancake.
hlfl stands for "High Level Firewall Language". It permits writing
firewalling rules using a high level language, and transforms them into
rules for real softwares, like ipfilter, ipchains or cisco rules.
2004-07-06 07:49:59 +00:00
hubertf
2f6fd86193 Add a patch to fix privilege handling.
Contributed by Steve Rumble in private mail, and mailed back to the
ngrep author by him.  Bump the pkg to nb2.
2004-07-05 21:42:46 +00:00
minskim
85317101f2 Fix PLIST. Should have been committed when this package was updated
to 1.3.4.
2004-07-05 15:34:14 +00:00
minskim
d148e28c17 Add and enable p5-Geo-IP. 2004-07-03 01:00:50 +00:00
minskim
2a81fdb922 Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.
This module a simple file-based database.  This database simply contains IP
blocks as keys, and countries as values.  The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.
2004-07-03 00:59:03 +00:00
minskim
97123bdc36 Update GeoIP to 1.3.4 and take maintainership.
Changes since 1.3.1:
        * Fixed bug where *.gz file(s) didn't get removed after geoipupdate
        * Added support for NetSpeed lookup to geoiplookup
        * inet_addr patch for 64 bit systems (Thomas Steudten)
        * Added Support for automated downloads of GeoIP Region, City, ISP
          and Organization databases (Frank Mather)
        * INADDR_NONE Patch for Solaris 9 (John Young)
        * Added support for Maxmind NetSpeed
2004-07-03 00:54:07 +00:00
adrianp
50d878d662 - Upgrade snort to 2.1.3
- Grab maintainership of the package (with ok of previous owner)
- Use SUBST_* code

Ok'ed wiz@, snj@, salo@

From the changelog:

2004-05-06 Daniel Roelker <droelker@sourcefire.com>

    * src/detection-plugins/sp_pattern_match.c:
      Fixed rule read up error when parsing hexmode content options.
      Thanks for pointing it out Toni Maatta.  (Roelker)

    * src/preprocessors/spp_stream4.c:
       Fixed null pointer dereference when detect_scans were enabled and
       creating a new session that had funky flags.  Thanks to Chad
       Kreimendahl for reporting the bug and testing the fix.  (Roelker)

2004-04-20 Daniel Roelker <droelker@sourcefire.com>

    * src/event_queue.c:
    * src/event_queue.h:
    * src/sfutil/sfeventq.c:
    * src/sfutil/sfeventq.h:
      Added multi-event queueing in Snort.  Snort now supports logging
      multiple events per packet, and prioritizing those events using
      different methods.  Thanks to H.D. Moore for illustrating event
      obfuscations when snort only logged one event per packet. (Roelker)

    * src/snort.c:
    * src/decode.c:
    * src/detect.c:
    * src/fpcreate.c:
    * src/fpdetect.c:
    * src/preprocessors/spp_arpspoof.c:
    * src/preprocessors/spp_bo.c:
    * src/preprocessors/spp_frag2.c:
    * src/preprocessors/snort_httpinspect.c:
    * src/preprocessors/spp_rpc_decode.c:
    * src/preprocessors/spp_stream4.c:
      Updated event generators to use new event queueing sytem.  (Roelker)

    * src/output-plugins/spo_alert_fast.c:
      Added newline to 'cmg' alert output, so IP decode is easier to
      read.  (Roelker)

    * src/output-plugins/spo_database.c:
      Updated how current/utc times are calculated, as well as how they are
      formatted, thanks Marcus Janoski.  (Reid)

    * src/parser.c:
      Error on unterminated IP lists.  Added 'config event_queue' parameter.
      Configuration changes to 'config checksum_mode' for specifying
      which checksums to do.  (Norton)

    * src/plugbase.h:
      Fixes from Chris Reid for timestamp routines.  (Reid)

    * src/tag.c:
      Revert to old tag functionality.  Will add proposed tagging
      configurations in the future.  (Roelker)
2004-07-01 17:10:22 +00:00
wiz
465b371561 "Blind" conversion to bl3 -- does not compile on 1.6.x nor 2.0_BETA with
bl2 anyway.
2004-07-01 13:42:09 +00:00
abs
1386ca7e03 Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
jmmv
ff19add443 Update to 2.6.2:
Fixes
* Fix build on Solaris (Lazlo Peter)

Translators
* Rostislav Raykov (bg)
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Åsmund Skjæveland (nn)
* Raphael Higino (pt_BR)
2004-06-28 14:22:23 +00:00
recht
f42539f89d Update to SOAPpy-0.11.4
changes:

- Bug fixes:

    - SOAPpy/Server.py: Check if header information contains SOAPAction
      key before checking its value.

    - Fixes for generating SOAP from complexType arrays, contributed by
      antonio.beamud@linkend.com

    - Fixed bug that caused typedArrayTypes to lose their type
      information when rendered to SOAP and added corresponding
      test case.

- New Features

   - Enhancements to fault handling: The faultType Faultstring is now
     a non-variable string (i.e. no nsmethod in it) so that it can be
     programmatically checked.  In addition fault handlers can now be
     registered to handle specific types of faults.

   - SOAPpy/Server.py: Modified unregsiterObject function to take
     optional namespace/path args to be consistent with registerObject.

   - SOAPpy/Server.py: Added an unregisterObject function

   - Changes to allow SOAPBuilder so it can handle a 'raw' Python object.

For details see:
http://sourceforge.net/project/showfiles.php?group_id=26590
2004-06-27 23:00:24 +00:00
abs
9714835f9d Update samba2 to samba-2.2.8anb8
Fix PLIST - it seems to install in share/doc/samba2 not share/doc/samba
2004-06-27 19:44:23 +00:00
grant
11aa6c5c5d on Solaris, binaries that use libpcap.a always need -lnsl and -lsocket
for the socket functions.
2004-06-27 12:04:45 +00:00
adrianp
951d9d1016 Update p5-Socket6 to 0.17
Ok'ed wiz@/snj@

From the CHANGELOG:

2004-03-24  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.17.

	* Socket6.xs: Shut up signed/unsigned mismatch warning from
	Microsoft C++.

		Reported by:	"David Town" <dtown@cpan.org>

	* Makefile.PL: CC is not a valid parameter for WriteMakefile().
	Use CONFIGURE instead.

		Submitted by:	"David Town" <dtown@cpan.org>

	* Socket6.pm: Correct typos (inaddr6_* -> in6addr_*).

		Submitted by:	"David Town" <dtown@cpan.org>

2004-03-23  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Provide substitutes for systems the lack support for inet_ntop()
	and inet_pton().

		Submitted by:	"David Town" <dtown@cpan.org>

	* Add support for MSWin32.  It was tested with the following
	configuration:

	  - ActivePerl 5.8.0 (805)
	  - Windows 2000
	  - Microsoft IPv6 Technology Preview for Windows 2000 (not needed
	    for XP)
	    (http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp)
	  - Microsoft Visual C++ v6.0
	  - Microsoft Platform SDK February 2003 (must have at least
	    August 2001)
	    (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm)

		Submitted by:	"David Town" <dtown@cpan.org>

	* t/use.t: Pass an empty string as the SERVICENAME to
	getaddrinfo().  MSWin32's getaddrinfo() doesn't like "0" as a
	numeric servname.

		Submitted by:	"David Town" <dtown@cpan.org>

2004-02-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.16.

	* aclocal.m4: inet_ntop and inet_pton are in libnsl on Solaris.

	Submitted by:	Mike McCauley <mikem@open.com.au>

2004-01-05  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.14.

	* gailookup.pl.in: Though some systems has NI_WITHSCOPEID, RFC
	2553 doesn't mention it, and RFC 3493 deprecated it.  So, make use
	of NI_WITHSCOPEID optional.

	* gailookup.pl.in: Add -S option which suppress scopeid.  RFC 3493
	system always adds scopeid in a result of getnameinfo().

	* Socket6.xs: Make pack_sockaddr_in6() and pack_sockaddr_in6_all()
	actual work on systems which have sin6_len in struct sockaddr_in6.

2004-01-04  Hajimu UMEMOTO  <ume@mahoroba.org>

	* aclocal.m4: getaddrinfo() is a macro on some systems.

	* Socket6.pm: Bump version number to 0.13.

	* getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC
	3493.  return EAI_NONAME instead.

	* getnameinfo.c (getnameinfo): add support for NI_NAMEREQD.

2003-12-29  Hajimu UMEMOTO  <ume@mahoroba.org>

	* add simple test.
2004-06-26 22:02:12 +00:00
jmmv
6156e53e77 Finish move of p5-Net-Jabber from net to the chat category. 2004-06-26 11:02:12 +00:00
wiz
fa20d9dd3b Remove unneeded chunk. 2004-06-25 17:25:01 +00:00
wiz
28947f296e Add and enable ctorrent, provided by Ola Eriksson in PR 26047. 2004-06-25 17:22:05 +00:00
wiz
fed7c2d2cd Initial import of ctorrent.
CTorrent is a BitTorrent client written in the C programming language.
It currently runs on most Linux variants, MacOS and FreeBSD, but
hopefully on Windows as well! CTorrent is built as a console program,
which means that it doesn't require any graphical components (such as an
X server) on the machine you are running it on, you can even run it
remotely through a terminal if you wish.
2004-06-25 17:20:47 +00:00
adrianp
7e78a7a752 Update smokeping to 1.30
- Add option to build with SpeedyCGI support (USE_SPEEDY)
- Use @RCD_SCRIPTS_SHELL@ instead of hardcoded /bin/sh
- Use REPLACE_PERL instead of patch/sed hack

Closes PR #25549 submitted by me.

Ok'ed wiz@/bouyer@

From the CHANGELOG:

2004/05/12 -- 1.30

* fix nodata_color syntax --tobi

* when inserting unknown values into sorted rtt list, do this on the outside
  ... U:U:1:2:3:U:U and not in the middle. This will make the graphs more
  smokei when there is data loss. --tobi

* config files with different probes should work ... fixed problem introduced
  in 1.29 --tobi

2004/05/08 -- 1.29
* while running, make all die and warn things go to the log file if there is
  one --tobi
* added rawlog option for logging actual gatherd data --tobi (for virtela)
* added alertee option to send a copy of any alert generated to additional
  'perbranche' people --tobi
* cgi should not complain about non existing hosts ... the daemon does that i
  already --tobi
* actually allow empty alerts -- tobi

* added nodata_color property to specify background color for graph when
  when no data is available --  David Hull <hull@dslextreme.com>
2004-06-23 22:25:44 +00:00
hamajima
74b65bdf4f used SUBST_*. 2004-06-23 04:58:21 +00:00
wiz
fd16054be3 Fix a typo and improve grammar. 2004-06-22 18:31:58 +00:00
hamajima
ad913ea3d2 Applied feedback from Hideyuki KURASHINA in pkg/25776.
And fix path in manpage.
2004-06-22 16:08:27 +00:00
tv
5ad8ca6505 ou.edu no longer has mrtg. 2004-06-21 19:10:31 +00:00
martti
fc3543644c Updated mrtg to 2.10.14
* new option subtitle for indexmaker
* added new options for printing date inside the graph:
  TimeStrPos[] and TimeStrFmt[]
* fix indexmaker when used with 14all
* translation updates
* added 3com RMON VLAN detection to cfgmaker
2004-06-21 16:20:14 +00:00
xtraeme
2fe52b11c9 Do not link to libX11 and libXpm, X11 support is really useless here. 2004-06-20 21:53:18 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
xtraeme
3b5e5a59bc Honour PKG_SYSCONFDIR in net/mrtg, and sync MESSAGE properly.
Bump PKGREVISION to 1.
2004-06-15 17:12:13 +00:00
salo
66749a96f9 Updated to version 3.0.6.
Changes:
 - completion for bm: URL scheme implemented.
 - fixed `du' command with large files >2Gb.
 - fixed saving old directory when no cd verification is performed.
 - compilation on HP-UX fixed.
2004-06-14 08:42:17 +00:00
kleink
723e4916d5 Update with today's IPv6 Sub-TLA assignment changes, bringing us to
jwhois-3.2.2nb6.
2004-06-12 09:39:46 +00:00
jschauma
db2957928f Address PR pkg/24607 by Georg Schwarz to make this build and install under
IRIX:
- add flexibility to PLIST
- add configure arguments to point to openssl if not builtin
- don't use '-print0' to find(1).  IRIX' find does not have this capability,
  and since we know for a fact that it will not be needed, we can leave it
  out in this case.
2004-06-10 20:03:11 +00:00
markd
f549361661 update to kde 3.2.3
changes:
* kppp: Fix flow control for non-English users
* kppp: Added /dev/ttyS4 device. Custom devices still cannot be set
  unfortunately.
* kget: Fix filesize display for files > 2GB
* kopete: Don't add temporary Yahoo! contacts to the serverside list.
* kopete: Kopete doesn't save settings when exiting KDE
* kopete: Close button doesn't close application when the system tray is
  disabled
* kopete: Ignoring incoming IRC conversations crashes Kopete
* kopete: Avoid using libpng if no image is present
* kopete: When I type more than one space in a row, Kopete sends the
  characters "&nbsp"
* kopete: Yahoo won't connect with correct password on AMD64
2004-06-10 12:09:22 +00:00
lha
a1aaa47795 NetBSD needs SO_REUSEPORT, should use "int" not "long" otherwise it
wont work on big-endian LP64 machines.
2004-06-10 10:20:28 +00:00
tron
859f9f6a46 Quote ${ULIMIT_CMD_datasize} properly to avoid early evaluation. 2004-06-09 08:27:49 +00:00
tron
6aa866b9a0 Unlimit datasize in shell startup script. This is necessary to make the
Java program work with Sun's JRE 1.4. Bump package revision.
2004-06-09 08:25:39 +00:00
martti
c0b56782d7 Enable IPv6 support in Linux 2004-06-08 19:04:37 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
markd
af0afe0fb9 Remove mention of kmail,kmailcvt,knode,korn. 2004-06-05 22:04:40 +00:00
nathanw
445e3a1cf5 Add and enable howl. 2004-06-05 19:04:42 +00:00
nathanw
430ea6efc6 Initial import of Howl 0.9.5.
Howl is a cross-platform implementation of the Zeroconf networking standard.
Branded as Rendezvous tm by Apple Computer, Inc., Zeroconf standardizes
networking protocols for delivering hassle-free ad-hoc networking, service
discovery, and IP configuration.

Howl version 0.6 contains both runtime components, which deliver the
Zeroconf/Rendezvous functionality, and an SDK for embedding Zeroconf/Rendezvous
functionality in your applications.
2004-06-05 19:03:12 +00:00
taca
ee9ace7941 Update ja-samba package to 2.2.9.1.0 (samba-2.2.9-ja-1.0).
- Introduce adduser/deluser script from samba2 package.
- Here is changes:

              Changelog of Samba2.2 Japanese Edition

                                                    Samba Users Group Japan

   Here is the fix list of Samba2.2 Japanese Edition.
   The sign of each line means:

   *: Fix of Samba Japanese Edition only
   x: Fix of sending a patch to Samba Team
   c: Fix of being commited a patch by Samba Team
   o: Fix of adopting a patch created by Samba team

samba-2.2.8a-ja-1.2alpha3
~~~~~~~~~~~~~~~~~~~~~~~~~
      o Fixed oplocks problem for Linux kernel 2.4 or later
                                                          [sugj-tech:6096]

samba-2.2.8a-ja-1.2alpha2
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the internationalized version
      * Support Kerberos V not only for FreeBSD           [sugj-tech:6030]
      * Adjust some directory specifications for RPM      [sugj-tech:6029]
      * Fixed unavailable winbind auth problem on FreeBSD [sugj-tech:6049]
      * Fixed smbwrapper.64.so problem for 64bit Solaris  [sugj-tech:6048]

   Changes to the original version
      * Suppressed abortion in some commands when resolve order is specified
                                                          [sugj-tech:6031]
      * Fixed unchangeable password problem when Samba is PDC for BSDish OS
                                                          [sugj-tech:6073]

samba-2.2.8a-ja-1.2alpha1
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the internationalized version
      * Fixed unavailable Japanese problem for username in username map
                                                          [samba-jp:15437]

   Changes to the original version
      * Fixed build problem with Mac OS X                 [samba-jp:15461]
      * Fixed unaccessable problem in BSD/OS, Mac OS X    [samba-jp:15472]
2004-06-05 13:16:35 +00:00
hamajima
ab6746c381 Add and enable dtcp 2004-06-05 07:47:37 +00:00
hamajima
c9fd1a174a New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon and client 2004-06-05 07:43:25 +00:00
minskim
286b465b38 - Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which are
version-dependent.
- Buildlink tcl-scotty.
- Enable pkgviews installation.
2004-06-05 04:30:44 +00:00
minskim
c893ce2e7f - Use buildlink framework.
- Switch to Tk 8.4.
- Share distinfo with tcl-scotty.
2004-06-05 04:10:21 +00:00
minskim
91068be19e Enable pkgviews installation. 2004-06-04 14:48:59 +00:00
minskim
6c8483a9fd Use buildlink framework and switch to Tcl 8.4.
Bump PKGREVISION due to the tcl dependency change.
2004-06-04 14:47:02 +00:00
minskim
a273e6619e Remove tk from CATEGORIES sinec this package depends on tcl only. 2004-06-04 14:44:31 +00:00
abs
d68a235c89 Add jdk14 (and in some cases jdk13) 2004-06-03 20:13:03 +00:00
recht
eb333f91f1 Fix typo: it's == and not = 2004-06-02 22:19:20 +00:00
recht
c14ae4c40d Add --disable-pcap-restart to CONFIGURE_ARGS in case of FreeBSD to
avoid crashes because of the old pcap library.
Patch provided by pancake at phreaker dot net in PR 25792.

Bump PKGREVISION to 1.
2004-06-02 22:06:01 +00:00
adam
e0da231292 Changes 3.0.5:
* 'bm:' URL scheme added
* some bugs fixed
2004-06-02 12:20:13 +00:00
kristerw
eb03424be9 Remove obsolete packages, per discussion on tech-pkg. 2004-06-01 21:46:36 +00:00
recht
133d040faf MASTER_SITE moved.
Comment out the homepage since it's unavaible and I didn't find a new one.
Addresses PR 25781 by Jim Spath.
2004-06-01 17:51:28 +00:00
recht
b5054d7e61 update to libsoup-devel-2.1.10
No real NEWS file, so I'm guessing from the ChangeLog that it's
the usual bugfixing stuff.
2004-06-01 16:58:06 +00:00
kristerw
7510202d93 Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
2004-05-31 22:13:16 +00:00
xtraeme
f4e3a28619 Enable pkgviews installation. 2004-05-31 22:01:41 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
tron
57cdafd025 Use "-Ls ..." instead of deprecated "-s" command line option when
starting the daemons.
2004-05-31 11:47:29 +00:00
kim
b1e4921665 Butcher this into compiling and apparently running ok on NetBSD-current. 2004-05-31 02:18:44 +00:00
minskim
a43a0e5ff5 Add CONFIGURE_LDFLAGS=${LDFLAGS:Q} to CONFIGURE_ENV, because the
configure script of this package replaces @LDFLAGS@ with
${CONFIGURE_LDFLAGS}, not with ${LDFLAGS}.  This fixes the problem
that ed2k_gui doesn't run on some platforms due to incorrect rpath.

Bump PKGREVISION.
2004-05-30 08:14:48 +00:00
minskim
4feff7c111 Simplify Makefile using BUILDLINK_TRANSFORM instead of subst.mk. 2004-05-30 07:52:08 +00:00
snj
eb1b52eb41 Set MAINTAINER to tech-pkg@, not packages@. 2004-05-30 02:19:16 +00:00
cube
2d05dd1b20 Add a patch to support NetBSD-specific DLT_PPP_SERIAL type. It will be in
the next version of libnids.
Patch from Jean-Edouard BABIN in private mail.
2004-05-29 22:14:23 +00:00
heinz
9e041465c3 Update to version 0.47.
Revision history for Net::DNS
=============================

*** 0.47 April 1, 2004

safe_push() is back in Net::DNS::Packet, due to the excellent debate
skills of Luis E Monoz.  However, the name safe_push() is deprecated,
use the new name unique_push() instead.

Fixed a bug in Net::DNS::Nameserver which caused the class to build
packets incorrectly in some cases. [Ask Bjorn Hansen]

Error message cleanups in Net::DNS::typesbyname()
and Net::DNS::typesbyval() [Ask Bjorn Hansen]

Net::DNS::RR::new_from_hash() now works with unknown RR types [Olaf].
2004-05-29 16:50:49 +00:00
kim
9e361fb8e4 Whitespace only. 2004-05-29 16:05:54 +00:00
lukem
08d29a8cc2 Give up maintainership, because either
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
2004-05-27 21:21:41 +00:00
reed
f5ca69ad7f Bump PKGREVISION.
Because my old package libsoup-1.99.28 was built
using now-nonexistent libgcrypt.so.11.
And now libsoup-1.99.28nb1 uses libgcrypt.so.12.
2004-05-27 16:07:03 +00:00
salo
e8ef44dfd5 Updated to version 3.0.4.
Changes:
========

Several bugs fixed. Encrypted FXP support added. CPU usage optimizations.

- encrypted FXP is now supported with CPSV or SSCN commands.
- new setting ftp:ssl-protect-fxp (default is no).
- cpu usage optimizations, sftp speed-up.
- fixed uploading of zero sized files over ftp.
- fixed coredump when AUTH SSL was used and the server refused to setup ssl
  connection.
- fixed coredump on unexpected extra ftp server reply.
- added workaround for ftp servers violating RFC2389 (format of FEAT reply).
- added workaround for ftp servers which refuse to switch to utf-8 before
  login.
- fixed compilation on systems without strtok_r.
2004-05-27 14:37:16 +00:00
wiz
19b27aaa2b PKGREVISION bump because of libidn shlib major bump. 2004-05-26 14:55:46 +00:00
recht
47b85d7ff9 update to 1.3.0.
patch provided by Michal Pasternak in PR pkg/25705

changes:

- Address objects for IPv4 and Unix addresses throughout twisted.internet.
- Improved connected UDP APIs.
- Refactored SSH client support.
- Initial implementation of Windows I/O Completion Ports event loop.
- Bug fixes and feature enhancements.
- Nevow support for Lore (so your Lore documents can use Nevow directives).
- This is the last release before Twisted begins splitting up.
2004-05-26 11:59:25 +00:00
salo
f1802ebc2e Take over maintainership.
Ok with previous MAINTAINER, michal@pasternak.w.lub.pl.
2004-05-25 13:09:37 +00:00
wiz
822df67266 Update to 3.4.2:
* Fixed some bugs, including an important tracker bug
  * Added 'warning message' so trackers can send non-fatal human
    readable messages to clients
  * Fixed problem where some users got 'could not find file' message
2004-05-25 12:42:19 +00:00
salo
a6e4e4febb Update to version 3.0.3.
Changes:

- better DESCR and COMMENT

3.0.3:
======
* cls for sftp can now print symbolic user, group and number of hard links.
* make cd dir/ check if dir exists.
* follow ftp:ssl-force even if ftp server does not advertise AUTH in FEAT reply.
* fixed excessive STAT commands in FXP transfer.
* fixed core dump when disconnecting with active FXP transfer.
* fixed memory leak in sftp uploading and file renaming.
2004-05-25 12:01:16 +00:00
wiz
bc334574c3 Update to 2.5.21:
This release fixes a bug that prevented indirect connections. Some
minor bugfixes have also been made in the sources management.
2004-05-25 10:38:18 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
tron
50092c8a6c Backout last change. It is no longer necessary with revision 1.24
of "src/include/resolv.h" as pointed out by Markus W. Kilbinger in
private e-mail.
2004-05-23 14:12:45 +00:00
recht
2867b4e077 unused 2004-05-23 11:58:21 +00:00
tron
c425f19d92 Make this build and work under NetBSD 2.0E and above with the bind9
resolver library.
2004-05-22 17:41:31 +00:00
kleink
5966e8655a Incorporate today's allocation of 2001:3C00::/23 to ARIN,
bringing us to jwhois-3.2.2nb5.
2004-05-21 21:03:13 +00:00
adam
44f8531b37 Changes 0.7.11:
* Bug fixes
2004-05-19 13:09:44 +00:00
tron
f7fbf20b22 Make this build under NetBSD 2.0E and newer. 2004-05-18 07:05:34 +00:00
tron
e7807b53b2 Make this build under NetBSD 2.0E and newer. 2004-05-18 06:46:08 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
grant
ab0aa0be4f Updated p5-SOAP-Lite to 0.60a.
Major changes since 0.55:

  + Merged SOAP::MIME into SOAP::Lite's core
  + Cleaned up the UI for the Makefile.PL script - it now detects and
    indicated whether certain Perl modules have been detected. The
    table displaying installation preferences has been substantially
    cleaned up, the code is much more modular and relies on a simple
    data structure representing potential module dependencies.
  + Made the Makefile.PL script iterative - meaning, the user will be
    continually be presented with their preferences until they
    explicity choose to accept them and continue (bug 747295)
  + Differentiate between xsd:int and xsd:long to fix interoperability
    bug with Java Web services
  ! Fixed MIME interoperability bug with Apache Axis - Axis' MIME
    parser requires that MIME boundaries are terminiated by a CRLF
    character where the MIME::Tools package only outputs a CR
    character. A patch was integrated into the MIME::Tools module
    which allows SOAP::Lite to specify its own MIME Boundary delimiter
  ! SOAP Faultcodes are now properly typed a xsd:QName, whereas
    before they were xsd:string - to be honest, they are left untyped
    so that toolkits can serialize them according to the schema
    (bug 747283)
  ! Fixed documentation error around turning on a trace for multiple
    "channels" (bug 747310)
  ! Disabled SOAPStruct (bug 747316)
  ! Fixed XML::Parser::Expat vulnerability (bug 747265)
  ! Added item in TROUBLESHOOTING section explaining that there is a
    bug in Perl 5.8 that prevents +autodispatch from working properly.
    The workaround is to use dispatch_from instead (bug 747290)
  ! Fixed warning when autodispatched call has no parameters
    (bug 747286)
  ! Fixed warning when empty SOAPAction specified (bug 747278)
  ! Turned off HTTP keep alive patch by default, however users can now
    turn on the patch by setting the constant PATCH_HTTP_KEEPALIVE to
    1 (bug 747281)
  ! Removed dependency on the URI module for non-HTTP transports
    (bug 747306)
2004-05-16 23:17:33 +00:00
heinz
b3f13a649f Unixware 7.1.1 implements RFC 2133 (Basic Socket Interface Extensions for
IPv6) but not the successor RFC 2553. The configure script detects this
and decides that tnftp needs to compile its own version of getaddrinfo().
This produces the error message

  /usr/include/netdb.h:248: `getaddrinfo' previously defined here

because Unixware provides an implementation of getaddrinfo() in netdb.h
instead of a prototype declaration :-/. Since netdb.h cannot be omitted,
we will always get this definition and tnftp's version of getaddrinfo
will always create a conflict.

This ugly preprocessor hack works around the problem. Hints for a better
solution welcome.
2004-05-16 23:14:17 +00:00
danw
51d18c346e Remove some old rpath hacks that aren't needed with modern buildlink3.
Fixes the build on darwin (PR 25326)
2004-05-16 20:27:04 +00:00
itojun
91cb3bbca6 add bind9-current 2004-05-15 21:02:35 +00:00
itojun
d91352ae95 ISC BIND 9.3.0beta3. changelog is too many to mention here. 2004-05-15 21:00:57 +00:00
adam
5993a545e9 fix deprecated -P usage (thanks to Jon Olsson 2004-05-14 15:40:53 +00:00
adam
2cb098d8f0 Changes 5.1.1:
New:
  - test suite supports testing over other transports (tcp, udp6, unix, ...)
    (see the -P switch to the testing/RUNTESTS script)
  - Solaris supports the use of it's PKCS#11 library for supporting
    cryptographic functions (OpenSSL isn't required if PKCS#11 is available)
    (see configure's --with-pkcs flag)
Fixes:
  - Improvements on 64 bit architectures.
  - A few minor memory leaks fixed.
  - An extremely large number of minor bug fixes.
  - Many perl module specific bug fixes.
  - snmpd will safely handle more signals.
Ports:
  - Many many significant Windows improvements.
    - A win32 build script in win32/build.pl
    - Support for the MinGW compiler
    - (see the README.win32 file for details on new ports)
    - Various helpful win32/*.bat files for installation, etc.
  - Some linux 2.6 support improvements
2004-05-14 13:30:34 +00:00