Commit graph

1781 commits

Author SHA1 Message Date
wiz
0a8351ff09 Update to 1.11. Inspired by PR 18389 by URA Hiroshi.
Changes:
        o Added support for DB version 3.1.x.
2002-09-25 19:40:37 +00:00
wiz
ee6490f107 Update to 0.99.4.1, from PR 18285 by Todd Vierling.
Changes list not provided and not found.
2002-09-25 18:48:04 +00:00
jlam
d4bc5b1b4c buildlink1 -> buildlink2, and use faces instead of compface if it's
installed.
2002-09-24 21:58:43 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
wiz
503a43f468 Update to 0.5.9. Switch to buildlink2.
Changes:
This release adds two interoperability fixes and makes the code ISO C99
compliant.
2002-09-24 11:57:27 +00:00
jlam
0647e3c732 buildlink1 -> buildlink2 2002-09-23 21:01:43 +00:00
markd
645790f8b7 Add libmilter, mimedefang and sendmail811 2002-09-23 13:11:54 +00:00
markd
5be76ed084 Initial import of mimedefang-2.21
MIMEDefang is an e-mail filter program which works with Sendmail 8.12
and later.  MIMEDefang filters all e-mail messages sent via SMTP.
MIMEDefang splits multi-part MIME messages into their components and
potentially deletes or modifies the various parts.  It then
reassembles the parts back into an e-mail message and sends it on its
way.

MIMEDefang is written (mostly) in Perl, and the filter actions are
expressed in Perl.  This makes MIMEDefang highly flexible and
configurable.  As a simple example, you can delete all *.exe and *.com
files, convert all Word documents to HTML, and allow other attachments
through.

MIMEDefang uses the "milter" feature of Sendmail to "listen in" to
SMTP connections.  It runs a scan once for each message, not once for
each recipient (as simpler procmail-based systems do.)  Therefore, it
is more CPU-friendly than procmail-based systems.  In addition,
because MIMEDefang can participate in the SMTP connection, you can
bounce messages (something impossible to do with procmail-based
systems.)
2002-09-23 13:08:52 +00:00
markd
cc878eae0b Initial import of libmilter-8.12.6
The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.

libmilter provides the implementation of this API.
2002-09-23 13:03:31 +00:00
markd
6b3f43045b Update to sendmail-8.12.6
Large number of bug fixes and feature enhancements, especially Milter
(Mail Filter) support and by default installation of sendmail does not use
set-user-ID root anymore.
2002-09-23 12:56:57 +00:00
markd
aa92d20951 Reimport of current sendmail-8.11.6 package as mail/sendmail811. 2002-09-23 12:38:44 +00:00
cjep
9a8885a195 Add and enable libesmtp 2002-09-22 13:14:24 +00:00
cjep
fafa178d17 Initial import of libESMTP-1.0rc1 into the NetBSD packages collection
as mail/libesmtp.

Originally in PR#16146 from Alex Newman.

libESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA).

It may be used as part of a Mail User Agent (MUA) or another program that
needs to post electronic mail but where mail functionality is not
the program's primary purpose.
2002-09-22 13:01:24 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
204241bc9f buildlink1 -> buildlink2, and note conflict with compfaces. 2002-09-21 12:13:44 +00:00
jlam
8c3c851c1e buildlink1 -> buildlink2 2002-09-21 00:31:17 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
grant
1a32f410cb Use @PREFIX@, not "/usr/pkg" (which is obviously not right). 2002-09-20 01:38:38 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
jlam
e507190d0d When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
2002-09-18 21:15:07 +00:00
grant
339acc0fb3 ${PKG_PREFIX} -> ${PREFIX} 2002-09-18 16:15:50 +00:00
mjl
56afdfcf77 Update sylpheed to 0.8.3
* The state of compose window is now changed automatically when the
    account is selected.
  * The option to only mark message as read when opened in new window has
    been added.
  * The receive progress dialog now shows detailed information in the
    status list.
  * The receive progress dialog can be kept open.
  * The line-joining problem of auto-wrapping has been fixed.
  * IMAP and News cache files/directores are now correctly purged if
    they become unnecessary.
  * The wrong news article number calculation has been fixed.
  * The summary refresh problem has been fixed.
