From owner-freebsd-stable@freebsd.org Sat Apr 3 20:40:18 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2488C5BE8A1 for ; Sat, 3 Apr 2021 20:40:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCTM52frlz4ttk for ; Sat, 3 Apr 2021 20:40:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f180.google.com with SMTP id u12so542252ilj.2 for ; Sat, 03 Apr 2021 13:40:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qxSzYj2EQkZA+4mD/9ZLZhOROuV+61YzYycyA2GZFNg=; b=W4+xLPbjFreb9wla7P6nXs/VV077WfZL2orXJToqCjoPtiYTtDRjEnEWJSOBQikB/m Mc2mhJHKYCRuIprcVQYDIBJkWHqpBaaL9kOQRym3Ygeh7w/AHC3wUmhoMBiTyMp+eqoj IIViQ6tKdD1GGUvFHK/57L+gaceggkza/A0/5ZWMOB4hIqGZQJVbso0H1fgCuqo7w5dc E/Fuu/zJV73o4yXjFOoZhxOVtlzpGxCcODl0J58fV8wb2lTJLa/PKvnKLivnzVqlmSd0 2H43Z4VQ6akedP/Qkm3yGWWIRhEHM/lWaWgLs4UM5BvkUdERXZ6JLLgM6/awoOm655fg NlMg== X-Gm-Message-State: AOAM530bh502vnyHmAQxSlYdQ0yXlMgpMpz+1ZEphQ4mZRhW1r0Q0w4V 17LIBSFx7QHqf003CrMDVfwfjjtyCFBaMtypcWxT/+cfhDY= X-Google-Smtp-Source: ABdhPJxhR8Fiw9xks4qkVW0k2W5FjdgZ3k5xpjtfTFP+/D+z5IQlqkmksNztCJdss0cPmFVHuA/kAmLag79KqdbkBF0= X-Received: by 2002:a05:6e02:170c:: with SMTP id u12mr15327820ill.100.1617482415578; Sat, 03 Apr 2021 13:40:15 -0700 (PDT) MIME-Version: 1.0 From: Ed Maste Date: Sat, 3 Apr 2021 16:39:48 -0400 Message-ID: Subject: Deprecating base system ftpd? To: freebsd-stable stable Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4FCTM52frlz4ttk X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.180 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-2.00 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.997]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.166.180:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; TO_DOM_EQ_FROM_DOM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[carpeddiem]; R_DKIM_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[209.85.166.180:from:127.0.2.255]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.180:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.180:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2021 20:40:18 -0000 I propose deprecating the ftpd currently included in the base system before FreeBSD 14, and opened review D26447 (https://reviews.freebsd.org/D26447) to add a notice to the man page. I had originally planned to try to do this before 13.0, but it dropped off my list. FTP is not nearly as relevant now as it once was, and it had a security vulnerability that secteam had to address. I'm happy to make a port for it if anyone needs it. Comments?