Commit graph

5119 commits

Author SHA1 Message Date
obache
ea62f8ee9e Update mail/sma to 1.4.
Patch provided by ISIHARA Takanori in PR 34743.

HISTORY file:
Version 1.4, 2003/10/16
* Portugese language patch, apply with "patch < contrib/portugese.diff"
  (Thanks Ronaldo Lazzari)
* Added msgid for clog (%i) (Thanks Ed Klavins)
* Fixed a bug in HTML formatted "Relay Pairs" section
  (Thanks Wijnand Reimink for finding out the bug..)
* Feature patch from Andrew Caird.
  "Downcase all addresses.  This is so that foo@bar.com is equivilant to
  FOO@BAR.Com and Foo@Bar.com and they all get counted the same in the
  counts." New command line option '-A' (conf file: DowncaseAddresses).
* Fixed a bug with sendmail AUTH parsing (Thanks for Daniel Melanchthon)
  (as a side effect, postfix logs seem to get parsed also.. :-)
* Do not cut lines in status/rejected sections of ascii report
  (Suggested by Jeff Bronson)
2006-11-14 12:31:30 +00:00
ghen
8a30c5e35e Update to dovecot-1.0rc14. From the release announcement mail:
More fixes.

"Duplicate header extension keywords" is the only known problem (or if I
forgot something, remind me). I'll try to figure out a way to reproduce
it easily and then get it fixed.

	* LDAP: Don't try to use ldap_bind() with empty passwords, since
	  Windows 2003 AD skips password checking with them and just returns
	  success.
	* verbose_ssl=yes: Don't bother logging "syscall failed: EOF"
	  messages. No-one cares about them.

	+ Dovecot sources should now compile without any warnings with gcc 3.2+
	- rc13 crashed if client disconnected while IDLEing
	- LDAP: auth_bind=yes fixes
        - %variables: Fixed zero padding handling and documented it. %0.1n
	  shouldn't enable it, and it really shouldn't stay for the next
	  %variable. -sign also shouldn't stay for the next variable.
	- Don't leak opened .log.2 transaction logs.
	- Fixed a potential hang in IDLE command (probably really rare).
	- Fixed potential problems with client disconnecting while master was
	  handling the login.
	- quota plugin didn't work in Mac OS X
2006-11-13 07:53:59 +00:00
xtraeme
b1fa39f53e Update to 2.3.0beta5:
* When new mails arrive, the tray icon is changed, and it will
  be kept until a new mail is read.
* The option "Open inbox on startup" was added.
* The option "Remeber last selected message" was added.
* The crash when printing a message with empty subject was fixed.
* The bug that the text in the composition window was not redrawn
  on the undo of large text was fixed.
* POP before SMTP was implemented.
2006-11-12 06:59:33 +00:00
perry
026a3b272d remove commented out PKGREVISION 2006-11-10 18:04:09 +00:00
perry
aa7704d47c update gnus to 5.10.8 2006-11-10 17:57:51 +00:00
tv
25a4024806 Use find -print | xargs rather than find -exec. 2006-11-10 17:34:09 +00:00
ghen
03cf6f6c34 Grammar fixes + list postgresql as a possible data backend. 2006-11-10 11:36:32 +00:00
rillig
644593e5f4 Added CHECK_HEADERS_SKIP to make the package pass the test. 2006-11-10 08:10:23 +00:00
rillig
1f61f23e04 Added CHECK_HEADERS_SKIP to make the package pass the test. The postfix
configuration variables look exactly like the ones produced by the
configure scripts.

Added POSTFIX_QUEUE_DIR to BUILD_DEFS to make it visible why VARBASE can
be configured.
2006-11-10 08:08:55 +00:00
ghen
976dac1696 Fix typo. 2006-11-09 13:15:10 +00:00
ghen
ee81f46750 mail/clamav: rename VIRUSDBDIR to CLAMAV_DBDIR and make it user-settable.
Default value is kept but now set in mk/defaults/mk.conf.
2006-11-08 17:33:26 +00:00
ghen
47bdab4269 Update to dovecot-1.orc13. From the release announcement mail:
I'll just keep on making new releases now whenever something important
is fixed. Hopefully there shouldn't be many left anymore.

Most of the bugs fixed in this release were found by stress testing with
my imaptest tool (http://dovecot.org/tools/imaptest.c). If you're
interested in knowing how perfectly your Dovecot setup works (especially
if you're using NFS), you could try the tool yourself also.

I still see one crash with mmap_disable=yes, but it's pretty rare. Will
see if I get it fixed before v1.0, but it's not that important.

	+ deliver: If we're executing as a normal system user, get the HOME
	  environment from passwd if it's not set. This makes it possible to
	  run deliver from .forward.
	- Older compilers caused LDAP authentication to crash
	- Dying LDAP connections weren't handled exactly correctly in rc11,
	  although it seemed to work usually
	- Fixed crashes and memory leaks with AUTHENTICATE command
	- Fixed crashes and leaks with IMAP/POP3 proxying
	- maildir: Changing a mailbox while another process was saving a
	  message there at the same may have caused the changes to not be made
	  into the maildir, which could have caused other problems later..
2006-11-08 14:40:20 +00:00
ghen
ffc9f28e87 Update thunderbird and thunderbird-gtk1 to 1.5.0.8. Fixed in this version:
MFSA 2006-67 Running Script can be recompiled
MFSA 2006-66 RSA signature forgery (variant)
MFSA 2006-65 Crashes with evidence of memory corruption (rv:1.8.0.8)

For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.8.html
2006-11-08 13:15:40 +00:00
markd
210b4da79a Update to mimedefang 2.58
Changes since 2.57:
* Various minor bug-fixes, including a memory leak.

Changes since 2.56:
* Various minor bug-fixes
* New md-mx-ctrl hload command shows load over past 1, 4, 12 and 24 hours.
* New multiplexor scheduling algorithm tries to keep a given command on a
  given set of slaves.
2006-11-08 09:42:05 +00:00
kristerw
ba402a088d Add avenger. 2006-11-07 21:01:59 +00:00
tron
16f8bd119e Update "milter-greylist" package to version 3.0rc7.
Changes since version 3.0rc6:
- Fix crashes after dump reload.
- Fix DoS in MX sync protocol.
2006-11-07 13:49:37 +00:00
joerg
28d51a82dd DESTDIR support. 2006-11-07 09:27:11 +00:00
joerg
5a718e096e Explicitly annotate permissions of lockmail and maildrop, as they belong
to the courier group.

XXX Why doesn't lockmail have the default group?
2006-11-07 09:26:37 +00:00
schmonz
a5f6eaa59c Update to 4.6.5. From the changelog:
- disable debug logging message which would show up in messages if
  --trace was used and the message was passed through an external
  filter. Thanks: Christian Bruemmer.

- add additional sanity checks to ensure a recent-enough Python is
  used; trying to run getmail 4 with Python 2.2 would throw an
  exception. Thanks: fakhri ?.
2006-11-07 08:04:16 +00:00
schmonz
ba43d825b7 Update to 1.1.9 (approved by kim@). From the changelog:
* New feature courtesy of Mark Horn. ACTION_EXPIRED_DATED has been
  extended to support handling multiple ages of dated messages. So you
  could for example 'bounce' mail to dated addresses that have been
  expired for more than a week, 'hold' if longer than a month, and
  'drop' if over a year, while still setting the default behavior to
  'confirm'.  For more information and an illustrative example, see
  http://wiki.tmda.net/ConfigurationVariables#ACTION_EXPIRED_DATED

* TMDA's internal copy of the Python email package has been upgraded
  to v4.0.1.

* The bin/tmda-* programs have been revamped to use Python's new
  'optparse' library.

* TMDA can now optionally store unconfirmed messages in a "Maildir"
  rather than in TMDA's custom pending queue format.  This allows you
  to use any mail reading program that supports Maildir to browse or
  search your pending queue, rather than the 'tmda-pending' and
  'tmda-cgi' programs, though the latter will still work.

* tmda-filter has a new command-line option, '-e/--environ' which you
  can use to add a VAR=value pair to the environment.  One example use
  of this is to allow TMDA to be setup as a Postfix transport.
  Contributed by Bernard Johnson.

* tmda-filter will defer incoming deliveries if the sticky bit is set
  on your home directory (as determined by the $HOME variable).  This
  allows you to safely edit the contents of ~/.tmda/ on a live system
  if you need to.

* tmda-ofmipd now has "one-session" mode through the '--one-session'
  command-line option, courtesy of Stephen Warren.  This allows you to
  use xinetd or tcpserver, possibly in conjunction with stunnel, to
  spawn tmda-ofmipd, rather than having tmda-ofmipd bind to a port and
  accept connections on its own.

* The new 'dot-tmda' directory in contrib contains a working ~/.tmda/
  structure that can be used with only a few changes.  See the README
  in that directory for more info.  Not documented yet outside of the
  README, but this might help new TMDA users get started quicker.

* Some of the tmda-* programs will now run on native win32
  (tmda-address, tmda-check-address, tmda-pending, and tmda-keygen).

* tmda-ofmipd has a new option (--pure-proxy) that can proxy mail for
  non-TMDA users in addition to TMDA users.  This might be useful if
  you run a mixed environment, and want to use tmda-ofmipd for
  everyone.  See `tmda-ofmipd --help' for more on this option.

* New feature from David Bremner.  Add 'shell=' and 'python=' tag
  actions to the outgoing filter.  This allows you to add
  dynamic/shell escaped headers from the outgoing filter file.  For
  example usage, see the TMDA/Hashcash HOWTO I've prepared at
  http://wiki.tmda.net/TmdaHashCashHowto

* The template system has been reorganized to simplify things for
  users of multi-lingual templates among others.  See
  http://wiki.tmda.net/TemplateHowto and the UPGRADE notes below.

* Messages are now simply deleted from your pending queue once they
  are confirmed or released rather than being renamed with a '3,C' or
  '3,R' suffix.  This provides simpler, more intuitive behavior and
  decreased storage requirements.

* Fixed a bug in TMDAINJECT that caused Message-ID and Date headers to
  differ when sending to multiple recipients.

* Fixes to the tmda.spec file that should allow RPMs to be built with
  Python 2.3.x.

* Tilde expansion is now done automatically for variables in
  /etc/tmdarc and ~/.tmda/config, so you no longer have to use
  os.path.expanduser() to do this yourself.  e.g,

  TEMPLATE_DIR = "~/.tmda/templates"

  now ``just works''.

* New 'whitelist' behavior for tmda-pending and tmda-cgi, controlled
  by http://wiki.tmda.net/ConfigurationVariables#PENDING_WHITELIST_RELEASE

* A new 'pipe-headers' incoming filter file source.  Identical to
  'pipe' except that it only pipes the headers to the program, instead
  of the headers + body.  This should offer greater performance and
  reliability when processing the message body isn't required.

* A new feature to add Mail-Followup-To headers from tmda-sendmail or
  tmda-ofmipd to messages.  See
  http://wiki.tmda.net/ConfigurationVariables#MAIL_FOLLOWUP_TO
2006-11-07 07:42:09 +00:00
martti
217f675802 Updated mail/clamav to 0.88.6
- freshclam: apply timeout patch from Everton da Silva Marques
      <everton*lab.ipaccess.diveo.net.br> (new options: ConnectTimeout and
      ReceiveTimeout)
    - clamd: change stack size at the right place (closes bug#103)
      Patch from Jonathan Chen <jon+clamav*spock.org>
    - libclamav/petite.c: sanity check the number of rebuilt sections (speeds
      up handling of malformed files)
2006-11-07 07:09:06 +00:00
martti
a96bcae6be Updated mail/postfix-current to 2.4-20061019
20061017

	Cleanup: removed spurious warning when the cleanup server
	attempts to bounce mail with soft_bounce=yes. Problem
	reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c.

	Bugfix: null pointer bug when receiving a non-protocol
	response on a cached SMTP/LMTP connection.  Report by Brian
	Kantor.  Fix by Victor Duchovni.  File: smtp/smtp_reuse.c.
2006-11-07 07:08:51 +00:00
martti
1541f80482 Updated mail/postfix to 2.3.4
Postfix 2.3 Patch 04 fixes minor problems as detailed in the change
history below. The patch as well as complete source code tarballs
were uploaded last week to the mirrors listed at http://www.postfix.org/

20060831

	Bugfix (introduced with initial implementation): missing
	"dict_errno = 0" caused mis-leading error messages after
	non-error lookup failure.  Victor Duchovni.  File:
	util/dict_cidr.c.

	Robustness: the default TLS cipher lists were changed from
	!foo:ALL into ALL:!foo. Victor Duchovni.  Files:
	global/mail_params.h and documentation.

20060902

	Bugfix (introduced Postfix 2.3): the LMTP client stripped
	"inet": from the next-hop destination, but still used the
	complete next-hop from the delivery request. File:
	smtp/smtp_connect.c.

20060903

	Cleanup: record loop detection.  File: global/record.c.

20060929

	Workaround: AIX 5.[1-3] getaddrinfo() creates socket address
	structures with a non-zero port value. This breaks the
	smtp_bind_address etc. features, and breaks inet_interfaces
	settings with only one IP address.  Problem reported by
	Hamish Marson.  Files: util/sock_addr.[hc], util/myaddrinfo.c.

	Bugfix (introduced with the Postfix TLS patch): memory leak
	in verify_extract_peer(). The OpenSSL documentation provides
	no information on how subjectAltNames are managed.  Sam
	Rushing, ironport.  File: tls/tls_client.c.

	Bugfix (introduced with Postfix 2.2): smtp_generic_maps
	turned on MIME conversion. File: smtp/smtp_proto.c.

	Workaround: don't send SIZE information in the MAIL FROM
	command when message content will be subject to 8bit ->
	quoted-printable conversion.  File: smtp/smtp_proto.c.

20061002

	Compatibility: Sendmail now invokes the Milter connect
	action with the verified hostname instead of the name
	obtained with PTR lookup. File: smtpd/smtpd.c.

20061004

	Cleanup: force space between mailq queueid+status and file
	size items. File: showq/showq.c.

20061015

	Cleanup: convert the Milter {mail_addr} and {rcpt_addr}
	macro values to external form. File: smtpd/smtpd_milter.c.

	Cleanup: the Milter {mail_addr} and {rcpt_addr} macros are
	now available with non-SMTP mail. File: cleanup/cleanup_milter.c.

	Cleanup: convert addresses in Milter recipient add/delete
	requests to internal form.  File: cleanup/cleanup_milter.c.

	Cleanup: with non-SMTP mail, convert addresses in simulated
	MAIL FROM and RCPT TO events to external form.  File:
	cleanup/cleanup_milter.c.

20061017

	Cleanup: removed spurious warning when the cleanup server
	attempts to bounce mail with soft_bounce=yes. Problem
	reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c.

	Bugfix: null pointer bug when receiving a non-protocol
	response on a cached SMTP/LMTP connection.  Report by Brian
	Kantor.  Fix by Victor Duchovni.  File: smtp/smtp_reuse.c.
2006-11-07 07:08:25 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
ghen
ce0af3b0ce Update to dovecot 1.0rc12. 1.0rc11 didn't compile on FreeBSD and OpenBSD.
From the release announcement mail:

Since rc11 has problems compiling with BSDs, here's a new release. Just
two changes:

	- rc11 didn't compile with some compilers
	- default_mail_env fallbacking was broken with --exec-mail
2006-11-05 15:45:09 +00:00
ghen
aaa13769b0 Update to dovecot-1.0rc11. From the release announcement mail:
Hopefully the last RC release? As far as I know there are no major
problems left now. If nothing big shows up, v1.0 should be out in a
couple of weeks.

	* Renamed default_mail_env to mail_location. default_mail_env still
	  works for backwards compatibility.
	* deliver: When sending rejects, don't include Content-Type in the
	  rejected mail's headers.
	* LDAP changes:
            * If auth binds are used, bind back to the default dn before doing
	      a search. Otherwise it could fail if a user gave an invalid
	      password.
	    * Initial binding at connect is now done asynchronously.
	    * Use pass_attrs even with auth_bind=yes since it may contain
	      useful non-password fields.

	+ passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP
	  environments to the checkpassword binary so we're UCSPI (and vchkpw)
	  compatible.
	- mbox handling was a bit broken in rc10
	- Using Dovecot via inetd kept crashing dovecot master
	- deliver: Don't crash with -f "". Changed the default from envelope
	  to be "MAILER-DAEMON".
	- INBOX wasn't shown with LSUB command if only prefixed namespaces
	  were used.
	- passdb ldap: Reconnecting to LDAP server wasn't working with
	  auth binds.
	- passdb sql: Non-plaintext authentication didn't work
	- MySQL passdb ignored all non-password checks, such as allow_nets
	- trash plugin was broken
2006-11-04 21:44:03 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
tonio
fbeafb3c91 Make sure that a temporary has been opened with proper permissions.
Fixes the security problem reported in CVE-2006-5298.

Patch from tron@ for the mail/mutt package
2006-11-03 18:19:07 +00:00
obache
68bd8d7176 Update p5-Mail-ListDetector to 0.34.
Patch provided by Martin Wilke via PR 34365.
NOTE: p5-Test-Simple-[0-9]* already in perl base package, so delete dependency.

Changes:
0.32 30 Oct 2005
  - Add patch from Peter Oliver for some mailman lists

0.34 08 Apr 2006
  - Add patch for bare debug issue reported by Chip Salzenberg <chip@synthian.ath.cx>
2006-11-03 11:21:48 +00:00
obache
5b5e9f3e6c Fix problem that even if select gssapi option, configure detect but
isn't enabled.  Reported by Jukka Salmi by PR 34917.
2006-11-03 05:06:54 +00:00
joerg
f35a57b9d3 Don't mess with the share/doc/mutt/samples link in the
INSTALL/DEINSTALL scripts. Bump revision.
2006-11-02 07:52:50 +00:00
tron
3684190657 Make sure that a temporary has been opened with proper permissions.
That fixes the security problem reported in CVE-2006-5298.
2006-11-01 13:32:32 +00:00
xtraeme
45b6ca6bc2 Update to 2.3.0beta3:
* 2.3.0beta3 (development)

    * The vertical padding of the folder view was reduced.
    * The change between folders became faster at GTK+ 2.10.x.
    * The bug that the window was kept hidden from taskbar on popup with
      another process when the window was minimized to tray was fixed.
    * The text insertion by the action was fixed again.
    * The height of the statusbar was adjusted.
    * The padding of the folder view was reduced.
2006-10-29 18:22:49 +00:00
adrianp
aa7cb4435e Update to 1.1.1
Major changes compared to the Ingo H3 (1.1.1) version are:
* SECURITY: Escape folder names in procmail rules to prevent local code
  execution.
* Added parameter to enable or disable TLS in timsieved driver.
* Small bug fixes and improvements.
* New translations: Catalan, Slovenian.
* Updated translations: Brazilian Portuguese, Dutch, German, Italian,
  Spanish, Traditional Chinese.

The full list of changes (from version H3 (1.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.49&r2=1.55.2.59&ty=h
2006-10-29 08:22:02 +00:00
schwarz
2b8ae479b1 added support for IRIX 5 2006-10-28 15:17:17 +00:00
xtraeme
e5fcf30e24 Update to 1.8:
- Fix dumb bug with 'Action' config line
  - Added support for setting the REMOTE variable when an XFORWARD
    command is seen.
2006-10-27 17:37:18 +00:00
tron
3aa04fca37 Update "milter-greylist" package to version 3.0rc6.
Changes since version 3.0rc5:
- Check for -lc_r before others, for FreeBSD (AIDA Shinra)
- Fix configure for libspf2 (AIDA Shinra)
- Fix FreeBSD build (AIDA Shinra)
- Avoid buffer overflow in DNSRBL code (AIDA Shinra)
- Fix build problem with newer BerkeleyDB (AIDA Shinra)
- Check if -lbind requires -lpthread, for Linux
2006-10-27 13:24:11 +00:00
obache
5ea39f9ebf Update p5-Email-Abstract to 2.131.
Changes:
2.131    2006-08-22

  - pod tests

2.13     2006-07-24

  - test for and permit passing Email::Abstract objects to Email::Abstract
    class methods

2.12     2006-07-24

  - don't use MIME::Entity in test if it's not available

2.11     2006-07-22

  - better test planning

2.10     2006-07-21

  - add a new method to create wrapper objects
  - handle subclasses /properly/ (correct ISA order)
  - improved tests and test coverage
  - miscellaneous refactoring
  - update PEP URL
  - update documentation
2006-10-26 14:54:07 +00:00
obache
7295795a8b Update p5-Email-Valid to 0.176.
Patch provided by Martin Wilke via PR 34374.

Changes:
0.176   Thu Jul 27 2006
        further improve DNS stuff: try to make Net::DNS a prereq if we think
        we'll need it later

0.175   Sat Jun 24 2006
        attempt to improve nslookup-location on Cygwin

0.174   Fri Jun 17 2006
        added module required on Win32 (IO::CaptureOutput) to Makefile.PL

0.173   Fri Jun 17 2006
        update test to require same min. version of TLD.pm as code

0.172   Sat Jun 10 2006
        add pod tests

0.171   Sat Jun 10 2006
        fixed a problem with the test plan

0.170   Thu Jun  8 2006
        fix details on failures for mxcheck and tldcheck
        don't screw up addresses beginning with a dash
        try to work on win32 where forking open is busted (thanks Smylers)
        improve tests

0.16    Fri Jun  2 2006
        maintainership assumed by RJBS
        work with current, broken Net::Domain::TLD
        improve tests
2006-10-26 14:41:53 +00:00
obache
9c36105067 Update p5-Email-Simple to 1.995.
Changes:
1.995    2006-10-19
  - tentative refactoring of headers

1.992    2006-10-05

  - fix a number of bugs when setting multiple headers, which would often
    refuse to set more values than were currently present
  - added a test for prepending (rather than appending) headers; while E::S
    does not yet support this, the header behavior will be easier to replace in
    future versions, and this is a forward-looking test

1.990    2006-09-05

  - ->header('foo') returns false if there is no foo header (formerly '')
  - croak if an undef value is passed to new()

1.980    2006-08-17

  - fix _fold() to add a missing line ending [RT #20764] (Brian Cassidy)

1.970    2006-08-17

  - bring ->headers method into Email::Simple
  - ->header_names and ->header_pairs

1.96    2006-07-28

  - output headers in predictable order
  - give tests more meaningful names
  - improved test coverage

1.95    2006-07-21

  - update PEP url
  - reorganize dist

1.94    2006-07-03

  - Fix folding of long headers with \r as line ending (thanks Adam Worrall)
  - add tests for message with no body
2006-10-26 14:31:48 +00:00
obache
b8690ec1f3 Since 2.2.13, authorization module is selected at run-time,
so remove from configure argments.
Suggested by Jukka Salmi via PR 34916.
2006-10-26 01:10:35 +00:00
rillig
f0fffdff52 Imported avenger.
Mail Avenger is a highly-configurable, MTA-independent SMTP server
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification of
sender addresses through SMTP callbacks, SPF (sender policy framework)
as a general policy language, qmail-style control over both SMTP-level
behavior and local delivery of extension addresses, mail-bomb
protection, integration with kernel firewalls, and more.
2006-10-25 14:05:31 +00:00
cube
af14d61962 Remove the Ghostscript viewer plugin for Sylpheed-Claws. The author has
stopped working on Sylpheed-Claws and the plugin can't work with GTK+ 2 and
glib 2.
2006-10-24 10:47:16 +00:00
cube
e211cd5337 Remove the image-viewer plugin for sylpheed-claws. It's not needed
anymore.
2006-10-24 09:58:17 +00:00
jdolecek
e2cf0bb0e0 Update pear-Mail_Mime to 1.3.1.
1.3.1:
	o bug fix release

1.3.0
	o First (stable) release in over 2.5 years (!)
	o MANY bugfixes (see the bugtracker)
	o added a few tests
	o one small fix after RC1 (bug #3940)

Update provided in PR pkg/34644 by Martin Wilke
2006-10-23 20:17:16 +00:00
markd
dc9de7c78f thunderbird's ldap doesn't work talking to an ipv4 ldap server if
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is
the default on NetBSD.  Patch to use a v4 socket when talking to an ipv4
ldap server.  Fixes my PR 33511.
seamonkey/firefox/sunbird have the same code so make the same patch.
OKed ghen.  Bump PKGREVISION.
2006-10-23 10:49:34 +00:00
markd
8cc9097d10 Build the default set of extensions in thunderbird{,-gtk1}. Allows
GSSAPI authentication to work on NetBSD-current.  Fixes my PR 33512.
OKed by ghen.  Bump PKGREVISION.
2006-10-23 09:43:06 +00:00
rillig
ea701a6795 Fixed ownership of the installed files to allow installation as
unprivileged user. PKGREVISION++
2006-10-23 08:31:29 +00:00
rillig
29436688ce Fixed pkglint warnings and made the package work for unprivileged users. 2006-10-23 08:14:02 +00:00
rillig
a0aa4e0457 Fixed "test ==" and a pkglint warning. 2006-10-23 07:47:15 +00:00