Commit graph

603 commits

Author SHA1 Message Date
wiz
9a4e61c15c Make it compile on 1.4Y+ even if ncurses are installed.
Pointed out by tron.
2000-06-09 14:58:30 +00:00
jlam
2ea4f72f97 USE_LIBTOOL instead of pkglibtool 2000-06-09 08:17:56 +00:00
wiz
cf804dd39c Use NetBSD's curses on 1.4Y+ instead of ncurses 2000-06-08 12:57:18 +00:00
jdolecek
a2d92aa4d3 This patch is no longer needed (has been integrated into elm).
Thanks to Thomas Klausner for pointing out
2000-06-08 11:25:05 +00:00
jdolecek
0a7e30a5ba Update to 2.4.ME+.78 + enable dotlocking besides fcntl-style locking, e)dit
disabled.

Many bugfixes, most notable changes
- some locale definitions/aliases added (from GNU locale), many other
  locale-related changes
- added facility to convert character set of incoming messages to display
  character set
- added facility to convert character set of new message to outgoing character
  set (text-charset)
- added support for pgp5 and gpg !
- POP mailboxes can be accessed via username@hostname folder name
- added U command - mark e-mail as unread
- security (no effect on NetBSD, since elm is not installed sgid/suid):
  reset egid on couple of places where it was not and should be
- elm.mimecharsets is generated by Configure in batch mode, so it's not needed
  to ship our own
- dropped remailer stuff and g/c memory modes stuff from Configure
- e-mail address/aliases handling changes
2000-06-04 16:28:21 +00:00
tron
eaedc05405 Patch from FreeBSD's ports collection to avoid "EUIDL" buffer overflows. 2000-06-03 20:30:26 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
itojun
0243a5a542 upgrade smtpfeed from 1.06 to 1.07.
--- recent changes from RELEASE.NOTES
1.07: May.29,2000
	smtp.c:
		false permanent errors (Connection timed out, which should be
		temporary failures) when SMTP connection (in processing) is
		timed-out.
		 reported by Jun-ichiro itojun Hagino <itojun@iijlab.net>

1.06: Apr.24,2000
	smtp.c, main.c, common.h:
		false permanent errors (No addresses) occur when DNS queries
		are timed-out.
		 reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2000-05-29 02:38:27 +00:00
wiz
016d2bf791 fix user handling for binary packages 2000-05-26 14:21:42 +00:00
agc
cc96437381 More changes for Solaris - make this compile on Solaris systems where
the BSD make program is called "bmake".
2000-05-24 09:15:57 +00:00
rh
76f6cdbe9e Update balsa to 0.8.0 (release). Changes are bugfixes, including checking
of unavailable POP3 servers, messages with long To: fields, and random
crashes on sending mail.
2000-05-22 09:04:53 +00:00
kim
8aa326d0b2 Fetchmail did not compile on i386 1.4Y with crypto-us. Made SSL optional. 2000-05-21 19:19:33 +00:00
kim
40d7c11f77 I don't see the lint libraries getting installed, and the linting
barfs on 1.4Y (at least), so don't lint at all.
2000-05-21 16:50:04 +00:00
kim
9a969d709c Tweak to match distribution. 2000-05-20 18:45:02 +00:00
kim
233c637b3f This is the version of the "& expansion in pw_gecos" fix that will be
in future versions of mutt.
2000-05-20 18:41:36 +00:00
kim
0800f709ae Make the SSL option work... 2000-05-20 18:39:45 +00:00
kim
f8ce8549c4 Make it possible to avoid SSL in mutt. 2000-05-20 17:39:20 +00:00
kim
10395d3d43 Expand & in pw_gecos. 2000-05-20 01:08:31 +00:00
jlam
70821386a8 Update imap-uw to 4.7c2.
The most notable user-visible change is the ability of the ipopd daemon to
forward requests to the imapd daemon, thus allowing POP2 and POP3 mail
clients to check IMAP mail.

