From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id iOBvDu8xGWQc/gAASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 05:26:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QNOODe8xGWQXAgEAG6o9tA (envelope-from ) for ; Tue, 21 Mar 2023 05:26:23 +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 E4D543FA4C for ; Tue, 21 Mar 2023 05:26:21 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=DkT5eono; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679372783; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: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=ylYdDS74+bv1eOSvnXGnQ9owXcvKbT1Mkpuc5R1bhWg=; b=VUVNM9nb43+PF16PRC2Tk148LKj8ncFlooZSelQPNLlxdjcHFdzZTGItyglkH3xYwy60fv mQyBcO/mrdlUkicDBeQqCg1c8PeLCDGVfoTGyYa9JL7qVNBqMFA57ODU1aPkj519whIBFl qBswPFa7M+W2pN5fEiJbKgxUtq9XJYxY0HXv7hROVEvhNIZurGkx7dDHI5vltfmND/DXT7 ssGPmD4P6fgnNrbkUXQNGQKX85b0PDRgJyKE3x5iAzyOc0+cUAaXymLUiDdUDR3D47Bq12 AGYougaLv0Z/kyK78a+Zktgdyj651KxmzHJK+uy73aadHazT8yfvjxtHZPPgSQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=DkT5eono; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679372783; a=rsa-sha256; cv=none; b=N0i6udDBAwqyYRaPjQapC/qDjBbEWqJVfRy6WgErhg/vXc70/7gYBk4/iLLYDjsrXVaGi0 ivT/j2qBgO5+elyyvEZH1jhA5Q1pL7sqtJiRy/lHJVLMzRSbsqIIb7n5FTrMRMsWPefAeD TkMxN2/DxbMWpkZ5q6bfc2jwuSahW+z2E5d8+K3Lo/7cecm7Di3F1X3GpyN3eP9R3ixbGr Z0c2vkhW3jRey63d146wMs0GG7szS3XTM5+S8i3euJelk+ZSxszgfdN8C+eNBfifdSbm6A uBwhlAzo4jDrheLCgBE6N9+jTKusUg3Mre5tPhvHJ+fl6w+gecQFQBCIgKz0Yw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peTZU-0007QM-8d; Tue, 21 Mar 2023 00:26:04 -0400 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 1peTZS-0007Ol-C9 for guix-patches@gnu.org; Tue, 21 Mar 2023 00:26:02 -0400 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 1peTZR-0002y0-P8 for guix-patches@gnu.org; Tue, 21 Mar 2023 00:26:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peTZR-0002h2-LD for guix-patches@gnu.org; Tue, 21 Mar 2023 00:26:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62156] [PATCH v4 1/2] gnu: Add atftp. References: In-Reply-To: Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 04:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62156 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62156@debbugs.gnu.org Cc: Sergey Trofimov , Felix Lechner Received: via spool by 62156-submit@debbugs.gnu.org id=B62156.167937274910320 (code B ref 62156); Tue, 21 Mar 2023 04:26:01 +0000 Received: (at 62156) by debbugs.gnu.org; 21 Mar 2023 04:25:49 +0000 Received: from localhost ([127.0.0.1]:57338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peTZF-0002gO-5g for submit@debbugs.gnu.org; Tue, 21 Mar 2023 00:25:49 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]:34210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peTZC-0002g8-QQ for 62156@debbugs.gnu.org; Tue, 21 Mar 2023 00:25:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=zo0ptVX2qCUKhhN RNmZoi3+8v4hA97nv4y28P2pLR6Q=; h=date:subject:cc:to:from; d=lease-up.com; b=DkT5eono61DkTiCt3pWsIz8Hi1bexsWsK7UgysbJCXlsj6EpApui Ww/f2CPho64XVseCKCut+yueodJushKMFxdqlQ0+heAzUfeb8uyx1Oi+fRi36AQSBBjwXu 9Q9xnF9it5KYiJt5Ff+oRH1LGVmXVpSRW/AD8MsP0pAqYBKpI= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 8cef7a52 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 21 Mar 2023 04:25:44 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id a96d765a; Tue, 21 Mar 2023 04:25:44 +0000 (UTC) Date: Mon, 20 Mar 2023 21:25:40 -0700 Message-Id: X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-Migadu-Queue-Id: E4D543FA4C X-Spam-Score: -2.55 X-Migadu-Spam-Score: -2.55 X-Migadu-Scanner: scn0.migadu.com X-ACL-Warn: , Felix Lechner via Guix-patches From: Felix Lechner via Guix-patches via 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: FeA9gxPMiV5q * gnu/packages/networking.scm (atftp): New variable. Thanks to Josselin Poiret and Bruno Victal for their generous and detailed reviews of this item! --- gnu/packages/networking.scm | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3fac05c411..7f843214fb 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2916,6 +2916,49 @@ (define-public speedtest-cli speedtest.net.") (license license:asl2.0))) +(define-public atftp + (package + (name "atftp") + (version "0.8.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.code.sf.net/p/atftp/code") + (commit (string-append "v" version)))) + (sha256 + (base32 "019qrh2wpvr577ksvs3s82q6kiqm5i6869aj7qba326b59lhkxrc")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'autoreconf + (lambda _ + (invoke "autoreconf" "-vif")))))) + (native-inputs + (list autoconf + automake + perl + pkg-config)) + (inputs + (list pcre2 + procps + readline + tcp-wrappers)) + (home-page "https://sourceforge.net/projects/atftp/") + (synopsis "Advanced TFTP server and client") + (description + "Multi-threaded TFTP server that implements all options, including all +extensions, as specified in RFC 1350, RFC 2090, RFC 2347, RFC 2348, RFC 2349 +and RFC7440. Atftpd also supports a multicast protocol known as mtftp, which +was defined in the PXE specification. + +The server is socket activated by default but supports being started from +inetd(8) as well as in daemon mode.") + (license license:gpl2+))) + (define-public tftp-hpa (package (name "tftp-hpa") base-commit: f9702aa9fdfded5c62da43197f8cea5eeba30803 -- 2.39.1