diff options
author | abs <abs> | 2001-02-16 10:13:35 +0000 |
---|---|---|
committer | abs <abs> | 2001-02-16 10:13:35 +0000 |
commit | 5db79c0213fe1a423db126a2e6353ab233683f93 (patch) | |
tree | 8fe86d5ba2bb9d4960d415030f92dd7de5f6cad6 /editors/pico | |
parent | d1c4f219acd411e26f846e87cf0f66cd65607a3f (diff) | |
download | pkgsrc-5db79c0213fe1a423db126a2e6353ab233683f93.tar.gz |
pine updated to 4.33, and pico adjusted for new distfile
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
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 4 | ||||
-rw-r--r-- | editors/pico/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 9377b8b8470..d31e99170b1 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2000/11/09 03:34:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/16 10:13:35 abs Exp $ # -DISTNAME= pine4.30 +DISTNAME= pine4.33 PKGNAME= pico-3.8 CATEGORIES= editors MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ diff --git a/editors/pico/files/md5 b/editors/pico/files/md5 index 100e9db60cb..4d95e6012ac 100644 --- a/editors/pico/files/md5 +++ b/editors/pico/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 2000/11/09 03:34:14 hubertf Exp $ +$NetBSD: md5,v 1.13 2001/02/16 10:13:36 abs Exp $ -MD5 (pine4.30.tar.gz) = 21e16ae355a3c78cbe128876e3e65350 +MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c |