From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6C1MBwG8AmScxwAAbAwnHQ (envelope-from ) for ; Sat, 04 Mar 2023 04:33:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WOZGBwG8AmSaVQEAauVa8A (envelope-from ) for ; Sat, 04 Mar 2023 04:33:21 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ED31F97A3 for ; Sat, 4 Mar 2023 04:33:20 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Q325vdl2; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677900801; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=GKDaN4ppVtRE7JNWb7GdcS5evBlwYpWVWTtdAJZJKhU=; b=ekGQHSgswQXljfjsFnNVFRcUKEmvCFkXTbw4TCqastZusq5rdZNG6cWiU+XcS3VZZol9CO Bnc+RsyEwCs1YOsx7B+dtElYcaF84nAPwhJFl55hE1r9/8/b3AXJ+vDigw9OjFQu1YPOh5 niSm1pSE3JibiBgu39HIyE1pum6EHzRYzRa6CFTlmIuN03tad7HJki/Av4/uUih65m7NPz hJ278F0Aib/RLcfvAIxHDyIcUdyDRZFNwJfQ25sPtocOsi/I5j0tIkiDTyjGDMCQ/h5lGn QsJ/oaDhMZVbPw/WWSyz+VBB53OuKb0qHtJkQtiaPegtuMPror13PFssozxXVg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Q325vdl2; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677900801; a=rsa-sha256; cv=none; b=lZhVU47Bd7YprZyABuIvNl5enwmy5pnVlydtNXjW9TWp/XHP/ohGzE6njmpNzWabGmNEFQ 3DlwXYl0dT2tD6aJfxhjhey33w216aeFUhfhwGcd8yQSFFqMohPeC1M4N1I/NfwklkUmKJ gGqcUsDz32eb4turt1rW1TG7TDWp+7sOHp/Rf3/LKdxZwgEf1k5XId7r0VKpAKb6Bu74N2 vQQfd05bJc1gXXaauBfEKno2RaRGYykwPYugndRa4rDJFtPwDZmK7aZmHi2eFFiVO8b/kg oTx7WbZYxUJxZOchZvumpWoyPMRg0XQcu+OGI+wdUBLFB6Cu2EIxhzwI9sjqtQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYIds-0007NR-9z; Fri, 03 Mar 2023 22:33:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYIdq-0007N4-71 for guix-patches@gnu.org; Fri, 03 Mar 2023 22:33:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYIdp-0005Lz-Tt for guix-patches@gnu.org; Fri, 03 Mar 2023 22:33:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYIdp-00025B-Q0 for guix-patches@gnu.org; Fri, 03 Mar 2023 22:33:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61674] [PATCH 0/4] gnu: stellarium: Enable ShowMySky. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Mar 2023 03:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61674 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon Tournier Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Sharlatan Hellseher , 61674@debbugs.gnu.org Received: via spool by 61674-submit@debbugs.gnu.org id=B61674.16779007787996 (code B ref 61674); Sat, 04 Mar 2023 03:33:01 +0000 Received: (at 61674) by debbugs.gnu.org; 4 Mar 2023 03:32:58 +0000 Received: from localhost ([127.0.0.1]:35027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYIdl-00024u-Lf for submit@debbugs.gnu.org; Fri, 03 Mar 2023 22:32:57 -0500 Received: from mail-qt1-f180.google.com ([209.85.160.180]:40947) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYIdj-00024h-Qx for 61674@debbugs.gnu.org; Fri, 03 Mar 2023 22:32:56 -0500 Received: by mail-qt1-f180.google.com with SMTP id h19so5131706qtk.7 for <61674@debbugs.gnu.org>; Fri, 03 Mar 2023 19:32:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=GKDaN4ppVtRE7JNWb7GdcS5evBlwYpWVWTtdAJZJKhU=; b=Q325vdl2+nTmfQFcLSyxbtbMINyFd9mZ6lr8SriscP9f8yJnD3OJPVo0F3VBXJuH/N Ta146sDgSvCI+nv6wdm0RtBnwu7fmG84QEUS28eBoXvFcVZuhCiAHnWCeURGrjEdlTXq ywvSchJuahFEoPeBjrpsxNX7TV+iqttrf20I5kJXu3APERFPgmPGasQZtXVYd4/i1/i1 +EPhbKcJsD7CMcwmVeL0zwnt1uQ1PHAPkosM3YpCsPhvpAEUio1uh+6SkK3iyWcXY58h 8/bBk3a7Vj6tcTdNOZSkVsKMAC1iH1BFKzDl1Xl4coCKWpB1g8G66s8lmLbWn+G5x/5F 8Aig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GKDaN4ppVtRE7JNWb7GdcS5evBlwYpWVWTtdAJZJKhU=; b=Y7DQ+YQKiGplV0Pa4JQ6xH81/nHGOKDRr/s0Ek8xGBUuCl2W1KXNkDZJlqrRyCLYE0 1vjoIscLEVWqtRGe304Ic4RLUeL8/EFDEUbK5XZvriIAh6gebTp4xOC349Pgw0Wq3/fl zZKrJAb/ME6h6s//L7FX1//tBc2flCbaBuk8A633VRU+raSYUfBuLpzJEkRU4xbzSf+J ZHiA0bo0K/BxlqTHcspG/ugvypy7e1vWzNBQFN0VPYcebR1rYvIeAA2IpeKFa2UiwntC dpFzNQUkyOGgYy03qA3C+Y9C4ho5nnHAvFz+YqRdSo3J0hn+KN3fxSOPFuYLGy6kI8s7 EhzQ== X-Gm-Message-State: AO0yUKVXgZGVdA0oRuMRe3itJXKQbOOSCJm7cY3/tzR8J6Fe4jeA/16S 0QsdbTIftugFhkGMk1zQYwd52rkaxxkb0w== X-Google-Smtp-Source: AK7set81/guwXaEXuGr38UaVmazZM3YGSPqKDfS35K0GGQzDUs9MItHWOWq/sEm6Cr+s82iyJwLxwA== X-Received: by 2002:ac8:7d95:0:b0:3bd:48:70a3 with SMTP id c21-20020ac87d95000000b003bd004870a3mr7222565qtd.1.1677900770207; Fri, 03 Mar 2023 19:32:50 -0800 (PST) Received: from hurd (dsl-10-129-180.b2b2c.ca. [72.10.129.180]) by smtp.gmail.com with ESMTPSA id q27-20020a05620a025b00b007402fdda195sm2898261qkn.123.2023.03.03.19.32.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 19:32:49 -0800 (PST) From: Maxim Cournoyer References: <20230221130600.18932-1-sharlatanus@gmail.com> <20230226004406.6215-1-sharlatanus@gmail.com> <87ilfmhkuh.fsf_-_@gnu.org> <87lekijcwi.fsf@gmail.com> <87v8jixg6u.fsf@gnu.org> <87o7p94yqk.fsf@gmail.com> Date: Fri, 03 Mar 2023 22:32:48 -0500 In-Reply-To: (Simon Tournier's message of "Fri, 3 Mar 2023 19:19:34 +0100") Message-ID: <871qm542e7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Spam-Score: -1.60 X-Spam-Score: -1.60 X-Migadu-Scanner: scn0.migadu.com X-Migadu-Queue-Id: ED31F97A3 List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: qbofAMWZ6oMX Hi Simon, Simon Tournier writes: > Hi Maxim, > > On Fri, 3 Mar 2023 at 16:54, Maxim Cournoyer wrote: > >> If the inheritance is for *same-source/same-version* variants of a >> package, they should use package/inherit, as any security issues found >> in the parent package should also be applied to that package (since they >> use the same source). Otherwise, plain 'inherit' should be used >> (e.g. for newer version variants). > > Aahh, that makes sense. :-) Thank you. > > For instance, does it mean that > > (define-public gst-plugins-good-qt > (package > (inherit gst-plugins-good) > (name "gst-plugins-good-qt") > (inputs > (modify-inputs (package-inputs gst-plugins-good) > (prepend qtbase-5 > qtdeclarative-5 > qtwayland-5 > qtx11extras))))) > > would be incorrect? It should be 'package/inherit', right? It should be package/inherit yes, since they share the same source, thus the same defects, thus should receive the same replacements/grafts (if my preceding reasoning is correct :-)). -- Thanks, Maxim