From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNlqB3P0Bz3311 for ; Fri, 12 Sep 2025 20:08:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNlq70V9Fz30FD for ; Fri, 12 Sep 2025 20:08:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cNlq663fgz3WS; Fri, 12 Sep 2025 20:08:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757707698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9M6NV22AuZRHDVXMkxLr5wG+lDDualFRoyXnOqLmEC8=; b=jzYSijVhT6I7Spnasp0Qf4Bn+8cfpJefdv95ssF5CGYJAPGOzmc7aiB8XAFJqvuF/ZqMu6 hJyMl+NmdA8iRqCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757707698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9M6NV22AuZRHDVXMkxLr5wG+lDDualFRoyXnOqLmEC8=; b=actt1sHz/+lnjKheEK0QfdF2FFyQEIK5HVrt9em7spQSHB2MOy8Mcz1ovHa1Lxc+LSGX23 0okIv5NAgdUoEd6tHbqynd3AmKgeyzHDq2dehNUEvHiJh0wN1OrT235upLQ46SoOVIrO5G HtShtwrMa6nxux0E2G2r6Wu7bMoj1Tu2WjOAhFGd/st8EWv9R7Gr3N1XCXr/CFq9Tk14cM ye5EKKsjv4tYJ7yWqGryYDbj1/9LO3vUo20/VrPagnH0weLcFzA1oM5k7IpscgNNqnE0c8 K7IK/CYC4FNLLw33R+LkzWtFBWIGeQqyg2ZL4xvMLKUTX35DMva+dlcVRk8j/Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libogg: Update to version 1.3.6 Date: Fri, 12 Sep 2025 22:08:10 +0200 Message-ID: <20250912200814.3489573-3-adolf.belka@ipfire.org> In-Reply-To: <20250912200814.3489573-1-adolf.belka@ipfire.org> References: <20250912200814.3489573-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 1.3.5 to 1.3.6 - Update of rootfile - Changelog 1.3.6 * Update minimum cmake version to 3.6 This fixes incompatibility with cmake >= 4.0 * Fix UBsan issues * Improve allocation failure handling * Fix various compiler warnings * Fix various autotool warnings * Improve continuous integration testing scripts Signed-off-by: Adolf Belka --- config/rootfiles/packages/libogg | 2 +- lfs/libogg | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libogg b/config/rootfiles/packages/libogg index 2977fc6b0..10685b38d 100644 --- a/config/rootfiles/packages/libogg +++ b/config/rootfiles/packages/libogg @@ -6,7 +6,7 @@ #usr/lib/libogg.la #usr/lib/libogg.so usr/lib/libogg.so.0 -usr/lib/libogg.so.0.8.5 +usr/lib/libogg.so.0.8.6 #usr/lib/pkgconfig/ogg.pc #usr/share/aclocal/ogg.m4 #usr/share/doc/libogg diff --git a/lfs/libogg b/lfs/libogg index e678b9b37..90eef212d 100644 --- a/lfs/libogg +++ b/lfs/libogg @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Ogg Bitstream Library -VER = 1.3.5 +VER = 1.3.6 THISAPP = libogg-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libogg -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 464cf767902bd8bd463d3faaae01fecbe33d4cc87dabf38388ac961bfbe24e6d113f4ee88542e6bed6fd7eaaf0709c7f5cb7a306ee910527f79810054ccdbae7 +$(DL_FILE)_BLAKE2 = 18b5563775b0569db1c41358a8c2de9a64b14754ca0da8a154e692e6cb26fbd5dc73ac7fa61697304bca2847db5b5f256be8361840b3e0df270a0701f1468814 install : $(TARGET) @@ -82,7 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.51.0