]> Pileus Git - ~andy/fetchmail/log
~andy/fetchmail
18 years agoFix installation without Python. Sunil Shetye, reported by Peter Church.
Matthias Andree [Sat, 19 Nov 2005 12:39:14 +0000 (12:39 -0000)]
Fix installation without Python. Sunil Shetye, reported by Peter Church.

svn path=/trunk/; revision=4466

18 years agoUpdate sq/pl (Albanian/Polish) translations to 6.2.9-rc9.
Matthias Andree [Sat, 19 Nov 2005 03:03:56 +0000 (03:03 -0000)]
Update sq/pl (Albanian/Polish) translations to 6.2.9-rc9.

svn path=/trunk/; revision=4461

18 years agoPortability fix: Solaris' /bin/sh does not support if ! test ...,
Matthias Andree [Fri, 18 Nov 2005 01:08:40 +0000 (01:08 -0000)]
Portability fix: Solaris' /bin/sh does not support if ! test ...,
factor the ! negation into the test.

svn path=/trunk/; revision=4460

18 years agoSnapshot for 6.2.9-rc9.
Matthias Andree [Fri, 18 Nov 2005 00:40:32 +0000 (00:40 -0000)]
Snapshot for 6.2.9-rc9.

svn path=/trunk/; revision=4459

18 years agoWe may need a FAQ entry about safe procmail configuration.
Matthias Andree [Fri, 18 Nov 2005 00:39:26 +0000 (00:39 -0000)]
We may need a FAQ entry about safe procmail configuration.

svn path=/trunk/; revision=4458

18 years agoUpdate.
Matthias Andree [Thu, 17 Nov 2005 23:55:43 +0000 (23:55 -0000)]
Update.

svn path=/trunk/; revision=4457

18 years agoIn oversized warning messages, print the account name, too. Fixes Debian
Matthias Andree [Thu, 17 Nov 2005 23:55:23 +0000 (23:55 -0000)]
In oversized warning messages, print the account name, too. Fixes Debian
Bug#213299. Sunil Shetye.

svn path=/trunk/; revision=4456

18 years agoUpdate translation information, add names - credit where credit is due.
Matthias Andree [Thu, 17 Nov 2005 23:49:57 +0000 (23:49 -0000)]
Update translation information, add names - credit where credit is due.

svn path=/trunk/; revision=4455

18 years agoUpdate albanian translation to 6.2.9-rc8. Still lacks 21 messages,
Matthias Andree [Thu, 17 Nov 2005 23:26:33 +0000 (23:26 -0000)]
Update albanian translation to 6.2.9-rc8. Still lacks 21 messages,
but this is close enough to ship.

svn path=/trunk/; revision=4454

18 years agoDocument near the --ssl option that fetchmail may try TLS even if --ssl is not
Matthias Andree [Thu, 17 Nov 2005 23:21:38 +0000 (23:21 -0000)]
Document near the --ssl option that fetchmail may try TLS even if --ssl is not
enabled for the account, and point user to --sslproto. The --sslproto documen-
tation tells the user how to defeat the automatic TLS negotiation.

svn path=/trunk/; revision=4453

18 years agoMan page: Remove some procmail praises in --mda documentation,
Matthias Andree [Thu, 17 Nov 2005 11:36:19 +0000 (11:36 -0000)]
Man page: Remove some procmail praises in --mda documentation,
suggest  maildrop instead, warn of procmail fallthrough behavior.

Man page: Revise AUTHORS and SEE ALSO sections.

svn path=/trunk/; revision=4452

18 years agoUse more stringent check for untagged responses - we check that the start with "...
Matthias Andree [Thu, 17 Nov 2005 11:34:51 +0000 (11:34 -0000)]
Use more stringent check for untagged responses - we check that the start with "*" SPACE.

svn path=/trunk/; revision=4451

18 years agoUse more stringent check for untagged responses - we check that the start with "...
Matthias Andree [Thu, 17 Nov 2005 11:04:33 +0000 (11:04 -0000)]
Use more stringent check for untagged responses - we check that the start with "*" SPACE.