Most notable operational changes from earlier versions:
 . New, faster mailbox update logic is now available for the unix driver
    on UNIX and Amiga.  The old way is still being done for MMDF and the
    unixnt driver on NT.
 . External file locking is now available via a setgid mail program named
    /etc/mlock (this is defined by LOCKPGM in the c-client Makefile).  If
    c-client is unable to create a <mailbox>.lock file in the directory
    by itself, it will try to call mlock to do it.  A sample mlock program
    is part of the imap-utils.  This is primarily for the benefit of those
    paranoid souls who have their mail spool directories protected 775
    instead of the recommended 1777.
 . SASL authentication is supported in the IMAP and POP3 servers, and in
    the IMAP, POP3, and SMTP client code.  There is no support for NNTP
    SASL yet
 . CRAM-MD5 is supported by default for IMAP and POP3 clients.  To enable
    server support, read file imap-4.7/docs/md5.txt
 . The mbox driver is now enabled by default.  If the file "mbox" exists on
    the user's home directory and is in UNIX mailbox format, then when INBOX
    is opened this file will be selected as INBOX instead of the mail spool
    file.  Messages will be automatically transferred from the mail spool file
    into the mbox file
   To disable this behavior, delete "mbox" from the EXTRADRIVERS list in the
    top-level Makefile and rebuild
 . IMAP4rev1 protocol is now supported.  The UNIX format support now maintains
    unique identifiers (UIDs) and keyword flags for each message, and keeps an
    invisible message at the start of the file which contains the UID base
    information and a list of assigned keywords.  There is no way to disable
    this behavior, since it would disable IMAP4rev1 support.  This message may
    show up if you access the mailbox as a file using older mail software (e.g.
    Pine 3.9x).  It is invisible with IMAP or POP access, or with access as a
    file using Pine 4.0x.
 . Support for additional mailbox formats
 . No longer keeps entire mailbox in memory for UNIX format files
 . Multilingual searching of the following charsets are supported:
	US-ASCII, UTF-8, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4,
	ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9,
	ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
	KOI8-R, KOI8-U (alias KOI8-RU), TIS-620, VISCII,
	ISO-2022-JP, ISO-2022-KR, ISO-2022-CN, ISO-2022-JP-1, ISO-2022-JP-2,
	GB2312 (alias CN-GB), CN-GB-12345, BIG5 (alias CN-BIG5),
	EUC-JP, EUC-KR, Shift_JIS
   All ISO-2022-?? charsets are treated identically, and support ASCII,
    JIS Roman, hankaku katakana, ISO-8859-[1 - 10], TIS, GB 2312, JIS X 0208,
    JIS X 0212, KSC 5601, and planes 1 and 2 of CNS 11643.
   EUC-JP includes support for JIS X 0212 and hankaku katakana
 . Fast sorting including IMAP server-based sort
 . Fast ordered-subject threading including IMAP server-based threading
2000-05-19 03:58:55 +00:00
tron
bc2b74d26a Correct "RESTRICTED" entry. 2000-05-13 07:03:38 +00:00
tron
363da82800 Enable IMAP over SSL support. 2000-05-13 07:00:31 +00:00
pooka
c292b6f4c0 Don't build mutt-current 2000-05-09 22:24:18 +00:00
pooka
44bd0d4ca5 Disable mutt-current for the moment, it has developed into a stable
release.
2000-05-09 22:23:27 +00:00
tron
0dfb2cc3c9 Update "mutt" package to version 1.2i - there is not crippled version any
more. Change since version 1.0.1i:
- heavily improved IMAP support (thanks to Brandon Long
  and Brendan Cully for their work),
- support for using IMAP over SSL (thanks to Tommi
  Kommulainen),
- a completely changed interface for configuring mutt's
  PGP support.  It's now format-based, and much more
  flexible than it used to be in the past.
- a split of the old edit-message command into
  resend-message and edit-message.  While the former gives
  you what could be described as "recall from arbitrary
  folders", the latter can be used to low-level modify
  messages.
- the weeding paradigma has changed.  Instead of options
  controlling weeding behaviour for all kinds of purposes,
  there is one global $weed option which is toggled when
  you use what used to be known as display-headers (now
  display-toggle-weed).  That is, you have some kind of
  "WYSIWYG" support with weeding.
- we have a muttrc (5) manual page now, and it's even
  up-to-date.
- you can better control your messages' header and
  envelope from headers
- the message commands on the attachment menu have been
  rewritten.  Just try replying to an attachment, and
  you'll see what happens. ;-)
- mailing list support has changed.  You may wish to
  rename your "lists" commands to "subscribe".  But please
  read README.UPGRADE before!
- Bug fixes of all sorts.
2000-05-09 18:09:06 +00:00
itojun
e95b1dd3f1 upgrade to 1.06.
no changelog available in the tar.gz file.  IIRC, the change was
about MX search order.
2000-05-05 18:37:57 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
kim
dcb4b2383d Fix the & expansion in the gecos field. 2000-05-02 17:29:32 +00:00
kim
c30f967a07 Fix the & expansion in the gecos field. 2000-05-02 17:11:49 +00:00
tron
ac73912237 Mark package as restricted now that "openssl" is used to provide
secure POP3 and IMAP.
2000-05-02 08:15:01 +00:00
kim
1355557ca2 Yeah, and do this... 2000-04-27 01:16:00 +00:00
kim
0edaa1e40f Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)
and Variable Envelope Return Paths (POSTFIX_VERP).  Handle MANINSTALL using
separate PLIST.{catinstall,maninstall} files.  Record the setting of all 3.
2000-04-27 01:05:06 +00:00
tron
7c424ae5f6 Add suport for IMAP and POP3 via SSL. 2000-04-26 22:10:47 +00:00
rh
fcca71131b Update balsa to 0.8.0p1. Changes are tons of bug fixes, usable IMAP
support, and a manpage.
2000-04-25 07:07:28 +00:00
itojun
ee36cd1c9e integrate temporary fix against long-line attack, from FreeBSD ports-current
(committed Apr 17 by ache@freebsd.org).

