View | Details | Raw Unified | Return to bug 274969
Collapse All | Expand All

(-)b/security/mailzu/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	mailzu
1
PORTNAME=	mailzu
2
DISTVERSION=	0.8rc3
2
DISTVERSION=	0.8rc3
3
PORTREVISION=	9
3
PORTREVISION=	10
4
CATEGORIES=	security
4
CATEGORIES=	security
5
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3
5
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
6
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
Lines 21-27 RUN_DEPENDS= ${LOCALBASE}/sbin/amavisd:security/amavisd-new \ Link Here
21
21
22
USES=		php:flavors,web
22
USES=		php:flavors,web
23
USE_PHP=	sockets
23
USE_PHP=	sockets
24
IGNORE_WITH_PHP=	82 83
24
IGNORE_WITH_PHP=	83
25
25
26
NO_ARCH=	yes
26
NO_ARCH=	yes
27
NO_BUILD=	yes
27
NO_BUILD=	yes
(-)b/security/mailzu/files/patch-lib_LDAPEngine.class.php (+10 lines)
Added Link Here
1
--- lib/LDAPEngine.class.php.orig	2007-06-14 19:00:15 UTC
2
+++ lib/LDAPEngine.class.php
3
@@ -283,6 +283,7 @@ class LDAPEngine {
4
      	*/
5
     	function searchUserDN($searchFilter) {
6
 
7
+		$dn = "";
8
 		switch ($this->serverType) {
9
 			case "ldap":
10
 				if ( $this->searchUser != '' ) {

Return to bug 274969