svn path=/trunk/; revision=4450

18 years agoAdd section DEBUGGING FETCHMAIL with information on segfaults and enabling coredumps.
Matthias Andree [Thu, 17 Nov 2005 10:46:34 +0000 (10:46 -0000)]
Add section DEBUGGING FETCHMAIL with information on segfaults and enabling coredumps.

svn path=/trunk/; revision=4449

18 years agoUpdate Polish translation to 6.2.9-rc8.
Matthias Andree [Wed, 16 Nov 2005 22:44:40 +0000 (22:44 -0000)]
Update Polish translation to 6.2.9-rc8.

svn path=/trunk/; revision=4448

18 years agoUpdate Russian translation to 6.2.9-rc8.
Matthias Andree [Wed, 16 Nov 2005 11:14:51 +0000 (11:14 -0000)]
Update Russian translation to 6.2.9-rc8.

svn path=/trunk/; revision=4447

18 years agoFix segfault when run control file ends with a backslash inside an
Matthias Andree [Wed, 16 Nov 2005 03:40:15 +0000 (03:40 -0000)]
Fix segfault when run control file ends with a backslash inside an
unterminated quoted string.
In quoted strings, support backslash as last character on a line to
join the following line to the current.

svn path=/trunk/; revision=4446

18 years agoClarify run-control file parser in respect of backslash escape sequences
Matthias Andree [Wed, 16 Nov 2005 02:58:56 +0000 (02:58 -0000)]
Clarify run-control file parser in respect of backslash escape sequences
(document differences from C programming language escapes) and quoted strings
(they will contain embedded CR or LF if the quoted string extends across two
or more lines).

svn path=/trunk/; revision=4445

18 years agodocument that passwords are length limited.
Matthias Andree [Mon, 14 Nov 2005 23:02:28 +0000 (23:02 -0000)]
document that passwords are length limited.

svn path=/trunk/; revision=4444

18 years agoSunil Shetye fixed these problems in a patch posted to fetchmail-devel:
Matthias Andree [Mon, 14 Nov 2005 22:54:51 +0000 (22:54 -0000)]
Sunil Shetye fixed these problems in a patch posted to fetchmail-devel:

1. parsed_host is not freed in some cases. This happens when the first
smtp server is down in this setup:

poll mailserver
    ...
    smtphost "smtpserver1" "smtpserver2"
    ...

2. parsed_host is being initialized for UNIX socket also. For UNIX
socket, parsed_host should be NULL.

3. If EHLO fails on a UNIX socket, it tries HELO on a network socket!

4. ctl->destaddr is allocated memory in two cases. This memory is
never freed.

5. ctl->destaddr was being assigned in a very convoluted manner.
Since, parsed_host is already set correctly now, it can be used
directly.

svn path=/trunk/; revision=4443

18 years agoUpdate --smtphost and --smtpaddress documentation. Patch by Sunil Shetye.
Matthias Andree [Mon, 14 Nov 2005 22:50:31 +0000 (22:50 -0000)]
Update --smtphost and --smtpaddress documentation. Patch by Sunil Shetye.

svn path=/trunk/; revision=4442

18 years agoPatch to make imap_trail actually work. Sunil Shetye.
Matthias Andree [Mon, 14 Nov 2005 22:40:56 +0000 (22:40 -0000)]
Patch to make imap_trail actually work. Sunil Shetye.

svn path=/trunk/; revision=4441

18 years agoThe default for --smtphost is now always "localhost" regardless of
Matthias Andree [Thu, 10 Nov 2005 10:26:29 +0000 (10:26 -0000)]
The default for --smtphost is now always "localhost" regardless of
authentication types and protocols, so as to simplify configurations for
workstations where the SMTP daemon only listens on the loopback
interface.  Sunil Shetye & Matthias Andree

svn path=/trunk/; revision=4410

18 years agoBump version again.
Matthias Andree [Thu, 10 Nov 2005 10:24:20 +0000 (10:24 -0000)]
Bump version again.

svn path=/trunk/; revision=4409

18 years agoSnapshot -rc8.
Matthias Andree [Thu, 10 Nov 2005 02:06:49 +0000 (02:06 -0000)]
Snapshot -rc8.

svn path=/trunk/; revision=4407

18 years agofix pluralization typo, news -> new
Matthias Andree [Thu, 10 Nov 2005 02:06:39 +0000 (02:06 -0000)]
fix pluralization typo, news -> new

svn path=/trunk/; revision=4406

18 years agoClarify that --loghost works only while detached; after report by Nico Golde.
Matthias Andree [Thu, 10 Nov 2005 02:02:10 +0000 (02:02 -0000)]
Clarify that --loghost works only while detached; after report by Nico Golde.

svn path=/trunk/; revision=4405

18 years agoUpdate.
Matthias Andree [Thu, 10 Nov 2005 01:50:42 +0000 (01:50 -0000)]
Update.

svn path=/trunk/; revision=4404

18 years agoMan page: update --smtphost documentation.
Matthias Andree [Thu, 10 Nov 2005 01:36:24 +0000 (01:36 -0000)]
Man page: update --smtphost documentation.

svn path=/trunk/; revision=4403

18 years agoUnbreak --smtphost default, reported and different patch suggested by
Matthias Andree [Thu, 10 Nov 2005 01:35:23 +0000 (01:35 -0000)]
Unbreak --smtphost default, reported and different patch suggested by
Sunil Shetye. Broken since r4382 v6.2.9-rc7.

svn path=/trunk/; revision=4402

18 years agoRevise some error messages so they are less confusing. Sunil Shetye.
Matthias Andree [Thu, 10 Nov 2005 01:20:42 +0000 (01:20 -0000)]
Revise some error messages so they are less confusing. Sunil Shetye.

svn path=/trunk/; revision=4401

18 years agoMark POP2 obsolete/legacy and to be removed from future version.
Matthias Andree [Thu, 10 Nov 2005 00:42:41 +0000 (00:42 -0000)]
Mark POP2 obsolete/legacy and to be removed from future version.

svn path=/trunk/; revision=4400

18 years agoFix Debian Bug#317761: when trying to send a bounce message, don't bail
Matthias Andree [Thu, 10 Nov 2005 00:41:29 +0000 (00:41 -0000)]
Fix Debian Bug#317761: when trying to send a bounce message, don't bail
out if we cannot qualify our own hostname, so we aren't losing the
bounce.  Instead, pass the buck on to the SMTP server and use our own
unqualified hostname.

svn path=/trunk/; revision=4399

18 years agoDocument host_fqdn() interface.
Matthias Andree [Thu, 10 Nov 2005 00:38:50 +0000 (00:38 -0000)]
Document host_fqdn() interface.

svn path=/trunk/; revision=4398

18 years agoBump version.
Matthias Andree [Wed, 9 Nov 2005 23:55:11 +0000 (23:55 -0000)]
Bump version.

svn path=/trunk/; revision=4397

18 years agoWhen eating message trailer, don't see any line containing "OK" as the
Matthias Andree [Wed, 9 Nov 2005 23:54:56 +0000 (23:54 -0000)]
When eating message trailer, don't see any line containing "OK" as the
end of the trailer, but wait for the proper tagged OK line. To work
around the qmail + Courier-IMAP problem in Debian Bug#338007.

svn path=/trunk/; revision=4396

18 years agoPass the tag to ->trail method.
Matthias Andree [Wed, 9 Nov 2005 23:54:12 +0000 (23:54 -0000)]
Pass the tag to ->trail method.

svn path=/trunk/; revision=4395

18 years agoChange method->trail prototype to allow passing a tag to expect.
Matthias Andree [Wed, 9 Nov 2005 23:53:34 +0000 (23:53 -0000)]
Change method->trail prototype to allow passing a tag to expect.

svn path=/trunk/; revision=4394

