Commit graph

3464 commits

Author SHA1 Message Date
seb
5bba6f3ff6 With the inclusion of perl5/module.mk TEST_TARGET and PERL5_CONFIGURE
are unnecessary so remove them.
2003-03-26 11:01:01 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
wiz
cdf2253ad9 Update to 3.7.2. Enable on NetBSD (builds fine).
Changes:
Fixed infinite loop when parsing malformed isakmp packets.
 (reported by iDefense; already fixed in CVS)
Fixed infinite loop when parsing malformed BGP packets.
Fixed buffer overflow with certain malformed NFS packets.
Pretty-print unprintable network names in 802.11 printer.
Handle truncated nbp (appletalk) packets.
Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
Print IP protocol name even if we don't have a printer for it.
Print IP protocol name or number for fragments.
Print the whole MPLS label stack, not just the top label.
Print request header and file handle for NFS v3 FSINFO and PATHCONF
 requests.
Fix NFS packet truncation checks.
Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
Handle unknown RADIUS attributes properly.
Fix an ASN.1 parsing error that would cause e.g. the OID
 2.100.3 to be misrepresented as 4.20.3 .
2003-03-25 11:02:56 +00:00
wiz
68c4d1014f Update to 0.7.2, enable on NetBSD (builds fine).
Changes:
Support link types that use 802.2 always, never, and sometimes.
Don't decrease the size of the BPF buffer from the default.
Support frame relay.
Handle 32-bit timestamps in DLPI, and pass the right buffer size.
Handle Linux systems with modern kernel but without
SOL_PACKET in the userland headers.
Linux support for ARPHRD_RAWHDLC.
Handle 32-bit timestamps in snoop.
Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
Add new reserved DLT types.
2003-03-25 10:51:13 +00:00
bouyer
5b8ad956c0 Upgrade to 2.4b2. Lots of change since 1.20, but it should be
backward-compatible. 2.0 was a substential rewrite. Main changes:
support some traditional ping features: loop mode, specify size of data
  packets, specify how many pings to send, interpret ICMPs other than ICMP Echo
  response.
make timings in tenths of milliseconds
do exponential backoff on retries
port to more systems
do better checking on whether received ICMP is for us
added -g option for generating IPs from a start to an end value
2003-03-24 16:42:56 +00:00
bouyer
901026f7d6 Add fping6 and smokeping 2003-03-24 15:26:26 +00:00
bouyer
3a19738d58 Import of smokeping 1.19:
SmokePing can measure latency, latency distribution and packet loss
in your network. SmokePing uses RRDtool to maintain a longterm datastore
and to draw pretty graphs, giving up to the minute information
on the state of each network connection. SmokePing can also raise
alarms based on latency and loss patterns.
2003-03-24 15:24:39 +00:00
bouyer
d64eaae580 Import of fping6 2.4b2, v6 version of the fping tool. 2003-03-24 15:21:36 +00:00
bouyer
4d0f8fddde Upgrade to 2.4b2. Lots of change since 1.20, but it should be
backward-compatible. 2.0 was a substential rewrite. Main changes:
support some traditional ping features: loop mode, specify size of data
  packets, specify how many pings to send, interpret ICMPs other than ICMP Echo
  response.
make timings in tenths of milliseconds
do exponential backoff on retries
port to more systems
do better checking on whether received ICMP is for us
added -g option for generating IPs from a start to an end value
2003-03-24 15:14:33 +00:00
jlam
1ca0fffa09 Convert to use buildlink2, and BUILD_DIRS instead of the custom do-build
target.
2003-03-23 00:40:04 +00:00
tron
8cf432f971 And and enable "airportmodemutility". 2003-03-22 14:46:21 +00:00
tron
d9cc425ce2 Import new "airportmodemutility" package:
Modem (dis)connection utility for Apple's Airport Base Station

This packages was contributed by Christopher Richards in PR pkg/19375.
2003-03-22 14:45:47 +00:00
jmmv
b7720ab178 Merge two patches that were modifying the same file (configure).
Ensure that RPATH_FLAG is seen by configure (fixes build).
Include bsd.prefs.mk for the WGET_USE_SSL variable and add it to BUILD_DEFS.
Some Makefile cleanup.
2003-03-22 12:06:16 +00:00
jmmv
c9a7a5aa11 Install an rc.d script, provided in PR pkg/20244 by David Ferlier.
Honour PKG_SYSCONFDIR and install a default configuration file.
Bump PKGREVISION.
2003-03-22 10:15:27 +00:00
salo
ed165fa965 Sync with nmap, bump PKGREVISION. 2003-03-22 04:08:20 +00:00
salo
9633913231 Updated to version 3.20.
Based on patch sent by Juan RP via PR pkg/20839.

