| non port: mail/pine-pgp-filters/Makefile |
|
CVSWeb
|
Number of commits found: 19 | |
Fri, 20 Jan 2012
|
[ 13:07 dougb ]
1.6 editors/pico-alpine/Makefile
1.18 irc/sirc/Makefile
1.19 mail/pine-pgp-filters/Makefile
1.36 security/pidgin-otr/Makefile
1.8 x11-wm/obmenu/Makefile
1.4 editors/pico-alpine/pkg-descr
1.9 irc/sirc/pkg-descr
1.11 mail/pine-pgp-filters/pkg-descr
1.5 security/pidgin-otr/pkg-descr
1.3 x11-wm/obmenu/pkg-descr
Remove license info
|
|
Thu, 29 Jul 2010
|
[ 20:34 dougb ]
1.18 mail/pine-pgp-filters/Makefile
1.11 mail/pine-pgp-filters/distinfo
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.
|
|
Mon, 14 Jun 2010
|
[ 08:22 dougb ]
1.3 editors/pico-alpine/Makefile
1.15 irc/sirc/Makefile
1.10 mail/alpine/Makefile
1.17 mail/pine-pgp-filters/Makefile
1.22 misc/wmweather+/Makefile
2.30 ports-mgmt/portmaster/Makefile
1.31 security/pidgin-otr/Makefile
1.7 x11-wm/obmenu/Makefile
1.11 x11/tint/Makefile
1.2 editors/pico-alpine/pkg-descr
(Only the first 10 of 18 ports in this commit are shown above. )
Add LICENSE information to my ports where the right answer is obvious
|
|
Mon, 12 Apr 2010
|
[ 01:16 dougb ]
1.16 mail/pine-pgp-filters/Makefile
1.10 mail/pine-pgp-filters/distinfo
1.7 mail/pine-pgp-filters/pkg-descr
1.4 mail/pine-pgp-filters/pkg-plist
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
|
|
Tue, 2 Sep 2008
|
[ 07:29 dougb ]
1.15 mail/pine-pgp-filters/Makefile
1.6 mail/pine-pgp-filters/pkg-descr
Recognize the demise of Pine.
|
|
Fri, 6 Jun 2008
|
[ 13:43 edwin ]
1.25 mail/abook/Makefile
1.8 mail/addresses-goodies/Makefile
1.11 mail/addresses/Makefile
1.4 mail/alpine/Makefile
1.18 mail/althea/Makefile
1.32 mail/anubis/Makefile
1.133 mail/balsa/Makefile
1.12 mail/biabam/Makefile
1.7 mail/c-sig/Makefile
1.26 mail/claws-mail-att_remover/Makefile
(Only the first 10 of 159 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
Wed, 26 Dec 2007
|
[ 22:18 dougb ]
1.13 mail/pine-pgp-filters/Makefile
Don't try to install pine if alpine is already installed.
|
|
Sat, 8 Dec 2007
|
[ 23:44 dougb ]
1.12 mail/pine-pgp-filters/Makefile
The gnupg* dependency is needed in BUILD_DEPENDS too.
Not firing on all cylinders: dougb
Approved by: portmgr (pav)
|
|
Wed, 5 Dec 2007
|
[ 19:57 dougb ]
1.11 mail/pine-pgp-filters/Makefile
1.9 mail/pine-pgp-filters/distinfo
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)
|
|
Sat, 1 Dec 2007
|
[ 22:01 dougb ]
1.10 mail/pine-pgp-filters/Makefile
1.8 mail/pine-pgp-filters/distinfo
1.5 mail/pine-pgp-filters/pkg-descr
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. (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 10 Oct 2006
|
[ 04:21 dougb ]
1.9 mail/pine-pgp-filters/Makefile
1.7 mail/pine-pgp-filters/distinfo
1.4 mail/pine-pgp-filters/pkg-descr
Upgrade to version 1.3, which primarily enhances the capabilities of
the MIME scripts, and picks a few other nits.
|
|
Tue, 27 Jun 2006
|
[ 17:21 dougb ]
1.8 mail/pine-pgp-filters/Makefile
Add long-forgotten dependency on Pine.
|
|
Sat, 29 Oct 2005
|
[ 07:13 dougb ]
1.52 dns/bind8/Makefile
1.10 dns/bind84/Makefile
1.65 dns/bind9/Makefile
1.5 dns/fpdns/Makefile
1.19 editors/pico/Makefile
1.13 irc/sirc/Makefile
1.7 mail/pine-pgp-filters/Makefile
1.83 mail/pine4/Makefile
1.8 sysutils/shlock/Makefile
1.31 textproc/htdig/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
|
|
Thu, 28 Apr 2005
|
[ 01:46 dougb ]
1.6 mail/pine-pgp-filters/Makefile
1.5 mail/pine-pgp-filters/distinfo
1.2 mail/pine-pgp-filters/pkg-descr
1.3 mail/pine-pgp-filters/pkg-plist
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.
|
|
Sun, 7 Sep 2003
|
[ 00:04 dougb ]
1.5 mail/pine-pgp-filters/Makefile
1.3 mail/pine-pgp-filters/distinfo
Re-roll the distfile to include a minor documentation change.
Add security as a virtual category.
|
|
Sat, 6 Sep 2003
|
[ 23:39 dougb ]
1.4 mail/pine-pgp-filters/Makefile
1.2 mail/pine-pgp-filters/distinfo
1.2 mail/pine-pgp-filters/pkg-plist
Upgrade to version 1.1, which has infinitely better error handling.
All users of this package are encouraged to upgrade.
|
|
Fri, 7 Mar 2003
|
[ 06:06 ade ]
1.11 mail/abook/Makefile
1.33 mail/adcomplain/Makefile
1.4 mail/autosig/Makefile
1.3 mail/biabam/Makefile
1.23 mail/cclient/Makefile
1.44 mail/courier-imap/Makefile
1.16 mail/cucipop/Makefile
1.8 mail/demime/Makefile
1.3 mail/drbl/Makefile
1.4 mail/emh/Makefile
(Only the first 10 of 166 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Thu, 23 Jan 2003
|
[ 09:07 dougb ]
1.2 mail/pine-pgp-filters/Makefile
Fix the MASTER_SITE_LOCAL stuff
|
|
Wed, 22 Jan 2003
|
[ 15:21 dougb ]
1.352 mail/Makefile
1.1 mail/pine-pgp-filters/Makefile
1.1 mail/pine-pgp-filters/distinfo
1.1 mail/pine-pgp-filters/pkg-comment
1.1 mail/pine-pgp-filters/pkg-descr
1.1 mail/pine-pgp-filters/pkg-plist
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: 19 |
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|