addresses problem outlined in this bugtraq article:
http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-04-15&msg=9763.000421@SECURITY.NNOV.RU
2000-04-24 11:04:17 +00:00
itojun
533d7d28a8 upgrade to 5.3.8.
--- changes since 5.3.4
* Fixed brown-paper-bag bugs involving rcfile name initialization.
* In fetchmailconf, don't permit editing of a blank server entry.
* Updated and corrected version of contrib/domino.
* Galician translation added, courtesy of Jesus Bravo Alvarez <jba@pobox.com>.
* Spanish translation updated, courtesy of Javier Kohen.
* Removed an unnecessary Kereberos check that seemed to be causing lossage.
* FETCHMAILHOME environment variable introduced to optionally override the
  normal $HOME location of fetchmail's rc, id, and pid files.
* Fixed a bug in the SEARCH UNSEEN code that resulted in only half the
  available messages getting fetched each run.
* Autoprobe now recognizes Domino IMAP servers and warns the user.
* Add a needed pclose(3) call in interface.c (thank Matthias Andree).
* In IMAP, use SEARCH UNSEEN instead of flag queries to count and identify
  unseen messages (thanks to Alexis Lê-Quôc <alq666@hotmail.com>).
* Added contrib/domino, a workaround for the Domino attachment problem.
* Added contrib/toprocmail, which demonstrates how a plugin can
  display selected mail headers.
* French internationalization update from Guy Brand.
* IMAP PREAUTH fix from Todd Sabin <tas@webspan.net>.
* Fetchmail now runs on BeOS, thanks to David Reid <david@jetnet.co.uk>.
* Back out the InterChange workaround, it breaks operation with M$ Exchange.
* Update for cs.po from Jiri Pavlovsky.
* Prevent spurious hostname matches in fetchmailconf.
* Ultrix 4.5 port patches from Simon Burge <simonb@thistledown.com.au>.
* Add bug warning to FAQ about Lotus Domino.
* Suppress monitor check just after being woken by signal.
2000-04-24 04:32:48 +00:00
itojun
3d07a15c6b upgrade to use version 1.05 of master distribution.
key changes in 1.02 -> 1.05:
- portability fixes
- cope with corrupted DNS configuration, where A/AAAA for MX is not found
2000-04-15 13:58:26 +00:00
simonb
6d67c9b49a Upgrade nmh to 1.0.4. Fixes problems discussed in PR pkg/9695 (Eric sent
his problem report to the nmh people as well).

Adjust home page as per Eric's PR pkg/9695 as well.

Many changes since 1.0.3.  The most important ones are:

 + Eric's shell quoting problems displaying MIME content.
 + Fix coredump in packf.
 + Folder creation permissions bug (mentioned by Sean Matheis on
   netbsd-users@netbsd.org).
 + mmdf mailbox processing errors.

Full list if changes is in the ChangeLog file.
2000-04-15 07:56:15 +00:00
groo
0a1069ec9e Fix my braino which built on previous braino. We are *not* interested in
testing the *output* of ${GROUP_CMD} or ${USER_CMD}, merely the exit status.
2000-04-12 03:39:43 +00:00
groo
8089b3add5 add and enable drac 2000-04-11 23:42:16 +00:00
groo
c9e071e3eb DRAC is a daemon that dynamically updates a relay authorization map for
sendmail. It provides a way to allow legitimate users to relay mail through an
SMTP server, while still preventing others from using it as a spam relay.
User's IP addresses are added to the map immediately after they have
authenticated to the POP or IMAP server. By default, map entries expire after
30 minutes, but can be renewed by additional authentication. Periodically
checking mail on a POP server is sufficient to do this. The POP and SMTP
servers can be on different hosts.
2000-04-11 23:39:29 +00:00
simonb
692941ba2f Make a link from ${PREFIX}/libexec/imapd to ${PREFIX}/sbin/rimapd,
to support imap access via {r,s}sh.
2000-04-10 03:21:02 +00:00
bad
e049a807c2 Some more changes besides the update to which Simon beat me:
Create the /var/spool/postfix on install so that "postfix check" can
create the directories below it.
Create /etc/postfix/postfix-scrip on "make install".
Make the library Makefiles DTRT on systems that don't understand MKXXX=no.
Remover owner write permission from "maildrop" binary.
Adjust offsets in a couple of patches.
2000-04-10 00:19:15 +00:00
simonb
939505b567 Update Postfix to 19991231-pl06.
Addresses PR pkg/9844 from Oleg Polyanski.
2000-04-09 08:10:19 +00:00
bad
42ff650021 Add the patch-sum file. 2000-04-08 23:18:07 +00:00
bad
53b755cae3 Get rid of the MANINSTALL and MANZ nonsense in the software's Makefile. 2000-04-08 23:17:11 +00:00
itojun
f9f0213194 master site changed (rblcheck.sourceforge.net) 2000-04-08 05:59:41 +00:00
itojun
0d5aab94c7 add comment about dependency to sendmail 2000-04-05 16:18:33 +00:00
groo
fd70dc86b7 negate group and user existence test 2000-04-04 18:57:33 +00:00
wiz
621d0db2d2 correct user addition handling, patch slightly differently. 2000-04-03 02:12:27 +00:00
wiz
b87760aed3 add and enable popa3d 2000-04-02 01:33:06 +00:00