Commit graph

2205 commits

Author SHA1 Message Date
jtb
83eb62dcd0 Update to 7.16.
* New commands:
  + vm-visit-imap-folder
  + vm-visit-imap-folder-other-window
  + vm-visit-imap-folder-other-frame
  + vm-save-message-to-imap-folder
* New variables:
  + vm-imap-server-list
* vm-primary-inbox can now be a POP or IMAP mailbox specification.
* vm-mime-set-xxx-parameter: use the parameter name passed in
  instead of assuming the name is "charset".  The only calls to
  this function passed in "charset" as the name, so this bug
  wasn't affecting anything.
* vm-decode-mime-encoded-words: do charset conversion if needed.
  Forgot to add this back when vm-mime-charset-converter-alist
  was added.
* vm-send-mail-and-exit -> vm-mail-send-and-exit in vm-user-agent
  definition.
* vm-mail-send-and-exit: dropped first arg requirement since the
  argument isn't used anyway.
* compute POP cache filenames based on the POP mailbox spec with
  the access method as "pop" and the authentication method and
  port as asterisks.  This prevents visiting the wrong file if
  the user starts accessing a POP mailbox through a different
  port or using a different access or authentication method.
  Automatically migrate the old cache files to the new scheme as
  we go.
* fixed convert -page typos.
* vm-set-redistributed-flag: fourth arg of vm-set-xxx-flag
  call corrected to be vm-set-redistributed-flag instead of
  vm-set-forwarded-flag.
* IMAP BYE responses are always untagged; changed code to match.
2003-06-23 20:03:01 +00:00
jmc
bd2c2a258b Convert to depending on exim-user rather than installing the user pre-build
here.
2003-06-23 16:12:48 +00:00
jmc
fd3380b58c Add exim-user 2003-06-23 16:11:48 +00:00
jmc
6091044841 New meta-package for dealing with exim's pre-reqs
of needing a user
installed pre-build (as apposed to during the install).

This way proper dependencies can be done and allows for building of exim
as non-root.
2003-06-23 16:10:55 +00:00
salo
e6e0449767 Updated to version 0.99.10rc2.
From MAINTAINER, Tom Hensel.

Changes:

- Dovecot may now be compiled with Cyrus-SASL2, specify
  USE_SASL2=YES for this to happen.
- use generic USE_OPENLDAP instead of DOVECOT_USE_LDAP
- minor cleanups

0.99.10rc2:
===========
- Minor bugs corrected, one possible crash when using hardlinks
  for copying fixed.
- Minor fix for the 'linebreak-problem' - should be history now
  even on non-i386.
- PostgreSQL server will be reconnected on failure.

This will be a stable 0.99.10 release if no new bugs popup.
2003-06-23 15:06:10 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
jlam
eb217efc27 Add an example mailer.conf file to show how ssmtp can be used in place of
the system sendmail via mailwrapper.  Suggested by Julio Merino (thanks!).
2003-06-19 22:01:46 +00:00
jlam
3857254a1a Add and enable mail/ssmtp. 2003-06-19 20:39:58 +00:00
jlam
37b114ba72 Initial import of mail/ssmtp, an extremely simple MTA that forwards mail
to a mail hub.  Originally from pkgsrc-wip; created by Toru TAKAMIZU
<pkg at pop dot 707 dot to>.

A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no mail
spool to poke around in, and no daemons running in the background. Mail is
simply forwarded to the configured mailhost. Extremely easy configuration.

WARNING: the above is all it does; it does not receive mail, expand aliases
or manage a queue. That belongs on a mail hub with a system administrator.

This program is especially recommended for mutt users who send emails via
ISP's smtp server.
2003-06-19 20:39:09 +00:00
salo
b8e05810b4 Updated to version 0.99.10-test14 (0.99.10beta14 in pkgsrc).
From Tom Hensel via tech-pkg and private mail.

Changes:

- new MAINTAINER, Tom Hensel

0.99.10-test14:
===============
- IMAP over SSL works now without having to install (patched) OpenSSL from
  pkgsrc or patching dovecot itself.  For instance, OpenSSL gets initalized
  before chrooting so it can open /dev/urandom, even some possible crashes
  have been fixed.

- Many changes to the Maildir synchronization and expiration code, diffrent
  bugs and flaws are fixed. Improved indexing and hashing of Maildirs and
  mboxes.

- Changes to improve overall perfomance have been incorparated.

- The authorization daemon now supports the ANONYMOUS SASL mechanism,
  a few bugs were fixed.

- Many flaws and glitches are gone, please see dovecot's ChangeLog for
  a complete list of changes.
