summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib__PageRender.php
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2018-04-02 20:11:58 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2018-04-02 20:11:58 +0000
commitf8906302f6abe559b4e461af237d6aefa4407457 (patch)
tree50e9bd11992d55335a3d1b5c6f80bbbc3e85138b /net/phpldapadmin/files/patch-lib__PageRender.php
parentStop using USE_GNOME=esound (diff)
Modernization: switch to USES=php:web
Update files/patch-lib__functions.php to work around the lack of the deprecated mcrypt functions in php >= 7.1. Regenerate patches with 'make makesum' PR: 227199 Submitted by: ohartmann@walstatt.org
Diffstat (limited to 'net/phpldapadmin/files/patch-lib__PageRender.php')
-rw-r--r--net/phpldapadmin/files/patch-lib__PageRender.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/phpldapadmin/files/patch-lib__PageRender.php b/net/phpldapadmin/files/patch-lib__PageRender.php
index 065f5875b479..b27154aee037 100644
--- a/net/phpldapadmin/files/patch-lib__PageRender.php
+++ b/net/phpldapadmin/files/patch-lib__PageRender.php
@@ -1,6 +1,6 @@
---- ./lib/PageRender.php.orig 2012-10-01 07:54:14.000000000 +0100
-+++ ./lib/PageRender.php 2014-05-03 07:57:44.744575309 +0100
-@@ -287,7 +287,7 @@
+--- lib/PageRender.php.orig 2012-10-01 06:54:14 UTC
++++ lib/PageRender.php
+@@ -287,7 +287,7 @@ class PageRender extends Visitor {
break;
default:
@@ -9,7 +9,7 @@
}
$vals = array_unique($vals);
-@@ -957,7 +957,7 @@
+@@ -957,7 +957,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else
@@ -18,7 +18,7 @@
$obfuscate_password = obfuscate_password_display($enc_type);
-@@ -982,7 +982,7 @@
+@@ -982,7 +982,7 @@ class PageRender extends Visitor {
if (trim($val))
$enc_type = get_enc_type($val);
else