./mail/roundcube-plugin-password, Password change plugin for roundcube

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


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

Password Plugin for Roundcube

Plugin that adds a possibility to change user password using many
methods (drivers) via Settings/Password tab.


Required to run:
[databases/php-pdo_mysql] [lang/python27] [graphics/php-gd] [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:31:25 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #5761 - requested by taca
mail/roundcube-plugin-password: build fix

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

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

   Modified Files:
           pkgsrc/mail/roundcube-plugin-password: distinfo

   Log message:
   roundcube-plugin-password: update distinfo for 1.3.6

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sun May 20 03:50:53 UTC 2018

   Modified Files:
           pkgsrc/mail/roundcube-plugin-password: PLIST

   Log message:
   mail/roundcube-plugin-password: Fix PLIST

   Fix PLIST after update to 1.3.6.

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sun May 20 03:54:54 UTC 2018

   Modified Files:
           pkgsrc/mail/roundcube-plugin-password: Makefile

   Log message:
   mail/roundcube-plugin-password: fix interpreter

   * Replace interpreter of perl script.
   * Do not set REPLACE_PYTHON but add to it.

   Bump PKGREVISION.
   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