2003-06-19 16:11:11 +00:00
wiz
97b8722b4d regen for patch-af change 2003-06-19 08:29:37 +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
jmc
5c9b1be6c2 Make this work non-interactively by adding the user directly in pre-build.
Also set PKG_USERS so the package will note the userids for you when you
remove it.
2003-06-16 21:40:21 +00:00
jmc
8127ba8ce1 Oops. make sure the patch can actually apply 2003-06-16 16:57:02 +00:00
jmc
91387f952f Patch so this works correctly with db4 4.1 now 2003-06-16 16:54:03 +00:00
martti
49e5da662f Updated postfix to 2.0.12
- Stricter smtpd input checks rejected invalid addresses starting with @.

- Stricter postdrop input checks broke "sendmail -bs".

- New "postcat -q" (search the queue for the named file) support
  from snapshot release because I can no longer see people suffer.

- Allow <@site,@site:address> route addresses in SMTP commands.
  This address form was deprecated years ago.

- "sendmail -q<time>" without -bd option now exits immediately,
  instead of waiting for input and screwing up system boot sequences.

- The Postfix LMTP client used the wrong service name, causing
  trouble with SASL 2.1.13.

- Turned off non-blocking write to pipe because too many systems
  gave an unexpected write() result, causing partial delivery of
  messages to commands like procmail.
2003-06-16 08:29:22 +00:00
itojun
bb84020c08 upgrade to 20030616. MIME header decoding is more robuset against broken
encodings.
2003-06-16 04:55:26 +00:00
chris
25149c107d Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.
Only compile tested, sylpheed still runs with it enabled.

Patch supplied by tom (surname unknown)
2003-06-15 23:33:09 +00:00
abs
b7e4d4cfe3 if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh)
No change to non gcc3 compiled packages
2003-06-12 15:48:17 +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
b8737eca68 Bump PKGREVISION because of db4 shlib major bump. 2003-06-10 09:56:16 +00:00
kim
55ed9a1e65 Downgrade to 1.49 due to problems where sanitizer delivers empty messages. 2003-06-09 01:53:15 +00:00
grant
02f4f5f1b5 style: we use 2 spaces for indenting blocks.
s/echo/${ECHO}/
2003-06-08 20:26:33 +00:00
grant
c3dbb38848 drop some unneeded parens, whitespace 2003-06-08 20:14:28 +00:00
kim
90f4268899 Upgrade to 1.60:
Minor update to MIME type checking rules, to allow more legal MIME
    types.

    Made the multipart detection code less aggressive, in small text
    messages it would mistake common ascii-graphic signatures for message
    boundaries and mess up the parsing quite badly.

    Made the filename checker check ALL possible file names against
    each rule, instead of just checking the "default" one.  If
    feat_mime_files is set, then the default file-name for that mime
    type will be checked as well.  This is a major improvement to
    security, but requires that filename rules are ordered so that
    that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules.

    Made the sanitizer read /etc/mime.types (if it exists) to generate a
    more complete list of default filenames for unnamed parts.
2003-06-08 16:01:24 +00:00
heinz
8f07696ccf - include patch from SA CVS repository to fix a bug with 'spamassassin -r'
learning a message without Message-Id as ham (see bugzilla #2030)
- depend on p5-IO-Socket-SSL>=0.92 because of bugs in earlier versions
- bump revision
2003-06-08 01:11:37 +00:00
jmmv
965e8e57a5 Avoid hardcoding /usr/pkg in patch files.
Do the "dynamic" substitution in the pre-configure target instead of post-patch
so that patches can be generated properly after a "make patch".
2003-06-07 17:48:34 +00:00
jmmv
a556be5da7 Avoid hardcoding /usr/pkg in patch files (CFLAGS and LDFLAGS contain the
right flags, so there is no need to add -I and -L flags by hand).
Honour PKG_SYSCONFDIR.  Bump PKGREVISION to 2.
2003-06-07 17:39:15 +00:00
chris
380e4dc615 Update sylpheed to 0.9.2, from email on sylpheed list:
(Note: this includes the fix of a serious bug, so I'll recommend upgrading
       for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).)

Changes:

    * The bug that removed messages from server if "Don't receive"
      action is specified by the filter rule has been fixed.
    * The bug that caused abort when a button is double-clicked on some
      dialogs has been fixed.
    * A warning that was displayed when address book was empty has been
      fixed.
2003-06-06 07:03:51 +00:00
jmmv
8731c91251 Use MASTER_SITE_DEBIAN. 2003-06-05 17:20:26 +00:00
kim
72d67c55b0 Make this compile on NetBSD again. Fixes PR pkg/21757. 2003-06-02 17:44:13 +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
uebayasi
f05643ed74 Add & enable gnus. 2003-05-31 13:57:32 +00:00
uebayasi
027aa97cd2 Initial import of Gnus 5.10.2.
This is a stand-alone version of Gnus mail / news reader package
running on GNU Emacs.  This package is supposed to catch up to newer
versions of Gnus than found in GNU Emacs distributions.

Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.
2003-05-31 13:56:40 +00:00
jschauma
191dda8846 Update etach to 1.2.9. Changes since 1.2.6:
1.2.9

Documentation update.  (Note: Include the word "etach" somewhere in
the "Subject:" line of any email sent to the author or your message
may be discarded by the mail filter.)

