summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-07 06:38:27 +0000
committerwiz <wiz@pkgsrc.org>2020-09-07 06:38:27 +0000
commit536e96ebd197cad3f6d793ec06d2b17ce09e25be (patch)
tree0a61961c8dca4638965116224808173097141890 /mail
parent1ddb4ac014ed7bed1ba7506b2bb8b0925d11286a (diff)
downloadpkgsrc-536e96ebd197cad3f6d793ec06d2b17ce09e25be.tar.gz
pine-pgp-filters: update to 1.8.
----- July 2010 - Version 1.8 released ----- 3. 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. 2. 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. 1. Add /opt/bin and /opt/local/bin to the gpg[2] search path in configure in case it is located there, and that's not going to be $PREFIX. ----- April 2010 - Version 1.7 released ----- 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. 1. Use a more reliable method to find the signature and message parts in the ppf_mime script.
Diffstat (limited to 'mail')
-rw-r--r--mail/pine-pgp-filters/Makefile12
-rw-r--r--mail/pine-pgp-filters/distinfo12
-rw-r--r--mail/pine-pgp-filters/patches/patch-ad6
3 files changed, 14 insertions, 16 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile
index 80432971ed8..e3c204b6e7a 100644
--- a/mail/pine-pgp-filters/Makefile
+++ b/mail/pine-pgp-filters/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2019/11/02 16:25:26 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.15 2020/09/07 06:38:27 wiz Exp $
-DISTNAME= pine-pgp-filters-1.6
+DISTNAME= pine-pgp-filters-1.8
CATEGORIES= security mail
-PKGREVISION= 1
-#MASTER_SITES= https://dougbarton.us/PGP/scripts/ppf/
+MASTER_SITES= https://dougbarton.us/PGP/ppf/
MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= https://dougbarton.us/PGP/scripts/ppf/
+#HOMEPAGE= https://dougbarton.us/PGP/ppf/
COMMENT= Filters to integrate Pine with gnupg or pgp
HAS_CONFIGURE= yes
@@ -16,7 +14,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
DOCDIR= ${PREFIX}/share/doc/pine-pgp-filters
DOCFILES= BUGS CHANGES INSTALL LICENSE README
-DEPENDS+= gnupg>=1.4.9:../../security/gnupg
+DEPENDS+= gnupg2-[0-9]*:../../security/gnupg2
INSTALLATION_DIRS= ${DOCDIR}
diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo
index 8f47b5962de..e1fa0bbc8ee 100644
--- a/mail/pine-pgp-filters/distinfo
+++ b/mail/pine-pgp-filters/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 23:27:16 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/09/07 06:38:27 wiz Exp $
-SHA1 (pine-pgp-filters-1.6.tar.gz) = 5d1a4d679a477736ff55fc05802bc2ad752ab4e4
-RMD160 (pine-pgp-filters-1.6.tar.gz) = b1a76358761958e07c184d84e3942fe8071a5135
-SHA512 (pine-pgp-filters-1.6.tar.gz) = fc15f3bb6e719dce6359e0824bb8d67c0a97aec5b03dfbbbf3f80bd9adb1da301fdd53a92ada765f84043f78bceefb2e20209eb1e292c112f682fd9b9bc53641
-Size (pine-pgp-filters-1.6.tar.gz) = 10034 bytes
-SHA1 (patch-ad) = ebb5c15ef4aeceb7c3c6bb01375e7ef0cea8d79b
+SHA1 (pine-pgp-filters-1.8.tar.gz) = ff98640886f48b2c2d1884c50a8e99e23d7c18b1
+RMD160 (pine-pgp-filters-1.8.tar.gz) = 7fe7c3585bda9e41af2011d800e64253c2f6a834
+SHA512 (pine-pgp-filters-1.8.tar.gz) = 217bac4eb6ca166761d7182232f423afe25c6ce1409e546ced04127288ba614cad1cfeb8d0043f7d2c0b56c7a93949ecf4533a584b1e77695fef219e9f750498
+Size (pine-pgp-filters-1.8.tar.gz) = 12059 bytes
+SHA1 (patch-ad) = 50a84dd2745463ad30d6ca4466dd927809070be2
diff --git a/mail/pine-pgp-filters/patches/patch-ad b/mail/pine-pgp-filters/patches/patch-ad
index 978d5723a53..cf968a207ed 100644
--- a/mail/pine-pgp-filters/patches/patch-ad
+++ b/mail/pine-pgp-filters/patches/patch-ad
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.2 2008/06/12 21:46:44 abs Exp $
+$NetBSD: patch-ad,v 1.3 2020/09/07 06:38:27 wiz Exp $
---- Makefile.in.orig 2007-07-30 20:58:43.000000000 +0100
+--- Makefile.in.orig 2010-04-12 00:37:45.000000000 +0000
+++ Makefile.in
@@ -10,17 +10,17 @@ all:
- install:
+ install: all
@if [ ! -d @@PREFIX@@/libexec ]; then \
- install -d -m 755 @@PREFIX@@/libexec; \
+ install -d -m 755 ${DESTDIR}/@@PREFIX@@/libexec; \