summaryrefslogtreecommitdiff
path: root/mail/pine/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Update to 4.58nb2: make pine run properly on the DEC Alpha processor.hubertf1-2/+2
Patch submitted by Robert Pendell, shinji257@uplink.net.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-03Change maintainer to myself.kim1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-12Update "pine" package to version 4.58. Changes since version 4.56:tron1-3/+3
- Fixed crash when processing subjects containing "[Fwd: ...]" - Work around a problem with the Netscape Collabra NNTP server implementation of the OVER command - Try to correct for mail clients that wrongly use RFC 2047 instead of RFC 2231 to encode their attachment filename parameters, which confuses attachment saving and viewing of filenames of non-ASCII character sets. - Fixed potential security problems caused by maliciously-formed RFC 2231 attachment parameters - Index lines displayed incorrectly for messages with empty subject lines in threads - Command-line argument -create_lu was broken in versions 4.55 and 4.56 - Delivery Status Notifications were broken when attempting to do SMTP over TLS - Pine hangs when adding an Extra Header in rules with BdyText line at top of screen - Possible crash if quell-content-id feature is on and a message with more than one attachment is rejected by the SMTP server - When an attached filetype was set by matching the extension, the MIME charset wasn't being set - predict-nntp-server didn't preserve flagged options for nntp-server such as /ssl or /user - PC-Pine disconnected mailbox icon stays yellow even after reconnecting - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature
2003-09-04Make this compile on Linux systems without PAM.martti1-2/+2
2003-07-28Version 4.56 is a maintenance release with only a few new features.adam1-4/+3
Additions include: * enable-multiple-newsrcs makes Pine use a different newsrc file for each NNTP server * predict-nntp-server makes Pine use current NNTP server for posting * Now possible to set the outgoing NNTP server based on the Role being used * Option tab-checks-recent to have TAB display number of recent messages in a highlighted folder * For aggregate Saves there is now a default Save folder, which is derived from the first message being saved * If Unix Pine alternate compose editor returns nonzero, ask the user if they want to use the resulting file anyway * Environment variable, "h_news_config", default values supported * Missing arguments to -f or -F are prompted for * Some speedup to subscribe to news when the whole list of groups is not needed Bugs that have been addressed in this release include: * Mbox functionality was broken * Take to a Filter or other Rule crashed in 4.55 * Crash when Sorting on an IMAP server which does not have SORT extension and some other related mystery crashes * Features which were changed in Setup/Config and then backed out by answering "No" would sometimes stay changed until quitting Pine * After UnCut in composer headers leave the cursor positioned at the end of the uncut text instead of at the beginning or end of the line * When Unix Pine forwarded address book entries as a Vcard attachment it added extra carriage returns which caused problems * Full header prevented the ability to view the ATTACHMENT INDEX screen * In MIME Digests, Newsgroups, References, and other headers were ignored when viewing or replying to messages inside the digest * PC-Pine installer could possibly present incorrect information for the mail server login name * Roles with search criteria weren't being used when composing a new message * For attachments of type application/octet-stream, place precedence of a mailcap entry over the file's extension
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-02PKG_SYSCONFDIR already includes "etc". Ooops.jschauma1-2/+2
2003-06-28Make changes suggested by Jeremy C. Reed in PR pkg/21889:jschauma1-18/+20
- move parts of DESCR to MESSAGE - USE_PKGINSTALL - add ncurses-buildlink - on linux, link with -lncurses rather than -lcurses While there, shuffle some definitions around to match overall order.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-01-23Updated pine to 4.53martti1-3/+3
* If a Filter Rule which does not Delete or Move a message is followed by another Rule which does a Move or Delete, that second rule will be applied (if there is a match) even if the first rule also matched * Crash in address book select screen * Experimental method to reopen a newsgroup or POP folder to check for new messages with < command followed by > command. See the help text for "Mail-Check-Interval" for a short explanation. * Delete, Rename, and Shuffle broken in Incoming Folders * Role-based SMTP Server should not override administratively fixed SMTP Server * Html typed file with garbage contents can cause crash * Scramble-Message-Id drops first character of hostname * When alternate-editor is used to compose, assume charset should be that of user * Rare crash when new mail arrives with threading enabled * Threaded index lines displayed incorrectly with IMAP servers that do not support threading * View attachment command should not be available if Full Header mode is turned on * Duplicate printing of To and Cc lines when using "all-except" in viewer-hdrs * Justification of quoted paragraphs is not possible when forwarding a non-us-ascii message
2002-12-14Update "pine" package to version 4.51. A complete and extensive list of thetron1-6/+5
changes since version 4.44 is available here: http://www.washington.edu/pine/changes/4.44-to-4.50.html http://www.washington.edu/pine/changes/4.50-to-4.51.html Among the numerous bug fixes is a security fix for CAN-2002-1320. This fixes PR pkg/19239 by reed@reedmedia.net.
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf1-2/+2
to comprehend in the little time I have. Sorry.
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer1-3/+3
2002-10-08buildlink1 -> buildlink2jlam1-11/+14
2002-07-28Build on Darwin.schmonz1-1/+4
2002-07-18Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.abs1-4/+7
2002-06-21Fix on Linux (at least RedHat)abs1-1/+3
2002-01-13Update pine to 4.44. Changes:hubertf1-4/+3
Version 4.44 is a bug-fix release that addresses bugs found in the previous release. Bugs that have been addressed in this release include: * URL handler allows embedded commands
2002-01-06This requires pico>=4.2 now.kleink1-2/+2
2002-01-02Use "openssl" buildlink glue code instead of "USE_SSL" to avoid hiddentron1-4/+3
dependences on a NetBSD 1.5 release system with "openssl" package installed.
2002-01-02Update to 4.43nb1: install rpdump and rpload utilities, useful for remotehubertf1-2/+5
config/address book management.
2001-12-15Updated to 4.43. Changes since 4.40:martti1-4/+4
* Answered flag not set in some circumstances when replying * PC-Pine command line argument -passfile to change the name of the password file. This should be a fully-qualified filename. * Replying to a message may close the folder containing the message * Pine fails to compile in non-DEBUG mode. * PC-Pine crashes in some dialogs when run in Dialog Box mode. * Setup/Signature prefers literal-signature by default * Composer justify command handles nested quoting better * Increased efficiency for remote configurations (no temporary files) * New tokens SIZECOMMA (similar to 4.33 SIZE) and SIZENARROW for index-format * Select by size (thanks to Martin Gallwey) * New feature quell-content-id for working around Outlook XP problem * New PC-Pine feature quell-ssl-largeblocks for working around OS SSL-problems * Better color interoperability between PC-Pine and Unix Pine with 16-color xterm * New PC-Pine dialog to aid in locating configuration file if none found * Save from local folder to simple name in remote collection fails * Crash when selecting folders by Properties (Unseen...) in local collection * Crash when talking to POP3 servers which have the EXPIRE capability * Crash when talking to SMTP server which offers STARTTLS * Crash when accessing remote config if there is a TLS failure * Crash when index-format includes SCORE token, a score rule includes an AllText pattern, and the folder being scored is remote * Delivery Status Notification (DSN) broken * Editing reply-indent-string was broken when using Windows dialog boxes * Entire folder is re-filtered when Save is typed and save-will-advance is set
2001-11-27Mark scripts as executable - makes them runable out of the boxhubertf1-1/+2
2001-11-06* Set default debug level to 0 (it can still be turned on voluntarily)tv1-8/+7
* Don't use libtool; it's not necessary here (and increases compile time) * Obey ${CC} and ${CFLAGS}.
2001-10-26As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.kleink1-3/+3
2001-10-19DEPEND on pico >=4.1 not 4.0 nowabs1-2/+2
2001-10-11Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog)martti1-4/+4
2001-10-10Fixed dependency on picomartti1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-06Improve COMMENT - guess where pine got it's name from.hubertf1-2/+2
2001-06-04Add LICENSE=pine-license.jtb1-1/+3
2001-05-16Update DEPENDS on imap-uw to >=2000.0.3abs1-2/+2
Problem noted by Tom Spindler
2001-03-13Compile in LDAP-support for addressbook if PINE_USE_LDAP is set inhubertf1-3/+12
/etc/mk.conf. Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-16Fix pico refabs1-2/+2
2001-02-16pine updated to 4.33, and pico adjusted for new distfileabs1-3/+3
Patch supplied by martti.kuparinen@iki.fi in PR pkg/12222 Changes in 4.33 * NNTP authentication causes crash * Attachment viewing broken * Display-Filters and Url-Viewers with quoted arguments in config broken * Reverse sorting doesn't work correctly with filters * Some combinations of non-ascii characters in subject cause crash * Add version information to PC-Pine * Top line in news index was painted incorrectly at times * Crash caused by debugging when > 1K config lines are present * PC-Pine LDAP crash caused by using incorrect memory free routine * Save size check was disabled in multi append Changes in 4.32 * File attaching broken (double filename) in PC-Pine * Postponing loses second reply-to address * Obscure crash when sorting by Threads * Temporary file vulnerabilities * Crash when NNTP authentication aborted * Make /secure work again (broken in 4.30) * Setup printer list problems with $PRINTER * Recognize Re[arbitrary stuff]: reply syntax * Allow for attaching files on a Windows network drive Changes in 4.31 * Crashes when sorting by Threads * Text of last message could be invisible with header larger than 4096 bytes * Fixed a few buffer overflow possibilities * Many problems if compiled without -DDEBUG * Eliminated length restriction on address book comments * Couldn't expand collections when selecting if combined-folder-display set * List options set only in fixed config didn't work * Filtering based solely on scores didn't work * Filtering to non-existent folder didn't ask to create the folder * Save to default folder didn't work if the folder didn't already exist * Crash when using WhereIs in Setup/Kolor with color turned off * News collections would sometimes show up doubled until restarting * Crash when accepting default in shuffle folder list command * PC-Pine didn't always save window position * Last-folder-used rule didn't always save the name of first saved folder * Rule editor address selector should allow multiple addresses * Added Replicate command for Rules * News validation doesn't validate against multiple news servers * Reply to some text/html messages with attachments incorrectly set content-type to text/html * mail-directory setting in pine.conf doesn't work
2000-12-18As imap-uw was recently updated to provide SSL support, programs which linkjwise1-2/+3
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.hubertf1-9/+14
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.hubertf1-5/+15
Fixes security problem describe at http://www.securityfocus.com/advisories/2646
2000-02-09Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".tron1-2/+2
2000-01-04Make it compile on solaris.bouyer1-2/+7