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_GidAttribute.php | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 net/phpldapadmin/files/patch-lib_GidAttribute.php (limited to 'net/phpldapadmin/files/patch-lib_GidAttribute.php') diff --git a/net/phpldapadmin/files/patch-lib_GidAttribute.php b/net/phpldapadmin/files/patch-lib_GidAttribute.php deleted file mode 100644 index 0f13a12edca6..000000000000 --- a/net/phpldapadmin/files/patch-lib_GidAttribute.php +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/GidAttribute.php.orig 2021-12-12 02:35:51 UTC -+++ lib/GidAttribute.php -@@ -12,6 +12,6 @@ - * @package phpLDAPadmin - * @subpackage Templates - */ --class GidAttribute extends Attribute { -+class GidAttribute extends PLAAttribute { - } - ?> -- cgit v1.2.3