summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-14 00:42:37 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-14 00:42:37 +0000
commit40001d91038afaa248b1d16906effe74fbe2467d (patch)
treebead166517a17862cf220a08581f4f164500fc04 /www-apps/horde-passwd/files
parentold (diff)
downloadgentoo-2-40001d91038afaa248b1d16906effe74fbe2467d.tar.gz
gentoo-2-40001d91038afaa248b1d16906effe74fbe2467d.tar.bz2
gentoo-2-40001d91038afaa248b1d16906effe74fbe2467d.zip
Version bump #109171 by Christoph Gysin.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'www-apps/horde-passwd/files')
-rw-r--r--www-apps/horde-passwd/files/digest-horde-passwd-3.01
-rw-r--r--www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch13
2 files changed, 14 insertions, 0 deletions
diff --git a/www-apps/horde-passwd/files/digest-horde-passwd-3.0 b/www-apps/horde-passwd/files/digest-horde-passwd-3.0
new file mode 100644
index 000000000000..31f975bc1a25
--- /dev/null
+++ b/www-apps/horde-passwd/files/digest-horde-passwd-3.0
@@ -0,0 +1 @@
+MD5 ca5612500c91c4ef3c838e8e94376332 passwd-h3-3.0.tar.gz 966096
diff --git a/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch b/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch
new file mode 100644
index 000000000000..8f4a238a898e
--- /dev/null
+++ b/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch
@@ -0,0 +1,13 @@
+--- passwd-h3-3.0/config/backends.php.dist
++++ passwd-h3-3.0/config/backends.php.dist
+@@ -314,8 +314,8 @@
+ 'name' => 'pw_name',
+ 'domain' => 'pw_domain',
+ 'passwd' => 'pw_passwd',
+- 'clear_passwd' => 'pw_clear_passwd',
+- 'use_clear_passwd' => true,
++ //'clear_passwd' => 'pw_clear_passwd',
++ 'use_clear_passwd' => false,
+ 'show_encryption' => true
+ )
+ );