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 4bpVCF2SW4z3333 for ; Fri, 25 Jul 2025 14:10:49 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bpVC95pH0z2yVX for ; Fri, 25 Jul 2025 14:10:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bpVC90jJxz1FF for ; Fri, 25 Jul 2025 14:10:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1753452645; 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=pN6BZcN1BTfijQgs7zGkJ7jjBveDBwvAOMZwuyTbNYI=; b=4ndZ2Vaf5AbaDM0X1yhZEJVRz2CH6NWRRFOa9E7lpE23hocFpLh6mRFZziAGI1x2iz1NTn e4b/n9YuKfiPuJDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1753452645; 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=pN6BZcN1BTfijQgs7zGkJ7jjBveDBwvAOMZwuyTbNYI=; b=CSGlCYeMzDfiY1SYhOmujEtlwVqCCaMHMCpLHZp531ViRmvILiqzkyTXvEDhAom3LSjw/E qFaQlscy8YOLiVESNH7M6wIBonyp0jDdp6f2fs4w379cTypP44qT26v9jpErj952F2fbkx STJQ2ifReKhPBjaKFzWB3ZoJf8B8VAhGq/F6v8ttyzWDiv7LXj4D6c3DOzJoo+YQxfRqXh Q0jV3M/4wyS5m1eo0rKfYI5VHu86aJjNujShZcZJt3Zruan8z0vxknMotWLdb0DvWTQSzk Qt4mb6OPBcJtYeS9XM7FAkCzrD6ZAfSsTutT8Wc37pmiOKN5Uv47hnmDmDzKNw== From: Michael Tremer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Retiring git:// Message-Id: <6D23518A-3056-488E-A1D0-BE9AFD456D3D@ipfire.org> Date: Fri, 25 Jul 2025 15:10:44 +0100 To: "IPFire: Development-List" Hello everyone, Happy Friday! This is a bit of a brief announcement that we no longer offer our Git = repositories to be cloned using the git:// protocol. This is because I = updated the server that is hosting the repositories to Debian 13 which = no longer has the git-daemon package. Since the protocol is not = encrypted and there has been low usage anyways, this should not be a = problem for anyone. As an alternative, there is of course the https:// = protocol available to clone your favourite Git repositories. Best, -Michael=