From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:23:04 +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 1v9fjs-008kpt-0b for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:23:04 +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 1v9fjr-00088e-BA; Fri, 17 Oct 2025 10:23:03 +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 1v9fhS-00048g-VM; Fri, 17 Oct 2025 10:20:34 +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 1v9fhS-0041lP-2I; Fri, 17 Oct 2025 10:20:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fhS-0000000D3Pw-2l0L; Fri, 17 Oct 2025 10:20:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:20:34 +0200 Message-ID: <20251017082034.3111393-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251008215609.2281909-6-s.pueschel@pengutronix.de> References: <20251008215609.2281909-6-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libogg: version bump 1.3.5 -> 1.3.6 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 adc338a86dd1813575fb75b24d1fe4236d8879e7. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:20:34 +0200, Sven Püschel wrote: > https://gitlab.xiph.org/xiph/ogg/-/releases/v1.3.6 > > Signed-off-by: Sven Püschel > Message-Id: <20251008215609.2281909-6-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libogg.make b/rules/libogg.make > index 410c33d239e8..f1f3def876e2 100644 > --- a/rules/libogg.make > +++ b/rules/libogg.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBOGG) += libogg > # > # Paths and names > # > -LIBOGG_VERSION := 1.3.5 > -LIBOGG_MD5 := 3267127fe8d7ba77d3e00cb9d7ad578d > +LIBOGG_VERSION := 1.3.6 > +LIBOGG_MD5 := e2ab08345a440d32e88b2156cf499eb9 > LIBOGG := libogg-$(LIBOGG_VERSION) > LIBOGG_SUFFIX := tar.gz > LIBOGG_URL := http://downloads.xiph.org/releases/ogg/$(LIBOGG).$(LIBOGG_SUFFIX) > @@ -35,7 +35,9 @@ LIBOGG_LICENSE_FILES := \ > LIBOGG_CONF_TOOL := autoconf > LIBOGG_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > - --enable-crc > + --enable-crc \ > + --disable-gcc-sanitizers \ > + --disable-valgrind-testing > > # ---------------------------------------------------------------------------- > # Target-Install