18 years agoUpdate translations to -rc7.
Matthias Andree [Thu, 3 Nov 2005 22:35:31 +0000 (22:35 -0000)]
Update translations to -rc7.

svn path=/trunk/; revision=4393

18 years agominor update.
Matthias Andree [Thu, 3 Nov 2005 22:34:39 +0000 (22:34 -0000)]
minor update.

svn path=/trunk/; revision=4392

18 years agoAdd README.packaging.
Matthias Andree [Thu, 3 Nov 2005 10:23:10 +0000 (10:23 -0000)]
Add README.packaging.

svn path=/trunk/; revision=4391

18 years agoSnapshot fetchmail 6.2.9-rc7.
Matthias Andree [Sun, 30 Oct 2005 23:01:49 +0000 (23:01 -0000)]
Snapshot fetchmail 6.2.9-rc7.

svn path=/trunk/; revision=4389

18 years agoUpdate.
Matthias Andree [Sun, 30 Oct 2005 23:00:31 +0000 (23:00 -0000)]
Update.

svn path=/trunk/; revision=4388

18 years agoUpdate.
Matthias Andree [Sun, 30 Oct 2005 22:53:41 +0000 (22:53 -0000)]
Update.

svn path=/trunk/; revision=4387

18 years agoIn options summary, move -P short option from long --port to long --service.
Matthias Andree [Sun, 30 Oct 2005 22:49:13 +0000 (22:49 -0000)]
In options summary, move -P short option from long --port to long --service.

svn path=/trunk/; revision=4386

18 years agoFix Debian Bug#241883, making global options more clear. Matt Swift, Matthias Andree.
Matthias Andree [Sun, 30 Oct 2005 22:47:46 +0000 (22:47 -0000)]
Fix Debian Bug#241883, making global options more clear. Matt Swift, Matthias Andree.

svn path=/trunk/; revision=4385

18 years agoIn usage message, move -P short option from long --port to long --service.
Matthias Andree [Sun, 30 Oct 2005 22:46:50 +0000 (22:46 -0000)]
In usage message, move -P short option from long --port to long --service.

svn path=/trunk/; revision=4384

18 years agoSet service properly after autoprobe succeeded. Debian Bug#320645.
Matthias Andree [Sun, 30 Oct 2005 21:48:17 +0000 (21:48 -0000)]
Set service properly after autoprobe succeeded. Debian Bug#320645.

svn path=/trunk/; revision=4383

18 years agoUse new host_fqdn() interface.
Matthias Andree [Sun, 30 Oct 2005 21:36:26 +0000 (21:36 -0000)]
Use new host_fqdn() interface.

svn path=/trunk/; revision=4382

18 years agoAdd parameter to host_fqdn() to state if the domain name is required, i. e.
Matthias Andree [Sun, 30 Oct 2005 21:27:25 +0000 (21:27 -0000)]
Add parameter to host_fqdn() to state if the domain name is required, i. e.
if fetchmail should exit if it cannot resolve (canonicalize) its own hostname.

svn path=/trunk/; revision=4381

18 years agoAdd pointers from bounce mail to BUGS section (requires localhost:25).
Matthias Andree [Sun, 30 Oct 2005 21:26:34 +0000 (21:26 -0000)]
Add pointers from bounce mail to BUGS section (requires localhost:25).

svn path=/trunk/; revision=4380

18 years agoFix false wordwrap in Kerberos 4/5 help message.
Matthias Andree [Sun, 30 Oct 2005 20:17:58 +0000 (20:17 -0000)]
Fix false wordwrap in Kerberos 4/5 help message.

svn path=/trunk/; revision=4379

18 years agoMan page: --sslfingerprint points user to x509(1ssl) and gives an example
Matthias Andree [Sun, 30 Oct 2005 20:09:57 +0000 (20:09 -0000)]
Man page: --sslfingerprint points user to x509(1ssl) and gives an example
how to use it. Debian Bug#213484, Eduard Bloch.

