mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
da681f5669
commit
9b42645206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258446
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user