Changes:

Nmap 3.20:
==========
o The random IP input option (-iR) now takes an argument specifying
  how many IPs you want to scan (e.g. -iR 1000).  Specify 0 for the old
  neverending scan behavior.

o Fixed a tricky memory leak discovered by Mugz (mugz@x-mafia.com).

o Fixed output truncation problem noted by Lionel CONS (lionel.cons@cern.ch)

o Fixed a bug that would cause certain incoming ICMP error messages to
  be improperly ignored.

Nmap 3.15BETA3:
===============
o Made numerous improvements to the timing behavior of "-T Aggressive"
  (same as -T4) scans.  It is now recommended for regular use by
  impatient people with a fast connection.  "-T Insane" mode has also
  been updated, but we only recommend that for, well, insane people.

o Made substantial changes to the SYN/connect()/Window scanning
  algorithms for improved speeds, especially against heavily filtered
  hosts.  If you notice any timing problems (misidentified ports,
  etc.), please send me the details (including full Nmap output and a
  description of what is wrong).  Reports of any timing problems with
  -T4 would be helpful as well.

o Changed Nmap such that ALL syn scan packets are sent from the port
  you specify with -g.  Retransmissions used to utilize successively
  higher ports.  This change has a downside in that some operating
  systems (such as Linux) often won't reply to the retransmissions
  because they reuse the same connection specifier quad
  (srcip:srcport:dstip:dstport).  Overall I think this is a win.

o Added timestamps to "Starting nmap" line and each host port scan in
  verbose (-v) mode.  These are in ISO 8601 standard format because
  unlike President Bush, we actually care about International
  consensus :).

o Nmap now comes by default in .tar.bz2 format, which compresses about
  20% further.  You can still find .tgz in the dist directory at
  http://download.insecure.org/nmap/dist/?M=D .

o Various other minor bugfixes, new services, fingerprints, etc.

Nmap 3.15BETA2:
===============
o I added support for a brand new "port" that many of you may have
  never scanned before!  UDP & TCP "port 0" (and IP protocol 0) are now
  permitted if you specify 0 explicitly.  An argument like "-p -40"
  would still scan ports 1-40.  Unlike ports, protocol 0 IS now scanned
  by default.  This now works for ping probes too (e.g., -PS, -PA).

o Applied patch by Martin Kluge (martin@elxsi.info) which adds --ttl
  option, which sets the outgoing IPv4 TTL field in packets sent via
  all raw scan types (including ping scans and OS detection).  The
  patch "should work" on Windows, but hasn't been tested.  A TTL of 0
  is supported, and even tends to work on a LAN:
    14:17:19.474293 192.168.0.42.60214 > 192.168.0.40.135: S 3265375623:3265375623(0) win 1024 [ttl 0] (id 35919, len 40)
    14:17:19.474456 192.168.0.40.135 > 192.168.0.42.60214: S 2805154856:2805154856(0) ack 3265375624 win 64240 <mss 1460> (DF) (ttl 128, id 49889, len 44)

o Applied patch by Gabriel L. Somlo ( somlo@acns.colostate.edu ) which
  extends the multi-ping-port functionality to nonroot and IPv6
  connect() users.

o I added a new --datadir command line option which allows you to
  specify the highest priority directory for Nmap data files
  nmap-services, nmap-os-fingerprints, and nmap-rpc.  Any files which
  aren't in the given dir, will be searched for in the $NMAPDIR
  environmental variable, ~/nmap/, a compiled in data directory
  (e.g. /usr/share/nmap), and finally the current directory.

o Fixed Windows (VC++ 6) compilation, thanks to patches from Kevin
  Davis (computerguy@cfl.rr.com) and Andy Lutomirski
  (luto@stanford.edu)

o Included new Latvian man page translation by
  "miscelerious options" (misc@inbox.lv)

o Fixed Solaris compilation when Sun make is used rather than GNU
  make.  Thanks to Tom Duffy (tduffy@sun.com) for assistance.

o Applied patch from Stephen Bishop (sbishop@idsec.co.uk) which
  prevends certain false-positive responses when Nmap raw TCP ping scans
  are being run in parallel.

o To emphasize the highly professional nature of Nmap, I changed all
  instances of "fucked up" in error message text into "b0rked".

o Fixed a problem with nmap-frontend RPMs that would cause a bogus
  /bin/xnmap link to be created (it should only create
  /usr/bin/xnmap).  Thanks to Juho Schultz
  (juho.schultz@astro.helsinki.fi) for reporting the problem.

o I made the maximum number of allowed routes and interfaces allowed
  on the scanning machine dynamic rather than hardcoded #defines of 1024
  and 128.  You never know -- some wacko probably has that many :).

Nmap 3.15BETA1:
===============
o Integrated the largest OS fingerprint DB updates ever! Thanks to
  everyone who contributed signatures!  New or substantially modified
  fingerprints included the latest Windows 2K/XP changes, Cisco IOS
  12.2-based routers and PIX 6.3 firewalls, FreeBSD 5.0, AIX 5.1,
  OpenBSD 3.2, Tru64 5.1A, IBM OS/400 V5R1M0, dozens of wireless APs,
  VOIP devices, firewalls, printers, print servers, cable modems,
  webcams, etc.  We've even got some mod-chipped Xbox fingerprints
  now!

o Applied NetBSD portability patch by Darren Reed
  (darrenr@reed.wattle.id.au)

o Updated Makefile to better-detect if it can't make nmapfe and
  provide a clearer error message.  Also fixed a couple compiler
  warnings on some *BSD platforms.

o Applied patch from "Max" (nmap@webwizarddesign.com) which adds the
  port owner to the "addport" XML output lines which are printed (only
  in verbose mode, I think) as each open port is discovered.

o I killed the annoying whitespace that is normally appended after the
  service name.  Now it is only there when an owner was found via -sI
  (in which case there is a fourth column and so "service" must be
  exactly 24 characters).

Nmap 3.10ALPHA9:
================
o Reworked the "ping scan" algorithm (used for any scan except -P0 or
  -sL) to be more robust in the face of low-bandwidth and congested
  connections.  This also improves reliability in the multi-port and
  multi-type ping cases described below.

o "Ping types" are no longer exclusive -- you can now do combinations
  such as "-PS22,53,80 -PT113 -PN -PE" in order to increase your odds of
  passing through strict filters.  The "PB" flag is now deprecated
  since you can achieve the same result via "PE" and "PT" options.

o Applied patch (with modest changes) by Gabriel L. Somlo
  (somlo@acns.colostate.edu), which allows multiple TCP probe ports in
  raw (root) mode.  See the previous item for an example.

o Fixed a libpcap compilation issue noted by Josef 'Jupp' Schugt
  (deusxmachina@webmail.co.za) which relates to the definition (or
  lack thereof) of ARPHRD_HDLC (used for Cisco HDLC frames).

o Tweaked the version number (-V) output slightly.

Nmap 3.10ALPHA7:
================
o Upgraded libpcap from version 0.6.2 to 0.7.1.  Updated the
  libpcap-possiblymodified/NMAP_MODIFICATIONS file to give a much
  more extensive list (including diffs) of the changes included
  in the Nmap bundled version of Libpcap.

o Applied patch to fix a libpcap alignment bug found by Tom Duffy
  (tduffy@sun.com).

o Fixed Windows compilation.

o Applied patch by Chad Loder (cloder@loder.us) of Rapid7 which
  fixes OpenBSD compilation.  I believe Chad is now the official
  OpenBSD Nmap "port" maintainer.  His patch also adjusted
  random-scan (-iR) to include the recently allocated 82.0.0.0/8
  space.

o Fixed (I hope) a few compilation problems on
  non-IPv6-enabled machines which were noted by Josef 'Jupp'
  Schugt (jupp@gmx.de)

o Included some man page translations which were inadvertently
  missed in previous tarballs.

o Applied patch from Matthieu Verbert (mve@zurich.ibm.com) which
  places the Nmap man pages under ${prefix}/share/man rather than
  ${prefix}/man when installed via RPM.  Maybe the tarball
  install should do this too?  Opinions?

o Applied patch from R Anderson (listbox@pole-position.org) which
  improves the way ICMP port unreachables from intermediate hosts
  are handled during UDP scans.

o Added note to man page related to Nmap US export control.  I
  believe Nmap falls under ECCN 5D992, which has no special
  restrictions beyond the standard export denial to a handful of
  rogue nations such as Iraq and North Korea.

o Added a warning that some hosts may be skipped and/or repeated
  when someone tries to --resume a --randomize_hosts scan.  This
  was suggested by Crayden Mantelium (crayden@sensewave.com)

o Fixed a minor memory leak noted by Michael Davis
  (mike@datanerds.net).

Nmap 3.10ALPHA4:
================
o Applied patch by Max Schubert (nmap@webwizarddesign.com) which adds
  an add-port XML tag whenever a new port is found open when Nmap is
  running in verbose mode.  The new tag looks like:
  <addport state="open" portid="22" protocol="tcp"/>
  I also updated docs/nmap.dtd to recognize this new tag.

o Added German translation of Nmap manpage by Marc Ruef
  (marc.ruef@computec.ch).  It is also available at
  http://www.insecure.org/nmap/data/nmap_manpage-de.html

o Includes a brand new French translation of the manpage by Sebastien
  Blanchet.  You could probably guess that it is available at
  http://www.insecure.org/nmap/data/nmap_manpage-fr.html

o Applied some patches from Chad Loder (cloder@loder.us) which update
  the random IP allocation pool and improve OpenBSD support.  Some
  were from the OBSD Nmap patchlist.

o Fixed a compile problem on machines without PF_INET6.  Thanks to
  Josef 'Jupp' Schugt (deusxmachina@webmail.co.za) for noting this.

Nmap 3.10ALPHA3:
================
o Added --min_parallelism option, which makes scans more aggressive
  and MUCH faster in certain situations -- especially against
  firewalled hosts.  It is basically the opposite of --max_parallelism
  (-M).  Note that reliability can be lost if you push it too far.

o Added --packet_trace option, which tells Nmap to display all of the
  packets it sends and receives in a format similar to tcpdump.  I
  mostly added this for debugging purposes, but ppl wishing to learn
  how Nmap works or for experts wanting to ensure Nmap is doing
  exactly what they epect.  If you want this feature supported under
  Windows, please send me a patch :).

o Fixed a segmentation fault in Idlescan (-sI).

o Made Idlescan timing more conservative when -P0 is specified to
  improve accuracy.

o Fixed an infinite-loop condition that could occur during certain
  dropped-packet scenarios in an Idle scan.

o Nmap now reports execution times to millisecond precision (rather
  than rouding to the nearest second).

o Fixed an infinite loop caused by invalid port arguments.  Problem
  noted by fejed (fejed@uddf.net).

Nmap 3.10ALPHA2:
================
o Fixed compilation and IPv6 support on FreeBSD (tested on
  4.6-STABLE).  Thanks to Niels Heinen (niels.heinen@ubizen.com) for
  suggestions.

o Made some portability changes based on suggestions by Josef 'Jupp'
  Schugt (jupp@gmx.de)

o Fixed compilation and IPv6 support on Solaris 9 (haven't tested
  earlier versions).

Nmap 3.10ALPHA1:
================
o IPv6 is now supported for TCP scan (-sT), connect()-style ping
  scan (-sP), and list scan (-sL)!  Just specify the -6 option and the
  IPv6 numbers or DNS names.  Netmask notation is not currently
  supported -- I'm not sure how useful it is for IPv6, where even petty
  end users may be allocated trillions of addresses (/80).  If you
  need one of the scan types that hasn't been ported yet, give
  Sebastien Peterson's patch a try at http://nmap6.sourceforge.net/ .
  If there is demand, I may integrate more of that into Nmap.

o Major code restructing, which included conversion to C++ -- so
  you'll need g++ or another C++ compiler.  I accidently let a C++
  requirement slip in a while back and found that almost everyone has
  such a compiler.  Windows (VC++) users: see the README-WIN32 for new
  compilation instructions.

o Applied patch from Axel Nennker (Axel.Nennker@t-systems.com) which
  adds a --without-nmapfe option to the configure script.  This si
  useful if your system doesn't have the proper libraries (eg GTK) or
  if you think GUIs are for sissies :).

o Removed arbitrary max_parallelism (-M) limitations, as suggested by
  William McVey ( wam@cisco.com ).

o Added DEC OSF to the platforms that require the BSDFIX() macro due
  to taking ip length and offset fields in host rather than network byte
  order.  Suggested by Dean Bennett (deanb@gbtn.net)

o Fixed an debug statement C ambiguity discovered by Kronos
  (kronos@kronoz.cjb.net)
2003-03-22 04:07:10 +00:00
wiz
c0fd6b86e5 Update to 4.6.3, based on the 4.6.2 update by Jeremy C. Reed in PR 20441.
Changes: 3 years of intensive development -- too many to mention here;
see inside the debian/changelog file.
2003-03-22 02:31:49 +00:00
drochner
c798733a8c make this work with SOAPpy-0.9.8 and bumb PKGREVISION because it
only works with 0.9.8 now
2003-03-19 11:55:10 +00:00
drochner
44e37b278f update to 0.9.8, provided by Marc Recht (PR pkg/20787)
Notes:
This is SOAPpy 0.9.8.    It contains substantial improvements over the last
release.
1) SOAPpy now uses the standard python
   package installation tools.  Executing the commands
     $ python setup.py build
     $ python setup.py install
   (the second as root) should install SOAPpy into the appropriate Python
   library directory.
2) There has been inconsistency in how  SOAPpy library components have been
   imported.  This new release standardizes on:
     from SOAPpy import SOAP
