From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr5.vodafonemail.de (mr5.vodafonemail.de [145.253.228.165]) by sourceware.org (Postfix) with ESMTPS id B17B83858D38 for ; Sun, 11 Feb 2024 14:18:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B17B83858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B17B83858D38 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.165 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707661085; cv=none; b=bLQTXwpMZPvv2d7CwuJjiN2g/b9npdyaq9+V7C9EZBzBJHv0a9aZCqHJs8Z1WxFcIiFtmgv0zKSJ9CM8rnSNSyKtT3wIv9RPNpReO5RnTjurFODYz1JxxfOhVdiLR0ODFgJJJUTCaKqN2dpjaTLklJSiM435sh6TIHZRki0ggcQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707661085; c=relaxed/simple; bh=PwSIK2nWR1rmfUIw2UcuL9zi2CTBULfbGJYNCtlmMAM=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=VZ2ry52EAQR6YHn/KNVZFdk0yLN/5m9DRTQsO8ygTfjGvxdp4hVrUXFxoop52eh15j4GeJeMaYIwd6HvejJDOkmuGWLkFMh/Vh6qOu0oqwGCYCeMh4GrH8n1IdkXZMS8NLrx7h3g/OvRh0O9Rq48LN2JKH7fSvtQPus9K+WhNaY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1707661080; bh=vyOZY+Jv75Q1avPpS2uLoS6pxYFWUrB3VwNUETGvgFU=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=Kncwpmf1cOlkz7d/UFN+2YGSfXV8lL/deJHz0pEiThWGtAckpD0hY7egd+cM3ltw3 zxLRuyU1z6/zE/+lCDdhW6jRaS8j5GPJM2YDFG5fFauZoLcEF0JR4Wazn0eZgU2WJn SkWwkmB4OB+MRfJW5zE4UzULyztJF+20+UDFCnqM= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr5.vodafonemail.de (Postfix) with ESMTPS id 4TXqS83cJSz1y7Z for ; Sun, 11 Feb 2024 14:18:00 +0000 (UTC) Received: from Gerda (p54a0c6f4.dip0.t-ipconnect.de [84.160.198.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4TXqS41QLlz9tcF for ; Sun, 11 Feb 2024 14:17:53 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: openldap-2.6.7-1 Date: Sun, 11 Feb 2024 15:17:47 +0100 Message-ID: <875xyvt790.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 975 X-purgate-ID: 155817::1707661076-13F8ABDE-C6C63C23/0/0 X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The openldap package in Cygwin has been updated to the latest upstream version 2.6.7. https://www.openldap.org/software/release/changes.html Notes ===== Upstream has removed the two database backends that worked at least partially on Cygwin. Since they don't support Cygwin (and indeed ponder to drop the Win32 port at some point), the openldap-server package has been removed. Upstream has changed the SONAME versioning scheme after 17 years to align with the fact that actually all 2.x releases were ABI compatible and not changing ABI with each release. Packages for libopenldap2_4_2 and libopenldap2_5_0 are thus provided to replace the previously separate libraries for the older release versions (so older packages are automatically using the newer library). Packages depending on these need not be recompiled, but package maintainers should check that any rebuilt packages are using the new libopenldap2 package as a dependency. --