From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bQ9V10gLgz34K0 for ; Sun, 22 Jun 2025 12:28:09 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bQ9Tx4TXdz33jC for ; Sun, 22 Jun 2025 12:28:05 +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 4bQ9Tx2z0Gz1qC; Sun, 22 Jun 2025 12:28:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750595285; 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=aqPg0l9dvYdy2qO6k7zsbP/ZmI89bGG9myzOhC1Mtb4=; b=Y1zHB/qpYPyJZl2B4GOMwOVZfrvoynY3ljNbZYWjndJVxfyX/9Vkoj7PyHDCevNFTPaBgO 0D+KS13TeXqfLqBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750595285; 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=aqPg0l9dvYdy2qO6k7zsbP/ZmI89bGG9myzOhC1Mtb4=; b=rSmDWpL1XKHs8ejJlDsLW5PCum/F0hNqvVpjsvCkJEyFmFwgRLgeK2/glunX5tYcYDoBku Or1lhzT2k7VGXp6QtkK+nPVAUBpRErlgeTq6PcFStjrhwyEK7SNETUOmW9HHng92piACA/ g+b94C5TrgsRIHlGsjK1LSa9qtvLEAAOrfDmvVSoMXda1XNvBQbBTni9GgcR/TZOPtKt3p lb/9rFdZYPPkA1Bv/QGR8B13TaUHvMHwnIWS0zMXbqoscwwqc1ElVIn52tRoCcdI0gEVwl PhrfXPonmus86sv6FUtShcTC+r3V08jTSMPzQboTF+bEhM4NYMBqNSXRWpvl4A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] pixman: Update to version 0.46.2 Date: Sun, 22 Jun 2025 14:28:01 +0200 Message-ID: <20250622122801.3375973-4-adolf.belka@ipfire.org> In-Reply-To: <20250622122801.3375973-1-adolf.belka@ipfire.org> References: <20250622122801.3375973-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 0.46.0 to 0.46.2 - Update of rootfile - Changelog 0.46.2 region: add translatef function for fractional regions region: add contains_pointf function for fractional regions ci: Disable OpenMP for Windows targets Revert "ci: Allow failures in windows-amd64 jobs" Signed-off-by: Adolf Belka --- config/rootfiles/common/pixman | 2 +- lfs/pixman | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/pixman b/config/rootfiles/common/pixman index 385a9ecee..913b860eb 100644 --- a/config/rootfiles/common/pixman +++ b/config/rootfiles/common/pixman @@ -3,5 +3,5 @@ #usr/include/pixman-1/pixman.h #usr/lib/libpixman-1.so usr/lib/libpixman-1.so.0 -usr/lib/libpixman-1.so.0.46.0 +usr/lib/libpixman-1.so.0.46.2 #usr/lib/pkgconfig/pixman-1.pc diff --git a/lfs/pixman b/lfs/pixman index c2c6fcf2e..ca195cec3 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -24,7 +24,7 @@ include Config -VER = 0.46.0 +VER = 0.46.2 THISAPP = pixman-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5fc9d0df2f685afc1931ac12757d7ec0369c1f90b51f79b696479a2edd0c13e0684938871166318ca5c78b4955195ba5517e98e4666803b9062f4ed2b6593afa +$(DL_FILE)_BLAKE2 = 6d51d4f33f48a1cc991085b5e62e7537b738df78c4efcbce15c37533f24a1d87263401550530d123de86bd72a856d3fd0b1543188c76f074ea3e44d384f1116f install : $(TARGET) -- 2.50.0