From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E25AE159C96 for ; Thu, 25 Jul 2024 10:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C98CE2AC5; Thu, 25 Jul 2024 10:10:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DCEAE2AC2 for ; Thu, 25 Jul 2024 10:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EDB933C1EB for ; Thu, 25 Jul 2024 10:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC1061E78 for ; Thu, 25 Jul 2024 10:10:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721871505.27667b10dfb8cd78dca7bb6f8de7525ddfda6f92.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/fastd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/fastd/fastd-22.ebuild net-vpn/fastd/metadata.xml X-VCS-Directories: net-vpn/fastd/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 27667b10dfb8cd78dca7bb6f8de7525ddfda6f92 X-VCS-Branch: master Date: Thu, 25 Jul 2024 10:10:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cde8a69f-43a3-4e43-ba3e-f0cd3d8affae X-Archives-Hash: cf8b36bd3ada869e2d801cd6190a4bd6 commit: 27667b10dfb8cd78dca7bb6f8de7525ddfda6f92 Author: Artemis Everfree artemis sh> AuthorDate: Thu Jul 25 01:38:25 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 25 01:38:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27667b10 net-vpn/fastd: update SRC_URI Signed-off-by: Artemis Everfree artemis.sh> net-vpn/fastd/fastd-22.ebuild | 2 +- net-vpn/fastd/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/fastd/fastd-22.ebuild b/net-vpn/fastd/fastd-22.ebuild index 2bea9a1ea..7c0e586af 100644 --- a/net-vpn/fastd/fastd-22.ebuild +++ b/net-vpn/fastd/fastd-22.ebuild @@ -7,7 +7,7 @@ inherit linux-info meson systemd DESCRIPTION="A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP." HOMEPAGE="https://fastd.readthedocs.io/" -SRC_URI="https://github.com/NeoRaider/fastd/releases/download/v${PV}/${P}.tar.xz" +SRC_URI="https://github.com/neocturne/fastd/releases/download/v${PV}/${P}.tar.xz" # while source COPYRIGHT also mentions LGPLv2.1+, that only applies to # vendored libmnl. we are using system libmnl. diff --git a/net-vpn/fastd/metadata.xml b/net-vpn/fastd/metadata.xml index e549fbf6f..00f752eea 100644 --- a/net-vpn/fastd/metadata.xml +++ b/net-vpn/fastd/metadata.xml @@ -7,7 +7,7 @@ Artemis Everfree - NeoRaider/fastd + neocturne/fastd Offload L2TP traffic to the kernel when using the null@l2tp transport method