From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 06:27:50 2022 Received: (at submit) by debbugs.gnu.org; 23 Feb 2022 11:27:50 +0000 Received: from localhost ([127.0.0.1]:44029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpoE-0000RR-CU for submit@debbugs.gnu.org; Wed, 23 Feb 2022 06:27:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:33218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpMZ-00081X-4u for submit@debbugs.gnu.org; Wed, 23 Feb 2022 05:59:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMpMU-0001mO-W9 for guix-patches@gnu.org; Wed, 23 Feb 2022 05:59:13 -0500 Received: from knopi.disroot.org ([178.21.23.139]:58454) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMpMS-0004eh-6k for guix-patches@gnu.org; Wed, 23 Feb 2022 05:59:10 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C7B318D353; Wed, 23 Feb 2022 11:59:04 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQunM7ta63eT; Wed, 23 Feb 2022 11:59:03 +0100 (CET) From: Sughosha DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1645613943; bh=f4NYkMwvykOsNUqmKVloYe+ioK6bS1QtC64pLb90Lng=; h=From:To:Cc:Subject:Date; b=ejGSNMANhp++VO/lUcqBFNXQpcMUzXGE6gkFx82YZKxcKWUStbdRYTtPqcOpSisms bIkk2X83k7EbYwsoAi/2YxPI9ftn6lDuXL+JKnjDG1K0MLf2gcFMlm+la9RUFF+JoK 2b2d+2viEMRfNe8FyVuo36T+JwbYWHqm/d36FTA3+KTvXfiAgS/pH+zcL7LHgVhjSw X/bBLQA8fYwwsyUGGkVBK6hvL4awWTsyx+sGERZ8x+agRHvls+36HKh14OqDD3OyAQ PZwhtES/GNlhqL2fbdI6qGVspS2Z4dC0IyjFFtWa+WKN5UoDiaBRyuObpyL0waUSNH h7/NWKVmFVFcg== To: guix-patches@gnu.org Subject: [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors Date: Wed, 23 Feb 2022 16:27:26 +0530 Message-Id: <20220223105726.20341-1-sughosha@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=knopi.disroot.org 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_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 23 Feb 2022 06:27:48 -0500 Cc: Sughosha 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.4 (--) --- gnu/packages/fltk.scm | 2 +- gnu/packages/music.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index dee77d6aa4..6ff5e409f1 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm @@ -104,7 +104,7 @@ (define-public ntk (source (origin (method git-fetch) (uri (git-reference - (url "git://git.tuxfamily.org/gitroot/non/fltk.git") + (url "https://github.com/linuxaudio/ntk.git") (commit (string-append "v" version)))) (sha256 (base32 diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 090f8b938c..138200213d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1756,7 +1756,7 @@ (define-public non-sequencer (source (origin (method git-fetch) (uri (git-reference - (url "git://git.tuxfamily.org/gitroot/non/non.git") + (url "https://github.com/linuxaudio/non.git") (commit commit))) (sha256 (base32 -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 10:08:29 2022 Received: (at submit) by debbugs.gnu.org; 23 Feb 2022 15:08:29 +0000 Received: from localhost ([127.0.0.1]:45985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMtFl-0000xG-5A for submit@debbugs.gnu.org; Wed, 23 Feb 2022 10:08:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:38146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMtFg-0000wy-DN for submit@debbugs.gnu.org; Wed, 23 Feb 2022 10:08:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMtFg-0005iA-4E for guix-patches@gnu.org; Wed, 23 Feb 2022 10:08:24 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:43129) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMtFd-0003LC-Ab for guix-patches@gnu.org; Wed, 23 Feb 2022 10:08:23 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 2D027320112B; Wed, 23 Feb 2022 10:08:17 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 23 Feb 2022 10:08:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to; s=mesmtp; bh=NU10r8L8o2QzH2tVGOp/X4eObD2 3+KZpv1rW5KWc0rE=; b=iL0R7fmIA1ph7S1MxZ0eELD8KNxAX1nrvyj1U6IpygI DPLKq1ZRgti6X7YJm1X2L9DoQcEjq0YqmtAN74wh25MxxTlocHamBSxOgPOXidyS uadGRDv4C0Dl8+V5rt8TvHub13bpHz60s3Z36zF1SWUG984TwsndVUf9EmjeBdlk = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=NU10r8L8o2QzH2tVG Op/X4eObD23+KZpv1rW5KWc0rE=; b=WSB2moK/hJKi0tAQGRVcDkyEd6T+FPjGG o+ZYlxFXouIXGOKF5fWhCCkUw4jTc5fQbaqgdVn7Xfug3G40cqft7nkCJDLrn6G8 C9Ag+hsN7EdKKfEAkQfbIdARi4ksQ8UH1HYzUMYCuK+KhGZRVCYdikxyQnwQMy1z I6LYfebOAAcP7xkIVlvnRA1NzAKcbG5QEBGVhDZboFa3Hve382iDWEN0okOku26m y+sZN0BulFmuQQ1sVkClfTYoyZtNPP93GEuB5WXGPBJ9ZP1RPW5z7c+LMFszFibt MPfBwgEkyj5lYzD03B14gtkiaNrMn/iEkUlV1EyE115KDSkjr7aQA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrledtgdejudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepudeuuefhhfehkeefudejleejfefgvedtfefgteffheejgffgveeujeehheduudev necuffhomhgrihhnpehtuhigfhgrmhhilhihrdhorhhgpdhgihhthhhusgdrtghomhenuc evlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehf rghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 23 Feb 2022 10:08:16 -0500 (EST) Date: Wed, 23 Feb 2022 10:08:14 -0500 From: Leo Famulari To: Sughosha via Guix-patches via Subject: Re: [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors Message-ID: References: <20220223105726.20341-1-sughosha@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220223105726.20341-1-sughosha@disroot.org> Received-SPF: pass client-ip=64.147.123.25; envelope-from=leo@famulari.name; helo=wout2-smtp.messagingengine.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 54125@debbugs.gnu.org, Sughosha 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.4 (--) On Wed, Feb 23, 2022 at 04:27:26PM +0530, Sughosha via Guix-patches via wrote: > --- > gnu/packages/fltk.scm | 2 +- > gnu/packages/music.scm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm > index dee77d6aa4..6ff5e409f1 100644 > --- a/gnu/packages/fltk.scm > +++ b/gnu/packages/fltk.scm > @@ -104,7 +104,7 @@ (define-public ntk > (source (origin > (method git-fetch) > (uri (git-reference > - (url "git://git.tuxfamily.org/gitroot/non/fltk.git") > + (url "https://github.com/linuxaudio/ntk.git") Can you confirm this change is correct? It seems strange to change it from fltk.git to ntk.git, right? From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 14:27:29 2022 Received: (at 54125) by debbugs.gnu.org; 23 Feb 2022 19:27:29 +0000 Received: from localhost ([127.0.0.1]:46574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMxIO-0007oW-J7 for submit@debbugs.gnu.org; Wed, 23 Feb 2022 14:27:29 -0500 Received: from knopi.disroot.org ([178.21.23.139]:36048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMvNR-0004fP-Ht for 54125@debbugs.gnu.org; Wed, 23 Feb 2022 12:24:34 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id F2DA18DB34 for <54125@debbugs.gnu.org>; Wed, 23 Feb 2022 18:24:31 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wc2u-pB8u6QF for <54125@debbugs.gnu.org>; Wed, 23 Feb 2022 18:24:30 +0100 (CET) Message-ID: <330500c4416a7644f6100c7234a223f5a0297431.camel@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1645637070; bh=lBSm702vp9VujegIZUWpqduF07Ty3/I2WJInI0iwa+U=; h=Subject:From:To:Date; b=MCsO8NBX9dauVCddb4UuC12oYaQ3pGTXzD0TLtNWe4RU2Z5DzZfDTq4bZ8giOYtx4 89ZfxtUSGC+OKvAGJu4yL5KfZG2mmb1WlEOuMBqUTs/HDjuHPyYUStTzxND2SvtTWo 4vgdKMsbqZUgJPfA3XOSyKw9PSVeIAOTe91K2JHmUHTCYWdVAKbivqYd4bTNoUqAn7 AlXu5hzZO1GMfgOv5H7jyQRkJTsjR0pIyHJBdJfKUNO77RWv8sSVsM9fKrK+7opKsw 4Rz2sDIU7FkRMOY5KlL0vQQZl2dD5i1bdXo9FVAkduGTAqjPUgHjgn3DAStic0LVPZ 3RkExoBa5o5FA== Subject: Re: [bug#54125] [PATCH] gnu: ntk, non-sequencer: Replace broken giturls from non.tuxfamily.org with github mirrors From: Sughosha To: 54125@debbugs.gnu.org Date: Wed, 23 Feb 2022 22:53:32 +0530 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54125 X-Mailman-Approved-At: Wed, 23 Feb 2022 14:27:26 -0500 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: -1.0 (-) Yes, I confirm. NTK is Non's fork of FLTK. This github mirror is unofficial but it's read-only mirror of the same and the checksum matches properly as it was (hasn't changd in this patch). Even Arch Linux uses this mirror in its repository now (see here:). From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 01 02:56:04 2023 Received: (at control) by debbugs.gnu.org; 1 Nov 2023 06:56:04 +0000 Received: from localhost ([127.0.0.1]:49725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy58y-00019b-Kg for submit@debbugs.gnu.org; Wed, 01 Nov 2023 02:56:04 -0400 Received: from layka.disroot.org ([178.21.23.139]:53634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qy58r-00019M-7v for control@debbugs.gnu.org; Wed, 01 Nov 2023 02:55:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7776D44F56 for ; Wed, 1 Nov 2023 07:55:17 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bYPEY6YLiyiW for ; Wed, 1 Nov 2023 07:55:16 +0100 (CET) Date: Wed, 01 Nov 2023 07:55:16 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698821716; bh=CMEQetMt0szyrK4l0v2kaxIcVkK4wUrq5ejJHn7PTAI=; h=Date:From:To:Subject; b=BzT9gOhNETl04vYwB32rTdMsSc+QR8Hf1oRyNXdlqcpJwxfNqgOEOGPHJ6//mNEIN AB7kIA/pHv7x71l2c004hDI3T7ArQ6IWaQaQ8Syw57lX9SkY71Ma2covoQ3E6K4NyC c7w4GoYFgRxIruus10KmYWYctYiOvskrY70JF3E+FW4nYS+gF03xA4saK26BDe0xWA lstEGVZp5bfVkVRLo9WthEaoNXiqG6FS/6Pzr+gJi90sE8Fik+Uc650UbmZMsghqgU 28+gJ1770xbRswq2xfQ8PDkvs++U95BZW+c0Pk6Vi4BEQ318OOToktwOGae+OWPQGY 7uxGwZiL9q2UQ== From: Sughosha To: control@debbugs.gnu.org Subject: Message-ID: <23B9B449-68B0-4F7B-9CCC-5DB61C38BD76@disroot.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----MK75FFI21D46WLW7QSHJPDM1TEPZRA Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 54125 quit close 54125 quit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control 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: 1.0 (+) ------MK75FFI21D46WLW7QSHJPDM1TEPZRA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable close 54125 quit ------MK75FFI21D46WLW7QSHJPDM1TEPZRA Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
close 54125
quit
------MK75FFI21D46WLW7QSHJPDM1TEPZRA-- From unknown Sun Jun 22 17:17:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 29 Nov 2023 12:24:06 +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