From 5765ec9382b822381ab6de329704b94ba31f85fb Mon Sep 17 00:00:00 2001 From: Ronald Klop Date: Wed, 14 Dec 2022 16:57:23 +0100 Subject: net/phpldapadmin: update to 1.2.6.4 This includes all the fixes for php81+. Changes: https://github.com/leenooks/phpLDAPadmin/compare/1.2.6.3...1.2.6.4 PR: 268349 Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D37700 --- net/phpldapadmin/files/patch-lib_SelectionAttribute.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/phpldapadmin/files/patch-lib_SelectionAttribute.php (limited to 'net/phpldapadmin/files/patch-lib_SelectionAttribute.php') diff --git a/net/phpldapadmin/files/patch-lib_SelectionAttribute.php b/net/phpldapadmin/files/patch-lib_SelectionAttribute.php deleted file mode 100644 index 928c07a9fdca..000000000000 --- a/net/phpldapadmin/files/patch-lib_SelectionAttribute.php +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/SelectionAttribute.php.orig 2021-12-12 02:35:51 UTC -+++ lib/SelectionAttribute.php -@@ -12,7 +12,7 @@ - * @package phpLDAPadmin - * @subpackage Templates - */ --class SelectionAttribute extends Attribute { -+class SelectionAttribute extends PLAAttribute { - protected $selection = array(); - protected $multiple; - protected $default; -- cgit v1.2.3