summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-01-14 14:33:16 +0000
committertaca <taca@pkgsrc.org>2020-01-14 14:33:16 +0000
commit9d48fcbce4ea7615ca154f23fc9be01ccb6bddaa (patch)
tree254778c3021a2ad8455629612805023c33181742 /mail
parentf31ce916ab730d30c017ecb472fcffe12e8a3c84 (diff)
downloadpkgsrc-9d48fcbce4ea7615ca154f23fc9be01ccb6bddaa.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/roundcube-plugin-password/Makefile4
-rw-r--r--mail/roundcube-plugin-password/PLIST8
-rw-r--r--mail/roundcube-plugin-password/distinfo6
3 files changed, 7 insertions, 11 deletions
diff --git a/mail/roundcube-plugin-password/Makefile b/mail/roundcube-plugin-password/Makefile
index 68476ce9501..287d8c4e7df 100644
--- a/mail/roundcube-plugin-password/Makefile
+++ b/mail/roundcube-plugin-password/Makefile
@@ -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"
diff --git a/mail/roundcube-plugin-password/PLIST b/mail/roundcube-plugin-password/PLIST
index 3773ab6f603..a3dbc21d021 100644
--- a/mail/roundcube-plugin-password/PLIST
+++ b/mail/roundcube-plugin-password/PLIST
@@ -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/gearman.php
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/virtualmin.php
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/id_ID.inc
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/vi_VN.inc
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 --git a/mail/roundcube-plugin-password/distinfo b/mail/roundcube-plugin-password/distinfo
deleted file mode 100644
index 5857d76acfc..00000000000
--- a/mail/roundcube-plugin-password/distinfo
+++ /dev/null
@@ -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