3) See the changelog for further enhancements.
2003-03-19 11:51:08 +00:00
jschauma
6e186fe382 Use RPATH_FLAG for configure.
Also only compile with ssl if the variable is set (which it is by default).
2003-03-18 22:59:52 +00:00
seb
20917db670 Add & enable vcheck. 2003-03-17 08:49:50 +00:00
seb
1a0e887b8a Initial import of vcheck version 1.2.1 into the NetBSD Packages Collection.
Vcheck is a tool for checking for latest versions of programs at
HTTP and FTP locations given a list of URLs and (Perl-style) regular
expressions to match, and to optionally download them automatically.
2003-03-17 08:48:57 +00:00
seb
bd351b691d Update to 1.13.
Relevant changes since version 1.12:

Net::POP3
- Make more compliant. +OK and -ERR responses do not have to be followed
by a space.

Net::FTP
- Fix unique name extraction to pick up name on initial

Net::Cmd
- Compatibility fix for 5.004

Net::Cmd
- Ensure all debug output is via ->debug_print

Net::FTP
- Allow the user to specify a local address to use for sockets

Net::SMTP
- Avoid extra spaces on the end of the AUTH command
2003-03-17 01:29:32 +00:00
tron
87c5dcc1eb Remove redundant entry "http://de.samba.org/samba/ftp/" from mirror list. 2003-03-16 16:19:04 +00:00
cjep
9c4f320980 Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark.
Also, the configure script is a GNU autoconf one.
2003-03-16 14:25:36 +00:00
cjep
0823dc6de2 Override config.sub. Fixes build on NetBSD/shark. 2003-03-16 14:22:06 +00:00
martti
43620ece71 Updated samba to 2.2.8
****************************************
* IMPORTANT: Security bugfix for Samba *
****************************************

The SuSE security audit team, in particular Sebastian Krahmer
<krahmer@suse.de>, has found a flaw in the Samba main smbd code which
could allow an external attacker to remotely and anonymously gain
Super User (root) privileges on a server running a Samba server.

This flaw exists in previous versions of Samba from 2.0.x to 2.2.7a
inclusive.  This is a serious problem and all sites should either
upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports 139
and 445. Advice created by Andrew Tridgell, the leader of the Samba
Team, on how to protect an unpatched Samba server is given at the end
of this section.

The SMB/CIFS protocol implemented by Samba is vulnerable to many
attacks, even without specific security holes.  The TCP ports 139 and
the new port 445 (used by Win2k and the Samba 3.0 alpha code in
particular) should never be exposed to untrusted networks.
2003-03-16 07:57:43 +00:00
hubertf
1e350a4d27 Update lopster to 1.2.0. Changes:
* Most important
 - Multi server support - connecting to more than one server
 - Multi source support - downloading a file from more than one source

* Servers
 - Completely new server/network handling - create your own network groups
 - Basic IRC support - just create a network with type IRC and add a server there
 - Compression support on opennap-ng servers - ./configure --with-zlib
 - Thread support - ./configure --with-pthread to get rid of gui freezes

* Library and browse
 - Quick search - quickly find files in your library or browses
 - New layout - two window view for direcotries and files
 - Direct browses handled like uploads - They are bandwidth restricted, you can abort them
 - Browses are saved to disc - You can view the files offline and even queue files of offline users for downloading

* Search
 - Tree view - Same files, same node
 - More options - more power

* Chat
 - Lots of right click tokens - Networks, channels, nicknames, files, urls. Try it!
 - Limit for chat buffers

* Transfers
 - Download layout changes - it is configurable - check prefs
 - Download clone detection
 - Advanced connection between Lopster users - You can download several segments with one single TCP connection

* Statistic
 - New layout - more options for the bandwidth graph (click)

* As always:
 - Lots of minor changes, lots of bug fixes
2003-03-15 05:44:39 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
wiz
e42494f432 Update to latest available versions (6.30.1052 for i386, 6.30.1061
for sparc). From Murray Armfield in PR 19210.
Changes are unknown.
2003-03-14 10:15:55 +00:00
jschauma
10126c0632 This does not seem to need GMAKE after all. 2003-03-13 17:08:22 +00:00
jschauma
5ecc9f02e7 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
2003-03-12 21:02:24 +00:00
salo
61f19810dd Updated to version 0.9.11.
Patch provided by Quentin Garnier via PR pkg/20668.

Changes:

- The Ethereal 0.9.10 release was packaged improperly(!).  This release
  fixes the packaging, and adds minor updates and fixes for the following
  protocols: AFS, OpenBSD enc(4), RTP, SCSI, SIP, SMPP, SSH

