pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube-plugin-password



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jan 14 14:33:16 UTC 2020

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

Log Message:
mail/roundcube-plugin-password: update to 1.4.2

Update roundcube-plugin-password to 1.4.2.

pkgsrc change:

* Use common patches/distinfo directory with roundcube.

RELEASE 1.4.2
-------------
- Password: Fix kpasswd and smb drivers' double-escaping bug (#7092)

RELEASE 1.4-rc2
---------------
- Password: Added ldap_exop driver (#4992)
- Password: Added support for SSHA512 password algorithm (#6805)

RELEASE 1.4-rc1
---------------
- Password: Added 'modoboa' driver (#6361)
- Password: Fix bug where password_dovecotpw_with_method setting could be ignored (#6436)
- Password: Fix bug where new users could skip forced password change (#6434)
- Password: Allow drivers to override default password comparisons (eg new is not same as current) (#6473)
- Password: Allow drivers to override default strength checks (eg allow for 'not the same as last x passwords') (#246)
- Passowrd: Allow drivers to define password strength rules displayed to the user
- Password: Allow separate password saving and strength drivers for use of strength checking services (#5040)
- Password: Add zxcvbn driver for checking password strength (#6479)
- Password: Disallow control characters in passwords
- Password: Add support for Plesk >= 17.8 (#6526)

RELEASE 1.4-beta
----------------
- Password: Support host variables in password_db_dsn option (#5955)
- Password: Automatic virtualmin domain setting, removed password_virtualmin_format option (#5759)
- Password: Added password_username_format option (#5766)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube-plugin-password/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/roundcube-plugin-password/PLIST
cvs rdiff -u -r1.14 -r0 pkgsrc/mail/roundcube-plugin-password/distinfo

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

Modified files:

Index: pkgsrc/mail/roundcube-plugin-password/Makefile
diff -u pkgsrc/mail/roundcube-plugin-password/Makefile:1.6 pkgsrc/mail/roundcube-plugin-password/Makefile:1.7
--- pkgsrc/mail/roundcube-plugin-password/Makefile:1.6  Sun Sep  1 13:10:39 2019
+++ pkgsrc/mail/roundcube-plugin-password/Makefile      Tue Jan 14 14:33:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/09/01 13:10:39 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/14 14:33:16 taca Exp $
 
 PLUGIN=                password
 
@@ -9,8 +9,6 @@ LICENSE=        gnu-gpl-v3
 REPLACE_PERL+=         plugins/password/helpers/change_ldap_pass.pl
 REPLACE_PYTHON+=       plugins/password/helpers/chpass-wrapper.py
 
-do-install: plugin-install
-
 .include "../../mail/roundcube/plugins.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/roundcube-plugin-password/PLIST
diff -u pkgsrc/mail/roundcube-plugin-password/PLIST:1.3 pkgsrc/mail/roundcube-plugin-password/PLIST:1.4
--- pkgsrc/mail/roundcube-plugin-password/PLIST:1.3     Sun May 20 03:50:52 2018
+++ pkgsrc/mail/roundcube-plugin-password/PLIST Tue Jan 14 14:33:16 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/20 03:50:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/14 14:33:16 taca Exp $
 share/examples/roundcube/plugins/password/config.inc.php
 share/roundcube/plugins/password/README
 share/roundcube/plugins/password/composer.json
@@ -13,8 +13,10 @@ share/roundcube/plugins/password/drivers
 share/roundcube/plugins/password/drivers/hmail.php
 share/roundcube/plugins/password/drivers/kpasswd.php
 share/roundcube/plugins/password/drivers/ldap.php
+share/roundcube/plugins/password/drivers/ldap_exop.php
 share/roundcube/plugins/password/drivers/ldap_ppolicy.php
 share/roundcube/plugins/password/drivers/ldap_simple.php
+share/roundcube/plugins/password/drivers/modoboa.php
 share/roundcube/plugins/password/drivers/pam.php
 share/roundcube/plugins/password/drivers/plesk.php
 share/roundcube/plugins/password/drivers/poppassd.php
@@ -26,6 +28,7 @@ share/roundcube/plugins/password/drivers
 share/roundcube/plugins/password/drivers/vpopmaild.php
 share/roundcube/plugins/password/drivers/ximss.php
 share/roundcube/plugins/password/drivers/xmail.php
+share/roundcube/plugins/password/drivers/zxcvbn.php
 share/roundcube/plugins/password/helpers/change_ldap_pass.pl
 share/roundcube/plugins/password/helpers/chgdbmailusers.c
 share/roundcube/plugins/password/helpers/chgsaslpasswd.c
@@ -74,6 +77,7 @@ share/roundcube/plugins/password/localiz
 share/roundcube/plugins/password/localization/is_IS.inc
 share/roundcube/plugins/password/localization/it_IT.inc
 share/roundcube/plugins/password/localization/ja_JP.inc
+share/roundcube/plugins/password/localization/kab.inc
 share/roundcube/plugins/password/localization/km_KH.inc
 share/roundcube/plugins/password/localization/ko_KR.inc
 share/roundcube/plugins/password/localization/ku.inc
@@ -107,5 +111,5 @@ share/roundcube/plugins/password/localiz
 share/roundcube/plugins/password/localization/zh_CN.inc
 share/roundcube/plugins/password/localization/zh_TW.inc
 share/roundcube/plugins/password/password.js
+share/roundcube/plugins/password/password.min.js
 share/roundcube/plugins/password/password.php
-share/roundcube/plugins/password/tests/Password.php



Home | Main Index | Thread Index | Old Index