FreeBSD Bugzilla – Attachment 246202 Details for
Bug 274969
security/mailzu: fix - support php82
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update patch
mailzu-php82-0.8.r3_10.diff (text/plain), 1.10 KB, created by
Krzysztof
on 2023-11-08 19:50:03 UTC
(
hide
)
Description:
update patch
Filename:
MIME Type:
Creator:
Krzysztof
Created:
2023-11-08 19:50:03 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile >index fc35282dc58..f1ce3496e73 100644 >--- a/security/mailzu/Makefile >+++ b/security/mailzu/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= mailzu > DISTVERSION= 0.8rc3 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= security > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3 > PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} >@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/amavisd:security/amavisd-new \ > > USES= php:flavors,web > USE_PHP= sockets >-IGNORE_WITH_PHP= 82 83 >+IGNORE_WITH_PHP= 83 > > NO_ARCH= yes > NO_BUILD= yes >diff --git a/security/mailzu/files/patch-lib_LDAPEngine.class.php b/security/mailzu/files/patch-lib_LDAPEngine.class.php >new file mode 100644 >index 00000000000..05783036ec9 >--- /dev/null >+++ b/security/mailzu/files/patch-lib_LDAPEngine.class.php >@@ -0,0 +1,10 @@ >+--- lib/LDAPEngine.class.php.orig 2007-06-14 19:00:15 UTC >++++ lib/LDAPEngine.class.php >+@@ -283,6 +283,7 @@ class LDAPEngine { >+ */ >+ function searchUserDN($searchFilter) { >+ >++ $dn = ""; >+ switch ($this->serverType) { >+ case "ldap": >+ if ( $this->searchUser != '' ) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ports
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 274969
:
246201
| 246202