Commit graph

3812 commits

Author SHA1 Message Date
jmmv
5ae77fa04e Avoid hardcoding /usr/pkg in patch files. 2003-07-02 18:28:42 +00:00
jmmv
21f05761ad Convert to PKG_SYSCONFDIR and buildlink2. Bump PKGREVISION to 2. 2003-07-02 18:22:42 +00:00
jmmv
73d1a17858 Use REPLACE_PERL. 2003-07-02 17:02:54 +00:00
gson
8da63aad13 Make MASTER_SITES refer to a location which the dnspython author says
will work even after the release is no longer current.
2003-07-01 00:24:15 +00:00
wiz
2b7daf4504 Add three missing locale files. 2003-06-30 16:27:56 +00:00
gson
c8353103a8 Update py-dns to 1.0.0. Fixes pkg/22020.
Changes from 1.0.0b3:

	* dns/rdata.py: Rdatas now implement rich comparisons instead of
	__cmp__.

	* dns/name.py: Names now implement rich comparisons instead of
	__cmp__.

	* dns/inet.py (inet_ntop): Always use our code, since the code
	in the socket module doesn't support AF_INET6 conversions if
	IPv6 sockets are not available on the system.

	* dns/resolver.py (Answer.__init__): A dangling CNAME chain was
	not raising NoAnswer.

	* Added a simple resolver Cache class.

	* Added an expiration attribute to answer instances.
2003-06-30 15:33:53 +00:00
wiz
ab1d416924 Update to 3.0.5, extract of changes:
* Logging with chroot has long since been fixed; added a note to
    startopts about other chroot stuff.  Closes: #82590, #82591.
  * Gopherd sometimes sent "+INFO " instead of "+INFO: ".  Fixed.
  * MAJOR rewrite of regex support.  This should make gopher
    compile and work better on several platforms.
  * Removed the DOMAIN configure support, DOMAIN_NAME in gopherd,
    backupdomain in Socket.c, etc.  This should prevent the no.domain.name
    problem that people have been seeing.  Regenerated configure stuff.
  * Added line for .png to gopherd.conf.in
And many more bug fixes.
Clsoes PR 22013.
2003-06-30 10:20:14 +00:00
jtb
bb03236c6b Remove build time dependency on bash.
Build with posix threads if supported ocaml.
2003-06-29 23:52:03 +00:00
gson
19b8ba66b7 Add and enable py-dns 2003-06-29 23:40:19 +00:00
gson
82d356fc9d Import dnspython-1.0.0b3.
dnspython is a DNS toolkit for Python. It provides both high and low
level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.
2003-06-29 23:39:30 +00:00
uebayasi
f3fb8d6531 Update to 2.6.6.
Supplied by Toru Takamizu, PR22008.

Version 2.6.6 - 2003-05-28

* raised sane mirror connection limit to 64.
* fixed hftp file information retrieval when use-head is off (reported by
  Robert A. Thompson).
* ignore zero size reported by SIZE (for sunsolve.sun.com).
* fixed a bug with exclude/include of directories in reverse mirror.
* several bugs with mirror --script fixed (reported by Olaf Kaehler).
* fixed a bug with unterminated string in HTML parsing; add wwwoffle support
  (AIDA Shinra).
* fixed a bug with ssl settings pointing to files and directories (Diego
  Reyes).
* fixed a bug with sending empty path in HTTP protocol (Geoffrey Lee).
* fixed catching of file size from ftp server message 150.
* fixed hftp with password - now it should work with all proxies as it
  sends password in URI even when Authorization header is used.
* new debugging command .tasks to show number of tasks.
* now lftp does not load/save histories until it interacts with user.
  E.g. `lftp -c command' does not update ~/.lftp/rl_history now.
2003-06-29 10:22:22 +00:00
martti
2eb337614e Initial version. 2003-06-29 10:00:27 +00:00
jmmv
96c03b6f7f Update to 1.4.1a:
Version 1.4.1a
--------------
Madcat's contributions:
* FIXED: Crash on GetPeer() call during socket failure.
* FIXED: Crash when trying to send hash of nonexistent knownfile.

Version 1.4.1
-------------
Madcat's contributions:
* FIXED: Various crashes regarding Shared Files Reloading.
* FIXED: Several Search Tab Closing/Global Search related crashes.
* FIXED: Several eMule/xMule typos.
* FIXED: Endless loop if UDP packet sending failed.
* FIXED: Endless loop/memleak at ProcessMuleInfoPacket().
* FIXED: Endless loop at CPartFile::FlushBuffer().
* FIXED: CPU leak in ProcessHelloPacket().
* FIXED: gsocket.c compilation problems with older compilers.
* FIXED: Crash when search results were added to nonexistent search tab.
* FIXED: Endless loop in case UDP packet sending fails.
* FIXED: Sockets are also closed on crash now.
* Revised Search Result packet handling, shouldn't crash/memleak there anymore.
* Removed annoying MAX_RESULTS check from search tab.
* Added log line when ipfilter is loaded.
* All log messages are also written into file ($HOME/.xMule/logfile).
* Shared files list is now resorted after reloading.
* Implemented external ED2K links handling. Use ed2k <link> instead of xmule <link> from now on.
* Changed popup window to log message when shared file is not found.

Kry's contributions:
* FIXED: --version commandline argument.
* FIXED: Bogus 2.1.0.1 servers on serverlist.
* FIXED: Shared folders not shared in some systems.
* FIXED: Shared files not being shared in non-english languages.
* FIXED: Download limit being higher than capacity.
* Made ./xmule statistics more readable.
* Added a notification message in case second xMule is started.

Un-Thesis' contributions:
* FIXED: GTK-only XPM compatibillity problems.
* FIXED: GetTickCount compilation errors.
* FIXED: LOWID problems (AGAIN!).
* Removed pure GTK code from GetColour.
* Added eMule's LOWID icon to main status bar on LOWID connection.

MikaelB's contributions:
* FIXED: Toolbar sizing with i18n

Seneca's contributions:
* FIXED: Clipboard handling (ctrl+v instead of middleclick for pasting).

Closes PR pkg/21940.
2003-06-28 10:55:46 +00:00
adam
895b6f2545 Added support for gdchart 2003-06-24 08:16:32 +00:00
grant
5216c10bdd quote a literal and indentation 2003-06-24 06:45:46 +00:00
jmc
1a6129894a Make this work with non -current pthreads (pth, etc) 2003-06-23 22:15:24 +00:00
jtb
b683565843 Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.
2003-06-23 20:36:13 +00:00
adam
5deb1db377 Reactivated patches for ntop2 2003-06-23 13:25:55 +00:00
adam
16285db017 Updated ntop to 2.2
What's new:
- SQL support removed
- rrd support added
- Added ability to configure plugins while inactive.
- Added @<filename> for configuration options.
- Table driven conversion of ip address -> country code replaces
  - where available - old gTLD/ccTLG version.
- memory failure trap, allows access to reports after ntop stops
  and run time parameter, --disable-stopcap to return to old
  behavior.
- Replaced active use of nmap with passive use of ettercap
  for OS fingerprinting.
- Automatic creation of problem report skeleton.
- Plugins menu shows plugins disabled due to problems.
- Default protocol list (if no -p option) changed
2003-06-23 13:23:36 +00:00
wiz
4bcb832c4e Update master sites. 2003-06-23 12:19:52 +00:00
adam
d286d86778 Revision bumped because of gd shared library major bump 2003-06-23 11:16:33 +00:00
adam
e46bc16733 Revision bumped because of gd shared library major bump; buildlink added for freetype-lib; CONFIGURE_ARGS fixed to use buildlink 2003-06-23 11:12:33 +00:00
wiz
66c84f28a0 Add and enable waste. 2003-06-19 08:34:50 +00:00
wiz
170d4e69ed Remove patch-aa and patch-ab, since they do not exist any more. 2003-06-19 08:28:22 +00:00
wiz
8fb599235a Wildcard userppp dependency. 2003-06-19 08:25:11 +00:00
tron
5f56eb2b6a It's "ftp.sunet.se" not "ftp0.sunet.se". 2003-06-19 07:33:13 +00:00
wiz
8b67b11879 Add some master sites. 2003-06-18 19:40:27 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
salo
a55f8fb942 Use buildlink2 to prevent false dependency on gettext-lib. Noticed by cyber@.
Remove now unnecessary post-patch target, delint, whitespaces, better wording
and formatting.
2003-06-18 01:01:20 +00:00
salo
ac56466f59 PKGREVISION++
Sync with the latest nmap.

Changes (from nmap):

- Applied (with a few modifications) a large NmapFE patch from Peter
  Marschall (peter(a)adpm.de).  This patch adds a bunch more scan/ping
  options and cleans up some redundant NmapFE code.
2003-06-17 14:49:48 +00:00
salo
a5abc41ad5 Updated to version 3.28.
Changes:

- Fixed (i hope) an issue that would cause Nmap to print "Serious time
  computation problem in adjust_timeout ..." and quit.  The ultimate
  cause was demonstrated by this --packet_trace snippet that Russel
  Miller (rmiller(a)duskglow.com) sent me:
  SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ...
  RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ...
  As you can see, the ping reply appears to come BEFORE the request
  was sent(!).  This sort of thing happens on at least Linux and
  Windows.  The send time is obtained from gettimeofday(NULL), while
  receive time libpcap packet header.

- For years, Nmap has added -I/usr/local/include and -L/usr/local/lib
  to the compiler line to grab local libraries.  I have removed this
  behavior by default, and added a '--with_localdirs' configure option
  that adds it back.  If Nmap fails to compile now without the above
  option, please let me know.  I can change the default back if this
  change causes more problems than it solves.  People (such as certain
  ports tree packagers) who know they don't want /usr/local should
  specify --without_localdirs rather than relying on that always being
  the default.

- Fixed (I hope) a problem that led to the error message "Assertion
  `tqi->sockets[probe_port_num][seq] == -1' failed".

