non port: mail/pine-pgp-filters/distinfo |
Number of commits found: 12 |
Sunday, 20 Mar 2011
|
19:42 dougb
Join the party, remove MD5 from the last of my ports
|
Thursday, 29 Jul 2010
|
20:34 dougb
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.
|
Monday, 12 Apr 2010
|
01:16 dougb
Update to version 1.7, which has the following changes:
1. Use a more reliable method to find the signature and message parts
in the ppf_mime script.
2. Add support for the OpenPGP header in ppf_sign and ppf_encrypt, and
use the same method to sanitize the key ID as was already done for
the other headers.
For the port:
1. Update the URL to the web site
2. Switch to PLIST_FILES and PORTDOCS macros
|
Wednesday, 5 Dec 2007
|
19:57 dougb
Un-break packaging by making the GnuPG dependency explicit. My original
goal was to have this port be gpg-version-agnostic, but since there is
no gpg installed on the package builders, and the new configure script
in version 1.5 fails if it can't find one, package building was failing.
The solution is twofold, in the port test if gpg2 is already present,
and record a dependency on it if so. If not, depend on gpg 1.x, and
record that dependency. [1] Second, rev the configure script to look
for gpg2 first, and use that if its found. That will allow those that
install the port (or the software without the port) to prefer gpg2.
Other than the fix in the configure script there are no other changes
from version 1.5 to 1.6.
Submitted by: pav [1]
Approved by: portmgr (pav)
|
Saturday, 1 Dec 2007
|
22:01 dougb
Update to version 1.5. There are many changes to improve portability
to other platforms (notably to Linux) and several substantive changes:
Bug fixes
=========
1. Add error handling for failed TDIR creation in ppf_decrypt,
ppf_verify, and ppf_mime*.
2. Fix error handling in ppf_mime_decrypt.
Improvements
============
1. When displaying MIME messages after verification, substitute a space
for the MIME'ified =20 character at the end of a line, and substitute
an = sign for the MIME'ified =3D. This greatly improves readability
of the verified message.
2. Add a --- Status --- line for the beginning and end of the PGP
stuff which includes a timestamp to help avoid a socially engineered
message that includes the "good signature" output in the same format
as what we print.
Notes
=====
1. Support for other than GnuPG was dropped in this version, which I
don't think will actually affect anyone.
2. I did do a version 1.4, but it was a limited release.
See CHANGES for more information.
Approved by: portmgr (erwin)
|
Tuesday, 10 Oct 2006
|
04:21 dougb
Upgrade to version 1.3, which primarily enhances the capabilities of
the MIME scripts, and picks a few other nits.
|
Thursday, 24 Nov 2005
|
00:08 dougb
Add SHA256 checksums to my ports
|
Thursday, 28 Apr 2005
|
01:46 dougb
Upgrade to 1.2, which fixes the display problem introduced in a
prior version of Pine, adds script to decrypt MIME messages,
and automatically determines the right key to use for sign/encrypt.
|
Sunday, 14 Mar 2004
|
00:17 dougb
Now that the SIZE thing has stabilized, add it to the ports I maintain.
|
Sunday, 7 Sep 2003
|
00:04 dougb
Re-roll the distfile to include a minor documentation change.
Add security as a virtual category.
|
Saturday, 6 Sep 2003
|
23:39 dougb
Upgrade to version 1.1, which has infinitely better error handling.
All users of this package are encouraged to upgrade.
|
Wednesday, 22 Jan 2003
|
15:21 dougb
Re-creation of the Bourne Shell based pgp filters for Pine that used
to be part of the pine4 port. These have been updated to A) actually
work, and B) use gnupg if it's available.
|
Number of commits found: 12 |