summaryrefslogtreecommitdiff
path: root/mail/pine
AgeCommit message (Collapse)AuthorFilesLines
2000-12-18As imap-uw was recently updated to provide SSL support, programs which linkjwise4-13/+15
with libimapuw (at least on ELF) _need_ to explicitly bring in -lssl -lcrypto. In the future, when updating a package, _please_ check any packages which depend on that package to make sure they aren't broken by the change. It took a _long_ time to find out that pine was broken on this machine (a SparcClassic).
2000-11-09Update to 4.30.hubertf10-172/+79
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
2000-10-21rm -> ${RM}wiz1-2/+2
2000-09-19fix imap uw's exact pkg versionhubertf1-2/+2
2000-09-19This package now needs the imap-uw pkghubertf1-2/+3
2000-09-19Use IMAP c-client libs from imap-uw package.hubertf8-88/+121
Fixes security problem describe at http://www.securityfocus.com/advisories/2646
2000-05-02Fix the & expansion in the gecos field.kim2-1/+29
2000-02-09Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".tron1-2/+2
2000-01-04Make it compile on solaris.bouyer3-3/+55
1999-11-22Add "ftp.fu-berlin.de" to master site list.tron1-2/+3
1999-11-22Update to pine-4.21. Changes from pine-4.20:jwise2-6/+6
New in Pine Version is mainly intended to fix bugs introduced in previous versions. Bugs that have been addressed in this release include: * 'N' flag not preserved across sessions * 'N' flag not cleared when messages containing non-text pieces viewed * Sort failure using non-UW IMAP servers * Linux port: failure to recognize resized display * Problems with quoted /user= argument in smtp-server config * Transient (e.g., mistyped password) authentication failures not reported * Rare cases of deleted header lines reappearing after ^X in Composer * Customized headers Bcc, To, Cc and Lcc not shown when posting news * Problem with role pattern vs. color patterns in a file * Problem with color display vs. single line scrolling * Last line of one-page message not displayed in rare cases * Text in Reply/Forward of encapsulated multipart/alternative and signed missing * Failure to recognize list management headers in sorted folder * Attachments sometimes marked for deletion when scoring in use * Delayed notification of messages filtered from Inbox to current folder * WhereIs to start or end of Folder List screen didn't * PC-Pine crash selecting text from secondary window * PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR" General improvements include: * Filter performance and interface tuning: + User-Interface changes to avoid accidental deletion of mail + Action Folders local to PC-Pine no longer require double-backslashes + Improved expunge performance with filters enabled * NNTP performance improvements in MESSAGE INDEX screen * Role Command (#) improvements * Improved display of addresses containing comma in personal name * Numerous Text/HTML parser improvements * Continued help text improvements
1999-11-11Update Pico to 3.6, Pine to 4.20. Also move pine.conf and pine.conf.fixedtv8-54/+51
to .../share/examples/pine and copy pine.conf to .../etc only if it doesn't exist.
1999-07-09Add package patch checksum files.agc1-0/+9
1999-05-02Update Pico to 3.5 and Pine to 4.10.tv6-108/+6
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-10pkglint: add missing rcs ids.frueauf2-0/+4
1999-01-31Teach pine about $MAIL. It will be used if set, so the sysadmin/userexplorer1-0/+16
can override where mail is stored.
1998-11-16Try to get the "name=" field from Content-Type: if Content-Disposition:tv1-0/+32
exists but does not have a "filename=" field. Many broken mailers are now doing this with attachments.
1998-11-13Fix '-Dunix' lossage.tv1-0/+12
1998-11-13Update to 4.05 and re-enable on alpha. (The LP64 warnings are not good,tv6-69/+55
but the way they are used does work.)
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-10-04Back out previous, and nuke mail-directory default setting completely.tv1-2/+1
Pine's default mail directory has always been `mail' (no capital), and users who want this changed may do so manually.
1998-10-03Fix path of mail-directoryhubertf1-2/+2
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-12Never mind; I'm full of shit.cjs1-5/+0
1998-08-12Restore ALLOW_CHANGING_FROM. This option, if compiled in, can becjs1-0/+5
turned off in the pine global config file, but cannot be turned on if not compiled in. Of course, the `security' this provides is entirely phony, but those that feel more comfortable with it disabled can still do so with the binary pacakge.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc14-0/+32
1998-08-05Miscellaneous pine fixes forwarded to me by Matt Green.agc2-0/+50
1998-07-31Move pine.conf files to ${PREFIX}/etc.tv2-7/+7
1998-07-22Update Pico to 3.2 (without the lots of U's this time).tv2-6/+6
Update Pine to 4.02. Many bug fixes over 4.00.
1998-07-21Pine 4.01 is broken in several places too. Revert to 4.00.tv2-5/+5
1998-07-21Revert pico back to 3.0. Some bug in the updated libpico caused thosetv1-2/+2
nice strings of `U's at the beginning of the pine and pico commit messages. (None here, this time, I hope. :) The libpico API didn't change, so pine 4.01 can make use of libpico from Pico 3.0.
1998-07-21UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUpdate to 4.01. ↵tv2-6/+6
Many bug fixes over 4.00; no new features.
1998-07-19The passwd program is in /usr/bin, not /bin.tv3-4/+87
Re-add patch-tabkey, reengineered for Pine 4.00's mailcmd.c.
1998-07-19Compile and install the abookcpy program. (Perhaps c-client should betv4-3/+53
made into a shared library, too, if more pine subprograms appear.)
1998-07-19Update pine to 4.00. Get libpico by using the libpico installed by thetv19-513/+118
pico-3.0 pkg.
1998-06-18Allow the use of the tab key to peruse folders other than just thetv1-0/+73
incoming mailbox list.
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-3/+1
are unnecessary with automatic manual page handling.
1998-06-07Add CONFLICTS=pico-2.9.frueauf1-1/+3
1998-04-25Fix that pico-bug mentioned on bugtraq. (See this patchfile for thehubertf1-0/+33
original mail, with the fix' path edited to work for the NetBSD pkg system).
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-19Turn on ALLOW_CHANGING_FROM by default.cjs2-1/+10
1998-03-07Use INSTALL_*_DIR macros.hubertf1-3/+2
1998-02-12hm, some other fixes to fix improper use of ${INSTALL_PROGRAM}:tv1-5/+5
- use ${INSTALL_DATA} for libpico.a - use ${INSTALL_SCRIPT} for pgp* (otherwise it will try improperly stripping these and fail.)
1998-02-11user-supplied patches may modify `os-neb.h'; don't leave some oldtv1-3/+2
pre-patch `os-neb.h.orig' and sed-edit against that as it will trash the user patch. `cp -f' the real file and sed-edit that instead.
1998-01-24Don't compile in any debug code; reported by Soren S. Jorvang <soren@t.dk>.hubertf1-1/+1
1998-01-24portlint: uss macros for commands (cp, install, echo)hubertf1-19/+19