SailfishOS:Chum icon

SailfishOS:Chum

A Sailfish OS software repository by the community

App icon of PinePGP

PinePGP

Common files for PinePGP filters.

v0.18.0

Common files for PGP and GnuPG filters for Pine. PGP versions 2.6.x, 5.x and 6.5.x are supported.

To use them you have to install one or more of the following packages:

pinegpg-0.18.0 pinepgp26x-0.18.0 pinepgp5x-0.18.0 pinepgp65x-0.18.0

Download

The easiest way to download and install this software is by the SailfishOS:Chum GUI app. If you wish to download the RPM file by yourself, please expand the section below.

Download links

Changelog

(2002-05-03)

[0.18.0-1]
- enought testing - stable release; more than 7 months after 0.16.1-1
- README: small tweaks

Older changelogs

(2002-02-08)

[0.17.3-1]
- Makefile.in:
  - fixed typos which caused incorrect builds of pinepgp5x and pinepgp65x
    filters (thanks to Dale Bewley <dale@bewley.net> for reporting)
  - configure.in included in tarball
- README: fixed Requirements information

(2001-11-27)

[0.17.2-1]
- Makefile.in, configure.in, pinegpgp.in:
  - mktemp is not required from now - it is used only if present and not
    disabled
  - partial fix for Naive Sign & Encrypt added: line
    "Message signed and encrypted only for: <recipients>" is added at the
    end of every signed and encrypted message to indicate true recipients;
    see http://world.std.com/~dtd/sign_encrypt/sign_encrypt7.html from
    Don Davis <don@mit.edu>
    (thanks to Ryan W. Maple <ryan@guardiandigital.com> for notifying me
    about a problem)

(2001-10-11)

[0.17.1-1]
- Makefile.in: script making slightly reworked
- README: added contributors
- configure.in:
  - check for bash added - it is REQUIRED
  - other checks for REQUIRED items, if they fail, will cause configure
    to fail too (we can't continue if necessary stuff is not available)
- pinegpgp.in, pinepgpgpg-install.in: path to bash detected by configure used
- pinepgp.spec: summary and description updates

(2001-09-28)

[0.17.0-1]
- C preprocessor used to "build" scripts
- pinegpgp.in, pinepgpgpg-install.in: '#!/bin/sh' -> '#!/bin/bash' to make
  them work on Solaris too (Matt Brubeck <mbrubeck@hmc.edu>)
- pinegpgp.in:
  - begin, middle and end horizontal rules used to make it more clear what's
    signed/encrypted and what's not
  - don't confuse Pine with errors produced by encryption backend while
    checking message (for example when messages is signed with key which is
    not present in keyring) - error is just reported to user
- pinepgpgpg-install.in: changed '_LEADING("string")_' to
  '"_LEADING(string)_"' so also Pine on Solaris can use new pinerc
  (Matt Brubeck <mbrubeck@hmc.edu>)
- README: added info about how are signed and/or encrypted mesasges
  displayed
- Matt's patches removed from contrib while they were incorporated

(2001-09-28)

[0.16.1-1]
- pinepgpgpg-install.in: added pinepgp-0.15.3-pineconf-parse-cleanup.patch
  from RedHat's pine RPM package to fix a potential issue with
  pinegpg-install (Tim Waugh)
- README: added information about my new key
- added Solaris patches to contrib directory
- added gnupg-hany-public-key.txt to package

(2001-07-10)

[0.16.0-1]
- README:
  - added info about my public key
  - added section "Other Resources"
  - TODO items for next devel version added
  - minor fixes and updates

(2001-06-08)

[0.15.4-1]
- Makefile.in:
  - reworked install process so only required items are installed; thus
    no errors will be produced when installing filters which were not required
  - fixed missing exec_prefix
- pinegpgp.in: removed "recode" sed command - looks like it is not necessery
  anymore
- README: additions to 'TODO' section regarding S/MIME x.509

(2001-01-12)

[0.15.3-1]
- pinegpgp.in: fixed "recode" sed command - it was dropping "r"s from
  decrypted and/or checked messages when using GnuPG support (try to drop it   
  in the future - looks like it is not necessery anymore);
  thanks to phuzzie <phuzzie@phuzzielogik.cx> for reporting it
- documentation: updates and fixes

(2001-01-11)

[0.15.2-1]
- added support for encrypting to multiple recipients
  (Jon Wilson <jon@netsw.co.uk>)
- added encrypting to yourself to previous
  (Scott C. Wood <woody@netsw.co.uk>)
- filter configuration in .pinerc changed so users which are upgrading
  HAVE TO run particular install script again
- pinegpg: use sed instead of awk
- changed temp directory: ~/.pinepgp; it is created by install scripts
  if it does not exists
- README: updated and slightl;y restructured (Install and Usage part)

(2001-01-11)

[0.15.1-1]
- filters are build from one source

(2001-01-11)

[0.15.0-1]
- autoconf used

(2000-10-03)

[0.14.0-1]
- stable release
- spec: %{_prefix} and Prefix: used

(2000-09-14)

[0.13.2-1]
- do not produce footer when there is no output from pgp/gpg to stderr when
  checking incoming message (i.e. decrypting and/or checking signature)
- spec improvements

(2000-03-27)

- README: mktem RPM package URL added
- README: information about change of bin directory rewritten (prefix or
  bindir used)
- Makefile: default prefix changed back to '/usr/local'
- scripts: /bin/bash -> /bin/sh
- README: info about pine's compose-send-offers-first-filter

(2000-03-23)

- documentation extended
- vendor tag added to spec

(2000-03-22)

- change back _BEGINNING to _LEADING in Pine display filters. I have realized
  that the -----BEGIN PGP [SIGNED] MESSAGE-- must be very first line in the
  signed and/or encrypted message, otherwise Pine call PGP/GnuPG to verify all
  messages containing this line, which is bad e.g. for replies containing
  this line somewhere in the middle of the message body. PGP/GnuPG
  displays only verified/decrypted part of the message, not whole, and it
  complains that the signature is bad. Surely.
- requirements slightly corrected
- pinepgpgpg-install attributes fixed

(2000-03-21)

- added PGP 6.5.x filter
  (Martin Edas Edlman <edlman@dzungle.ms.mff.cuni.cz>)
- requirement od pinegpg changed: openpgp -> gnupg

(2000-03-21)

- added Url to spec
- split package into more parts based on crypto tool used; also
  dependencies added to new packages
  (Martin Edas Edlman <edlman@dzungle.ms.mff.cuni.cz>)
- added documentation
- 'make tarball', 'make rebuild' and 'make clean'
- pinepgp50 renamed to pinepgp5x so it is more "obvious" that even PGP 5.5
  works (Martin Edas Edlman <edlman@dzungle.ms.mff.cuni.cz>)
- 'make install-pgp26x', 'make install-pgp5x' and 'make install-gpg'

(2000-03-17)

- package summary info corrections
- spec: %make -> %build
LANG=C
export LANG
unset DISPLAY
CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a" ; export CFLAGS ; 
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a}" ; export CXXFLAGS ; 
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -march=armv8-a -I/usr/lib64/gfortran/modules}" ; export FFLAGS ; 
LD_AS_NEEDED=1; export LD_AS_NEEDED ;

App information

Package name
pinepgp
Version
0.18.0-1.2.1.jolla
Licence
GPLv2
Developer
nephros
Last updated
2024-06-03 00:57:16

Download size
58.0 KiB
Installed size
53.1 KiB
Checksum (sha256)
e9acf6e77131f192b99d195b83dc28113c9aad009624980e8a49f3ba07567404

Links