1.2.8

Changed documentation strings to better conform to "Tips for
Documentation Strings" in GNU Emacs Lisp Reference Manual per
suggestion by rms.

1.2.7

Changed the detachment-default-directory portion of the mime-decode
algorithm to treat DOS/Windows drive letter prefixes (e.g., "C:") as
valid starts of absolute path names.  This addresses a couple of
Windows user requests.

Added user-customizable variable "etach-write-text-files."  This
addresses a user request.

Adapted the comment marks (semicolons) to convention.
2003-05-31 02:48:30 +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
chris
f7a74c945f Update sylpheed to 0.9.1, main changes are:
* The bug in handling folder names which include '+' in IMAP4
      modified UTF-7 conversion has been fixed.
    * The wrong parsing of message/rfc822 parts in multipart messages
      has been fixed.
    * Several bugs of auto signature replacement has been fixed.
    * A bug that didn't hide user string in the Action dialog has been
      fixed.
    * Socket I/O timeout interval is now configurable.
2003-05-30 09:07:20 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
martti
9e34f1669e Updated cyrus-imapd to 2.1.13
* New IPv6 patch

* Add maxfds= option in cyrus.conf
* "The shutdown() Patch"
* Now report both built-with and running-with OpenSSL versions
* Misc other small bugfixes
* Security Appraisers and Bynari review of the majority of the modules in imap/

Approved by chris.
2003-05-26 06:53:07 +00:00
martti
e5f286b074 Updated cyrus-imapd to 2.1.13
* New IPv6 patch

* Add maxfds= option in cyrus.conf
* "The shutdown() Patch"
* Now report both built-with and running-with OpenSSL versions
* Misc other small bugfixes
* Security Appraisers and Bynari review of the majority of the modules in imap/

Approved by chris.
2003-05-26 06:53:06 +00:00
chris
f473e88235 Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.
Fixes PR pkg/21579
2003-05-25 23:41:33 +00:00
taca
d9eb5e3fed Remove commented out PKGREVISION line. 2003-05-25 05:33:55 +00:00
taca
3cc4108bdc Update postfix to 2.0.10.
- Ugly but harmless warnings from nqmgr after "postsuper -r" to
  requeue files that already had some recipients delivered.

- The proxy_read_maps parameter did not recognize "," as separator.

- The local delibery agent now defers delivery after .forward etc.
  file read error.

- The message_size_limit was applied when running "newaliases",
  so that the result alias database could be truncated on systems
  with very small message size limits.

The official release changes for bugfixes and portability issues only.
2003-05-25 05:31:09 +00:00
taca
4e51459baa - Update MASTER_SITES and HOMEPAGE. 2003-05-24 00:57:04 +00:00
abs
9a5fcb0714 Update spamassassin to 2.55
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-22 11:41:02 +00:00
martti
327b109c4a Updated the IPv6 patch. IPv6 support is activated by setting
POSTFIX_USE_INET6=YES in /etc/mk.conf before building this package.
2003-05-21 09:24:00 +00:00
cjep
100eeeaa5e whitespace 2003-05-18 13:06:41 +00:00
cjep
d3d4ffacf6 delint 2003-05-18 11:42:06 +00:00
jtb
d90632c42b Update to 7.15
* Makefile: Use '>' instead of '>>' on first write to vm-autoload.el
  to truncate the file otherwise it will grow each time it is updated.
* vm-mime-attach-message: arrange for forwarded flag of each
  attached message to be set when the composition is sent.
* vm-decode-mime-encoded-words: do charset conversion if needed.
  Forgot to add this back when vm-mime-charset-converter-alist
  was added.
* when cropping images call 'convert' with -page to avoid having
  some kind of margin takcked on to the image.  The strange
  margin seems to be applied to GIFs but not JPGs.  No idea why.
* fixed some defcustom variable declarations.
* vm-mime-reader-map-save-file: return the file name to which the object
  was saved.
* vm-mime-burst-digest: remove blank lines at the beginning of
  message/rfc822 bodies in a multipart/digest object, since they
  most likely indicate an improperly packed digest rather than a
  message with no headers.
* vm-make-tempfile: use vm-octal to clarify file mode setting.
* vm-make-image-strips: when building the script for incremental
  display, don't quote the filenames.  DJGPP cmdproxy.exe doesn't
  interpret single quotes and using double quotes is pointless.
  VM's arguments to 'convert' don't need quoting anyway.
* use vm-pop-check-connection to check POP connections before
  trying to read data from them.  The checker will signal an
  error if the connection is closed or the process associated
  with the connection has exited.
* use vm-imap-check-connection to check IMAP connections before
  trying to read data from them, The checker will signal an error
  if the connection is closed or the process associated with the
  connection has exited.
2003-05-17 18:28:13 +00:00
itojun
6c5212f284 upgrade to 20030421. string manipulation audit and other small changes 2003-05-17 14:02:04 +00:00