diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-09 03:37:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-09 03:37:26 +0000 |
commit | 39c70fc4a86612f868dedb8d7c3e9530595ccb0f (patch) | |
tree | 8ed46948fccdb62d5be4590dc1baac7c2b49da53 /mail/pine/pkg | |
parent | d9b128539df12b3573949b57716455e2d9d77af5 (diff) | |
download | pkgsrc-39c70fc4a86612f868dedb8d7c3e9530595ccb0f.tar.gz |
Update to 4.30.
Fixes another security hole...
Full list of changes:
* Configuration flexibility
+ pine configurations can now be stored remotely on an imap
server for access from different locations without the need
to configure for each location.
+ configuration may be split into two parts: generic
configuration and exceptional, per-platform configuration.
+ signatures can now be stored remotely or as part of the
pinerc file
+ for configuration options which are lists, inheritance is
supported
* New security features
+ SSL support for Unix Pine (source code only)
+ SSL enhancements for PC-Pine
* Minor rule enhancements
+ status of a message (New, Deleted, etc.) can now be used as
criteria for pattern matching.
+ "move-only-if-not-deleted" option in filtering to lessen the
chance of messages being filtered more than once when running
multiple pine sessions.
+ ability to set arbitrary headers in roles.
+ news filtering made more efficient.
* Basic threaded sorting (Expanded functionality to be added in a
future version).
* Enhanced MAPI support for PC-Pine
* Various other new features and configuration options
+ alternate-compose-menu
+ by-replyto for saved-msg-name-rule
+ check-newmail-when-quitting
+ continue-tab-without-confirm
+ expose-hidden-config
+ expunge-only-manually
+ incoming-startup-rule additions
+ literal-signature
+ mark-for-cc
+ prefer-plain-text
+ pruning-rule, for monthly sent-mail renaming and deleting
+ quell-extra-post-prompt
+ hidden feature allow-changing-from defaults to on
* New command line options:
+ -p , pinerc can now refer to a remote mailbox which
contains the configuration file
+ -x , is how you override your default
pinerc settings with exceptions for a particular platform,
may be local or remote
+ -aux , allows you to tell
Pine the local directory to use for auxiliary files when
pinerc is remote (PC-Pine only)
+ -copy_pinerc and -copy_abook options
+ -v option
Bugs that have been addressed in this release include:
* Incoming mail with an extremely long From address can cause a
buffer overflow on the stack (security)
* X-Keywords crash for unix formatted mailboxes
* Composer word wrapping needlessly wraps words
* New messages appear in zoomed view
* "Bad msgno 0" filtering crash
* "+" during login doesn't always mean that SSL is being used
* news filtering refilters messages that had already been filtered
* Goto and Save can't access folders that are readable but not
listable
* Goto doesn't allow access of folders outside of a Collection List
* PC-Pine SSL functionality broken in Windows 2000/Millennium
* FromOrTo and To in index-format don't work for newsgroups
* Sorting by score doesn't always work
* Viewing of very large messages uses more memory than is need
* Loss of body for reply to multipart/signed mime messages
* Pine crashes when replying to or forwarding messages with certain
types of attachments
* Brackets are falsely recognized as url characters
* Crash when enclosing options in quotes for PC-Pine
* Newsgroup posting doesn't allow posting to additional news servers
Diffstat (limited to 'mail/pine/pkg')
-rw-r--r-- | mail/pine/pkg/PLIST | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/mail/pine/pkg/PLIST b/mail/pine/pkg/PLIST index 3953d2291dd..b530282388d 100644 --- a/mail/pine/pkg/PLIST +++ b/mail/pine/pkg/PLIST @@ -1,14 +1,24 @@ -@comment $NetBSD: PLIST,v 1.8 1999/11/11 17:40:18 tv Exp $ -bin/abookcpy -bin/pine +@comment $NetBSD: PLIST,v 1.9 2000/11/09 03:37:27 hubertf Exp $ bin/pgpdecode bin/pgpencrypt bin/pgpsign +bin/pine man/man1/pine.1 -share/doc/pine/tech-notes.txt +share/pine/tech-notes.txt +share/pine/contrib/krb5-setup +share/pine/contrib/ldap-setup +share/pine/contrib/utils/ansiprt.c +share/pine/contrib/utils/brk2pine.sh +share/pine/contrib/utils/mailtrfc.sh +share/pine/contrib/utils/pwd2pine +share/pine/contrib/utils/sendit.sh +share/pine/contrib/utils/sendtoall +share/pine/contrib/utils/txtcc.sh share/examples/pine/dot.pinerc.pgp share/examples/pine/pine.conf share/examples/pine/pine.conf.fixed @exec if [ ! -f %D/etc/pine.conf ]; then cp -p %D/share/examples/pine/pine.conf %D/etc/; fi -@dirrm share/doc/pine +@dirrm share/pine/contrib/utils +@dirrm share/pine/contrib +@dirrm share/pine @dirrm share/examples/pine |