From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 15:20:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F28016A4CF for ; Fri, 23 Jul 2004 15:20:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626DF43D48 for ; Fri, 23 Jul 2004 15:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6NFK26S022946 for ; Fri, 23 Jul 2004 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6NFK28Y022945; Fri, 23 Jul 2004 15:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2004 15:20:02 GMT Resent-Message-Id: <200407231520.i6NFK28Y022945@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C777B16A4CF for ; Fri, 23 Jul 2004 15:10:29 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A30243D3F for ; Fri, 23 Jul 2004 15:10:29 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-247-14.netcologne.de [213.196.247.14]) by smtp1.netcologne.de (Postfix) with SMTP id C630338AF0 for ; Fri, 23 Jul 2004 17:10:26 +0200 (MEST) Received: (qmail 12836 invoked by uid 1001); 23 Jul 2004 15:10:14 -0000 Message-Id: <20040723151014.12835.qmail@laurel.tmseck.homedns.org> Date: 23 Jul 2004 15:10:14 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69487: [Maintainer] www/squid: use OpenLDAP 2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 15:20:02 -0000 >Number: 69487 >Category: ports >Synopsis: [Maintainer] www/squid: use OpenLDAP 2.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 15:20:01 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.10-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of July 23rd, 2004. >Description: There is at least one reported case of LDAP authentication not working with OpenLDAP 2.2 -- see squid bug #1018 -- so abort the build if 2.2 is the version of OpenLDAP squid is to be built against (thanks to Oliver Eikemeier for telling me how to do this correctly). This issue does not seem to be related to the vendor patch against the LDAP authentication helpers as I originally thought (see ports/69465) but until this issue is sorted out upstream, keep leaving this patch alone since I cannot test LDAP authentication myself yet. No PORTREVISION bump since this is merely a clarification of the status quo and LDAP auth is not built and installed by default. >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 131) +++ distinfo (.../local/squid) (revision 131) @@ -2,8 +2,6 @@ SIZE (squid2.5/squid-2.5.STABLE6.tar.bz2) = 1047199 MD5 (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 26a4ab522a2469f805f746bcdbe0109c SIZE (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 566 -MD5 (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 952d43265fd2a7755986b6c9191ed0fc -SIZE (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 25097 MD5 (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 2d6c81bd95659aa936281962b86e8a90 SIZE (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 6467 MD5 (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 1900043f6b73aa8a3cbd5004633a6c5c Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 131) +++ Makefile (.../local/squid) (revision 131) @@ -161,6 +160,9 @@ MAN8+= pam_auth.8 squid_unix_group.8 .if defined(WITH_SQUID_LDAP_AUTH) USE_OPENLDAP= yes +.if ${WANT_OPENLDAP_VER}==22 +IGNORE= Bugs in squid_ldap_auth with OpenLDAP 2.2, see +.endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN8+= squid_ldap_auth.8 squid_ldap_group.8 >Release-Note: >Audit-Trail: >Unformatted: