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 5CF84159C96 for ; Thu, 25 Jul 2024 01:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078BDE2A75; Thu, 25 Jul 2024 01:40:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4EA9E2A75 for ; Thu, 25 Jul 2024 01:40:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65E6033BE9F for ; Thu, 25 Jul 2024 01:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 980781DF4 for ; Thu, 25 Jul 2024 01:40:23 +0000 (UTC) From: "Artemis Everfree" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Artemis Everfree" Message-ID: <1721871505.27667b10dfb8cd78dca7bb6f8de7525ddfda6f92.artemis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: artemis X-VCS-Committer-Name: Artemis Everfree X-VCS-Revision: 27667b10dfb8cd78dca7bb6f8de7525ddfda6f92 X-VCS-Branch: dev Date: Thu, 25 Jul 2024 01:40:23 +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: 2afb8989-cc1c-4c96-aa91-e85817f9ec6c X-Archives-Hash: b27d855a37c4a4e3fabca8e41b8940a9 commit: 27667b10dfb8cd78dca7bb6f8de7525ddfda6f92 Author: Artemis Everfree artemis sh> AuthorDate: Thu Jul 25 01:38:25 2024 +0000 Commit: Artemis Everfree artemis sh> 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