diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2022-12-14 16:57:23 +0100 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2022-12-16 17:30:43 +0100 |
commit | 5765ec9382b822381ab6de329704b94ba31f85fb (patch) | |
tree | 616ef3b68ba286df6372511bd5555cd8400039c0 /net/phpldapadmin/files/patch-lib_GidAttribute.php | |
parent | sysutils/k9s: Update to 0.26.7 (diff) |
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
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_GidAttribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_GidAttribute.php | 10 |
1 files changed, 0 insertions, 10 deletions
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 { - } - ?> |