./mail/roundcube-plugin-enigma, Enigma Plugin for Roundcube

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 1.3.6, Package name: php71-roundcube-plugin-enigma-1.3.6, Maintainer: taca

Enigma Plugin for Roundcube

This plugin adds support for viewing and sending of signed and encrypted
messages in PGP (RFC 2440) and PGP/MIME (RFC 3156) format.

The plugin uses gpg binary on the server and stores all keys
(including private keys of the users) on the server.
Encryption/decryption is done server-side. So, this plugin
is for users that trust the server.


Implemented features:
---------------------
+ PGP: signatures verification
+ PGP: messages decryption
+ PGP: Sending of encrypted/signed messages
+ PGP: keys management UI (key import, export, delete)
+ PGP: key generation (client- or server-side)
+ Handling of PGP keys attached to incoming messages
+ User preferences to disable plugin features
+ Attaching public keys to email


Required to run:
[databases/php-pdo_mysql] [lang/python27] [graphics/php-gd] [security/pear-Crypt_GPG] [mail/roundcube] [converters/php-iconv]

Required to build:
[www/apache24] [pkgtools/cwrappers]

Package options: apache, gd, iconv, mysql, php-sockets

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2018-06-08 11:36:36 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #5763 - requested by taca
mail/roundcube-plugin-enigma: build fix

Revisions pulled up:
- mail/roundcube-plugin-enigma/Makefile                         1.3
- mail/roundcube-plugin-enigma/PLIST                            1.3
- mail/roundcube-plugin-enigma/distinfo                         1.10

---
   Module Name:    pkgsrc
   Committed By:   triaxx
   Date:           Wed May 16 08:17:31 UTC 2018

   Modified Files:
           pkgsrc/mail/roundcube-plugin-enigma: Makefile PLIST distinfo

   Log message:
   roundcube-plugin-enigma: update distinfo for 1.3.6
   2018-05-06 11:13:56 by S.P.Zeidler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #5742 - requested by taca
mail/roundcube: regression fix
mail/roundcube-plugin-enigma: regression fix
mail/roundcube-plugin-password: regression fix
mail/roundcube-plugin-zipdownload: regression fix

Revisions pulled up:
- mail/roundcube-plugin-enigma/distinfo                         1.9
- mail/roundcube-plugin-password/distinfo                       1.9
- mail/roundcube-plugin-zipdownload/distinfo                    1.9
- mail/roundcube/Makefile.common                                1.9
- mail/roundcube/distinfo                                       1.60
- mail/roundcube/plugins.mk                                     1.2

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Apr 30 06:44:11 UTC 2018

   Modified Files:
   	pkgsrc/mail/roundcube: plugins.mk

   Log message:
   mail/roundcube: fix typo

   Fix typo in DEPENDS.

   To generate a diff of this commit:
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/roundcube/plugins.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Apr 30 06:45:04 UTC 2018

   Modified Files:
   	pkgsrc/mail/roundcube: Makefile.common distinfo
   	pkgsrc/mail/roundcube-plugin-enigma: distinfo
   	pkgsrc/mail/roundcube-plugin-password: distinfo
   	pkgsrc/mail/roundcube-plugin-zipdownload: distinfo

   Log message:
   mail/roundcube: update to 1.2.9

   RELEASE 1.2.9
   -------------
   - Fix regression where IMAP commands with '*' uidset argument wasn't working

   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/roundcube/Makefile.common
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/mail/roundcube/distinfo
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-enigma/distinfo
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-password/distinfo
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo
   2018-05-06 10:40:13 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #5739 - requested by bsiegert
mail/roundcube: security update
mail/roundcube-plugin-enigma: security update
mail/roundcube-plugin-password: security update
mail/roundcube-plugin-zipdownload: security update

Revisions pulled up:
- mail/roundcube-plugin-enigma/distinfo                         1.8
- mail/roundcube-plugin-password/distinfo                       1.8
- mail/roundcube-plugin-zipdownload/distinfo                    1.8
- mail/roundcube/Makefile.common                                1.8
- mail/roundcube/distinfo                                       1.59

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Mon Apr 23 13:55:00 UTC 2018

   Modified Files:
            pkgsrc/mail/roundcube: Makefile.common distinfo
            pkgsrc/mail/roundcube-plugin-enigma: distinfo
            pkgsrc/mail/roundcube-plugin-password: distinfo
            pkgsrc/mail/roundcube-plugin-zipdownload: distinfo

   Log message:
   mail/roundcube: update to 1.2.8

   This is a security update to the stable version 1.2.  It fixes a recently
   reported vulnerability allowing IMAP command injection via a GET parameters.
   More details about this are published under CVE-2018-9846.

   The second fix is about a missed remote content blocking on HTML messages
   with
   specially crafted image and style tags.

   We strongly recommend to update all productive installations of Roundcube
   1.2.x.  Please do backup your data before updating!

   CHANGELOG

   * Fix check_request() bypass in places using get_uids() [CVE-2018-9846]
      (#6238)

   * Fix possible IMAP command injection vulnerability [CVE-2018-9846] (#6229)

   * Fix security issue in remote content blocking on HTML image and style tags
      (#6178)

   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/roundcube/Makefile.common
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/mail/roundcube/distinfo
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/roundcube-plugin-enigma/distinfo
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/roundcube-plugin-password/distinfo
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo