From patchwork Mon Nov 11 12:13:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Richard via openwrt-devel X-Patchwork-Id: 1192885 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lists.openwrt.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JJEgp1f0"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (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 ozlabs.org (Postfix) with ESMTPS id 47BVFF35x4z9sPj for ; Mon, 11 Nov 2019 23:15:13 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Subject: List-Help:Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:Cc:From: List-Post:List-Id:Message-ID:MIME-Version:References:In-Reply-To:Date:To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=oQvNSbL6MwlxNZNMZOIZpg96y1qKXYxqbJi3db+GcfE=; b=JJEgp1f0ZYxPPIFJGm7+ms8tu BOIqgSOYZpRRlpXglRagC1GcUSmzpVM+YacNV6YWQDwyldrZog4vNx4CHo7kN4Tt0qNdKR6NHUQdT d/6cM05DWIhc0lsPm8F0SS3KtIXxNzEIrVa9Aqo8mnpUKvAsYvw02EigOmrXB0Zgiiu/xT+VPTeP/ IIvhWXcJ9Y8aZXgQhFKy5zW2kToRT879TGE4DMwRSO1N1ee62FvazWMF+sV4tDhy3lMEDRv+1iTzf BxLQ29IMFHrNKvunjRguM2qcuPJp6cogh8wN2VDYZ9scXLz2o2S6FjEniEgypMda8e03b9txqRQ95 mjmGXGVWQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iU8ay-0004Dt-Rr; Mon, 11 Nov 2019 12:15:00 +0000 To: openwrt-devel@lists.openwrt.org Date: Mon, 11 Nov 2019 12:13:06 +0000 In-Reply-To: <20191111121306.28350-1-kmcopper@danwin1210.me> References: <20191111121306.28350-1-kmcopper@danwin1210.me> MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Kyle Copperfield via openwrt-devel From: Thomas Richard via openwrt-devel Precedence: list Cc: Kyle Copperfield X-Mailman-Version: 2.1.29 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Kyle Copperfield List-Help: Subject: [OpenWrt-Devel] [PATCH 2/2] openssh: update to 8.1p1 Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Signed-off-by: Kyle Copperfield --- net/openssh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 3273180af..dda3a0398 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=8.0p1 -PKG_RELEASE:=2 +PKG_VERSION:=8.1p1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ \ https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68 +PKG_HASH:=02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE