pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/roundcube-plugin-password mail/roundcube-plugin-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e992f276e4d0
branches:  trunk
changeset: 421291:e992f276e4d0
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jan 14 14:33:16 2020 +0000

description:
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)

diffstat:

 mail/roundcube-plugin-password/Makefile |  4 +---
 mail/roundcube-plugin-password/PLIST    |  8 ++++++--
 mail/roundcube-plugin-password/distinfo |  6 ------
 3 files changed, 7 insertions(+), 11 deletions(-)

diffs (71 lines):

diff -r 1885de9c1c9c -r e992f276e4d0 mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile   Tue Jan 14 14:32:39 2020 +0000
+++ b/mail/roundcube-plugin-password/Makefile   Tue Jan 14 14:33:16 2020 +0000
@@ -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 @@
 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"
diff -r 1885de9c1c9c -r e992f276e4d0 mail/roundcube-plugin-password/PLIST
--- a/mail/roundcube-plugin-password/PLIST      Tue Jan 14 14:32:39 2020 +0000
+++ b/mail/roundcube-plugin-password/PLIST      Tue Jan 14 14:33:16 2020 +0000
@@ -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/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/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/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/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
diff -r 1885de9c1c9c -r e992f276e4d0 mail/roundcube-plugin-password/distinfo
--- a/mail/roundcube-plugin-password/distinfo   Tue Jan 14 14:32:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.14 2019/09/01 13:10:39 taca Exp $
-
-SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131
-RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a
-SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc
-Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes



Home | Main Index | Thread Index | Old Index