From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 05 19:37:19 2022 Received: (at submit) by debbugs.gnu.org; 5 Oct 2022 23:37:19 +0000 Received: from localhost ([127.0.0.1]:58344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogDx0-0001P2-S3 for submit@debbugs.gnu.org; Wed, 05 Oct 2022 19:37:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:59308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogDwy-0001Oq-Bc for submit@debbugs.gnu.org; Wed, 05 Oct 2022 19:37:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogDwu-0003ic-8T for guix-patches@gnu.org; Wed, 05 Oct 2022 19:37:15 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:42318) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogDwi-0004Uc-DV for guix-patches@gnu.org; Wed, 05 Oct 2022 19:37:11 -0400 Date: Thu, 06 Oct 2022 07:36:16 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1665013017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7+XQjhYlIiVNDTBSpV5VspI1v2plT4AXLrGj8sY0Fs0=; b=i00auVSqbOZ+Dv0/aUvNuYayuFhWGAd2rY/ydevUhDIuXneG1BtYlSsU1FPi0vvOIIDiXD rSklwATKYlA/Qpc3/iE8I5+j3TbXo/saqZboIsIiWJq+OEy+dQdOabgOdOImT3Ict10wV2 sGM9M6ekara7cMKnT9sbd6UifhGepjxz3i5+eDHytQuIe5mVZKhR4WZAhlLbGiljwgYisR AlTjscHFFHpwoSw6Dyj8EV2wLPvnp9brt/I8aREV7S5shCGq0HVq4zEN7gmnxlweOLbnAf 2yYpEEw7nJyDghUNbpNGgFBPcqn1B4nlq1ngv9KO/qxGmxSk5HOy4ia0eX93OQ== Message-ID: From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: libglvnd: Update to 1.5.0. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spamd-Bar: / Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gl.scm (libglvnd): Update to 1.5.0. --- gnu/packages/gl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index d56e6a2f7c..522ee23d89 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -755,7 +755,7 @@ (define-public libepoxy (define-public libglvnd (package (name "libglvnd") - (version "1.3.4") + (version "1.5.0") (home-page "https://gitlab.freedesktop.org/glvnd/libglvnd") (source (origin (method git-fetch) @@ -765,7 +765,7 @@ (define-public libglvnd (file-name (git-file-name name version)) (sha256 (base32 - "0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk")))) + "1nvlcwzivrdchp70i2l7ic7qdlsdmlsb0ckydscr43rhqldswx69")))) (build-system meson-build-system) (arguments '(#:configure-flags '("-Dx11=enabled") base-commit: 43b8df4bece2a207018dc0fedc44d3d188d2d0f0 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 18:28:03 2022 Received: (at 58323-done) by debbugs.gnu.org; 14 Oct 2022 22:28:03 +0000 Received: from localhost ([127.0.0.1]:38890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojT9v-0004Al-0n for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:28:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojT9s-0004AD-Oc for 58323-done@debbugs.gnu.org; Fri, 14 Oct 2022 18:28:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46674) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojT9n-0006e6-6U; Fri, 14 Oct 2022 18:27:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZRgo0w5vSolYYD/RnZNnKjieA55z5y4TGuUEa+lha6k=; b=jOkvhH7x6+l7jvlAkPvH Mli2x2rUV7pAnolHJKj3PYQ7WW2Tfiu+ypSEc0RRThmVpDKmzbotBPG7E9MXeyv0IsLccebwlu256 rGR571mm/V6Y3Jqv6yDTPtKCaQZXBHQuU+Lh5S2wL0j1+k/pyuQBzeZnrAE8+fQpsx+KVR7BSr4v6 lLASl1WTOx6fYQi4lEff5MAgxYEhyP8u7GZKFr8BUC29AnXEZZV5wnLXKQyVmXpwOGEIt5hWLOM46 /2XVftP6a8LSoYYwY8k1/1L026hwJIS7XGTQtgnkCOcGvZHMZcFZaQEkSzDntMSSUr0tt3UX9tyDR Lrtm/tbsJoD9EA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57112 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojT9m-00074X-LZ; Fri, 14 Oct 2022 18:27:54 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Hilton Chain Subject: Re: bug#58323: [PATCH] gnu: libglvnd: Update to 1.5.0. References: Date: Sat, 15 Oct 2022 00:27:52 +0200 In-Reply-To: (Hilton Chain's message of "Thu, 06 Oct 2022 07:36:16 +0800") Message-ID: <87sfjqjb13.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58323-done Cc: 58323-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Hilton Chain skribis: > * gnu/packages/gl.scm (libglvnd): Update to 1.5.0. Applied, thanks! From unknown Mon Aug 11 18:16:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 12 Nov 2022 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator