summaryrefslogtreecommitdiff
path: root/mail/pine-pgp-filters
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-10-02Requires gpg. Bump revision.joerg1-1/+4
2008-06-12Update mail/pine-pgp-filters and fix a DESTDIR issue.abs7-101/+38
Three pkgsrc patches integrated, plus changes since 1.1: ----- November 2007 - Version 1.6 released ----- 1. Check for gpg2 first, and prefer it if available. ----- November 2007 - Version 1.5 released ----- 3. 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. 2. Make sure that all --- Status --- messages are 76 characters long. 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. ----- July - October 2007 - Version 1.4 developed, not released ----- NB: Support for older versions of pgp, and PGP from PGP Inc. has been dropped in this version. GnuPG is now a requirement. This is in line with the requirements for other PGP addons such as enigmail for Thunderbird. Benjamin R. Haskell, pine-pgp ~ benizi.com was instrumental in helping to suggest methods for and test the results of changes 1-5 in this version. Thanks! 6. Fix error handling in ppf_mime_decrypt, and make use of the $cfile variable instead of guessing which file has the message. 5. Look for gpg in PREFIX/bin, /usr/bin, and /bin in that order. 4. Move "build" of the scripts to an all target in the Makefile. 3. Change to using csplit since command line options for both GNU and BSD versions are compatible, unlike split. 2. Improve portability for users of GNU make and mktemp. 1. Add error handling for failed TDIR creation in ppf_decrypt, ppf_verify, and ppf_mime*. ----- October 2006 - Version 1.3 released ----- 6. Include more mail headers in the grep'ed output of the MIME scripts, and try to strip more MIME headers from the message. 5. Use local for function variables. 4. Remove commented out code for really old versions of pgp. 3. Do a better job of finding the crucial bits of a MIME message, and fail more gracefully if we do not. 2. Fix bug that prevented ppf_mime* from working with messages sent by Evolution, KMail, and any other MIME client that interprets RFC 3156 the same way. (Thanks to Bjoern A. Zeeb <bzeeb@zabbadoz.not> for the tip!) 1. Update e-mail and web addresses. ----- April 2005 - Version 1.2 released ----- 7. Update copyright for this year, and use my full given name. 6. For sign and encrypt, scan the headers to determine the right user. This requires adding _INCLUDEALLHDRS_ to the filter line. 5. Add a message to tell users why their password is needed for ppf_decrypt. 4. Create symlinks in PREFIX/bin for the ppf_mime* scripts. 3. Add User-Agent to the list of headers to display in mime filters. 2. Add a first pass at a ppf_mime_decrypt script. More work is needed here, see BUGS. 1. In some past version of Pine, the display of filter output changed, so adjust the line length of some of the messages to accommodate.
2008-06-12Add DESTDIR support.joerg3-5/+25
2008-03-17Update MASTER_SITES and HOMEPAGE (and 1.1 is in old)obache1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-19Do not install *.orig files. Add missing dir to PLIST. PKGREVISION++wiz2-3/+5
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-07Update pine-pgp-filters to 1.1nb2abs5-3/+82
When displaying 'rows of -', stop at 77 rather than 79 to avoid pine wrapping the lines.
2005-02-04Substitute ${PREFIX} for /usr/local in installed docsabs1-5/+13
bump to pine-pgp-filters-1.1nb1
2004-06-05Import of pine-pgp-filters from pkgsrc-wip. (I packaged this.)reed4-0/+41
pine-pgp-filters are simple, fast, Bourne Shell-based pgp filters for Pine. They use gnupg if it's available. It includes encrypt, decrypt, sign, and verify functions and a pseudo-filter to verify messages that were sent using MIME encoding to attach the signature.