svn path=/trunk/; revision=4378

18 years agoDo not break some other process's lockfile in "-q" mode, but wait for
Matthias Andree [Sun, 30 Oct 2005 19:39:56 +0000 (19:39 -0000)]
Do not break some other process's lockfile in "-q" mode, but wait for
the other process's exit.

svn path=/trunk/; revision=4377

18 years agoOnly report 'removing stale lockfile' if it was actually removed.
Matthias Andree [Sun, 30 Oct 2005 19:36:47 +0000 (19:36 -0000)]
Only report 'removing stale lockfile' if it was actually removed.

svn path=/trunk/; revision=4376

18 years agoDetect error if lock file cannot be created.
Matthias Andree [Sun, 30 Oct 2005 18:35:09 +0000 (18:35 -0000)]
Detect error if lock file cannot be created.

svn path=/trunk/; revision=4375

18 years agoExit with error if the lock file cannot be read.
Matthias Andree [Sun, 30 Oct 2005 18:15:16 +0000 (18:15 -0000)]
Exit with error if the lock file cannot be read.

svn path=/trunk/; revision=4374

18 years agoBury on_exit() officially - hasn't worked since 6.0.0 or even longer.
Matthias Andree [Sun, 30 Oct 2005 18:11:15 +0000 (18:11 -0000)]
Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.

svn path=/trunk/; revision=4373

18 years ago- make fetchmail --silent --quit really silent, Debian Bug #229014 by
Matthias Andree [Sun, 30 Oct 2005 17:54:27 +0000 (17:54 -0000)]
- make fetchmail --silent --quit really silent, Debian Bug #229014 by
  Dr. Andreas Krüger.
- cleanup --quit handling again (so that --silent --quit just kills the
  existing daemon, rather than continue running), and document it more
  clearly.
- Print an error message if multiple "defaults" records are found in the
  configuration file.

svn path=/trunk/; revision=4372

18 years agoClean up SECURITY FIXES section.
Matthias Andree [Sat, 29 Oct 2005 14:03:35 +0000 (14:03 -0000)]
Clean up SECURITY FIXES section.

svn path=/trunk/; revision=4371

18 years agoBump version.
Matthias Andree [Sat, 29 Oct 2005 14:03:19 +0000 (14:03 -0000)]
Bump version.

svn path=/trunk/; revision=4370

18 years agoUpdate.
Matthias Andree [Sat, 29 Oct 2005 14:03:05 +0000 (14:03 -0000)]
Update.

svn path=/trunk/; revision=4369

18 years agoAdd support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, Debian...
Matthias Andree [Sat, 29 Oct 2005 14:02:22 +0000 (14:02 -0000)]
Add support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, Debian Bug#201113.

svn path=/trunk/; revision=4368

18 years agoUpdate.
Matthias Andree [Thu, 27 Oct 2005 08:15:47 +0000 (08:15 -0000)]
Update.

svn path=/trunk/; revision=4367

18 years agoVersion 1.01.
Matthias Andree [Fri, 21 Oct 2005 14:04:15 +0000 (14:04 -0000)]
Version 1.01.

svn path=/trunk/; revision=4366

18 years agofetchmailconf -h documents the fetchmailconf -h option.
Matthias Andree [Fri, 21 Oct 2005 13:58:29 +0000 (13:58 -0000)]
fetchmailconf -h documents the fetchmailconf -h option.
fetchmailconf -V now prints the fetchmailconf version.

svn path=/trunk/; revision=4365

18 years agosnapshot 6.2.9-rc6
Matthias Andree [Fri, 21 Oct 2005 12:04:56 +0000 (12:04 -0000)]
snapshot 6.2.9-rc6

svn path=/trunk/; revision=4363

18 years agoGlobal variable cleanup, to fix daemon mode reinitialization problems.
Matthias Andree [Fri, 21 Oct 2005 10:08:21 +0000 (10:08 -0000)]
Global variable cleanup, to fix daemon mode reinitialization problems.
Patch by Sunil Shetye.