2002-09-17 23:35:15 +00:00
martti
3feeadeacc Updated squirrelmail to 1.2.8
* HTML cleanup on search and addressbook pages
* Fixes for multiple XXS exploits on the addressbook, search, help, and
  options pages
* more accurate error messages on failed login
* HTML table cleanup when viewing attachments
* fix for X-MSMail-Priority conflict bug #600369
* fix for multiple email addresses on the same message line
* fix for "." on a single line in a text attachment bug #598750
* Core code and plugins converted to work with register_globals Off
* fix for reply quoting on resumed drafts
* fix for fgets errors in file_prefs bug #578834
* fix for date format on calendar day view bug #582919
* fix for org. logo width/height values bug #572807
* fix for reading/writing ldap prefs with conf.pl bug #57595
* fix for 'fixed' font style in css bug #571463
* fix for attachments in safe mode bug #585340
* fix for forward attachment bug #585836
* fix for php warning when saving drafts bug #585012
* returned generic_header hook to page_header.php bug #554278
* fix for syntax error in darkness theme bug #576066
* fix for some attachments not being displayed bug #577052
* fix for matching uppercase headers on mailbox display bug #584082
* fix for folder names containing regex characters bug #574889, #578156
* fix for endless loop on raw binary data in email bug #547662
2002-09-16 10:07:39 +00:00
uebayasi
f666ae51e6 Use mk/emacs.mk. 2002-09-15 06:24:21 +00:00
taca
3de0ba1c05 Depends on cyrus-sasl with its version.
(Postfix's document claims it works with cyrus-sasl 1.5.5 at least.)
2002-09-11 15:50:58 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
manu
621a812fb5 The master site moved the archive in a subdirectory with the same name. Requesting
the archive was causing the server to tar.Z the direcctory on the fly, and we ended
up with an archive containing the source archive. This was blocked by the checksum.

Fixed the archive path.
2002-09-10 08:18:32 +00:00
jlam
9b1b4a1493 * buildlink1 --> buildlink2.
* Pass the LDFLAGS through to the build process so that the final binaries
  are built with the appropriate -Wl,-R flags.  This should fix pkg/18054.
* Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when
  installing poppassd.
2002-09-09 19:25:26 +00:00
wiz
45bacf7314 Add conflict with p5-Mail-SpamAssassin (for those who still have it installed). 2002-09-08 23:30:38 +00:00
rh
20a15f7e9a Fix db3 version check so that addressbook now finally works.
Bump PKGREVISION.
This closes PR pkg/18164 by Ales Krenek <ljocha@ics.muni.cz>
2002-09-05 23:25:27 +00:00
hubertf
24616a7a60 The SpamAssassin daemon (spamd) must be started with the -d
flag to really become a daemon, but that flag is missing in
        the provided rc.d script.

Patch by Urban Boquist <urban@boquist.net> in PR 18171
2002-09-05 09:03:33 +00:00
tron
67744deaf8 Remove work arround for bug in buildlink2 framework which was fixed
by Johnny Lam.
2002-09-04 12:48:36 +00:00
itojun
5cfac69d00 upgrade to 20020826 snapshot. repaint logic updates. "make USE_IDEA=yes"
will enable IDEA support.
2002-09-04 00:14:57 +00:00
tron
339778daac Add work arround for bug in buildlink2 framework described in PR pkg/18156. 2002-09-03 16:27:47 +00:00
wiz
4be9755b96 Remove non-standard mime-types file again.
Users are encouraged to copy it from the www/apache if needed.
Bump PKGREVISION.
Closes pkg/18101.
2002-09-03 14:33:47 +00:00
wiz
05b69d25bc Update to 20020102.
Changes: Bugfixes and license change.
2002-09-02 14:38:23 +00:00
schmonz
67c50710c1 Update to 0.61. From the changelog:
* New -A option for tmda-ofmipd to allow authentication against
  checkpassword compatible programs such as checkpassword-pam
  (http://checkpasswd-pam.sourceforge.net/).

* New -C option for tmda-ofmipd to set a limit on the number of
  simultaneous connections.  Default is 20.

* tmda-ofmipd general bugfixes and security improvements.

* New config variable, `X_TMDA_IN_SUBJECT' which turns on parsing of
  the Subject header for X-TMDA override actions.  See description in
  Defaults.py for more information.

* New config variable, `ADDED_HEADERS_SERVER' which allows you to add
  arbitrary headers to all server-sent (i.e, tmda-filter) messages.

* Josh Huber's tmda.el, an elisp module for integrating TMDA with Gnus
  and Message mode, has been added to the contrib directory.  This is
  super-cool, Jason sez check it out!

* Major improvements to the filter file language, courtesy of Tim,
  including:

   - The addition of "macro" definition and expansion.
   - The addition of variable interpolation.
   - A new argument, `-optional', for all rules that access files.
   - Support for nested filter files with the 'include' statement.

   For more information on these new features, see the updated TMDA
   Filter Specification (http://tmda.net/config-filter.html).

* Logging capability for client-side message (i.e, those sent with
  tmda-sendmail).  Set LOGFILE_OUTGOING in your config to enable this.

* New version of tmda.el.

* Fixed a bug which prevented the `from/to-mailman' filter sources
  from working.
2002-08-31 23:08:40 +00:00
mjl
327f4ae26f Update p5-MailTools to 1.49
- Mail::Mailer::_clean_up left an extra space behind each header line.
- Mail::Mailer::_clean_up trims folded headerlines on more than two lines.
- The fix for nested comments in Mail::Address's
  "Mark Overmeer <mailtools@overmeer.net> (mailtools maintainer)"
   was parsed into two separate objects
- Mail::Mailer::_cleanup_headers unfolds the header lines, but
  forgot to remove the indentation blanks
- Mail::Cap::new has two new options
- typo in Mail/Mailer/rfc822.pm
- Add Content-Disposition to the list of structured header fields
- Mail/Mailer/smtp.pm which enables the passing-on of args to Net::SMTP
2002-08-31 01:37:14 +00:00
abs
af036bcd9e Add REQUIRE: DAEMON to ensure starts at the right time.
Omission noted by wiz.
2002-08-30 11:17:10 +00:00
abs
09a910259e Updated spamassassin to 2.31nb1
Add rc.d/spamd (From norm at sandbox org uk)
2002-08-30 10:50:51 +00:00
bouyer
1c74cb48f3 Ops, DISTNAME is mailman-2.0.12 not 2.0.13. This is a leftover from my
attemps to upgrade it to 2.0.13.
2.0.13 is announced on the home page, but the distfile doesn't seem to
be available from ftp.gnu.org yet ...
2002-08-28 19:48:33 +00:00
jlam
bad74d9f38 buildlink1 -> buildlink2 2002-08-28 08:45:41 +00:00
hubertf
d7cbb07612 Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin. 2002-08-26 16:00:52 +00:00
hubertf
2c0cbb9af6 Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin. 2002-08-26 15:54:28 +00:00
mjl
8af5b227af Add dependency for correct version of gpgme, so that the privacy
managing stuff gets included.
2002-08-26 13:45:37 +00:00
mjl
a2796de28f Update to 0.8.2
* GnuPG improvements and fix
    o The line endings are canonicalized correctly before signing.

      WARNING: don't sign messages with Sylpheed prior to this version
               since they didn't fully conform RFC3156 and may cause
               incompatibility between other MUAs.

    o The feature to store passphrase in memory temporarily has been
      implemented.
    o The ascii-armored encryption and clear text signing has been
      implemented.
  * Line-wrapping improvements and fix
    o The cursor movement on auto-wrapping has been fixed.
    o Flickers on auto-wrapping has been repressed.
  * Socket I/O timeout has been implemented.
  * The '--attach' command line option has been implemented.
  * Automatic cache expiration for News has been implemented.
  * Time stamp has been added to the log messages.
  * Temporary files are created under ~/.sylpheed/tmp/.
  * The problem of folder and summary view refresh on incorporation has
    been fixed.
  * The correct FQDN will be returned to server.
  * Some major memory leaks have been fixed.
  * Some other bugs have been fixed.
2002-08-26 12:11:20 +00:00
jlam
3e59da7551 buildlink1 -> buildlink2. 2002-08-26 05:27:02 +00:00
jlam
e8fe902f1a Use buildlink2 instead of buildlink1. 2002-08-25 23:06:15 +00:00
hubertf
065db589cb spamassassin is already present as p5-Mail-SpamAssassin
(how obvious... NOT!)
2002-08-25 22:44:19 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00