From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Oct 2025 14:05:37 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASAL-009X5B-0u for lore@lore.pengutronix.de; Sun, 19 Oct 2025 14:05:37 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vASAL-0003uM-34; Sun, 19 Oct 2025 14:05:37 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vASA3-0003tk-MC; Sun, 19 Oct 2025 14:05:19 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASA3-004NUJ-1b; Sun, 19 Oct 2025 14:05:19 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vASA3-00000002kcW-1pcL; Sun, 19 Oct 2025 14:05:19 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 19 Oct 2025 14:05:19 +0200 Message-ID: <20251019120519.655857-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251014152803.1725311-1-s.pueschel@pengutronix.de> References: <20251014152803.1725311-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] openldap: version bump 2.6.9 -> 2.6.10 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as ad7250e82f4376645686c9858548bca0f67f303b. Michael [sent from post-receive hook] On Sun, 19 Oct 2025 14:05:19 +0200, Sven Püschel wrote: > Signed-off-by: Sven Püschel > Message-Id: <20251014152803.1725311-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/openldap.make b/rules/openldap.make > index 778cd6dffdce..a12fb352a717 100644 > --- a/rules/openldap.make > +++ b/rules/openldap.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPENLDAP) += openldap > # > # Paths and names > # > -OPENLDAP_VERSION := 2.6.9 > -OPENLDAP_MD5 := 608973c35cd4924fca0f07d0ea72c016 > +OPENLDAP_VERSION := 2.6.10 > +OPENLDAP_MD5 := 6be5e6c43d599e7a422669c70229ca74 > OPENLDAP := openldap-$(OPENLDAP_VERSION) > OPENLDAP_SUFFIX := tgz > OPENLDAP_URL := https://www.openldap.org/software/download/OpenLDAP/openldap-release/$(OPENLDAP).$(OPENLDAP_SUFFIX)