diff options
author | dougb <dougb@FreeBSD.org> | 2010-07-30 04:34:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-07-30 04:34:04 +0800 |
commit | f12840dd77225268c77d7a2667f25e46ed1cbdb1 (patch) | |
tree | 91afc404034abefe318efdbba0b493791abd7d21 /mail | |
parent | 37333e024d7892eb6821cf17ed823bfd6af68651 (diff) | |
download | freebsd-ports-gnome-f12840dd77225268c77d7a2667f25e46ed1cbdb1.tar.gz freebsd-ports-gnome-f12840dd77225268c77d7a2667f25e46ed1cbdb1.tar.zst freebsd-ports-gnome-f12840dd77225268c77d7a2667f25e46ed1cbdb1.zip |
Update to version 1.8:
* Complete overhaul of ppf_mime. Determine the MIME message boundary
using more reliable (albeit more complex) means, and special case
a lot of client behavior to allow verification of a wider variety
of messages. For display, de-code more of the MIME en-coding so that
the messages are much more readable. Use the same tricks to display
decrypted messages in ppf_mime_decrypt.
These changes have several major benefits:
a. Support for PGP/MIME messages generated by well over a dozen MUAs.
b. Support for verifying signatures on attachments, and a clear
indication that attachments are signed (or not).
c. Greatly improved readability. With the exception of text coloring
(URLs, signatures, etc.), 8-bit characters, and some types of
messages sent with format=flowed, messages displayed by the filter
are identical to the display in Alpine.
* For ppf_{decrypt|encrypt|sign|verify} add 'clear' commands so that
nothing is left behind in the "user interface" area between scripts.
For _verify, add a message indicating that we are verifying, along
with a helpful hint about delays caused by auto-key-retrieve.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 8 | ||||
-rw-r--r-- | mail/pine-pgp-filters/distinfo | 12 |
2 files changed, 9 insertions, 11 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index b3a1b323036f..d0c45b30fbff 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -6,15 +6,13 @@ # PORTNAME= pine-pgp-filters -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= mail security -MASTER_SITES= http://dougbarton.us/PGP/ppf/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dougb +MASTER_SITES= http://dougbarton.us/PGP/ppf/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= DougB@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine LICENSE= BSD diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo index ce5665e582bc..19d1ad10c746 100644 --- a/mail/pine-pgp-filters/distinfo +++ b/mail/pine-pgp-filters/distinfo @@ -1,6 +1,6 @@ -MD5 (pine-pgp-filters-1.7.tar.gz) = 92db2ad37f888c1ec591500757f6fed8 -SHA256 (pine-pgp-filters-1.7.tar.gz) = 67dc5a877e9233c74e738ba90049bdc8ae3e635aed1637840853cd6804acaab1 -SIZE (pine-pgp-filters-1.7.tar.gz) = 10120 -MD5 (pine-pgp-filters-1.7.tar.gz.asc) = f26ba72786c8acb6a4ddce57b6e42d6a -SHA256 (pine-pgp-filters-1.7.tar.gz.asc) = f1ba004cf29954f36d9006b46eec6168e6cef54d4bf4f4e93271e4c337010b6a -SIZE (pine-pgp-filters-1.7.tar.gz.asc) = 488 +MD5 (pine-pgp-filters-1.8.tar.gz) = 0c7741229677bce5af3e3135a5c51bf1 +SHA256 (pine-pgp-filters-1.8.tar.gz) = 4967cc0bb6a3872e582f586c794ed952a126195cb8940035a0828dcd1f863b25 +SIZE (pine-pgp-filters-1.8.tar.gz) = 12059 +MD5 (pine-pgp-filters-1.8.tar.gz.asc) = 022f1c023272dad100d72310c60b2f27 +SHA256 (pine-pgp-filters-1.8.tar.gz.asc) = a8d2d6da9e049598fbe13f5d7ab7afe2b9b167b61336e20a4952499dc86efbd8 +SIZE (pine-pgp-filters-1.8.tar.gz.asc) = 488 |