- IA64 support has been improved.
2003-03-12 15:10:45 +00:00
jmc
4fda0ead80 Patch so this matches on __powerpc__ for arch's needing alignment 2003-03-12 07:09:33 +00:00
jmc
b390daac39 Remove the installation of libltdl and make this use the already installed one
that libtool-base puts down. Also, fix one place in the freeradius code
where a config.h should have been emitted but wasn't.

Also, for NetBSD < 1.6N disable threads as this requires threads and
the posix semaphore headers which pth/etc don't provide and didn't appear
until 1.6N
2003-03-12 05:56:49 +00:00
dmcmahill
594584c03f add missing header for memset 2003-03-12 02:11:36 +00:00
dmcmahill
6b8229085c fix bug with static initializers which prevented compilition on 64 bit
platforms
2003-03-12 01:53:59 +00:00
markd
fcb343be28 Update KDE to 3.1.
Many bugfixes and functionality enhancements including:

kdenetwork

 KMail
   The 'Delete' Action now irrevocably deletes messages. Use 'Move to Trash'
    to put messages into the trashcan. (Martin Koller)
   Optional columns for the number of unread messages and the total number
   of messages in the folder list (Carsten Burghardt)
   Custom folder icons (Zack Rusin)
   Improved OpenPGP support (Ingo Klöcker):
      Allow multiple encryption keys per email address, e.g. for
      distribution lists
      Allow rereading of keys in the key selection dialog, e.g. after the
      user has imported a key.
      Allow rechecking of keys in the key selection dialog, e.g. after the
      user has signed a key.
   PGP/MIME (encryption/signing of attachments, RFC 3156) for GnuPG users
   and S/MIME support via plugins (collective effort of Ägypten
   <gpa-dev@gnupg.org> and KMail <kmail@kde.org> developers)
   Redesign of the identity configuration dialog (Marc Mutz)
   Default identity can now be renamed (Marc Mutz)
   Identity-dependant default Bcc (Ingo Klöcker)
   Optional MIME tree viewer, allowing direct access to all body parts
   (attachments) (Karl-Heinz Zimmer)
   Custom date format (Zack Rusin)
   Improved IMAP support (Carsten Burghardt)
   Reorganized menu bar looks more like other KDE applications
   (Martin Koller, Marc Mutz)
   Support for decoding uuencoded attachments (Marc Mutz)
   Custom hostname to send to the SMTP server (Aaron Seigo)
   Improved 'Reply to Mailing-List' (Marc Mutz)
   Separate the 'New Message' action and the 'Post to Mailing-List' action.
   This means with 'New Message' the To: field of the new message will no
   longer be filled automatically with the mailing list's posting address
   if the currently selected folder is associated with a mailing list.
   (Ingo Klöcker)
   Improved support for RTL languages esp. Hebrew (Diego Iastrubni, Meni Livne)
   Allow the user to enable HTML rendering temporarily for HTML only
   messages (Ingo Klöcker)
   Optionally show the encryption/signature status of messages in the
   message list (Kalle Dalheimer)
   Optional popup after dragging a message onto a folder (Zack Rusin)
   Five fixed layouts for the main window (Karl-Heinz Zimmer)
   Send separately encrypted messages to Bcc recipients because else all
   recipients could deduce the Bcc recipients from the keys that were used
   for encryption (Steffen Hansen)
   Configurable default domain for sending (Ingo Klöcker)
   Don't check spelling of quoted text, urls or email addresses (Dave Corrie)
   New 'Add to Addressbook' action which doesn't open the addressbook when
   you add an email address to it. Use 'Open in Addressbook' if you want to
   add more information to a new address. (Cornelius Schumacher)
   IMAP accounts are now top level elements in the folder list (Carsten
   Burghardt)
   Configurable timeout for when the selected message will be marked as
   read (Tobias Koenig)
   Tips of the Day (Marc Mutz)
   Show progress dialog on exit so that the user sees that KMail is still
   doing something although all windows have already been closed (Waldo
   Bastian, Carsten Pfeiffer)
   Use KNotify to play an arbitrary sound on new mail arrival (Till Krech)
   Configurable alternative background color for the message list
   (Waldo Bastian)
   Display folder path in window caption (Carsten Burghardt)
 KNode
   Added "Find in Article..." command.
   Added "Mark Last as Unread..." command.
   Bug- and Stability fixes.
 Korn now supports APOP accounts.
 NEW IN KDE: Desktop Sharing (KRfb). KRfb is a VNC-compatible server to
 share KDE desktops.
 NEW IN KDE: Remote Desktop Connection (KRdb). VNC compatible client for
 sharing KDE desktops.
2003-03-11 13:13:26 +00:00
salo
45d980fe74 Updated to version 0.9.0.
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me.

Changes:

- follow PKG_SYSCONFDIR
- install locales into PKGLOCALEDIR