svn path=/trunk/; revision=4362

18 years agoMention UTF-8, remove TAB.
Matthias Andree [Fri, 21 Oct 2005 09:18:24 +0000 (09:18 -0000)]
Mention UTF-8, remove TAB.

svn path=/trunk/; revision=4361

18 years agoProperly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miśkiewicz.
Matthias Andree [Fri, 21 Oct 2005 09:15:09 +0000 (09:15 -0000)]
Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miśkiewicz.

svn path=/trunk/; revision=4360

18 years agoUpdate to rc5
Matthias Andree [Mon, 3 Oct 2005 06:59:21 +0000 (06:59 -0000)]
Update to rc5

svn path=/trunk/; revision=4359

18 years agoupdate.
Matthias Andree [Sat, 1 Oct 2005 01:44:20 +0000 (01:44 -0000)]
update.

svn path=/trunk/; revision=4358

18 years agoUpdate to -rc5.
Matthias Andree [Sat, 1 Oct 2005 01:40:49 +0000 (01:40 -0000)]
Update to -rc5.

svn path=/trunk/; revision=4357

18 years agoAdd CVE Name.
Matthias Andree [Wed, 28 Sep 2005 22:00:44 +0000 (22:00 -0000)]
Add CVE Name.

svn path=/trunk/; revision=4356

18 years agoMinor updates after feedback from Rob.
Matthias Andree [Wed, 28 Sep 2005 12:36:42 +0000 (12:36 -0000)]
Minor updates after feedback from Rob.

svn path=/trunk/; revision=4355

18 years agoRevise Impact/Danger headers.
Matthias Andree [Wed, 28 Sep 2005 01:53:31 +0000 (01:53 -0000)]
Revise Impact/Danger headers.

svn path=/trunk/; revision=4354

18 years agoAdd new security announcement (fetchmailconf world-readable file).
Matthias Andree [Wed, 28 Sep 2005 01:51:12 +0000 (01:51 -0000)]
Add new security announcement (fetchmailconf world-readable file).

svn path=/trunk/; revision=4353

18 years agoPut self.service check back in that got removed, it's still needed.
Matthias Andree [Wed, 28 Sep 2005 01:17:49 +0000 (01:17 -0000)]
Put self.service check back in that got removed, it's still needed.

svn path=/trunk/; revision=4352

18 years agoSECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords
Matthias Andree [Wed, 28 Sep 2005 01:14:27 +0000 (01:14 -0000)]
SECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords
aren't exposed, and set umask 077 before opening the file to be extra
safe. Configuration files larger than the Python default write buffer
might otherwise be exposed to other users.
Fix: Don't crash on saving the configuration if protocol is "auto".
Fix: Split authlist button bar in two rows.
Change: The configuration file comment now contains the fetchmailconf
version.
Change: Bump version to 1.49.

svn path=/trunk/; revision=4351

18 years agoNote --syslog cosmetic bug (blank lines at high verbose level).
Matthias Andree [Tue, 27 Sep 2005 08:56:31 +0000 (08:56 -0000)]
Note --syslog cosmetic bug (blank lines at high verbose level).

svn path=/trunk/; revision=4350

18 years agoBump version to -rc6, we'll have one more release candidate.
Matthias Andree [Tue, 27 Sep 2005 07:41:43 +0000 (07:41 -0000)]
Bump version to -rc6, we'll have one more release candidate.

svn path=/trunk/; revision=4349

18 years agoAdd full address to Last-Translator and fix Language-Team:.
Matthias Andree [Tue, 27 Sep 2005 07:41:21 +0000 (07:41 -0000)]
Add full address to Last-Translator and fix Language-Team:.

svn path=/trunk/; revision=4348

18 years agoFix Language-Team:
Matthias Andree [Tue, 27 Sep 2005 07:40:38 +0000 (07:40 -0000)]
Fix Language-Team:

svn path=/trunk/; revision=4347

