diff options
author | tron <tron@pkgsrc.org> | 2003-09-12 13:53:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-12 13:53:47 +0000 |
commit | 5b1b249182cd4a037d6b02def0320ec6e8c4b51a (patch) | |
tree | 3e940681dd60632505af9b17be8ab486400c895a /mail/pine | |
parent | 41676943556c9bff72e94117f88e7a1a1d4b3106 (diff) | |
download | pkgsrc-5b1b249182cd4a037d6b02def0320ec6e8c4b51a.tar.gz |
Update "pine" package to version 4.58. Changes since version 4.56:
- 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
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 6 | ||||
-rw-r--r-- | mail/pine/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index b8f0082ed98..53b46f65f34 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2003/09/04 11:09:11 martti Exp $ +# $NetBSD: Makefile,v 1.76 2003/09/12 13:53:47 tron Exp $ -DISTNAME= pine4.56 -PKGNAME= pine-4.56 +DISTNAME= pine4.58 +PKGNAME= pine-4.58 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ diff --git a/mail/pine/distinfo b/mail/pine/distinfo index 3db92453b5f..2bdc32583ee 100644 --- a/mail/pine/distinfo +++ b/mail/pine/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/09/04 11:09:11 martti Exp $ +$NetBSD: distinfo,v 1.19 2003/09/12 13:53:47 tron Exp $ -SHA1 (pine4.56.tar.bz2) = 7623cdf1cbc300cffda9e358318aac7ddf39a226 -Size (pine4.56.tar.bz2) = 2830086 bytes +SHA1 (pine4.58.tar.bz2) = 5522426ef925813218ce1a3fbb939591778b59f1 +Size (pine4.58.tar.bz2) = 2837321 bytes SHA1 (patch-aa) = 800f84f3c868e6d17798e9f98d8151bb734143b6 SHA1 (patch-ab) = b430138b9388150aecafb131b00cc9911f8fb35d SHA1 (patch-ac) = 439207ab6edea4e3b6148ce777ed717e133565b5 |