0.9.0:
======
- Gnome 2 preliminary support, including a new option
  for an antialiased diagram.
- Gcc 3.2 compile support
- Some bug and potential bug fixes
- New Turkish translation, by Gorkem Cetin
- Several fixes to assure proper compilation with newer
  autotools
- Resolved memory bug by limiting resolved names to 1024
  entries and arranging them in a simple LRU cache
2003-03-11 03:07:36 +00:00
hubertf
6cfc737f91 Make the USE_INET6/IPV6H handling a bit more readable.
(won't fix PR 20019 though...)
2003-03-10 03:01:09 +00:00
hubertf
ff07ab9def Recognize native threads.
Addresses PR 20641 by Kimmo Suominen <kim@tac.nyc.ny.us>
2003-03-10 02:47:37 +00:00
jschauma
e7c1762bd0 Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:23:09 +00:00
salo
c7053179aa Updated to version 0.9.10.
Patch provided by Quentin Garnier via PR pkg/20624.

Changes:

This release fixes a security hole discovered by Georgi Guninski in
the SOCKS dissector.  All users of previous versions are encouraged
to upgrade.  For more details see

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

Bug Fixes:
==========
- A missing comma in a string array could cause Ethereal to crash
  when opening the preferences dialog.

New Protocols:
==============
- MSN Messenger, SSH

Updated Protocols:
==================
- AFS, Apache JServ, BACNET, BGP, DCCP, DCERPC, DCERPC NT, DNS,
  Frame Relay, GTP, IPP, IPX, LSA, M3UA, MDSHDR, MPLS, NCP2222,
  NETLOGON, PPP, RADIUS, SAMR, SMB, SNMP, SPOOLSS, SRVSVC, SSL,
  Token Ring, X11

Updated Capture File Support:
=============================
- NetXRay
2003-03-09 04:12:02 +00:00
wiz
d16e104702 Add patches for a typo in two man pages, reported by Cesar Catrian C. in
PR 20590, and fed back to the authors.
2003-03-07 20:49:34 +00:00
salo
353e2d9a17 Updated to version 1.0.14.
Patch provided by Juan RP via PR pkg/20610 with small cleanups.

Changes:

1.0.14:
=======
- Privilege separation has been introduced. When this feature is
  enabled, each client session spawns two processes communicating
  over a private channel : a restricted trusted part, and the main
  part that definitely revokes all privileges after authentication
  and chroot().  Add --with-privsep to ./configure in order to enable
  that feature.
- Automatic detection of Virtuozzo was added.
- Forced passive IP addresses (-P) can now work with gateways whoose
  addresses are dynamic (DSL and cable modem users), using symbolic
  host names.

1.0.13a:
========
- The previous release broken compilation with PostgreSQL, and it
  didn't work any more with very old versions of the Perl interpreter.
  Both issues were fixed. No other change has been made - If 1.0.13
  works for you, there's absolutely no need to upgrade.

1.0.13:
=======
- Traditional and simplified chinese translations are not messed any
  more (Thanks to Ying-Chieh Liao) .
- The documentation has been improved.
- OpenLDAP 2.1.x is now supported.
- New LDAP directives were added to provide more flexibility
  (LDAPFilter, LDAPHomeDir and LDAPVersion, see README.LDAP) .
- On-demand directories are now also created when path contains extra
  slashes.
- pure-uploadscript will no more immediately give up when the server
  hasn't been started before.
- Files whoose names contains non-printable characters are not listed
 any more.
- A new switch (--with-boring) has been introduced to produce more
  professional-looking messages.
- Zero-copy transfers of large files have been fixed on Solaris,
  thanks to Emmanuel Hocdet.
- Larger banner messages can now be displayed.
- Owner-readability is now only enforced for files when quotas are
  enabled (Claudiu) .
- A new Czech translation has been added. Contributed by Martin Sarfy
  <xsarfy@informatics.muni.cz>
- Default UID and GID can now be used for SQL-based authentication,
  contributed by Clive Goodhead, adapted to PostgreSQL as well.
- A Vpopmail authentication module has been added
  (contrib/pure-vpopauth.pl) .
- "make -f Makefile.gui" should work again on most today's Linux
  distributions.
- The Win32 port was slightly improved. The server is now compiled as
  non-root (but binds port 21), and ASCII transfers are not mangled
  any more.
2003-03-07 18:21:47 +00:00
hubertf
7c166fc11b Add provides/requires tags for rcorder
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
2003-03-06 23:00:15 +00:00
salo
64ecc1fb3d Updated to version 2.5.6.
Changes:

- follow PKG_SYSCONFDIR
- fix paths in manpages
- minor cleanups

2.5.6:
======

ENHANCEMENTS:
=============
- The --delete-after option now implies --delete.  (Wayne Davison)

- The --suffix option can now be used with --backup-dir.  (Michael
  Zimmerman)

- Combining "::" syntax with the -rsh/-e option now uses the
  specified remote-shell as a transport to talk to a (newly-spawned)
  server-daemon.  This allows someone to use daemon features, such
  as modules, over a secure protocol, such as ssh.  (JD Paul)

- The rsync:// syntax for daemon connections is now accepted in the
  destination field.

- If the file name given to --include-from or --exclude-from is "-",
  rsync will read from standard input.  (J.W. Schultz)

- New option --link-dest which is like --compare-dest except that
  unchanged files are hard-linked in to the destination directory.
  (J.W. Schultz)

- Don't report an error if an excluded file disappears during an
  rsync run.  (Eugene Chupriyanov and Bo Kersey)

- Added .svn to --cvs-exclude list to support subversion.  (Jon
  Middleton)

- Properly support IPv6 addresses in the rsyncd.conf "hosts allow"
  And "hosts deny" fields.  (Hideaki Yoshifuji)

- Changed exclude file handling to permit DOS or MAC style line
  terminations.  (J.W. Schultz)

- Ignore errors from chmod when -p/-a/--preserve-perms is not set.
  (Dave Dykstra)

BUG FIXES:
==========
- Fix "forward name lookup failed" errors on AIX 4.3.3.  (John
  L. Allen, Martin Pool)

- Generate each file's rolling-checksum data as we send it, not
  in a separate (memory-eating) pass before hand.  This prevents
  timeout errors on really large files. (Stefan Nehlsen)

- Fix compilation on Tru64.  (Albert Chin, Zoong Pham)

- Better handling of some client-server errors.  (Martin Pool)

- Fixed a crash that would occur when sending a list of files that
  contains a duplicate name (if it sorts to the end of the file
  list) and using --delete.  (Wayne Davison)

- Fixed the file-name duplicate-removal code when dealing with multiple
  dups in a row. (Wayne Davison)

- Fixed a bug that caused rsync to lose the exit status of its child
  processes and sometimes return an exit code of 0 instead of showing
  an error.  (David R. Staples, Dave Dykstra)

- Fixed bug in --copy-unsafe-links that caused it to be completely
  broken.  (Dave Dykstra)

- Prevent infinite recursion in cleanup code under certain circumstances.
  (Sviatoslav Sviridov and Marc Espie)

- Fixed a bug that prevented rsync from creating intervening directories
  when --relative-paths/-R is set.  (Craig Barratt)

- Prevent "Connection reset by peer" messages from Cygwin. (Randy O'Meara)

INTERNAL:
=========
- Many code cleanups and improved internal documentation.  (Martin
  Pool, Nelson Beebe)

- Portability fixes. (Dave Dykstra and Wayne Davison)

- More test cases.  (Martin Pool)

- Some test-case fixes.  (Brian Poole, Wayne Davison)

- Updated included popt to the latest vendor drop, version 1.6.4.
  (Jos Backus)

- Updated config.guess and config.sub to latest versions; this
  means rsync should build on more platforms.  (Paul Green)
2003-03-06 20:44:13 +00:00
jlam
627ace230f Use rdesktop's configure process (no rationale for not using it). It will
automatically add the correct libraries for each OS, so we can remove the
custom SunOS library additions in the package Makefile.  Also remove the
custom do-install target and simply use the rdesktop one (no rationale for
not using it either).  Remove USE_GMAKE setting since BSD make is
sufficient.
2003-03-06 19:08:10 +00:00
is
85605d4eb8 Obey PKG_SYSCONFDIR 2003-03-06 11:43:27 +00:00
wiz
91ad8cab36 Update to 2.6.5.
Version 2.6.5 - 2003-02-28

* new mirror options --log=<file> and --script=<file> to produce lftp commands
  equivalent to the actions done (log) or to be done (script) by mirror.
  `-' as file name means stdout.
* fixed a dead-lock when resuming FXP with passive source.
* re-get file size and date after HTTP redirect.
* added workarounds for proftpd.
* handle EPIPE (Broken pipe) error as temporary network error.
* fixed a dead-lock in HTTP retrieval after redirect.
* added cls option --sort=date (Oskar Liljeblad).
* fixed compilation on OpenBSD and older Solaris.
* fixed handling of symbolic links in find.
* lftp -f and -c options can now be combined
* fixed slot handling in non-interactive mode.
* fixed large file support in cat command.
* fixed dante socks compilation (now lftp does not use poll with dante).
* fixed data connection abort with ssl connection to wu-ftpd.
2003-03-06 08:46:31 +00:00