- Fixed a problem that would cause Nmap on Windows to send ICMP ping
  packets from 0.0.0.0 instead of the appropriate source IP.  Thanks
  to Yeti (boxed(a)blueyonder.co.uk) for the report.

- Applied some changes from Solar Designer (solar(a)openwall.com)
  which fix some typos and also suggest safer /tmp/ behavior in the
  HACKING file and Lithuanian man page.  These changes are for the
  Nmap package of his Openwall GNU/*/Linux (Owl) distribution.
  [ http://www.openwall.com/Owl/ ]

- For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t
  in nmap.h.  Isn't that exciting?!!!  Hopefully this will help
  compilation on Solaris 2.6 (and perhaps earlier).  If any Solaris
  users notice new compilation problems, please let me know.  Thanks to
  Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue.

- Removed an errant getopt() prototype in nbase/getopt.h which should
  hopefully improve compilation on certain Solaris boxes and BSD
  variants.

- SCO operating systems are no longer supported due to their recent
  (and absurd) attacks against Linux and IBM.  Bug reports relating to
  UnixWare will be ignored, or possibly even laughed at derisively.
  Note that I have no reason to believe anyone has ever used Nmap on
  SCO systems.  Unixware sucks.

- Fixed a problem with small --max_parallism values when non-root ping
  scanning that would cause Nmap to say "sendconnecttcpquery: Could
  not scavenge a free socket!" and quit.  Problem was reported by
  Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463.

- Changed many single-quotes (') into double quotes (") in the man
  page due to a disagreement over whether to represent them as (') or
  (\') in nroff.

- Included --packet_trace support for Explicit Congestion Notification
  (rfc 2481/3168) flags thanks to a patch sent in by Maik Pfeil
  (root(a)bundesspionageministerium.de)

- Included --packet_trace support for a few (unusual) ICMP types in
  case Nmap receives them.  The patch was also sent by Maik Pfeil.

- Fixed a problem with redirecting XML/Grep/Machine output to stdout
  on Windows (e.g. -oX - ).  Problem was reported by Wei Jiang
  (Wei.Jiang(a)bindview.com)

- Made "-g -Wall" compiler flags dependent on availability of gcc/g++
  sine some other compilers do not support them.
2003-06-17 14:48:04 +00:00
itojun
894bf24a52 upgrade to 1.1
1.1
=============
FEATURES:
	- ANSI C
	- autoconf/configure
	- new parser
	- support for various RR types in zonec
	- support for UNKN RR types
BUG FIXES:
	- lots of zone parsing errors eliminated
	- empty node matching bug gives NXDOMAIN
1.0.3
=============
This release is a bug fix release and does not add any new features.
BUG FIXES:
        - Ignore SIGPIPE errors (bug #43).
        - Keep track of TCP child servers and restart if necessary.
          (bug #55)
        - Handle database reload failures correctly.
        - Close UDP sockets in TCP child servers.
        - Handle escaped characters (besides \.) in labels.
        - Preserve the query's RD flag in the answer.
1.0.2
=============
FEATURES:
	- -DBIND8_STATS to enable bind8 like [NX]STATS
	- -t flag to make nsd chroot to a certain directory
	- -s flag to make nsd produce statistics every s seconds
	- /etc/nsd/nsdc.conf to overwrite default variables
	  for nsdc.sh
	- less loggin and more radical tcp connection (mis)handling
	- prefork -n processes to handle tcp connections
	- multiple -a flags
CHANGES:
	- named.stats file functionality is removed
BUG FIXES:
	- couple of pedantic fixes in C code
	- last zone in database axfr bug fixed
	- nsdc update wont update bug fixed
2003-06-17 07:50:44 +00:00
shell
e5d7889d48 Updated to p5-Net-1.15
Changes (from 1.13) :

Global :
- Use read/print instead of sysread/syswrite for local files
  so CRLF translation happens if it needs to
- Some Docs updated

Net::FTP :
- Fix merge error spotted by Slaven Rezic
- Support for ALLO command (patch from Matthew N. Andrews)
- Add some error checking to the examples in the SYNOPSIS
- Allow the firewall type to be specified in Net::Config
  (patch from Philip Newton)

Net::SMTP :
- Allow multiple hosts to be passed to new() as an array reference
- Support MTAs with broken HELO response
  (patch from Michael Driscoll)
- Support for BINARYMIME
  (patch from Richard Coles)
- Fixes to the DSN parameter to mail()
  (patch from Rafael Garcia-Suarez)
- Make the use of email address extraction configurable. By default
  it is now back how it was

Some changes in Net::NNTP, Net::Domain and Net::Cmd
please see ChangeLog.
2003-06-14 09:18:10 +00:00
itojun
a565e443f4 upgrade to 0.9.13. includes security fix.
Overview of changes in Ethereal 0.9.13:

* Fix the endianness of the CCFilehandle NCP (Greg Morris)
* Add AUTH_GSSAPI support to RPC (Tony Schene, Guy)
* Various tap display filter fixes and updates (Guy)
* Enhance SNMP OID display (Laurent)
* M2PA message type field handling fix (Michael)
* Add support for versions 02 and 08 to M2PA (Michael)
* Add GNU ADNS support (Gerald)
* Fix compilation on systems without ADNS (Guy)
* Various HP-UX nettl fixes (Mark C. Brown)
* Handle DNSSEC DO/OK bit in OPT pseudo-RR (Yaniv)
* More ADNS fixes (Guy)
* Show DNS MBZ flags as either OK if 0 or incorrect if not 0 (Yaniv)
* Update NTLMv2 response blob parsing, magic number fixes (Tim)
* Don't try and dissect a zero length NTLM response as a NTLMv2 response
  (Tim)
* Use the Python script to make register.c if we have Python (Guy)
* Fix variable signedness and size in Modbus (Stephen Shelley, Guy)
* Add basic authentication support to WSP, other updates (Olivier Biot)
* Fix OSPF simple password string length (Guy)
* Fix WTP sub-PDU size presentation in the protocol tree (Olivier)
* Mark encrypted DCERPC stub data as such (Jean-Baptiste Marchand, Guy)
* Move NTLMv2 response dissection into common code module (Tim)
* Add a dissect_ndr_counted_byte_array_cb function to DCERPC NT (Tim)
* Dissect a ntlmv2 response if found in a samlogon request (Tim)
* Throw an exception if we have trouble copying a DCERPC string (Guy)
* Do the "tvb_ensure_bytes_exist()" check, and the check for a zero-length
  bit string, in the code to process an ASN.1 bit string (Guy)
* Treat a 6-byte value in a MAPI login reply as an aligned 4-byte value
  (Guy)
* Enhance DCERPC NDR string handling (Guy)
* Put the source and destination addresses in an Ethernet data structure
  in the right order (Graeme Hewson)
* Fix the buddy name length in AIM (Guy)
* Move dissection of NETLOGON secure channel auth verifier into
  packet-dcerpc-netlogon.c (Tim)
* Increment a string length in TACACS to reflect the new behavior of
  tvb_get_nstringz0() (Guy)
* Move platform ID values to packet-dcerpc-nt.c (Guy)
* Fix the call that adds the BGP local preference to the tree (Guy)
* Add the right decoding for AFP3.1 FPCatSearchExt call (Didier Gautheron)
* Fix an overflow bug in OSI, check LSP checksums (Laurent Rabret)
* Add support for the new OpenBSD pflog DLT (Can Erkin Acar)
* Add support for a systemwide color filter file, close a file handle
  that had otherwise been left open (Richard Urwin)
* Use get_datafile_path() in various places in the code (Guy)
* Implement a ring buffer switch duration (Laurent)
* Switch from u_int32_t to guint32 in the packet-pflog.c (Guy)
* Fix a typo in wtap.c (Guy)
* Squelch some compiler complaints (Guy)
* Update the TODO list (Guy)
* Tap SMB packets before we call the dissecotrs (Ronnie)
* Add support for Solaris keepalives (Ronnie)
* Add the list of output file format specs to Tethereal's man page (Gerald)
* More tvb_get_nstringz0() fixes (Gerald)
* Fix a -z io,users,ip calculations bug (Martin Visser)
* Fix incorrect tvbuff definition in the WTP PDU concatenation situation
  (Olivier)
* Updates to support draft-ietf-idr-bgp-ext-communities (Motonori)
* Add support for VMS UCX$TRACE output (Martin Warnes)
* Fix string handling bugs in BGP (Gerald)
* Clean "dissect_rpc_opaque_data()" up a bit (Guy)
* Correctly handle short TCP headers (Ronnie)
* Enhance VMS UCX$TRACE file recognition (Martin Warnes)
* Lump TCPIPtrace and UCX$TRACE together (Guy)
* Clean up and simplify the RTP dissector and tap code (Miha Jemec)
* Make dissect_rpc_opaque_data available to other dissectors (Richard)
* Improve fragmented TCP packet handling (Guy)
* Improve TCP error packet handling (Guy)
* More short TCP length improvements (Guy)
* Change the interface to dissect_ndr_nt_PSID() (Ronnie)
* DCERPC sid snooping enhancements (Ronnie)
* Changes to support NFS RPCSEC_GSS (J. Bruce Field, Richard)
* Rearrange sid snooping a bit (Ronnie)
* Prettify some DCERPC SID printing (Ronnie)
* Add snooping of sid->domain mapping from POLICY_ACCOUNT_DOMAIN_INFO
  structures (Ronnie)
* Remove unused include from packet-dcerpc-samr.c (Ronnie)
* Small RPC fix (Richard)
* Put some missing contributor addresses in ethereal.pod.template (Guy)
* A small fix to NFSv4 to properly decode the secinfo response array
  (Richard)
* Properly initialize sid_str in packet-smb.c (Tim)
* Quieten some unused variable warnings in packet-msproxy.c (Tim)
* Fix typo in name of ett for krb5 auth verifier in DCERPC (Tim)
* Dissect DCERPC LSA policy handles in place (Tim)
* Move base64_decode() to a common area (Tim)
* First changes to properly support RFC1964 (Richard)
* Dissect SPNEGO GSSAPI GetMIC tokens (Richard)
* Add an API to get the dissector name from a dissector handle (Guy)
* Add support for GSSAPI GSS_Wrap tokens (Richard)
* Note that we should probably do PPP Multilink reassembly in the TODO
  file (Guy)
* Distcc support (Brad Hards, Ronnie)
* Convert unsafe string handling to GStrings in WTP (Gerald)
* Fix snprintf() return value checking in DNS, 802.11, ISAKMP, and WSP
  (Gerald)
* Fix more string-related nits in CLNP, ISIS CLV, and RMI (Gerald)
* Get rid of the CRs at the ends of lines in packet-distcc.c (Guy)
* Convert the DNS WKS bitnames variable to a GString (Gerald)
* Use a GString to store the  ISIS CLV formatted authentication
  information (Guy)
* Break out the SPNEGO/GSSAPI request flags (Richard)
* Add RFC3526 DH MODP groups to ISAKMP (Yaniv)
* Fix string index errors in 802.11, ISAKMP, RMI, and WSP (Guy)
* Deal with cases where there's no token ID in a Kerberos blob (Guy)
* Strings in PPTP are null-padded, not null-terminated (Guy)
* Null-terminate ASCII string values in "dissect_ndr_cvstring()" (Guy)
* Fix SCSI string padding (Guy)
* Fix the definition of ISAKMP NUM_GRPDESC_TYPES (Yaniv)
* Add ADNS to the "Compiled with" list (Gerald)
* Make the RTP tap analysis code use create_tempfile() instead of tmpnam()
  (Gerald)
* Get rid of a debugging message in packet-dcerpc-spoolss.c (Guy)
* Fix typoes in packet-dcerpc-samr.c (Guy)
* Flag fragmented data as such in DCERPC (Guy)
* Properly seek to the beginning of TCPIPTrace lines (Guy)
* Fix the declaration of "open_routines[]" in file.c (Graeme)
* Fix file opening in tap_rtp.c (Gerald)
* Various BGP fixes (Hannes Gredler)
* Improve ISIS LSP checksum display (Laurent Rabret)
* Properly free data in ICMPv6, 802.11, RTCP, and SMB (Laurent)
* Add the MSRPC ATSVC interface (Jean-Baptiste Marchand)
* COTP reassembly (Laurent Meyer)
* Add packet-dcerpc-atsvc.h to Makefile.am (Gerald)
* Add the MSRPC ATSVC interface to Makefile.nmake (Guy)
* Fix whitespace handling in SIP (Steven Lass)
* Decode the base-64 string for HTTP Basic authorization (tz)
* Some minor updates to LSA (Ronnie)
* Update SAMR context handle display (Ronnie)
* Fix an SPNEGO/ASN.1 segfault, enhance the responseToken display (Richard)
* Dissect a netlogon credential as eight FT_BYTES (Tim)
* Add GNU ADNS to the Windows build environment (Gerald)
* Add support for WPA (Wi-Fi Protected Access) key in EAPOL frames and WPA
  IE in 802.11 beacon and probe response frames (Jeff Liu)
* CPHA magic number adjustments (Yaniv Kaul)
* Update the plugin API for Glib/GTK+ 2.2 and have NSIS remove the Start
  menu entries and desktop icon (Lars Roland)
* Fix a bug in the SUA global title address parameter, add subdissectors
  (Niels Koot)
* Fix up some comments, and move some common GLib 1.2[.x]/2.x code outside
  #ifdefs in plugins.c (Guy)
* Handle more than one DCERPC call per frame (Guy)
* Lots of different NDPS updates and fixes (Guy)
* Fix UDP error packet handling (Guy)
* Tweake ISIS CLV string appending (Guy)
* Improve RMCP packet recognition (Guy)
* Fix string length checking in tvb_fake_unicode() (Guy)
* Adjust proto.c to better handle null-padded strings (Guy)
* More null-padded string fixes (Guy)
* Improve ASCIIZ string handling in ncp2222.py, other fixes (Guy)
* DCERPC policy handle hashing improvements (Guy)
* Add a "-d" flag to tethereal, related changes (Lionel Ains, Guy)
* Teach the sid snooping how to extract sid->name mappings from
  SAMR:QueryDispInfo (Ronnie)
* Fix to make the dcerpc_smb_fetch_pol use the new function argument list
  (Ronnie)
* Improve value string handling in MDSHDR (Motonori)
* Use "=" instead of "==" in an assignment in proto.c (Gerald)
* Replace bcmp() with memcmp() in 802.11 and add a missing quote to the
  NSIS definition file (Lars)
* Make IP frame numbers unsigned (Guy)
* Don't use "tvb_get_nstringz()" to get string data in SMPP (Guy)
* Dissect extended attribute lists in SMB trans2 QUERY_FILE_INFORMATION,
  info level 4 (Tim)
* Rename SMB's EA length field to EA list length (Tim)
* Some ATSVC fixes (Jean-Baptiste)
* Use "tvb_format_text()" to display WBXML strings (Guy)
* Handle the AFP Unix Privilege bit as defined in the 3.1 spec (Didier)
* Add an ethertype 0 pref to MDSHDR, other fixes (Dinesh, Guy)
* Add new supported IDs, fix padding bytes in SCTP (Michael)
* Fix some typos in SCTP (Michael)
* Properly specify an unused argument in packet-sctp.c (Guy)
* Improve SMB TRANS2_SET_{PATH,FILE}_INFORMATION handling (Guy)
* Add a "--enable-threads" option, which allows to build the gtk+ v2
  ethereal with or without threads (Olivier)
* Print an MMSE warning in the protocol tree instead of the console
  (Gerald)
* Update SMB informational strings to reflect CIFS 1.0, other fixes (Guy)
* Clean up the checks for valid SIP requests and responses (Guy)
* Dissect the SMB 12-byte reserved field (Richard)
* Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not to
  throw an exception out of hand (Guy)
* Fix LDAP tree creation (Guy)
* Clean up Ethereal's command line usage message (Guy)
* SID name mappings can now be presented in a table by tethereal
  using the -z smb,sids  command argument (Ronnie)
* Add a tap listener to present sid to name mappings for tethereal (Ronnie)
* Fix Tethereal man page command line options and program name (Guy)
* Fix the display of the high 16 bits of the SMB PID (Guy)
* Update the FAQ to May 25 (Joerg)
* Update manuf to June 10 (Joerg)
* Show the upper 2 bytes of SMB's formerly-reserved area as a "High Part of
  PID" even for SMB-over-IPX (Guy)
* Add support for some additional SAPs for Netware and OSI (Guy)
* Improve the CR-LF check in SMTP (Guy)
* Change DCERPC, Fix, and ISDN to reflect the new behavior of tvb_memeql()
  (Guy)
* If ADNS_DIR isn't defined, don't link with the ADNS library (Guy)
* Properly handle an empty interface list in Windows (Guy)
* Finish the NFS_ACL dissector (Mike Frisch)
* Fix "Ethereal" capitalization and boldface in the pod page (Guy)
* Get rid of an unused variable in proto.c (Guy)
* Add a paddint preference to the FDDI dissector (Laurent)
* Add http.request.method field with an accompanying subtree (Gilbert)
* Put the FTP request or response line into the protocol tree (Guy)
* Add a couple of missing line continuations to Makefile.nmake (Gerald)
* Get the right length for HTTP methods with an "M-" prefix (Guy)
* Add support for Common Industrial Protocol over IP (Joakim Wiberg)
* Add RTNET/TDMA support (Erwin Rol)
* Handle diff lines that look like "Binary files" (Gilbert)
* Put the SMTP request or response line into the protocol tree (Guy)
* Put the POP request or response line into the protocol tree (Guy)
* Put the IMAP request or response line into the protocol tree (Guy)
* Put the ACAP request or response line into the protocol tree (Guy)
* Fix value fetching and tree filling in TSP (Guy)
* Fix the NCP SetCmdValueNum display (Gilbert)
* Update the SIP request/response subfield display, fix a string free (Guy)
* Expand the ability of fvalue_to_string_repr, and modify more FT_* types
  to provide that method (Gilbert)
* Put in a missing "break" statement in proto.c (Guy)
* Update to the CIP dissector, reverting to the "EtherNet/IP" name
  (Joakim)
2003-06-13 03:18:19 +00:00
grant
00dd0d0aae don't use bare ${RPATH_FLAG}, prefix with -Wl, to allow FIX_RPATH to
perform its magic.

allows this to build again on Darwin.
2003-06-11 21:31:13 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
0811953e50 Update to 0.45, from Todd Vierling in PR 21859.
2003-05-11 0.45

 - new option -D to not reset default portlist if -p is given
 - new port - 5490 - NONAME/1.4 HTTP CONNECT-only proxy (trojan?)

2003-05-05 0.44

 - added ports 1075 to list of ports for socks and http (MSP proxy)

2003-05-01 0.43

 - determine DSBL-listed IP for DSBL submissions (new DSBL listme@
   server now allows this by printing an IP that was listed on final
   \r\n.\r\n reply line)
 - added some proxy info recognision (proxy-agent - yay!), activate with -x.
 - removed broken HTTP GET support altogether
 - moved HTTP PUT and wingate/telnet to be more "advanced"
 - added port 21 to the list of FTP ports
 - changed connect timeout to be half of -t
 - yet another wingate/telnet prompt ("telnet>")
 - CCProxy Telnet handler
 - write "open" string w/o stdio/buffering
 - fixed error (proxycheck always prints "closed" lines ignoring -n flag)
2003-06-11 20:15:14 +00:00
simonb
9dc2923da2 Update description to point out this is not an alpha release any more.
From Greg Woods on netbsd-users.
2003-06-11 05:58:10 +00:00
simonb
47de22599a Update HOMEPAGE. 2003-06-11 05:53:06 +00:00
wiz
c6aea1cacc Not necessary any longer, yay. 2003-06-10 13:35:23 +00:00
wiz
39ec22658d Depend on latest dctc package. 2003-06-10 13:25:37 +00:00
wiz
c1aa902d47 Replace dc_gui with dc_gui2. 2003-06-10 13:23:58 +00:00
wiz
41622d7ee0 Remove dc_gui, superseded by dc_gui2. 2003-06-10 13:23:12 +00:00
wiz
b59a01d82b Initial import of dc_gui2, the GTK2/GNOME2 version of dc_gui.
dc_gui2 is a GUI for DCTC (Direct Connect Text Client), another file sharing
protocol.
2003-06-10 13:21:52 +00:00
wiz
8296182f27 Update to 0.85.3, and switch to using glib2.
- Version 0.85.3

- fix the unfairness of upload/download speed limit. In previous version, most
  of the time, a transfer obtains nearly all the bandwidth available.

- client can establish connection through web proxy.

- new flag added: -C. This flag is used to provide the address and port of the
  web proxy to use.

- fix a bug crashing the client if it uses glib2.x (glib1.2 version is not
  affected).

- fix GDL type detection problem preventing attachment of broken GDL.

- .sub added to file type "doc" (most of the time, these files contains
  subtitles).

- remove numerous old debug messages.

- 2 new commands added: /GDLMETDIR and /GDLMETPOLL. Using them, DCTC can use
  some informations obtained by the e-donkey emule client (partial CRC in .met
  files).

  -----------

- Version 0.85.2

- .iso, .bin, .cue and .img added to the file type "exe".

- fix a bug occuring when a broken GDL with L0CRC is available.

- fix a bug occuring when attaching a broken GDL with L0CRC (L0CRC was lost).

- new flag added: -m . If this option is set, DCTC will automatically append a
  dc++ like tag to your description.

- fix a configuration problem when detecting MD* functions.

- fix a hanging problem occuring when an UI disconnects when DCTC sends lot of
  messages to it.

- UADDR handles smarter incoming IP without known name. It prevents duplicated
  IP with IP with known name. To increase efficiency, it also tries a set of
  well known ports accepting DC connection.

  -----------

- Version 0.85.1

- the old md5 support was removed (option: -5).

- hublist handles an environment variable named "HUBLIST". In this variable, you
  can put all the hublist URL you want to use, use [tab] as separator. If the
  variable is not defined, the default direct connect hublist is used.

- hublist supports bzip2 list.

- fix typo in dctc man pages. Add man page for hublist.

- timeout added to hublist to prevent long wait when a hublist server does not
  respond.

- new program added: dctc_gdl123. This program takes 2 corrupted GDLs of the
  same files and rebuild a partial GDL containing only identical parts of the 2
  corrupted GDLs.

  -----------

- Version 0.85.0

- periodically send something to the hub is no network activity exists. This is
  required else the hub will close the connection.

- new command added: /GDLCRC, /GDLNOCRC. Using them, you can set a CRC on a GDL.
  DCTC computes CRC in the same manner has e-donkey 2000 does thus you can use
  its CRC (a 32 characters string composed of 0,1,...9,A,...,F values). The CRC
  allows detection of corrupted file but it does not provide corrupted data
  recovery. (see Documentation/DCextension/ed2k_crc file).

- minor change in the GLSTC format. To keep compatibility with gtk 1.2 version,
  no field is added. If a GDL CRC exists, it is appended to the script to start
  field, you will see a " &CRC:" field inside it.

- new flag added: -Z. When used, the given parameter is a directory that will
  be used instead of the default $(HOME)/.dctc directory.
  Patch by Henrique do N. Angelo (phpDC project).

- fix g_string_sprintf[a] compilation problem with glib2.

- flag -m is removed. DCTC now always works in extended mode.

- Add support of DC protocol extension commands: MD4Get0 and MD4Set. When
  connected to a compatible hub, you can send or retrieve partial CRC allowing
  detection of corruption of part of files. (see Documentation/DCextension/
  ed2k_crc file).

WARNING: the CRC computation has 2 effects:
--------
      1) If someone asks your client a CRC of a file you have not yet computed,
         DCTC will freeze during the computation (problem will be solved in
         future release). The computation of the CRC of 450MB file tooks
         approximately 15 seconds on my XP1700+.
         Note: only the main thread will be busy, download/upload won't be
         stopped.
      2) the speed of CRC computation and of the splitting of the faulty file
         is done at full speed thus you will have a lot of disk I/O. If you
         burn a CD on a non burn-proof CD writer, the burning process will
         probably be interrupted. On my test computer (athlon XP1700+, 768MB
         RAM, UDMA100 7200rpm disk), when reparing a 450MB file, I have
         encountered a freeze of 0.5 second due to the high I/O load.

- '*.mid' files are known recognized as audio file.
2003-06-10 13:20:24 +00:00
wiz
e77454c4a6 Update to 2.5.3:
2003/06/05: Simon  (release-2-5-3)(branch: release-2-5-1-patches)
  - Fixed ENORMOUS bug in donkey that could cause corruption on other clients
     All the md4s will be recomputed for all shared files at next startup.

2003/06/02: Simon  (release-2-5-1)
  - BitTorrent: bug fix when reconnecting to tracker (remove empty event field)
  - DriverMain: remove use of "cp" command
  - Applied patches #1530, #1531, #1543, #1548 and #1563
2003-06-10 12:13:05 +00:00
wiz
b8737eca68 Bump PKGREVISION because of db4 shlib major bump. 2003-06-10 09:56:16 +00:00
jmc
51d4355d11 Pass libnet version along to configure 2003-06-10 02:00:36 +00:00
jmc
b107964031 Add touch's back from 1.9 as they're inconsistantly getting picked up during
bulk builds otherwise and nuking config.h's modifications
2003-06-10 00:00:26 +00:00
martti
281d7b6974 Updated mrtg to 2.9.29
* allow external scripts to return UNKNOWN
* fixed SnmpOptions setting
* improved skipping of dead hosts (do not confused with 'dead' interfaces)
2003-06-09 07:47:15 +00:00
abs
8a5cc9768e Update userppp to 001107nb1
Fix compilation under gcc3: avoid trigraphs, comparison always
	true/false, and pass -fno-strict-aliasing
2003-06-08 10:36:17 +00:00
jmmv
197d6bf6bb Fix crash in -current: a thread was trying to wait for a condition using an
unlocked mutex (thus triggering a libpthread assertion).  I'm not sure if
this patch is completely right, but the program seems to work fine.
Bump PKGREVISION to 2.
2003-06-07 10:42:26 +00:00
jmmv
26af44ee64 Use BUILD_DIRS and INSTALL_DIRS, instead of custom post-build and post-install
targets.
2003-06-07 10:34:09 +00:00
abs
06c139310f Update:
net/mrstat:      1.19
 security/msu:    1.06
 security/msudir: 0.13
Do not unconditionally set CFLAGS'.
2003-06-06 17:09:05 +00:00
itojun
4821ab4544 update to 20030606a - with new stanford licensing terms 2003-06-06 07:40:40 +00:00
markd
caf74c80ca Add airport2basestationconfig 2003-06-05 12:36:01 +00:00
markd
3a22199735 Import of Airport Base Station Configuration program version 2.0.1.
Imported as a separate package as this version works with the newer "snow"
Base Station and with the Airport Extreme but *not* with the original
Base Station.
2003-06-05 12:31:35 +00:00
jschauma
20d3f31596 Initial import of net/waste. Due to it's currently still dubious legal
status restrict distribution (src and binary).  Descr:
WASTE is a software product and protocol that enables secure distributed
communication for small (on the order of 10-50 nodes) trusted groups of users.

WASTE is designed to enable small companies and small teams within larger
companies to easily communicate and collaborate in a secure and efficient
fashion, independent of physical network topology.
2003-06-05 01:00:45 +00:00
drochner
e7511e7789 depend on py-cursespanel
(fixes PR pkg/21784 by Paul Mather)
2003-06-04 19:35:19 +00:00
drochner
5b5f385e39 add missing file
(PR pkg/21768 by Marc Recht)
2003-06-04 19:34:27 +00:00
taca
b4444b8546 Update ja-samba package to 2.2.8.1.1.0nb1.
* Sync with net/samba package:

   - clean up findsmp; no need to prepend ${WRKSRC}.
   - Don't create ${PREFIX}/private.
   - Stop installing HTML documentation.

* Allow longer share name to Windows XP and Windows 2003 server as well as
  Windows 2000.  Discussion was on the samba-jp mailing list.
2003-06-04 16:25:33 +00:00
jmmv
f20ec469cc Fix build on platforms where rpath is not used (like Darwin).
Closes PR pkg/21651 by Michael Wolfson.
2003-06-04 09:02:24 +00:00
jlam
13a527e481 Bump the PKGREVISION for net/samba to 2:
* findsmb is a perl script, and we need to substitute the correct path to
  the perl interpreter.

* Don't create ${PREFIX}/private during a "make install" as it's a
  completely useless directory.

* Don't bother to install the completely outdated Samba HTML documentation
  that is superseded by the Samba HOWTO Collection documentation.
2003-06-04 06:12:21 +00:00
seb
d3b33181ee Claim stewardship of these. 2003-06-03 09:39:00 +00:00
jmmv
0c065b99b5 Add and enable xmule. Disable lmule. 2003-06-03 09:19:36 +00:00
jmmv
d2785911b8 lmule has been obsoleted by xmule. 2003-06-03 09:18:45 +00:00
jmmv
cf091c62f9 Initial import of xmule, version 1.4.0:
xMule is an easy to use multi-platform client for the ED2K Peer-to-Peer
Network.  It was originally based on eMule, the popular windows-only client
for the same network.  It uses the wxWindows class library.

Some of its features include Movie Preview, GTK2 Compatibility, Multi-Selection
in all lists, Tray-icon, Statistics, Source Exchange, File Commenting any many
more.

Based on the package provided in pkgsrc-wip by Marc Recht and one provided by
Pablo Méndez in private mail.  Obsoletes lmule.
2003-06-03 09:17:20 +00:00
jmmv
c4a322d0d0 Note addition of bftpd. 2003-06-02 13:13:59 +00:00
jmmv
603c46c151 Initial import of bftpd, version 1.0.24:
bftpd is a FTP server that tries to be very configurable while being fast and
small.  Its features include:
* Easy configuration.
* Speed.
* Support for most RFC FTP commands.
* tar.gz on-the-fly compression/archiving.
* Security with chroot without special setup.
* No need for extra files (sh, ls..) in a chroot environment.
* Logging to wtmp and to logfile or syslog.
* PAM and passwd/shadow support.
* Support for SITE CHOWN/CHMOD.

Package provided by virtus@wanadoo.nl in pkgsrc-wip with several changes by me.
2003-06-02 13:13:15 +00:00
jmmv
ea37bb91e4 Add and enable gini. 2003-06-02 11:04:46 +00:00
jmmv
e1ed2bf4ee Initial import of gini, version 0.5.1:
GINI is a free streaming media server for UNIX like operating systems.
Its aim is to provide a free streaming solution for the current audio
and video formats.

Package provided in pkgsrc-wip by Juan RP with some minor changes by me.
2003-06-02 11:04:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
d39aa25e0f Add and enable GeoIP. 2003-06-01 10:25:23 +00:00
jmmv
6d926c66d2 Initial import of GeoIP, version 1.1.9:
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from.  It uses a file based database that is
accurate as of March 2002.  This database simply contains IP blocks as keys,
and countries as values.  It should be more complete and accurate than using
reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.

Package initially provided by Juan RP through pkgsrc-wip, with several
changes by me.
2003-06-01 10:24:42 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
salo
7d2002d261 Updated to version 1.3.4.
Addresses PR pkg/21719 by Andrey Simonenko (MAINTAINER).

Changes:
- don't include bsd.pkg.install.mk if USE_PKGINSTALL is already set
- restrict to *BSD
- install /var/ipa directory
- fix paths in manual pages
- better rc scripts, NetBSD native and generic one
- DESCR has 80 columns

1.3.4:
======
- Added support for PF from OpenBSD 3.3
- Minor changes
2003-05-30 11:53:16 +00:00
salo
dc2437e0d6 Updated to 1.2.0.
- take over maintainership, MAINTAINER is not reachable on his mail anymore
  (non-existent domain).

Changes:

Logging has been enhanced, including syslog support.  IPv6 support has been
added.  STRU, MODE, STOU, HELP, and SITE HELP have been implemented.  Better
control of which commands to allow has been added.  pam_session support has
been added.  Error messages have been improved.  There are lots of bugfixes
and new configuration options.

- Eliminate crypt() not defined warning.
- "grep -q" is not standard to redirect to /dev/null instead.
- Make banned_email_file work second time around.
- Add force_dot_files to work around broken clients. The behaviour when
  enabled is very wu-ftpd like.
- Implement SITE HELP - should work around IE bug?
- Update README, vsftpd.conf with references to read the manual page!
- Log revamp: add dual_log_enable to log to xferlog AND vsftpd.log.
- Log revamp: add syslog_enable to log vsftpd.log to syslog().
- Add "background" option to background the listener process.
- Fix warning is vsftpd.8 man page, Bill Nottingham <notting@redhat.com>.
- Fix tcp wrappers support to NOT emit loads of Bad file descriptor messages
  to the system log.
- Add ability to make bandwidth limiter smoother by using e.g.
  trans_chunk_size=8192.
- Add ability for virtual users to use local privs non anon privs, via
  virtual_use_local_privs=YES.
- Fix sendfile() fallback on FreeBSD, thanks to Adam Stroud
  <adstro@stny.rr.com>.
- Add pam_session support, as well as utmp and wtmp logging for local logins
  (when using a PAM build). Tested pam_limits maxlogins works.
- Ensure the source IP address for PORT connects is always the same as the
  control connection local IP address. Previously it was not when NOT using
  connect_from_port_20 in the presence of multiple local IP addresses.
- Oops - make max_per_ip and max_clients work with the two process model
  when both connect_from_port_20 and chown_uploads are false.
- Initial IPv6 support (EPSV only).
- Add EPRT support to IPv6.
- Fix "ls .file" to list .file even if the ls -a flag is not present. Noted
  by and thanks to Sean Millichamp <sean@enertronllc.com>.
- Better error messages for config file parse fail: include setting name.
- Fix bug in str_split_text where text is greater than 1 character long!
- Make it build on Solaris8 - switch from utmp to utmpx and handle missing
  LOG_FTP.
- Always check for VSFTPD_LOAD_CONF environment variable.
- Implement HELP properly (should help broken clients).
- Fix FreeBSD build (no utmpx.h, so disable feature).
- Fix chown_uploads.
- "Guess fix" for FreeBSD reported bug. I reckon FreeBSD is returning -EINTR
  from a blocking close but still closing the fd, despite the error return. So
  cater for this. Reported by Drew Vogel <dvogel@intercarve.net>.
- Add download_enable and dirlist_enable. Useful in conjunction with the
  per-user config stuff.
- Add chmod_enable.
- Implement STRU and MODE for _old_, broken clients!
- Log connects.
- Fix 500 OOPS with chown_uploads and an APPE command.
- Improve some error messages: die -> die2 for more information.
- Repair max_per_ip (problem comparing IPv4 addresses).
- Make chown_uploads work with virtual users.
- Chmod files to 0600 before chown_uploads kicks in.
- Add STOU support.
- Add cmds_allowed config parameter.
- Add some FAQ entries.
2003-05-29 20:08:41 +00:00
taca
539cfae029 MESSAGE.security has gone. 2003-05-28 08:59:47 +00:00
wiz
0efeb19587 Remove --disable-multinet configure option; enables bittorrent, fastrack, ...
Bump PKGREVISION.
2003-05-28 07:25:15 +00:00
jlam
c866049339 Update net/openslp to 1.0.11. Changes from version 1.0.10 include:
* Fixed socket file descriptor leak.
* Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst)
    with mismatched scopes causes error in SLPD.
* Allow strict aliasing.
2003-05-27 22:52:34 +00:00
taca
904fb4eef1 update ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0).
Quote from Changelog.en.


   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

samba-2.2.8a-ja-1.0
~~~~~~~~~~~~~~~~~~~
   Changes to the internationalized version
      * Fixed permissions for docs/ja/htmldocs/BrowsingFAQ/image/*.gif
                                                          [sugj-tech:5281]

   Changes to the original version
      * Fixed Japanese file name problem for DFS          [samba-jp:14700]

samba-2.2.8a-ja-1.0alpha3
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the original version
      * Fixed the problem which depends on size of off_t  [sugj-tech:5272]

samba-2.2.8a-ja-1.0alpha2
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the original version
      * Fixed unmatched problem for int<->unsigned int    [sugj-tech:5248]
      * Fixed unmatched problem for uint32<->unsigned int [sugj-tech:5253]
2003-05-27 15:59:08 +00:00
wiz
aa95121ba3 Update to 2.5.0:
Changes (newer first)
  - Fasttrack:
      * Reduce client_name to 32 characters
      * Stop computing useless SHA1 hashes (inherited from Gnutella copy/paste)
      * Limitation on the number of simultaneous sources for a file
      * Ask for a range only after the connection has succeeded
      * Support for Complex queries
      * Works on PPC now
     * sig2dat:// links added
     * Automatically replace spaces in client name by _
     * Use HTTP/1.0 (really necessary ? probably not)
     * Recover sources for files
     * Reconnect to good sources immediatly
     * Ask longer ranges
  - Fasttrack: working good now :)
     * Can look for new sources
  - FastTrack: first try, far from complete, only for x86 !!!
     * Copy of gnutella/ plugin architecture to fasttrack/
     * Cipher C stubs available from Ocaml
     * Connection to main server: OK
     * Connections to ultrapeers: OK
     * Simple Searches sent: OK
     * Results received: OK
     * Downloads: OK, no recover yet
  - GUI:
      * Plugins sorted in config panel
      * Fixed the problem with servers appearing as New Hosts
  - Fixed bug adding one file several times in 'old_files'
  - Applied patches #1523, #1527, #1512, #1513, #1510, #1503
  - Applied patches #1476, #1477, #1479 and #1481
  - Fixed major file corruption bug when using 'buffer_writes' in bittorrent,
      fasttrack and gnutella.
  - Plugins initialized in the correct order (no downloads restarted at 0%)
  - Bittorrent:
      * Force flush with "buffer_writes" option before Sha1 computation
  - "set enable_... true/false" should now immediatly trigger the network
      (before that, a restart was necessary)
  - Bug fix: the bug causing too many open file descriptors and pausing
      recovered files maybe fixed.
  - Gnutella:
     * Fixed problem with \r in GWebCache
  - Searches can be limited to particular network (bug fix in GUI)
  - Gnutella2:
     * Added number of leaves per ultrapeer
  - Added mldonkey/tools/pandora/ to help understand protocols
  - Config: copy old downloads.ini to downloads_expert.ini and
      donkey.ini if the latter ones are absent
2003-05-26 08:58:43 +00:00
seb
3e50090f62 << Always test a package on sparc64 before committing! >> ;)
As seen in libc, prevent gcc's memory usage from exploding during
optimizing of SHA code by moving each round into a separate function on
sparc64.

Also remove TEXINFO_REQ, scli.{texinfo,info} are patched and touched in
such a way that makeinfo is not required for build and of course it was
not for "running": devel/gtexinfo is no more a dependency on most
NetBSD system and most of !NetBSD pkgsrc platforms.

XXX This TeXinfo/Info files issue will be more cleanly addressed soon
and wholesale...

Bump PKGREVISION.
2003-05-25 19:55:55 +00:00
heinz
027eefac4c Replace hard-coded 'make' by 'MAKE' to make :-) this work on Solaris;
no revision bump necessary. Should really fix PR pkg/21045.
2003-05-24 19:31:20 +00:00
jmmv
eb31072a6f - Fix application title (show OS name instead of hardcoding Linux).
- Unlimit resources at startup by ourselves.
- Bump PKGREVISION to 1.
2003-05-24 09:50:26 +00:00
seb
e1e3722960 Add & enable scli. 2003-05-23 14:45:12 +00:00
seb
25a17865db Initial import of scli version 0.2.12 into the NetBSD Packages Collection.
The scli package was written to address the need for small and efficient
command line utilities to monitor and configure network devices and
host systems. The scli package is based on the SNMP management
protocol.

To summarize, the slogan for this little package is:

  "After more than 10 years of SNMP, I felt it is time for really
   useful command line SNMP monitoring and configuration tools. ;-)"
2003-05-23 14:44:27 +00:00
wiz
9012b9cf99 Update to 0.54:
v0.54 Added "scrolling" patch from Roland Illig, to allow
        scrolling in text mode. I've always wanted this......
  v0.53 Added fix for raw mode.
2003-05-23 07:28:24 +00:00
seb
ba93f617f3 Update to version 0.66.
NOTE: The names of the default configuration files has changed. They
now end in `.cfg' or `.sym'.

Approved by MAINTAINER.

Changes since last packaged version:

* 4-3-2003 flow-tools-0.66 released

* reapply flow-fanout linux patch, also infected flow-send

* 4-3-2003 flow-tools-0.65 released

* flow-send, flow-fanout: -s source IP address spoofing.

* build: builddir != srcdir problems - noted by jos@catnook.com

* build: All default config files installed by default.

* build: config files end in .cfg, symbol files end in .sym.  Note this changes
  the names of the default configuration files.

* ftlib: ftfil.c - random sample filter - reqested by
  Edward Balas <ebalas@iu.edu>

* ftlib: ftstat.c - ip-destination-address-source-count missing count - noted
  by Christian Cinetto <cinetto@garr.it>

* build: example tags file installed by default.

* ftlib: ftstat.c - broken ip-source-address/ip-destination-port - noted
  by Gerhard.Haindl@t-systems.at

* ftlib: ftstat.c - broken ip-destination-address/destination-as - noted
  by carsten.strahler@lambdanet.net

* remove bin scripts (mostly historical OSU stuff)

* upgrade to automake 1.7.3 and autoconf 2.57

* docs: flow-report.sgml missing
    ip-source/destination-address/ip-protocol/ip-tos/ip-source/destination-port
  noted by shane.dawalt@wright.edu

* flow-fanout: will not compile under linux - patch from
  alex.shepard@gettyimages.com

* ftlib: ftstat.c - use FMT_SYM_LEN instead of hard coded 32 byte length.
  increase len to 64 bytes.

* ftlib: fmt.c - fmt_uint*s() did not properly null terminate when symbol
  strlen >= max - noted by jed@onenet.net

* 2-23-2003 flow-tools-0.64 released

* flow-fanout, flow-capture, flow-receive: add startup= to STAT: line

* docs: flow-fanout - missing -f -F - noted by RAR@syssrc.com

* flow-split: consuming too many resources, noted by fin@finseth.com

* ftlib: ftstat.c - rec2: in summary-detail report missing time_real field
  - noted by shane.dawalt@wright.edu

* build: strouq() -> strtoull().  Check if strtoul() is really strtoull() -
  noted by shane.dawalt@wright.edu

* ftlib: ftstat.c - protect potential divide by 0 errors - noted by
  shane.dawalt@wright.edu

* flow-split: stag not initialized - patch from fin@finseth.com

* build: ftlib.h should not require ftconfig.h - noted by jan@kneschke.de

* build: lib/ftconfig.h does not belong in dist - noted by jos@catnook.com

* ftlib: ftlib.h - FT_SO_RCV_BUFSIZE default to 4MB

* ftlib: suppport.c - bigsockbuf() - more agressive reduction on large
  buffers.  Report size.

* ftlib: ftmask.c - flow-mask: rn_deladdr(): failed.  Missing masklen
  set - noted by nik.hinson@assurance-dynamics.com

* ftlib: ftfil.c - invert option to filter-definition req by mhyde@escape.ca

* ftlib: shadowed variable names - fumerola@yahoo-inc.com

* flow-cat: exit status 1 if no streams processed - req by
  mhunter@ack.Berkeley.EDU

* ftlib: ftstat.c - bucket_dump_1(): loop typo noted by
  nik.hinson@assurance-dynamics.com

* flow-capture: reload tags and filters with SIGHUP

* flow-import: format4 wire format.

* ftlib: ftstat.c - tag mask option should not require local tagging - noted
  by clay@bloomcounty.org

* flow-*: catch extra command line args - noted by rcarrara@augustmail.com

* ftlib: fttag.c - fix ToS tagging, add ANY tagging.
2003-05-23 07:19:41 +00:00
jmc
4c8556b6ea Touch one last file to prevent autoheader from going off after touching
config.h in post-configure
2003-05-22 21:49:18 +00:00
markd
3775f9cce4 Update KDE to 3.1.2.
Changes:
kdenetwork:
* KMail: Don't select multiple folders during keyboard navigation
* KMail: Never display vCards inline
* KMail: Make new mail notification work for people who run KMail without KDE
* KMail: Improved URL highlighting
* KMail: Properly determine SSL/TLS state for non-transport sending (bug 49902)
* KMail: Draw a frame around text attachments which are displayed inline
* KMail: Fix bug 55377 (Hiding attachments causes HTML messages to be renderend
  as HTML code)
* KMail: Fix bug 56049 (wrong encoding of command line arguments)
* KMail: Fix bug 53665 (Error when reply to a HTML message)
* KMail: Use the correct charset for replies to PGP/MIME encrypted messages
* KMail: Fix the bug which broke the signature of all PGP/MIME signed messages with
  attachments
* KMail: Fix bug 56393 (kmail crashes when I try change the name of an imap account)
* KMail: Fix bug 56570 (kmail doesn't show non-mime Japanese message)
* KMail: Fix bug 56592 (Displaying folded Content-Description in MIME tree viewer
  is broken)
* KMail: Disable external editor when no external editor is specified
* KMail: Fix bug 53889 (IMAP: Kmail crashes after authorization-dialog)
* KMail: Fix bug 56930 (BCC, No EMail-List expansion)
* KMail: Fix bug 42646 (multipart/digest forwarding is broken - uses empty boundary)
* KMail: Always make sure that the text body of the message ends with a linefeed.
  This fixes interoperatibility problems with other OpenPGP compliant mail clients.
* KMail: Prevent the user from trying to move local folders to IMAP servers as the
  user might lose the folders if he tries it.
* KMail: Fix bug 57660 ('send again' does not copy the BCC address)
* KMail: Fix bug 56321 (More whitespace in read/unread mails column)
* KMail: Tell gpg explicitely not to use gpg-agent if it's apparently not available.
  Prevents weird "Wrong passphrase" error message.
* KMail: Fix bug 57016 (pgp signature is wrong displayed)
* KMail: Fix bug 57809 (kmail segfaults when checking for new mail if fcntl locking
  is used)
* Desktop Sharing server (krfb): Compile fixes for systems without IPv6
* Desktop Sharing client (krdc): fix: client crashed sometimes while connecting on
  XFree 4.3
* Desktop Sharing client (krdc): fix: resize the right screen resolution in
  multi-screen setups
2003-05-22 02:53:23 +00:00
jmc
80d3e8782b Try to prevent a timing issue between config.h and stamp-h after adding
the post-configure items.
2003-05-19 22:37:47 +00:00
hubertf
30b3e8308a add & enable pyslsk 2003-05-19 18:43:39 +00:00
hubertf
65c4189734 Import pyslsk-1.2.0: Python based Soulseek client
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19 18:42:09 +00:00
wiz
824ceb2aaa Update to 2.4.0. Provided by Juan RP in PR 21543.
Lots of bugfixes, you should definitely update.
Also, beginning gnutella2 support.
2003-05-19 12:52:58 +00:00
dmcmahill
ba04db2086 add and enable p5-Net-Z3950 2003-05-17 02:04:14 +00:00
dmcmahill
d82cf32542 import p5-Net-Z3950-0.32
This module provides a Perl interface to the Z39.50 information
retrieval protocol (aka. ISO 23950), a mature and powerful protocol
used in application domains as diverse as bibliographic information,
geo-spatial mapping, museums and other cultural heritage information,
and structured vocabulary navigation.
2003-05-17 02:03:12 +00:00
dmcmahill
50bf3409c8 add buildlink2.mk file 2003-05-16 12:41:44 +00:00
dmcmahill
b937811d08 add and enable yaz 2003-05-16 12:18:22 +00:00
dmcmahill
f1ddcf79ac import yaz-2.0
YAZ is a C/C++ library for information retrieval applications using
the Z39.50/SRW protocols for information retrieval.

Properties of YAZ:

  * Complete Z39.50 version 3 support. Amendments and Z39.50-2002
    revision is supported.
  * Supports SRW version 1.0 (over HTTP and HTTPS).
  * Includes BER encoders/decoders for the ISO ILL protocol.
  * Supports the following transports: BER over TCP/IP (RFC1729), BER
    over unix local socket, and HTTP 1.1.
  * Secure Socket Layer support using OpenSSL. If enabled, YAZ uses
    HTTPS transport (for SOAP) or "Secure BER" (for Z39.50).
  * Offers ZOOM C API implementing both Z39.50 and SRW.
  * The YAZ library offers a set of useful utilities related to the
    protocols, such as MARC (ISO2709) parser, CCL (ISO8777) parser,
    CQL parser, memory management routines, character set conversion.
  * Portable code. YAZ compiles out-of-the box on most Unixes and on
    Windows using Microsoft Visual C++.
  * Fast operation. The C based BER encoders/decoders as well as the
    server component of YAZ is very fast.
  * Liberal license that allows for commercial use of YAZ.
2003-05-16 12:17:25 +00:00
salo
4b7a3ed487 Add puf. 2003-05-15 21:37:58 +00:00
salo
411e8086cb Import of puf-0.93.2.1: Parallel URL fetcher.
puf is a download tool for UNIX-like systems.  You may use it to download
single files or to mirror entire servers.  It is similar to GNU wget (and has
a partly compatible command line), but has the ability to do many downloads in
parallel.  This is very interesting, if you have a high-bandwidth internet
connection.

Package provided by Juan RP via pkgsrc-wip.
2003-05-15 21:30:22 +00:00
wiz
a23a7cf3c9 Update to 2.0.3:
* Minor bug fix in TCP connect
* Win32 compile/bug fixes (note: additional work still needed)
2003-05-15 21:07:36 +00:00
wiz
df0fd6cd81 Fix building with pth. 2003-05-15 19:16:55 +00:00
grant
69e03d2b14 add overnet 2003-05-15 12:53:18 +00:00
grant
0c8edca2ca Initial import of overnet-0.48.2 into The NetBSD Packages Collection.
Overnet is an application that allows you to share files with millions
of other people across the globe.
2003-05-15 12:52:49 +00:00
salo
205fa7949a Add py-ORBit (hi drochner!). 2003-05-15 03:36:01 +00:00
salo
1e7cd5a807 - DESCR has 80 columns
- make PKGNAME future versions-friendly
- style nits
- add RCSID to patch-aa (hi hubertf!)
2003-05-13 01:25:24 +00:00
hubertf
7000ad8b6e * patch to btcompletedir.py to make this work at all, by
Marc Recht <marc@informatik.uni-bremen.de>
 * rename pkg to bittorrent, to make it consistent with the directory name
 * bump pkg revision to 1
2003-05-13 00:04:22 +00:00
jmmv
b97fb54e11 Add a buildlink2.mk file, as requested in PR pkg/21552 by Marc Recht. 2003-05-12 17:17:35 +00:00
jmc
63b30d195e Fix some PKGSRCDIR paths 2003-05-12 14:56:20 +00:00
jmc
18847c22c0 Touch stamp-h after modifying config.h to avoid
spurious rebuilds (and lossage of additions) on config.h
2003-05-12 04:49:11 +00:00
salo
c52a2c0674 Whitespace fixes. Replace PKGNAME with more meaningful wistumbler(1). 2003-05-11 02:38:31 +00:00
wiz
17b9b59877 Fix DEPENDS line. 2003-05-10 18:56:29 +00:00
kim
d51dd24b1d IRRd 2.1.5 is now available. A new command, '!o', has been implemented
for performing inverse queries on the 'mnt-by' attribute to get a real
time list of all objects which reference a given maintainer. route-set
expansions with the '!i' command will now resolve aut-num and as-set
references to route prefixes. There are a number of other bug-fixes and
performance improvements. See the NOTES file in the destribution for
details.
2003-05-10 17:18:09 +00:00
salo
8358aa2101 Updated to version 1.1.3.
Addresses PR pkg/21410 by Jens Liebau.

- honour PKG_SYSCONFDIR
- rcd script, standalone mode support
- tcp wrappers support
- install vsftpd:vsftpd user
- new HOMEPAGE and MASTER_SITES

1.1.3:
======
- Support for tcp_wrappers.
- First stab at Solaris sendfilev() support.
- Don't bomb out the listener on SIGHUP if the config became invalid.
- End vsf_findlibs.sh with "exit 0;" - thanks Lars Hecking <lhecking@nmrc.ie>!
- Integrate with tcp_wrappers - load config based on VSFTPD_LOAD_CONF
  environment variables. Allows per-IP configurability in standalone mode.
- Fix build without tcp_wrappers.
- Fix Solaris sendfilev() support - interruption via a signal returns EINTR
  rather than a partial byte count!
- Add to EXAMPLE/ - PER_IP_CONFIG and INTERNET_SITE_NOINETD

1.1.2:
======
- Add per-IP connection limits in standalone mode.
- Add logging of refused connect due to global or IP connection limits.
- (Many thanks for testing and suggestions from Rob van Nieuwkerk
  <robn@verdi.et.tudelft.nl> and Adrian Reber <adrian@lisas.de>.
- Make connection limit exceeded messages nonblocking.
- Don't exit the listener if fork fails.

1.1.1:
======
- Fix port_promiscuous, oops! Thanks to Bjørn-Ove Heimsund
  <bjornoh@mi.uib.no>.
- Fix to support umasks which create executable files. Reported by
  "Martin, Andreas" <AMartin@hegau-klinikum.de>.
- Make the messages more.. professional :( Thanks to Steven G. Taylor
  <staylor@redhat.com>.
- Allow anon users to append to files if they can delete files! Suggestion
  from Michael Leuchtenburg <michael@slashhome.org>.
- Hopefully fix Solaris build (-lresolv)
- Replace atoll() with a homebrew - modern FreeBSD, OpenBSD lack it.
- Different solution for a umask which creates executable files:
  file_open_mode.
- First attempt at Tru64 build, working with <Sulla17@aol.com>.
- A few minor FAQ additions.
- Change date format in the log from Sep 09 -> Sep  9. Avoids breaking some
  broken log parsers.
- Make "INSTALL" better and clearer.
- Fix passwd_chroot_enable, reported by James Jones <james@richland.edu>.
- Finish Tru64 building :-)
- Add tunable_no_anon_password as asked for by Stephen Quinney
  <stephen.quinney@computing-services.oxford.ac.uk>.

1.1.0:
======
- large file (>2Gb) support).
- Fix .spec files to use /usr/local/sbin not /usr/sbin, noted by Bill Unruh
  <unruh@physics.ubc.ca>.
- Small doc tweaks and improvements(?)
- Add COPYING, the GNU GPL version 2.
- Add use_localtime config option to override the use of GMT times.
- Add tunable_check_shell (default YES) so people can disable this if they
  are not using PAM.
- AIX 5.1 build support, thanks to Jan-Frode Myklebust
  <janfrode@parallab.uib.no>.
- Add "hide_ids" option to show user/group in directory listings as "ftp".
  Request from Solar.
- Use the seemingly more portable setreuid() and setregid(), poxy HP.
- Use status 550 instead of 500 for known but disabled commands.
- Rename "dirchange.[ch]" to "banner.[ch]".
- Multiline connect banner support via "banner_file" config option.
- Minor error message changes.
- Add more FAQ entries.
- Add patch to specify PASV address - thanks to Mike McLean <mikem@redhat.com>.
- Drop the 2.4.0 kernel warning file
- Rudimentary standalone listener support - to be expanded in a later release.
- If sendfile() returns EINVAL just fall back to normal routines - handles
  non-pagecache backed files.
- Add "port_promiscuous" setting - should help enabling FXP.
- Modify anon_root and local_root to change directory _before_ applying the
  chroot().
- Open all files O_NONBLOCK to avoid pipes blocking on open.
- Support wu-ftpd style per-user chroot() via /./ in /etc/passwd HOMEDIR.
- Add SIGHUP support to new built in listener.
- Per-user config overrides, via "user_config_dir" - woohoo!
- Warning fixes, i.e. change "index" to "indexx" thanks to Olaf Kirch
  <okir@suse.de>.
- Make sure the standalone daemon doesn't leak zombies!
- Supposedly fix kernel messages about MSG_PEEK race - thanks to advice from
  Alexey <kuznet@ms2.inr.ac.ru>.
- Add global client limit for standalone mode.
- Add username that failed when we die with str_getpwnam.
- Add a bunch of documentation under EXAMPLES.
2003-05-09 23:31:38 +00:00
drochner
55a6a62cde add bittorrent 2003-05-09 18:08:13 +00:00
drochner
c16b84beca another filesharing tool, written in pure Python 2003-05-09 18:07:01 +00:00
drochner
8934340368 pull in py-ORBit from pkgsrc-wip, provided by Marc Recht 2003-05-09 16:33:38 +00:00
jmmv
56c46fc498 Trivially update to 1.2.1:
* Should crash less often
Tiku's contributions:
* FIXED -- segfault at startup with RH9.
Pure_Ascii's contributions:
* FIXED -- zero column widths at first startup
  (From 1.2.0.1, was missing in CVS).
* Now displays lmule version on startup
* Updated german translation
  Madcat's contributions:
* Download List is now sorted during startup.
* Searching crash bug FIXED! (tagcount problem)
* Stops old global search if you start a new
* one.
* FIXED -- preview with paths containing
* spaces etc.
* FIXED -- SIGPIPE (Broken pipe) problems.
  Octane's contributions:
* FIXED -- GTK2 problems

Patch provided in pkg/21510 by Juan RP.
2003-05-09 09:36:28 +00:00
itojun
38c9c7ca65 upgrade to 20020816. minor bug fixes only. 2003-05-08 22:03:09 +00:00
jmmv
5fec50f6bd Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2. 2003-05-08 18:04:32 +00:00
seb
34bab8007c Use texinfo.mk, define TEXINFO_OVERRIDE to YES, fix
START-INFO-DIR-ENTRY in wol.{texi,info} and fix info files handling
in PLIST.

Bump PKGREVISION.
2003-05-07 21:33:14 +00:00
wiz
f326240a89 Update to 2.0.2:
* RPM fixes (thanks Bas Mevissen!)
* Compile fixes for Sun compiler (thanks Ives Aerts!)
2003-05-07 12:43:46 +00:00
grant
e8b57d5540 whitespace fix 2003-05-07 09:51:20 +00:00
grant
982fbe23c7 remove some unneeded parens, quote a conditional 2003-05-06 21:11:24 +00:00
grant
ace2e30bbd net-snmp doesn't have working IPv6 support on Solaris, so deal with
the two header files which are not installed as a result.
2003-05-06 21:10:39 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
df88674cbb Update to 1.2.0:
Highlights:
   * Movie preview.
   * GTK2 compatibility.
   * BSD compatibility.
   * Hide/show list columns.
   * ED2K Browser Integration.

Madcat's contributions:
   * Made ED2K integration HOWTO.
   * Enabled multiple selections in all lists.
   * Item selected when right-clicked.
   * Sort order stays when sources/items are added to list during global search.
   * Search tabs can be closed during global search.
   * Double-clicking on a server in Server List now connects to that server.
   * Original idea and implementation of column hiding.
   * Made LMule fully 0.26d GUI compliant.
   * Preview of movie files (mplayer+xine officially supported).
   * Preferences saved when OK is clicked in Preferences.
   * FIXED -- Shared Files tab Highest/Release priority issue.
   * FIXED -- Search Tab "Remove All" button.
   * FIXED -- Search Tab "Download All" resized.

Un-Thesis' contributions:
   * Fully implemented column hiding for all lists.
   * Added full GTK2 compatibility.
   * Updated auto-server.met URL.
   * FIXED -- column hiding bugs in wxGTK code.
   * FIXED -- Freeze if wget failed.

Pure_Ascii's contributions:
   * Tested tray icon in KDE3.
   * Spoofed up wxLocale() i18n implementation.
   * Now detects new mlDonkey clients.
   * FIXED -- Buffer Overflow: too long lines in the retrieved  server lists -
     will freeze lmule (reported by Gib[S]on)

Lioux's contributions:
   * Added *BSD compatibility.
   * Substituted direct pthread calls for wxMutex calls.

Simbal's contributions:
   * FIXED -- SuSE 8.2 compilation errors.

Pterjan's contributions:
   * Added a much better French translation.

Based on patches provided by Juan RP and ACiarcinski at iss.net.
2003-05-05 20:25:14 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
jmmv
7107f7f1a3 PKGREVISION goes after PKGNAME. 2003-05-05 16:59:32 +00:00
jmmv
0333e4cc18 Line up PKGREVISION whitespace. 2003-05-05 16:54:24 +00:00
salo
f0d456f311 Updated to version 0.9.12.
This release fixes several off-by-one and integer overflow errors
discovered by Timo Sirainen.  See the following url for more details:

  http://www.ethereal.com/appnotes/enpa-sa-00009.html

Changes:

- don't build and install static plugins anymore
- use .tar.bz2 distfile
- add more MASTER_SITES (also add one for older distfiles)
- sync DESC with the new description on HOMEPAGE

- TCP sequence number analysis received a few improvements.
- General packet reassembly has been improved.
- The "Follow TCP Stream" window now allows you to filter out
  the current stream.
- The Vines code received significant updates.
- Several enhancements were made to the text2pcap utility.
- New protocols:
  ArtNET, IPX WAN, Intel ANS, iSNS, NLSP, WKSSVC
- Updated protocols:
  802.11 ACAP, AFP, AIM, AJP, ASAP, BGP, CLNP, CPHA, DCE/RPC, DSI, EAP,
  IP, IPMI, IPX, IPv6, ISIS, ISUP, IUA, Kerberos, LDAP, M2PA, M2TP, M2UA,
  M3UA, MGCP, MTP2, MTP3, MTP3MG, Modbus/TCP, NDMP, NDPS, NFS, NLSP, PGM,
  Q.931, RANAP, RPC, RSVP, SCCP, SCCPMG, SCTP, SMB, SNMP, SPX, SSH, SUA,
  TCP, Telnet, Vines, WBXML, WSP, WTP
- Updated capture file support:
  Netxray

Based on a patch by Quentin Garnier via PR pkg/21431.
2003-05-05 16:49:48 +00:00
salo
ea7f23a651 Bump PKGREVISION.
- it doesn't really need gmake, fix the issue with Makefile instead
- add dependency on mpg123 which is the default tool used for playing
  MPEG audio streams
- style nits
2003-05-04 22:21:04 +00:00
wiz
7050be0941 Convert to buildlink2. 2003-05-03 22:11:00 +00:00
wiz
67a18ab69f Convert to buildlink2; relax dependencies only on needed parts.
Ride pth PKGREVISION bump for the latter.
2003-05-02 14:16:28 +00:00
wiz
e4ec305083 Convert to buildlink2. 2003-05-02 14:03:16 +00:00
wiz
bc3dcb5a62 Convert to buildlink2; add missing gnome-libs dependency. 2003-05-02 13:51:31 +00:00
wiz
caa6bae589 Convert to buildlink2. 2003-05-02 13:39:55 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
seb
4c3b8136a3 Update to version 1.7.
Provide a buildlink2.mk file.

Changes in 1.7:
	fixed win32 builds
	fixed addr_stob
	IPv6 b0rkage

Changes in 1.6:
	support VPATH builds
	initial IPv6 support
	use local interface names in win32 support
	addr_net addition
	fixes for AIX
	fix for BSD BPF fd leak on eth_open error
	fixes for recent OpenBSD pf changes
2003-05-02 08:50:11 +00:00
jmmv
23d3a46cf7 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-01 22:03:49 +00:00
jmmv
e2e5b12530 - Honour PKG_SYSCONFDIR.
- Use OWN_DIRS_PERMS to handle directories that were previously created by
  the home-grown netsaint-setup.sh script.
- Bump PKGREVISION to 2.
2003-05-01 19:14:12 +00:00
jmmv
4a5fce631c Convert to use bsd.pkg.install.mk:
- Honour PKG_SYSCONFDIR.
- Use OWN_DIRS_PERMS to handle the /var/log/radacct directory.
- Use RCD_SCRIPTS to install a NetBSD rc.d compatible script.
Bump PKGREVISION to 1.
2003-05-01 18:35:46 +00:00
jmmv
21067276e7 Avoid defining specific do-build and do-install targets. Use buildlink2. 2003-05-01 18:05:26 +00:00
jmmv
044da7a69a Ooops... it's nsca, not ncsa. 2003-05-01 17:00:39 +00:00
jmmv
b8fb48b026 Move example files to the examples directory share/examples/nsca.
While here, use buildlink2.  Bump PKGREVISION to 2.
2003-05-01 16:59:23 +00:00
jmmv
ad1f113830 Fix two typos. 2003-05-01 16:00:38 +00:00
jmmv
bdd0a7b223 Also set PKG_SYSCONFSUBDIR to "sendfile", because the program recognizes
several configuration files, aside from the two default ones.
2003-05-01 15:48:36 +00:00
jmmv
c10f159c4e Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-01 15:44:43 +00:00