18 years agoUpdate.
Matthias Andree [Tue, 27 Sep 2005 07:40:25 +0000 (07:40 -0000)]
Update.

svn path=/trunk/; revision=4346

18 years agoMention MSN is only for POP3.
Matthias Andree [Tue, 27 Sep 2005 07:39:09 +0000 (07:39 -0000)]
Mention MSN is only for POP3.

svn path=/trunk/; revision=4345

18 years agoOffer authorization mode with NTLM/MSN added to expert users.
Matthias Andree [Tue, 27 Sep 2005 07:37:52 +0000 (07:37 -0000)]
Offer authorization mode with NTLM/MSN added to expert users.

svn path=/trunk/; revision=4344

18 years agoComplain in POP3 if NTLM/MSN auth is requested but not built in.
Matthias Andree [Mon, 26 Sep 2005 23:49:46 +0000 (23:49 -0000)]
Complain in POP3 if NTLM/MSN auth is requested but not built in.

svn path=/trunk/; revision=4343

18 years agoComplain in POP3 if NTLM/MSN auth is requested but not built in.
Matthias Andree [Mon, 26 Sep 2005 23:43:19 +0000 (23:43 -0000)]
Complain in POP3 if NTLM/MSN auth is requested but not built in.

svn path=/trunk/; revision=4342

18 years agoMissed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.
Matthias Andree [Mon, 26 Sep 2005 13:51:28 +0000 (13:51 -0000)]
Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.

svn path=/trunk/; revision=4341

18 years agoMissed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.
Matthias Andree [Mon, 26 Sep 2005 13:50:53 +0000 (13:50 -0000)]
Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.

svn path=/trunk/; revision=4340

18 years agoUpdate, fix typos.
Matthias Andree [Mon, 26 Sep 2005 08:56:40 +0000 (08:56 -0000)]
Update, fix typos.

svn path=/trunk/; revision=4339

18 years agoSnapshot 6.2.9-rc5.
Matthias Andree [Sun, 25 Sep 2005 22:47:33 +0000 (22:47 -0000)]
Snapshot 6.2.9-rc5.

svn path=/trunk/; revision=4337

18 years agoMention GNU gettext
Matthias Andree [Sun, 25 Sep 2005 22:47:15 +0000 (22:47 -0000)]
Mention GNU gettext

svn path=/trunk/; revision=4336

18 years agoRevise SSL dependency check: use LDFLAGS (to get -L options), detect error.
Matthias Andree [Sun, 25 Sep 2005 22:35:36 +0000 (22:35 -0000)]
Revise SSL dependency check: use LDFLAGS (to get -L options), detect error.

svn path=/trunk/; revision=4335

18 years agoUnbreak Solaris --disable-nls build, disable ghastly intl/gettext port hack.
Matthias Andree [Sun, 25 Sep 2005 22:26:13 +0000 (22:26 -0000)]
Unbreak Solaris --disable-nls build, disable ghastly intl/gettext port hack.

svn path=/trunk/; revision=4334

18 years agoFix typo.
Matthias Andree [Sun, 25 Sep 2005 12:57:30 +0000 (12:57 -0000)]
Fix typo.

svn path=/trunk/; revision=4333

18 years agoupdate
Matthias Andree [Sun, 25 Sep 2005 12:57:16 +0000 (12:57 -0000)]
update

svn path=/trunk/; revision=4332

18 years agoRevert accidental translatable string spacing changes made in r4321.
Matthias Andree [Sun, 25 Sep 2005 12:56:30 +0000 (12:56 -0000)]
Revert accidental translatable string spacing changes made in r4321.

svn path=/trunk/; revision=4331

18 years agoUpdate.
Matthias Andree [Sun, 25 Sep 2005 10:56:26 +0000 (10:56 -0000)]
Update.

svn path=/trunk/; revision=4330

18 years agoUpdate FreeBSD instructions.
Matthias Andree [Sun, 25 Sep 2005 10:55:52 +0000 (10:55 -0000)]
Update FreeBSD instructions.

svn path=/trunk/; revision=4329