pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/pine-pgp-filters



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 06:38:27 UTC 2020

Modified Files:
        pkgsrc/mail/pine-pgp-filters: Makefile distinfo
        pkgsrc/mail/pine-pgp-filters/patches: patch-ad

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/pine-pgp-filters/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/pine-pgp-filters/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/pine-pgp-filters/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/pine-pgp-filters/Makefile
diff -u pkgsrc/mail/pine-pgp-filters/Makefile:1.14 pkgsrc/mail/pine-pgp-filters/Makefile:1.15
--- pkgsrc/mail/pine-pgp-filters/Makefile:1.14  Sat Nov  2 16:25:26 2019
+++ pkgsrc/mail/pine-pgp-filters/Makefile       Mon Sep  7 06:38:27 2020
@@ -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@localhost
-#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}
 

Index: pkgsrc/mail/pine-pgp-filters/distinfo
diff -u pkgsrc/mail/pine-pgp-filters/distinfo:1.6 pkgsrc/mail/pine-pgp-filters/distinfo:1.7
--- pkgsrc/mail/pine-pgp-filters/distinfo:1.6   Tue Nov  3 23:27:16 2015
+++ pkgsrc/mail/pine-pgp-filters/distinfo       Mon Sep  7 06:38:27 2020
@@ -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

Index: pkgsrc/mail/pine-pgp-filters/patches/patch-ad
diff -u pkgsrc/mail/pine-pgp-filters/patches/patch-ad:1.2 pkgsrc/mail/pine-pgp-filters/patches/patch-ad:1.3
--- pkgsrc/mail/pine-pgp-filters/patches/patch-ad:1.2   Thu Jun 12 21:46:44 2008
+++ pkgsrc/mail/pine-pgp-filters/patches/patch-ad       Mon Sep  7 06:38:27 2020
@@ -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; \



Home | Main Index | Thread Index | Old Index